mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
V4L/DVB (9080): gspca: Add a delay after writing to the sonixj sensors.
Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
05d3c1e2fb
commit
8d768e14fc
@ -707,6 +707,7 @@ static void i2c_w8(struct gspca_dev *gspca_dev,
|
|||||||
0x08, 0, /* value, index */
|
0x08, 0, /* value, index */
|
||||||
gspca_dev->usb_buf, 8,
|
gspca_dev->usb_buf, 8,
|
||||||
500);
|
500);
|
||||||
|
msleep(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* read 5 bytes in gspca_dev->usb_buf */
|
/* read 5 bytes in gspca_dev->usb_buf */
|
||||||
|
Loading…
Reference in New Issue
Block a user