public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Tomek Koprowski <tomek@koprowski.org>
To: Greg KH <gregkh@suse.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [patch] SMBus unhide on HP Compaq nx6110
Date: Sun, 19 Feb 2006 17:45:36 +0100	[thread overview]
Message-ID: <200602191745.36628.tomek@koprowski.org> (raw)
In-Reply-To: <20060219163212.GA20490@suse.de>

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       ]

       reply	other threads:[~2006-02-19 16:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200602191143.55507.tomek@koprowski.org>
     [not found] ` <20060219163212.GA20490@suse.de>
2006-02-19 16:45   ` Tomek Koprowski [this message]
2006-02-19 16:53     ` [patch] SMBus unhide on HP Compaq nx6110 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200602191745.36628.tomek@koprowski.org \
    --to=tomek@koprowski.org \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox