Hi lists, Attached you'll find a patch, which keeps compatibility between the DVB part of the cx88-driver and the cx22702-demod from dvb-kernel. There is a new USB box which is equipped with the cx22702 DVB-T demodulator. This box needs the demod to put out the transport stream in parallel mode, whereas the PCI cards need serial output mode. This patch breaks compilation for the cx22702.c from video4linux-CVS, but will probably be necessary, when the current cx22702-driver from dvb-kernel will be merged to the mainstream. best regards, Patrick. -------------- next part -------------- Index: cx88-dvb.c =================================================================== RCS file: /cvs/video4linux/video4linux/cx88-dvb.c,v retrieving revision 1.32 diff -u -3 -p -r1.32 cx88-dvb.c --- cx88-dvb.c 22 May 2005 19:23:39 -0000 1.32 +++ cx88-dvb.c 7 Jun 2005 15:39:24 -0000 @@ -171,19 +171,21 @@ static struct mt352_config dntv_live_dvb #if HAVE_CX22702 static struct cx22702_config connexant_refboard_config = { .demod_address = 0x43, + .output_mode = CX22702_SERIAL_OUTPUT, .pll_address = 0x60, .pll_desc = &dvb_pll_thomson_dtt7579, }; static struct cx22702_config hauppauge_novat_config = { .demod_address = 0x43, + .output_mode = CX22702_SERIAL_OUTPUT, .pll_address = 0x61, .pll_desc = &dvb_pll_thomson_dtt759x, };