Hans, I tested your patch on my PVR-500. I extracted a clean copy of 0.4.2, 
patch, make, make install, reboot.

I scanned all my analog cable channels, from 2 to 84 (with a couple missing I 
think.) They all seemed fine to me. Let me know if you need more information.

Kirk

Hans Verkuil wrote:
> I finally had time to look at the reported Samsung tuner problems and I 
> discovered that I had forgotten to take a NTSC offset into account. The 
> attached patch is for tuner.c from ivtv-0.4.2 and should correct all 
> problems. Please test!
> 
> I've also committed the change to ivtv-0.4 in subversion, so you can 
> also you that for testing.
> 
> Please let me know any test results asap as I also have to fix this 
> before the 2.6.16 kernel is released.
> 
>       Hans
> 
> 
> 
> ------------------------------------------------------------------------
> 
> Index: tuner.c
> ===================================================================
> --- tuner.c   (revision 3143)
> +++ tuner.c   (working copy)
> @@ -333,7 +333,7 @@
>          { "Philips TD1316 Hybrid Tuner", Philips, PAL,
>            16*160.00,16*442.00,0xa1,0xa2,0xa4,0xc8,623 },
>       { "Samsung TCPN 2121P30A", Samsung, NTSC,
> -       16 * 175.75, 16 * 410.25, 0x01, 0x02, 0x08, 0xce, 732},
> +       16 * 130.00, 16 * 364.5, 0x01, 0x02, 0x08, 0xce, 732},
>  };
>  
>  #define TUNERS ARRAY_SIZE(tuners)
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> ivtv-users mailing list
> [email protected]
> http://ivtvdriver.org/mailman/listinfo/ivtv-users

_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users

Reply via email to