Thanks, I'll fix that in the next release, missed doing those :-).
Chris On Tue, Mar 29, 2005 at 01:09:38AM +0200, Chris Liechti wrote: > this smells like a bug... no "break;" down there so the values are > overwritten by the default statement: > > diff -BurN ivtv-0.3.2n/driver/ivtv-driver.c ivtv-0.3.2o/driver/ivtv-driver.c > --- ivtv-0.3.2n/driver/ivtv-driver.c 2005-03-24 12:51:26.000000000 -0600 > +++ ivtv-0.3.2o/driver/ivtv-driver.c 2005-03-25 14:47:24.000000000 -0600 > @@ -538,12 +538,16 @@ > case IVTV_CARD_PVR_350: > /* PVR 350s always have radio */ > itv->options.radio = 1; > - itv->digitizer = 0xF0; > + itv->digitizer = 0xF1; > break; > case IVTV_CARD_M179: > /* saa7114 (see API Documention on ivtv website) */ > itv->digitizer = 0xEF; > break; > + case IVTV_CARD_PVR_250: > + itv->digitizer = 0xF1; > + case IVTV_CARD_PVR_150: > + itv->digitizer = 0x00; > default: > /* saa7115 */ > itv->digitizer = 0xF0; > > > chris > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > ivtv-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ivtv-devel -- --- Chris Kennedy / [EMAIL PROTECTED] Engineer KMOS-TV/KTBG-FM Broadcasting Services Department Central Missouri State University ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ ivtv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel
