diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2008-07-06 15:35:01 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-08-13 20:32:52 -0400 |
commit | 1133cd8adf34709e1857d1491e9fae5597b51ad5 (patch) | |
tree | 1de6dd95736ca7bc899b716b2aeb50aa760bddb4 /drivers/usb/host/ohci.h | |
parent | f0fa74634c0c686618b5318748bde233772a1a8d (diff) |
USB: ohci: make distrust_firmware a quirk
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Cc: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/ohci.h')
-rw-r--r-- | drivers/usb/host/ohci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ohci.h b/drivers/usb/host/ohci.h index dc544ddc7849..73b4a44c2726 100644 --- a/drivers/usb/host/ohci.h +++ b/drivers/usb/host/ohci.h | |||
@@ -399,6 +399,7 @@ struct ohci_hcd { | |||
399 | #define OHCI_QUIRK_ZFMICRO 0x20 /* Compaq ZFMicro chipset*/ | 399 | #define OHCI_QUIRK_ZFMICRO 0x20 /* Compaq ZFMicro chipset*/ |
400 | #define OHCI_QUIRK_NEC 0x40 /* lost interrupts */ | 400 | #define OHCI_QUIRK_NEC 0x40 /* lost interrupts */ |
401 | #define OHCI_QUIRK_FRAME_NO 0x80 /* no big endian frame_no shift */ | 401 | #define OHCI_QUIRK_FRAME_NO 0x80 /* no big endian frame_no shift */ |
402 | #define OHCI_QUIRK_HUB_POWER 0x100 /* distrust firmware power/oc setup */ | ||
402 | // there are also chip quirks/bugs in init logic | 403 | // there are also chip quirks/bugs in init logic |
403 | 404 | ||
404 | struct work_struct nec_work; /* Worker for NEC quirk */ | 405 | struct work_struct nec_work; /* Worker for NEC quirk */ |