]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/host/uhci-hcd.h
USB: UHCI: Remove PCI dependencies from uhci-hub
[karo-tx-linux.git] / drivers / usb / host / uhci-hcd.h
index 49bf2790f9c22233039ca89e0a61defa0cd3f448..f86db61cf085668f442299292f6ee4c927b758c7 100644 (file)
@@ -415,6 +415,10 @@ struct uhci_hcd {
 
        struct timer_list fsbr_timer;           /* For turning off FBSR */
 
+       /* Silicon quirks */
+       unsigned int oc_low:1;                  /* OverCurrent bit active low */
+       unsigned int wait_for_hp:1;             /* Wait for HP port reset */
+
        /* Support for port suspend/resume/reset */
        unsigned long port_c_suspend;           /* Bit-arrays of ports */
        unsigned long resuming_ports;