diff options
author | Erik Andrén <erik.andren@gmail.com> | 2008-11-18 14:32:27 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 17:53:39 -0200 |
commit | 8eaaf4034f22bad1da46859d64edab1d898974ab (patch) | |
tree | d91b27ea4fd3d37a385627af2160f36ce0326cd6 /drivers/media/video | |
parent | 2ea487e2d00ba2c1c24a1e5cd7e2465ce0c95c4b (diff) | |
download | kernel-crypto-8eaaf4034f22bad1da46859d64edab1d898974ab.tar.gz kernel-crypto-8eaaf4034f22bad1da46859d64edab1d898974ab.tar.xz kernel-crypto-8eaaf4034f22bad1da46859d64edab1d898974ab.zip |
V4L/DVB (9701): Add a minor comment to the sensor init
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')
-rw-r--r-- | drivers/media/video/gspca/m5602/m5602_ov9650.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/m5602/m5602_ov9650.h b/drivers/media/video/gspca/m5602/m5602_ov9650.h index 065632f0378..b47624bbeef 100644 --- a/drivers/media/video/gspca/m5602/m5602_ov9650.h +++ b/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}, |