|
@@ -144,6 +144,7 @@ struct usb_hcd {
|
|
|
unsigned has_tt:1; /* Integrated TT in root hub */
|
|
unsigned has_tt:1; /* Integrated TT in root hub */
|
|
|
unsigned amd_resume_bug:1; /* AMD remote wakeup quirk */
|
|
unsigned amd_resume_bug:1; /* AMD remote wakeup quirk */
|
|
|
unsigned can_do_streams:1; /* HC supports streams */
|
|
unsigned can_do_streams:1; /* HC supports streams */
|
|
|
|
|
+ unsigned tpl_support:1; /* OTG & EH TPL support */
|
|
|
|
|
|
|
|
unsigned int irq; /* irq allocated */
|
|
unsigned int irq; /* irq allocated */
|
|
|
void __iomem *regs; /* device memory/io */
|
|
void __iomem *regs; /* device memory/io */
|