Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8d768e14 authored by Jean-Francois Moine's avatar Jean-Francois Moine Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (9080): gspca: Add a delay after writing to the sonixj sensors.

parent 05d3c1e2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 */