aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/usb')
-rw-r--r--include/linux/usb/hcd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h
index c0ecc5a2ef9..32ba8c55b3a 100644
--- a/include/linux/usb/hcd.h
+++ b/include/linux/usb/hcd.h
@@ -128,6 +128,8 @@ struct usb_hcd {
128 unsigned wireless:1; /* Wireless USB HCD */ 128 unsigned wireless:1; /* Wireless USB HCD */
129 unsigned authorized_default:1; 129 unsigned authorized_default:1;
130 unsigned has_tt:1; /* Integrated TT in root hub */ 130 unsigned has_tt:1; /* Integrated TT in root hub */
131 unsigned broken_pci_sleep:1; /* Don't put the
132 controller in PCI-D3 for system sleep */
131 133
132 int irq; /* irq allocated */ 134 int irq; /* irq allocated */
133 void __iomem *regs; /* device memory/io */ 135 void __iomem *regs; /* device memory/io */