It has been observed that some times USB time out could occure when a long (3ft) usb cable is connected to recovery mode usb port Signed-off-by: Jimmy Zhang <jimmzhang> --- src/usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usb.c b/src/usb.c index 8a367426b29c..4f7d1cae9d3a 100644 --- a/src/usb.c +++ b/src/usb.c @@ -35,7 +35,7 @@ #include "debug.h" // USB xfer timeout in ms -#define USB_TIMEOUT 1000 +#define USB_TIMEOUT 5000 #define USB_XFER_MAX 4096 -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html