diff options
author | 2011-09-17 16:54:41 -0700 | |
---|---|---|
committer | 2011-09-17 16:54:41 -0700 | |
commit | 01a7143586f51f80e1b29ebf240c6e5390657450 (patch) | |
tree | 3c07d62911d6a0901cc3d4795b90132401b2b8bb | |
parent | Merge branch '3.1-rc-fixes' of git://linux-iscsi.org/target-pending (diff) | |
parent | firewire: ohci: add no MSI quirk for O2Micro controller (diff) | |
download | linux-dev-01a7143586f51f80e1b29ebf240c6e5390657450.tar.xz linux-dev-01a7143586f51f80e1b29ebf240c6e5390657450.zip |
Merge branch 'fixes' of git://git.user.in-berlin.de/s5r6/linux1394
* 'fixes' of git://git.user.in-berlin.de/s5r6/linux1394:
firewire: ohci: add no MSI quirk for O2Micro controller
-rw-r--r-- | drivers/firewire/ohci.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/firewire/ohci.c b/drivers/firewire/ohci.c index 57cd3a406edf..fd7170a9ad2c 100644 --- a/drivers/firewire/ohci.c +++ b/drivers/firewire/ohci.c @@ -290,6 +290,9 @@ static const struct { {PCI_VENDOR_ID_NEC, PCI_ANY_ID, PCI_ANY_ID, QUIRK_CYCLE_TIMER}, + {PCI_VENDOR_ID_O2, PCI_ANY_ID, PCI_ANY_ID, + QUIRK_NO_MSI}, + {PCI_VENDOR_ID_RICOH, PCI_ANY_ID, PCI_ANY_ID, QUIRK_CYCLE_TIMER}, |