On Tuesday 12 December 2006 20:24, Mitch Hulscher wrote:
> I installed both the 2.6.19 kernel and ivtv svn r3678. It's nice to
> see "v4l2-ctl -s pal-60" works, except that the colours are still far
> from acceptable. Below is the ivtv init message.
Mitch,
Please apply the attached patch to the kernel. It changes the cx25840
module. Compile and install that module and it should work fine!
For the record: I have also tested this with a saa7115-based card
(PVR-250/350) and that is already working correctly.
Regards,
Hans
diff -r 142427021347 -r 6a10af0a26a7 linux/drivers/media/video/cx25840/cx25840-vbi.c
--- a/linux/drivers/media/video/cx25840/cx25840-vbi.c Mon Dec 11 19:51:43 2006 +0100
+++ b/linux/drivers/media/video/cx25840/cx25840-vbi.c Tue Dec 12 20:27:28 2006 +0100
@@ -129,7 +129,14 @@ void cx25840_vbi_setup(struct i2c_client
uv_lpf=1;
src_decimation=0x21f;
- if (std == V4L2_STD_PAL_M) {
+ if (std == V4L2_STD_PAL_60) {
+ vblank=26;
+ vblank656=26;
+ burst=0x5b;
+ luma_lpf=2;
+ comb=0x20;
+ sc=0x0a8263;
+ } else if (std == V4L2_STD_PAL_M) {
vblank=20;
vblank656=24;
burst=0x61;
_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users