* Re: [patch] SMBus unhide on HP Compaq nx6110 [not found] ` <20060219163212.GA20490@suse.de> @ 2006-02-19 16:45 ` Tomek Koprowski 2006-02-19 16:53 ` Greg KH 0 siblings, 1 reply; 2+ messages in thread From: Tomek Koprowski @ 2006-02-19 16:45 UTC (permalink / raw) To: Greg KH; +Cc: linux-kernel 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 ] ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch] SMBus unhide on HP Compaq nx6110 2006-02-19 16:45 ` [patch] SMBus unhide on HP Compaq nx6110 Tomek Koprowski @ 2006-02-19 16:53 ` Greg KH 0 siblings, 0 replies; 2+ messages in thread From: Greg KH @ 2006-02-19 16:53 UTC (permalink / raw) To: Tomek Koprowski; +Cc: linux-kernel On Sun, Feb 19, 2006 at 05:45:36PM +0100, Tomek Koprowski wrote: > 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 */ Hm, your email client seems to have messed up the tabs here. Care to retry? thanks, greg k-h ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-02-19 16:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <200602191143.55507.tomek@koprowski.org>
[not found] ` <20060219163212.GA20490@suse.de>
2006-02-19 16:45 ` [patch] SMBus unhide on HP Compaq nx6110 Tomek Koprowski
2006-02-19 16:53 ` Greg KH
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox