lkml.org 
[lkml]   [2006]   [Feb]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRe: [patch] SMBus unhide on HP Compaq nx6110
Date
Hi,
I attach a trivial patch for 2.6.15.4 that unhides SMBus controller
on an HP Compaq nx6110 notebook.

Regards,
Tomasz Koprowski

Signed-off-by: Tomasz Koprowski <tomek@koprowski.org>

--- linux-2.6.15.4.orig/drivers/pci/quirks.c    2006-02-19 10:02:08.000000000 +0100
+++ linux-2.6.15.4/drivers/pci/quirks.c 2006-02-19 10:35:04.000000000 +0100
@@ -934,6 +934,12 @@
                        case 0x12bd: /* HP D530 */
                                asus_hides_smbus = 1;
                        }
+               if (dev->device == PCI_DEVICE_ID_INTEL_82915GM_HB) {
+                       switch (dev->subsystem_device) {
+                       case 0x099c: /* HP Compaq nx6110 */
+                               asus_hides_smbus = 1;
+                       }
+               }
        } else if (unlikely(dev->subsystem_vendor == PCI_VENDOR_ID_TOSHIBA)) {
                if (dev->device == PCI_DEVICE_ID_INTEL_82855GM_HB)
                        switch(dev->subsystem_device) {

--
[ tomek@koprowski.org http://www.koprowski.org ]
[ JabberID: tomek@abakus.kom.pl   gg#: 2348134 ]
[       Life is as bad as you make it be       ]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-02-19 17:46    [W:1.817 / U:0.172 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site