aboutsummaryrefslogtreecommitdiffstats
path: root/pci
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2006-04-03 15:02:22 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2006-04-03 15:02:22 -0700
commitf9b3d7ae998e086d7247a662e656c40f4de0a18b (patch)
tree45e723c9aa041ae729b47c429ec3d6bfa54c6660 /pci
parent158d7a505ae2253c37c0ffd4a9460cbcf7ef612f (diff)
downloadpatches-f9b3d7ae998e086d7247a662e656c40f4de0a18b.tar.gz
new i2c patches
Diffstat (limited to 'pci')
-rw-r--r--pci/pci-add-pci-quirk-for-smbus-on-the-asus-a6va-notebook.patch35
-rw-r--r--pci/pci_ids.h-correct-naming-of-1022-7450.patch2
2 files changed, 36 insertions, 1 deletions
diff --git a/pci/pci-add-pci-quirk-for-smbus-on-the-asus-a6va-notebook.patch b/pci/pci-add-pci-quirk-for-smbus-on-the-asus-a6va-notebook.patch
new file mode 100644
index 0000000000000..c726b6ad09348
--- /dev/null
+++ b/pci/pci-add-pci-quirk-for-smbus-on-the-asus-a6va-notebook.patch
@@ -0,0 +1,35 @@
+From khali@linux-fr.org Sat Apr 1 06:46:37 2006
+Date: Sat, 1 Apr 2006 16:46:35 +0200
+From: Jean Delvare <khali@linux-fr.org>
+To: Greg KH <gregkh@suse.de>
+Subject: [PATCH] PCI: Add PCI quirk for SMBus on the Asus A6VA notebook
+Message-Id: <20060401164635.3a69bc24.khali@linux-fr.org>
+
+The Asus A6VA notebook was reported to need a PCI quirk to unhide
+the SMBus.
+
+Signed-off-by: Jean Delvare <khali@linux-fr.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+
+---
+ drivers/pci/quirks.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+--- gregkh-2.6.orig/drivers/pci/quirks.c
++++ gregkh-2.6/drivers/pci/quirks.c
+@@ -921,6 +921,7 @@ static void __init asus_hides_smbus_host
+ 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_I
+ 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)
+ {
diff --git a/pci/pci_ids.h-correct-naming-of-1022-7450.patch b/pci/pci_ids.h-correct-naming-of-1022-7450.patch
index 05bb661939b1a..5913b3ae6fe2b 100644
--- a/pci/pci_ids.h-correct-naming-of-1022-7450.patch
+++ b/pci/pci_ids.h-correct-naming-of-1022-7450.patch
@@ -40,7 +40,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
{
--- gregkh-2.6.orig/include/linux/pci_ids.h
+++ gregkh-2.6/include/linux/pci_ids.h
-@@ -497,7 +497,8 @@
+@@ -500,7 +500,8 @@
#define PCI_DEVICE_ID_AMD_8111_SMBUS 0x746b
#define PCI_DEVICE_ID_AMD_8111_AUDIO 0x746d
#define PCI_DEVICE_ID_AMD_8151_0 0x7454