aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/xhci.h')
-rw-r--r--drivers/usb/host/xhci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h
index d2045916531b..46aa14894148 100644
--- a/drivers/usb/host/xhci.h
+++ b/drivers/usb/host/xhci.h
@@ -1537,6 +1537,7 @@ struct xhci_hcd {
1537#define XHCI_SPURIOUS_REBOOT (1 << 13) 1537#define XHCI_SPURIOUS_REBOOT (1 << 13)
1538#define XHCI_COMP_MODE_QUIRK (1 << 14) 1538#define XHCI_COMP_MODE_QUIRK (1 << 14)
1539#define XHCI_AVOID_BEI (1 << 15) 1539#define XHCI_AVOID_BEI (1 << 15)
1540#define XHCI_PLAT (1 << 16)
1540 unsigned int num_active_eps; 1541 unsigned int num_active_eps;
1541 unsigned int limit_active_eps; 1542 unsigned int limit_active_eps;
1542 /* There are two roothubs to keep track of bus suspend info for */ 1543 /* There are two roothubs to keep track of bus suspend info for */