Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c0a654e authored by tomek@koprowski.org's avatar tomek@koprowski.org Committed by Greg Kroah-Hartman
Browse files

[PATCH] PCI: SMBus unhide on HP Compaq nx6110



I attach a trivial patch for 2.6.15.4 that unhides SMBus controller
on an HP Compaq nx6110 notebook.

Signed-off-by: default avatarTomasz Koprowski <tomek@koprowski.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 50defa1c
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -934,6 +934,12 @@ static void __init asus_hides_smbus_hostbridge(struct pci_dev *dev)
			case 0x12bd: /* HP D530 */
			case 0x12bd: /* HP D530 */
				asus_hides_smbus = 1;
				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)) {
	} else if (unlikely(dev->subsystem_vendor == PCI_VENDOR_ID_TOSHIBA)) {
		if (dev->device == PCI_DEVICE_ID_INTEL_82855GM_HB)
		if (dev->device == PCI_DEVICE_ID_INTEL_82855GM_HB)
			switch(dev->subsystem_device) {
			switch(dev->subsystem_device) {