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 d55b3678c8b8..de3d6e3e57be 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h | |||
@@ -1489,6 +1489,7 @@ struct xhci_hcd { | |||
1489 | #define XHCI_AMD_0x96_HOST (1 << 9) | 1489 | #define XHCI_AMD_0x96_HOST (1 << 9) |
1490 | #define XHCI_TRUST_TX_LENGTH (1 << 10) | 1490 | #define XHCI_TRUST_TX_LENGTH (1 << 10) |
1491 | #define XHCI_LPM_SUPPORT (1 << 11) | 1491 | #define XHCI_LPM_SUPPORT (1 << 11) |
1492 | #define XHCI_INTEL_HOST (1 << 12) | ||
1492 | unsigned int num_active_eps; | 1493 | unsigned int num_active_eps; |
1493 | unsigned int limit_active_eps; | 1494 | unsigned int limit_active_eps; |
1494 | /* There are two roothubs to keep track of bus suspend info for */ | 1495 | /* There are two roothubs to keep track of bus suspend info for */ |