]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/usb/host/xhci.h
usb: xhci: add quirk flag for broken PED bits
[mirror_ubuntu-zesty-kernel.git] / drivers / usb / host / xhci.h
index 2d7b6374b58d0c092528dff89e761716552735d2..ea18bf49c2eb0d31bfb85f2a7750b23624ff3b0c 100644 (file)
@@ -1650,6 +1650,9 @@ struct xhci_hcd {
 #define XHCI_SSIC_PORT_UNUSED  (1 << 22)
 #define XHCI_NO_64BIT_SUPPORT  (1 << 23)
 #define XHCI_MISSING_CAS       (1 << 24)
+/* For controller with a broken Port Disable implementation */
+#define XHCI_BROKEN_PORT_PED   (1 << 25)
+
        unsigned int            num_active_eps;
        unsigned int            limit_active_eps;
        /* There are two roothubs to keep track of bus suspend info for */