aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMing Lei <tom.leiming@gmail.com>2011-09-13 10:01:24 +0800
committerLeann Ogasawara <leann.ogasawara@canonical.com>2012-06-19 00:02:07 -0700
commitb891500a4ad44261b9de713836b8f61877cb2d18 (patch)
tree81bd3dad0505c348beb0bc1bb5a34de056e0896f /drivers
parent292ebb2d8a9011f0de501164f19e05c55179b11e (diff)
UBUNTU: SAUCE: fireware: add NO_MSI quirks for o2micro controller
Disable MSI for the O2 Micro, Inc. firewire controller. BugLink: http://bugs.launchpad.net/bugs/801719 Upstream: http://marc.info/?t=131475896500002&r=1&w=2 Signed-off-by: Ming Lei <ming.lei@canonical.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/firewire/ohci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/firewire/ohci.c b/drivers/firewire/ohci.c
index c1af05e834b..6ac61488082 100644
--- a/drivers/firewire/ohci.c
+++ b/drivers/firewire/ohci.c
@@ -320,6 +320,8 @@ static const struct {
{PCI_VENDOR_ID_VIA, PCI_ANY_ID, PCI_ANY_ID,
QUIRK_CYCLE_TIMER | QUIRK_NO_MSI},
+ {PCI_VENDOR_ID_O2, PCI_ANY_ID, PCI_ANY_ID,
+ QUIRK_NO_MSI},
};
/* This overrides anything that was found in ohci_quirks[]. */