USB: EHCI: EHCI 1.1 addendum: Basic LPM feature support
[cascardo/linux.git] / drivers / usb / host / ehci.h
index bfaac16..21f30a0 100644 (file)
@@ -140,7 +140,7 @@ struct ehci_hcd {                   /* one per controller */
        #define OHCI_HCCTRL_LEN         0x4
        __hc32                  *ohci_hcctrl_reg;
        unsigned                has_hostpc:1;
-
+       unsigned                has_lpm:1;  /* support link power management */
        u8                      sbrn;           /* packed release number */
 
        /* irq statistics */