* [PATCH] PCI: Add PCI quirk for SMBus on the Asus A6VA notebook
@ 2006-04-01 14:46 Jean Delvare
0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2006-04-01 14:46 UTC (permalink / raw)
To: Greg KH; +Cc: linux-kernel, linux-pci
Hi Greg,
The Asus A6VA notebook was reported to need a PCI quirk to unhide
the SMBus.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
---
drivers/pci/quirks.c | 2 ++
1 file changed, 2 insertions(+)
--- linux-2.6.16-git.orig/drivers/pci/quirks.c 2006-03-31 09:37:17.000000000 +0200
+++ linux-2.6.16-git/drivers/pci/quirks.c 2006-03-31 23:30:45.000000000 +0200
@@ -921,6 +921,7 @@
if (dev->device == PCI_DEVICE_ID_INTEL_82915GM_HB) {
switch (dev->subsystem_device) {
case 0x1882: /* M6V notebook */
+ case 0x1977: /* A6VA notebook */
asus_hides_smbus = 1;
}
}
@@ -999,6 +1000,7 @@
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801CA_12, asus_hides_smbus_lpc );
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801DB_12, asus_hides_smbus_lpc );
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801EB_0, asus_hides_smbus_lpc );
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH6_1, asus_hides_smbus_lpc );
static void __init asus_hides_smbus_lpc_ich6(struct pci_dev *dev)
{
--
Jean Delvare
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-04-01 14:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-01 14:46 [PATCH] PCI: Add PCI quirk for SMBus on the Asus A6VA notebook Jean Delvare
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.