usb: xhci: add a quirk bit for ssic port unused
[deliverable/linux.git] / drivers / usb / host / xhci.h
index 8b46296503283def75f051f33b5bfb7bbcdae959..cc651383ce5a85d713c66b032a0aa30bd4331dc8 100644 (file)
@@ -1630,6 +1630,8 @@ struct xhci_hcd {
 /* For controllers with a broken beyond repair streams implementation */
 #define XHCI_BROKEN_STREAMS    (1 << 19)
 #define XHCI_PME_STUCK_QUIRK   (1 << 20)
+#define XHCI_MTK_HOST          (1 << 21)
+#define XHCI_SSIC_PORT_UNUSED  (1 << 22)
        unsigned int            num_active_eps;
        unsigned int            limit_active_eps;
        /* There are two roothubs to keep track of bus suspend info for */
This page took 0.035037 seconds and 5 git commands to generate.