]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
V4L/DVB: gspca - sq930x: Change the horizontal blanking of sensor mt9v111
authorJean-François Moine <moinejf@free.fr>
Mon, 26 Jul 2010 10:25:44 +0000 (07:25 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 9 Aug 2010 02:42:53 +0000 (23:42 -0300)
Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/sq930x.c

index 4b50aa151f5c8c4686ac59722119bda89df34397..fceed19b330a5a2bdb7824303c957796bb36bafc 100644 (file)
@@ -307,7 +307,8 @@ static const struct i2c_write_cmd mt9v111_init_3[] = {
        {0x62, 0x0405},
 };
 static const struct i2c_write_cmd mt9v111_init_4[] = {
-       {0x05, 0x00ce},         /* horizontal blanking */
+/*     {0x05, 0x00ce}, */
+       {0x05, 0x005d},         /* horizontal blanking */
 };
 
 static const struct ucbus_write_cmd ov7660_start_0[] = {