The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* quirks.c patch for Asus W1N laptop model support (asus_hides_smbus)
@ 2005-05-07 22:01 Éric BURGHARD
  2005-05-10  0:34 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Éric BURGHARD @ 2005-05-07 22:01 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, linux-pci

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)) {

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-05-10  0:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-07 22:01 quirks.c patch for Asus W1N laptop model support (asus_hides_smbus) Éric BURGHARD
2005-05-10  0:34 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox