]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commit
[PATCH] VIA quirk fixup, additional PCI IDs
authorChris Wedgwood <cw@f00f.org>
Mon, 15 May 2006 16:43:55 +0000 (09:43 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 15 May 2006 18:20:55 +0000 (11:20 -0700)
commita7b862f663d81858531dfccc0537bc9d8a2a4121
tree00d5e21bd77f789150db61fdd999c73d59fa78b2
parent73d58588091e81e5ee4266488e2fb09a410f1512
[PATCH] VIA quirk fixup, additional PCI IDs

An earlier commit (75cf7456dd87335f574dcd53c4ae616a2ad71a11) changed an
overly-zealous PCI quirk to only poke those VIA devices that need it.
However, some PCI devices were not included in what I hope is now the full
list.  Consequently we're failing to run the quirk on all machines which need
it, causing IRQ routing failures.

This should I hope correct this.

Thanks to Masoud Sharbiani <masouds@masoud.ir> for pointing this out
and testing the fix.

Signed-off-by: Chris Wedgwood <cw@f00f.org>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/pci/quirks.c