From: Allen Martin <[email protected]>

Increase USB timeout from 1ms to 3ms to avoid flashing failure
happened when a long USB cable (5ft ?) is used.

Signed-off-by: Allen Martin <[email protected]>
Signed-off-by: Jimmy Zhang <[email protected]>
---
 src/usb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/usb.c b/src/usb.c
index ed2ff28eef8d..4a0d8da46e5b 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 3000
 
 #define USB_XFER_MAX 4096
 
-- 
1.8.1.5

--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to