Commit 6cc51b05 authored by Jean Delvare's avatar Jean Delvare Committed by Greg Kroah-Hartman

PCI: Unhide the SMBus on the Compaq Evo D510 USDT

commit 6b5096e4 upstream.

One more form factor for Compaq Evo D510, which needs the same quirk
as the other form factors. Apparently there's no hardware monitoring
chip on that one, but SPD EEPROMs, so it's still worth unhiding the
SMBus.
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
Tested-by: default avatarNuzhna Pomoshch <nuzhna_pomoshch@yahoo.com>
Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 0e2684f9
...@@ -1201,6 +1201,7 @@ static void __init asus_hides_smbus_hostbridge(struct pci_dev *dev) ...@@ -1201,6 +1201,7 @@ static void __init asus_hides_smbus_hostbridge(struct pci_dev *dev)
switch(dev->subsystem_device) { switch(dev->subsystem_device) {
case 0x00b8: /* Compaq Evo D510 CMT */ case 0x00b8: /* Compaq Evo D510 CMT */
case 0x00b9: /* Compaq Evo D510 SFF */ case 0x00b9: /* Compaq Evo D510 SFF */
case 0x00ba: /* Compaq Evo D510 USDT */
/* Motherboard doesn't have Host bridge /* Motherboard doesn't have Host bridge
* subvendor/subdevice IDs and on-board VGA * subvendor/subdevice IDs and on-board VGA
* controller is disabled if an AGP card is * controller is disabled if an AGP card is
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment