Merge "driver: usb:Increase timeout for XHCI events by 1000ms"

This commit is contained in:
Linux Build Service Account 2018-02-20 00:28:00 -08:00 committed by Gerrit - the friendly Code Review server
commit 276a30716d

View file

@ -26,7 +26,7 @@
#define MAX_EP_CTX_NUM 31
#define XHCI_ALIGNMENT 64
/* Generic timeout for XHCI events */
#define XHCI_TIMEOUT 5000
#define XHCI_TIMEOUT 6000
/* Max number of USB devices for any host controller - limit in section 6.1 */
#define MAX_HC_SLOTS 256
/* Section 5.3.3 - MaxPorts */