xhci: Return canceled URBs immediately when host is halted.
[deliverable/linux.git] / drivers / usb / host / xhci.h
index e9217bb288ad44affc859d1f9e1ad599a9d31c64..e69f1cdf4b5bb8b05b8f8942a443afc3dbfa1f01 100644 (file)
@@ -1260,6 +1260,7 @@ struct xhci_hcd {
  * There are no reports of xHCI host controllers that display this issue.
  */
 #define XHCI_STATE_DYING       (1 << 0)
+#define XHCI_STATE_HALTED      (1 << 1)
        /* Statistics */
        int                     error_bitmask;
        unsigned int            quirks;
This page took 0.030848 seconds and 5 git commands to generate.