From: Erik Andrén Date: Tue, 18 Nov 2008 17:32:27 +0000 (-0300) Subject: V4L/DVB (9701): Add a minor comment to the sensor init X-Git-Tag: v2.6.29-rc1~556^2~351 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=8eaaf4034f22bad1da46859d64edab1d898974ab;p=~shefty%2Frdma-dev.git V4L/DVB (9701): Add a minor comment to the sensor init Signed-off-by: Erik Andrén Signed-off-by: Mauro Carvalho Chehab --- 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},