diff options
Diffstat (limited to 'drivers/usb/host/xhci.h')
-rw-r--r-- | drivers/usb/host/xhci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h index 4f82d2172afa..941d5f59e4dc 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h | |||
@@ -1549,6 +1549,7 @@ struct xhci_hcd { | |||
1549 | #define XHCI_AVOID_BEI (1 << 15) | 1549 | #define XHCI_AVOID_BEI (1 << 15) |
1550 | #define XHCI_PLAT (1 << 16) | 1550 | #define XHCI_PLAT (1 << 16) |
1551 | #define XHCI_SLOW_SUSPEND (1 << 17) | 1551 | #define XHCI_SLOW_SUSPEND (1 << 17) |
1552 | #define XHCI_SPURIOUS_WAKEUP (1 << 18) | ||
1552 | unsigned int num_active_eps; | 1553 | unsigned int num_active_eps; |
1553 | unsigned int limit_active_eps; | 1554 | unsigned int limit_active_eps; |
1554 | /* There are two roothubs to keep track of bus suspend info for */ | 1555 | /* There are two roothubs to keep track of bus suspend info for */ |