Skip to content

Commit

Permalink
Merge branch 'fixes' of git://git.user.in-berlin.de/s5r6/linux1394
Browse files Browse the repository at this point in the history
* 'fixes' of git://git.user.in-berlin.de/s5r6/linux1394:
  firewire: ohci: add no MSI quirk for O2Micro controller
  • Loading branch information
Linus Torvalds committed Sep 17, 2011
2 parents 4be0ed4 + f39aa30 commit 01a7143
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/firewire/ohci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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},

Expand Down

0 comments on commit 01a7143

Please sign in to comment.