]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/usb.h
arm, davinci: Use a common configuration file for da850evm and da850_am18xxevm
[karo-tx-uboot.git] / include / usb.h
index 53603a5582256bd90ae47f2dbc7cccab5b3d0010..06170cdc5a51a45524badfa39c38adb2ab1956d8 100644 (file)
@@ -46,7 +46,7 @@
  * This is the timeout to allow for submitting an urb in ms. We allow more
  * time for a BULK device to react - some are slow.
  */
-#define USB_TIMEOUT_MS(pipe) (usb_pipebulk(pipe) ? 5000 : 100)
+#define USB_TIMEOUT_MS(pipe) (usb_pipebulk(pipe) ? 5000 : 1000)
 
 /* device request (setup) */
 struct devrequest {