diff options
author | Erik Andrén <erik.andren@gmail.com> | 2008-11-18 18:32:27 +0100 |
---|---|---|
committer | Erik Andrén <erik.andren@gmail.com> | 2008-11-18 18:32:27 +0100 |
commit | 73c9bf695029741027a99b028bd9a8890dc0fe12 (patch) | |
tree | 93e21206afd7717dec9e2be4b61b4b260e43aa23 /linux/drivers/media/video/gspca/m5602/m5602_ov9650.h | |
parent | 14352e51cc9bee691c5e3daf975c9ce7b51dae5b (diff) | |
download | mediapointer-dvb-s2-73c9bf695029741027a99b028bd9a8890dc0fe12.tar.gz mediapointer-dvb-s2-73c9bf695029741027a99b028bd9a8890dc0fe12.tar.bz2 |
Add a minor comment to the sensor init
From: Erik Andrén <erik.andren@gmail.com>
Priority: normal
Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Diffstat (limited to 'linux/drivers/media/video/gspca/m5602/m5602_ov9650.h')
-rw-r--r-- | linux/drivers/media/video/gspca/m5602/m5602_ov9650.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/gspca/m5602/m5602_ov9650.h b/linux/drivers/media/video/gspca/m5602/m5602_ov9650.h index e8ede47ce..eb0659c18 100644 --- a/linux/drivers/media/video/gspca/m5602/m5602_ov9650.h +++ b/linux/drivers/media/video/gspca/m5602/m5602_ov9650.h @@ -432,6 +432,7 @@ static const unsigned char init_ov9650[][3] = {BRIDGE, M5602_XB_PIX_OF_LINE_L, 0x00}, {BRIDGE, M5602_XB_SIG_INI, 0x01}, {BRIDGE, M5602_XB_VSYNC_PARA, 0x00}, + /* Moves the view window in a vertical orientation */ {BRIDGE, M5602_XB_VSYNC_PARA, 0x09}, {BRIDGE, M5602_XB_VSYNC_PARA, 0x00}, {BRIDGE, M5602_XB_VSYNC_PARA, 0x01}, |