aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2011-09-17 16:54:41 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2011-09-17 16:54:41 -0700
commit01a7143586f51f80e1b29ebf240c6e5390657450 (patch)
tree3c07d62911d6a0901cc3d4795b90132401b2b8bb
parent4be0ed42c56c84d980a851f0bdd0fc20b45c3944 (diff)
parentf39aa30d7741f40ad964341e9243dbbd7f8ff057 (diff)
downloadxen-01a7143586f51f80e1b29ebf240c6e5390657450.tar.gz
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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/firewire/ohci.c b/drivers/firewire/ohci.c
index 57cd3a406edf39..fd7170a9ad2cc4 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},