Merge 3.4-rc6 into usb-next
[deliverable/linux.git] / include / linux / usb / hcd.h
index 159a08a4a78ecb2f9bec16585ca3b0cd35d682d7..bbb9464370708186196b55e2db0a3a11a847a432 100644 (file)
@@ -126,6 +126,8 @@ struct usb_hcd {
        unsigned                wireless:1;     /* Wireless USB HCD */
        unsigned                authorized_default:1;
        unsigned                has_tt:1;       /* Integrated TT in root hub */
+       unsigned                broken_pci_sleep:1;     /* Don't put the
+                       controller in PCI-D3 for system sleep */
 
        unsigned int            irq;            /* irq allocated */
        void __iomem            *regs;          /* device memory/io */
This page took 0.02577 seconds and 5 git commands to generate.