]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Add PCI-quirks for ASUS M6Ne notebook
authorIacopo Spalletti <avvisi@spalletti.it>
Wed, 1 Dec 2004 09:10:33 +0000 (01:10 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 1 Dec 2004 09:10:33 +0000 (01:10 -0800)
Added M6Ne PCI IDs in asus_hides_smbus_hostbridge() function

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/pci/quirks.c

index 6d793c03829fa88cee12d030e1f411b1f8d71a85..fa64253bd9fbab22e6406aaa4c07f2e2e2601e3d 100644 (file)
@@ -772,6 +772,11 @@ static void __init asus_hides_smbus_hostbridge(struct pci_dev *dev)
                        case 0x1751: /* M2N notebook */
                                asus_hides_smbus = 1;
                        }
+               if (dev->device == PCI_DEVICE_ID_INTEL_82855PM_HB)
+                       switch (dev->subsystem_device) {
+                       case 0x186a: /* M6Ne notebook */
+                               asus_hides_smbus = 1;
+                       }
        } else if (unlikely(dev->subsystem_vendor == PCI_VENDOR_ID_HP)) {
                if (dev->device ==  PCI_DEVICE_ID_INTEL_82855PM_HB)
                        switch(dev->subsystem_device) {