xhci: rework cycle bit checking for new dequeue pointers
[deliverable/linux.git] / drivers / usb / host / xhci.h
index 9ffecd56600d4d69fe99decf48801e7ba6a1ee57..dace5152e179921cb6ece8533a2272c8ed140ad7 100644 (file)
@@ -1558,6 +1558,8 @@ struct xhci_hcd {
 #define XHCI_PLAT              (1 << 16)
 #define XHCI_SLOW_SUSPEND      (1 << 17)
 #define XHCI_SPURIOUS_WAKEUP   (1 << 18)
+/* For controllers with a broken beyond repair streams implementation */
+#define XHCI_BROKEN_STREAMS    (1 << 19)
        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.025044 seconds and 5 git commands to generate.