summaryrefslogtreecommitdiff
path: root/extra/usb_updater/usb_updater2.c
diff options
context:
space:
mode:
Diffstat (limited to 'extra/usb_updater/usb_updater2.c')
-rw-r--r--extra/usb_updater/usb_updater2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/usb_updater/usb_updater2.c b/extra/usb_updater/usb_updater2.c
index be77c27b4e..c75c679ef7 100644
--- a/extra/usb_updater/usb_updater2.c
+++ b/extra/usb_updater/usb_updater2.c
@@ -272,7 +272,7 @@ static void do_xfer(struct usb_endpoint *uep, void *outbuf, int outlen,
actual = 0;
r = libusb_bulk_transfer(uep->devh, uep->ep_num,
outbuf, outlen,
- &actual, 1000);
+ &actual, 2000);
if (r < 0) {
USB_ERROR("libusb_bulk_transfer", r);
exit(update_error);