]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/host/ohci.h
USB: OHCI: make URB completions single-threaded
[karo-tx-linux.git] / drivers / usb / host / ohci.h
index a8259bc6fd8b37f64215df1ced984669ee0b89a4..ef348c2e1e4b0f5a38f48d1cc0edc579d1060e7c 100644 (file)
@@ -393,6 +393,8 @@ struct ohci_hcd {
        unsigned long           next_statechange;       /* suspend/resume */
        u32                     fminterval;             /* saved register */
        unsigned                autostop:1;     /* rh auto stopping/stopped */
+       unsigned                working:1;
+       unsigned                restart_work:1;
 
        unsigned long           flags;          /* for HC bugs */
 #define        OHCI_QUIRK_AMD756       0x01                    /* erratum #4 */