quirks.c patch for Asus W1N laptop model support (asus_hides_smbus)

From: Éric BURGHARD
Date: Sat May 07 2005 - 16:56:52 EST


Hi,

Here's a patch for W1N notebook.

Thanks.

--- quirks.c.old 2005-05-07 04:18:38.000000000 +0200
+++ quirks.c 2005-05-07 11:52:07.000000000 +0200
@@ -787,6 +787,7 @@
if (dev->device == PCI_DEVICE_ID_INTEL_82855PM_HB)
switch (dev->subsystem_device) {
case 0x186a: /* M6Ne notebook */
+ case 0x184b: /* W1N notebook */
asus_hides_smbus = 1;
}
} else if (unlikely(dev->subsystem_vendor == PCI_VENDOR_ID_HP)) {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/