Derek Atkins wrote:
Um, you do realize that the added cases don't do anything?

that was my point and i think Chris Kennedy got it.

chris

Quoting Chris Kennedy <[EMAIL PROTECTED]>:


   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;


Both 250 and 150 will all fallthrough into setting the digitizer to 0xF0.  Are
you sure that's what you want?

-derek



------------------------------------------------------- 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

Reply via email to