]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/host/ohci-hcd.c
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / drivers / usb / host / ohci-hcd.c
index 3f76c4e9f00eec6ca493aef7deb615b83faee387..d2469789628b4924ae248ca56f5b403feded36fd 100644 (file)
@@ -1529,7 +1529,7 @@ int submit_common_msg(struct usb_device *dev, unsigned long pipe, void *buffer,
        if (usb_pipebulk(pipe))
                timeout = BULK_TO;
        else
-               timeout = 100;
+               timeout = 1000;
 
        /* wait for it to complete */
        for (;;) {