aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/video/gspca/m5602
diff options
context:
space:
mode:
authorErik Andrén <erik.andren@gmail.com>2008-12-19 13:29:21 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-30 09:40:01 -0200
commit7d292de890a2367ddb605f9a52b015e45c10e322 (patch)
treef28f1d3de28da49c084dc75a40199b2601b32519 /drivers/media/video/gspca/m5602
parentcedacfec4d8ef97f3df7755c07f79e5b9dcf010b (diff)
V4L/DVB (10034): m5602: fixup offset in order to align image
Signed-off-by: Erik Andrén <erik.andren@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/m5602')
-rw-r--r--drivers/media/video/gspca/m5602/m5602_ov9650.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/gspca/m5602/m5602_ov9650.h b/drivers/media/video/gspca/m5602/m5602_ov9650.h
index b1aec70db95..9360b8bd92a 100644
--- a/drivers/media/video/gspca/m5602/m5602_ov9650.h
+++ b/drivers/media/video/gspca/m5602/m5602_ov9650.h
@@ -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] =