diff options
author | Jean-François Moine <moinejf@free.fr> | 2010-07-26 06:25:44 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-08 22:42:53 -0400 |
commit | 585d48812c66f3045b6cb51539bafe10b109882f (patch) | |
tree | 0ccdc6ba147a8760ee1db5085a4e2dd0175b2f63 /drivers/media/video/gspca | |
parent | 82d2c7aa85e0c7902cd309acafa375b61e147ce6 (diff) |
V4L/DVB: gspca - sq930x: Change the horizontal blanking of sensor mt9v111
Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca')
-rw-r--r-- | drivers/media/video/gspca/sq930x.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/sq930x.c b/drivers/media/video/gspca/sq930x.c index 4b50aa151f5c..fceed19b330a 100644 --- a/drivers/media/video/gspca/sq930x.c +++ b/drivers/media/video/gspca/sq930x.c | |||
@@ -307,7 +307,8 @@ static const struct i2c_write_cmd mt9v111_init_3[] = { | |||
307 | {0x62, 0x0405}, | 307 | {0x62, 0x0405}, |
308 | }; | 308 | }; |
309 | static const struct i2c_write_cmd mt9v111_init_4[] = { | 309 | static const struct i2c_write_cmd mt9v111_init_4[] = { |
310 | {0x05, 0x00ce}, /* horizontal blanking */ | 310 | /* {0x05, 0x00ce}, */ |
311 | {0x05, 0x005d}, /* horizontal blanking */ | ||
311 | }; | 312 | }; |
312 | 313 | ||
313 | static const struct ucbus_write_cmd ov7660_start_0[] = { | 314 | static const struct ucbus_write_cmd ov7660_start_0[] = { |