|
@@ -1674,9 +1674,9 @@ static int em28xx_init_dev(struct em28xx **devhandle, struct usb_device *udev,
|
|
|
if (dev->has_msp34xx) {
|
|
|
/* Send a reset to other chips via gpio */
|
|
|
em28xx_write_regs_req(dev, 0x00, 0x08, "\xf7", 1);
|
|
|
- udelay(2500);
|
|
|
+ msleep(3);
|
|
|
em28xx_write_regs_req(dev, 0x00, 0x08, "\xff", 1);
|
|
|
- udelay(2500);
|
|
|
+ msleep(3);
|
|
|
|
|
|
}
|
|
|
video_mux(dev, 0);
|