]> git.baikalelectronics.ru Git - kernel.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)
commitf9e9cc49979d2b0d9855b74704e891599ab32239
tree00d5e21bd77f789150db61fdd999c73d59fa78b2
parente2cbf73b7818a757adeb54ce1fe01a2be9a8b9e2
[PATCH] VIA quirk fixup, additional PCI IDs

An earlier commit (63fc0aebe8ce4ad64068b5110ff98a1ed486cc52) 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