Skip to content

Commit

Permalink
V4L/DVB: gspca - sq930x: Change the horizontal blanking of sensor mt9…
Browse files Browse the repository at this point in the history
…v111

Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Jean-François Moine authored and Mauro Carvalho Chehab committed Aug 9, 2010
1 parent 82d2c7a commit 585d488
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/media/video/gspca/sq930x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down

0 comments on commit 585d488

Please sign in to comment.