Skip to content

Commit

Permalink
V4L/DVB (9080): gspca: Add a delay after writing to the sonixj sensors.
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
moinejf authored and Mauro Carvalho Chehab committed Oct 5, 2008
1 parent 05d3c1e commit 8d768e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/video/gspca/sonixj.c
Expand Up @@ -707,6 +707,7 @@ static void i2c_w8(struct gspca_dev *gspca_dev,
0x08, 0, /* value, index */
gspca_dev->usb_buf, 8,
500);
msleep(2);
}

/* read 5 bytes in gspca_dev->usb_buf */
Expand Down

0 comments on commit 8d768e1

Please sign in to comment.