aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Lei <tom.leiming@gmail.com>2011-09-13 10:01:24 +0800
committerJohn Rigby <john.rigby@linaro.org>2012-06-21 05:14:09 -0600
commitc2b52e63277d52b262253768a274af53d41544c4 (patch)
tree22666e820112e4636820a7e1f888141cc94ea681
parentcf2f0622744ee9b0add900f4898f212f13517a09 (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>
-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 2b5460075a9..d6d659912ed 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[]. */