[PATCH] [media] Added support for AVerTV Hybrid Express Slim HC81R

2012-12-08 Thread Oleh Kravchenko
, + }, + [CX23885_BOARD_AVERMEDIA_HC81R] = { + .name = AVerTV Hybrid Express Slim HC81R, + .tuner_type = TUNER_XC2028, + .tuner_addr = 0x61, /* 0xc2 1 */ + .tuner_bus = 1, + .porta = CX23885_ANALOG_VIDEO

Re: [PATCH] cx23885: Added support for AVerTV Hybrid Express Slim HC81R (only analog)

2012-11-06 Thread Oleg Kravchenko
Hi guys! So what is with my patch? It is will be accepted? -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] cx23885: Added support for AVerTV Hybrid Express Slim HC81R (only analog)

2012-11-04 Thread Oleg Kravchenko
субота, 03-лис-2012 16:41:10 Andy Walls написано: Oleg Kravchenko o...@kaa.org.ua wrote: Hello! Please review my patch. Supported inputs: Television, S-Video, Component. Modules options: options cx25840 firmware=v4l-cx23418-dig.fw Hi, Please do not use the CX23418 digitizer

Re: [PATCH] cx23885: Added support for AVerTV Hybrid Express Slim HC81R (only analog)

2012-11-04 Thread Andy Walls
On Sun, 2012-11-04 at 09:59 +0200, Oleg Kravchenko wrote: субота, 03-лис-2012 16:41:10 Andy Walls написано: Oleg Kravchenko o...@kaa.org.ua wrote: Hello! Please review my patch. Supported inputs: Television, S-Video, Component. Modules options: options cx25840

Re: [PATCH] cx23885: Added support for AVerTV Hybrid Express Slim HC81R (only analog)

2012-11-04 Thread Oleg Kravchenko
неділя, 04-лис-2012 16:49:00 Andy Walls написано: On Sun, 2012-11-04 at 09:59 +0200, Oleg Kravchenko wrote: субота, 03-лис-2012 16:41:10 Andy Walls написано: Oleg Kravchenko o...@kaa.org.ua wrote: Hello! Please review my patch. Supported inputs: Television, S-Video, Component.

[PATCH] cx23885: Added support for AVerTV Hybrid Express Slim HC81R (only analog)

2012-11-03 Thread Oleg Kravchenko
Subject: [PATCH] Added support for AVerTV Hybrid Express Slim HC81R (only analog) --- drivers/media/pci/cx23885/cx23885-cards.c | 75 + drivers/media/pci/cx23885/cx23885-video.c | 15 +- drivers/media/pci/cx23885/cx23885.h |1 + 3 files changed, 90

Re: [PATCH] cx23885: Added support for AVerTV Hybrid Express Slim HC81R (only analog)

2012-11-03 Thread Andy Walls
Oleg Kravchenko o...@kaa.org.ua wrote: Hello! Please review my patch. Supported inputs: Television, S-Video, Component. Modules options: options cx25840 firmware=v4l-cx23418-dig.fw Hi, Please do not use the CX23418 digitizer firmware with the CX2388[578] chips. Use the proper cx23885

AVerTV Hybrid Express Slim HC81R

2012-10-26 Thread Oleg Kravchenko
Hello! I want add support for this tuner in the linux. At this moment I successfully add receiving analog video (no sound..) But I have lot a questions: Where I can found documentation/datasheet about CX23885? What is vmux and amux? - Video/Audio channels descriptions? And others.. -- To