diff mbox

[1/2] pci-quirks: HP hides SMBus controller in Compaq nx9500 laptops

Message ID 200905122108.n4CL8fRG011195@imap1.linux-foundation.org (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Andrew Morton May 12, 2009, 8:49 p.m. UTC
From: Michal Miroslaw <mirq-linux@rere.qmqm.pl>

I found no references to SMBus in ACPI DSDT disassembly on my laptop
so this should be safe.

Signed-off-by: Michal Miroslaw <mirq-linux@rere.qmqm.pl>
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/pci/quirks.c |    1 +
 1 file changed, 1 insertion(+)

Comments

Jesse Barnes June 11, 2009, 6:46 p.m. UTC | #1
On Tue, 12 May 2009 13:49:25 -0700
akpm@linux-foundation.org wrote:

> From: Michal Miroslaw <mirq-linux@rere.qmqm.pl>
> 
> I found no references to SMBus in ACPI DSDT disassembly on my laptop
> so this should be safe.
> 
> Signed-off-by: Michal Miroslaw <mirq-linux@rere.qmqm.pl>
> Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> ---
> 
>  drivers/pci/quirks.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff -puN
> drivers/pci/quirks.c~pci-quirks-hp-hides-smbus-controller-in-compaq-nx9500-laptops
> drivers/pci/quirks.c ---
> a/drivers/pci/quirks.c~pci-quirks-hp-hides-smbus-controller-in-compaq-nx9500-laptops
> +++ a/drivers/pci/quirks.c @@ -1163,6 +1163,7 @@ static void __init
> asus_hides_smbus_host switch (dev->subsystem_device) { case
> 0x12bc: /* HP D330L */ case 0x12bd: /* HP D530 */
> +			case 0x006a: /* HP Compaq nx9500 */
>  				asus_hides_smbus = 1;
>  			}
>  		else if (dev->device == PCI_DEVICE_ID_INTEL_82875_HB)
> _

Applied to linux-next, thanks.
diff mbox

Patch

diff -puN drivers/pci/quirks.c~pci-quirks-hp-hides-smbus-controller-in-compaq-nx9500-laptops drivers/pci/quirks.c
--- a/drivers/pci/quirks.c~pci-quirks-hp-hides-smbus-controller-in-compaq-nx9500-laptops
+++ a/drivers/pci/quirks.c
@@ -1163,6 +1163,7 @@  static void __init asus_hides_smbus_host
 			switch (dev->subsystem_device) {
 			case 0x12bc: /* HP D330L */
 			case 0x12bd: /* HP D530 */
+			case 0x006a: /* HP Compaq nx9500 */
 				asus_hides_smbus = 1;
 			}
 		else if (dev->device == PCI_DEVICE_ID_INTEL_82875_HB)