V4L/DVB (10034): m5602: fixup offset in order to align image
authorErik Andrén <erik.andren@gmail.com>
Fri, 19 Dec 2008 16:29:21 +0000 (13:29 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 30 Dec 2008 11:40:01 +0000 (09:40 -0200)
Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/m5602/m5602_ov9650.h

index b1aec70..9360b8b 100644 (file)
@@ -432,9 +432,9 @@ static const unsigned char init_ov9650[][3] =
        {BRIDGE, M5602_XB_VSYNC_PARA, 0x00},
        {BRIDGE, M5602_XB_VSYNC_PARA, 0x00},
        {BRIDGE, M5602_XB_HSYNC_PARA, 0x00},
-       {BRIDGE, M5602_XB_HSYNC_PARA, 0x5e}, /* 94 */
-       {BRIDGE, M5602_XB_HSYNC_PARA, 0x02}, /* 734 */
-       {BRIDGE, M5602_XB_HSYNC_PARA, 0xde}
+       {BRIDGE, M5602_XB_HSYNC_PARA, 0x64}, /* 100 */
+       {BRIDGE, M5602_XB_HSYNC_PARA, 0x02}, /* 640 + 100 */
+       {BRIDGE, M5602_XB_HSYNC_PARA, 0xe4}
 };
 
 static const unsigned char power_down_ov9650[][3] =