V4L/DVB (5824): Usbvision: Hauppauge WinTV USB SECAM_L fix
authorThierry MERLE <thierry.merle@free.fr>
Tue, 26 Jun 2007 19:35:30 +0000 (16:35 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 18 Jul 2007 17:24:36 +0000 (14:24 -0300)
- Hauppauge WinTV USB SECAM_L fixed (needed some picture X and Y shiftings)

Signed-off-by: Thierry MERLE <thierry.merle@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/usbvision/usbvision-cards.c

index 42e47cc3d77464b3c92d97be13f62c2a8ae4a80c..eaae6f41df71c071a79960c21e07c5953be33a5c 100644 (file)
@@ -311,8 +311,8 @@ struct usbvision_device_data_st  usbvision_device_data[] = {
                .vbi           = 1,
                .Tuner         = 1,
                .TunerType     = TUNER_PHILIPS_SECAM,
-               .X_Offset      = -1,
-               .Y_Offset      = -1,
+               .X_Offset      = 0x80,
+               .Y_Offset      = 0x16,
                .ModelString   = "Hauppauge WinTV USB (PAL/SECAM L)",
        },
        [HPG_WINTV_PAL_D_K] = {
This page took 0.026224 seconds and 5 git commands to generate.