Patrick, We'll include it at V4L.
Mauro. Patrick Boettcher wrote: > > Hmm, yes. When I changed the cx22702-driver to make it work with the > cxusb-driver, I added another field to the struct cx22702_config to > determine the output type. > > I was well aware that this breaks support for the PCI cards, that's why I > created a patch for the cx88-dvb.c and posted it the v4l-mailing list and > ask for inclusion. > > This was the Mail: > http://www.linuxtv.org/pipermail/linux-dvb/2005-June/002383.html > > This is the patch: > Index: cx88-dvb.c > =================================================================== > RCS file: /cvs/video4linux/video4linux/cx88-dvb.c,v > retrieving revision 1.42 > diff -u -3 -p -r1.42 cx88-dvb.c > --- cx88-dvb.c 12 Jul 2005 15:44:55 -0000 1.42 > +++ cx88-dvb.c 15 Jul 2005 11:06:22 -0000 > @@ -166,12 +166,14 @@ static int mt352_pll_set(struct dvb_fron > > static struct mt352_config dvico_fusionhdtv = { > .demod_address = 0x0F, > + .output_mode = CX22702_SERIAL_OUTPUT, > .demod_init = dvico_fusionhdtv_demod_init, > .pll_set = mt352_pll_set, > }; > > static struct mt352_config dntv_live_dvbt_config = { > .demod_address = 0x0f, > + .output_mode = CX22702_SERIAL_OUTPUT, > .demod_init = dntv_live_dvbt_demod_init, > .pll_set = mt352_pll_set, > }; > > Please include. Thanks > > Signed-off-by: Patrick Boettcher <[EMAIL PROTECTED]> > > best regards, > Patrick. > > -- > Mail: [EMAIL PROTECTED] > WWW: http://www.wi-bw.tfh-wildau.de/~pboettch/ > > -- > video4linux-list mailing list > Unsubscribe mailto:[EMAIL PROTECTED] > https://www.redhat.com/mailman/listinfo/video4linux-list > > - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/