aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2009-07-28 05:49:19 -0400
committerJesse Barnes <jbarnes@virtuousgeek.org>2009-09-09 16:29:24 -0400
commit6b5096e4d4496e185cd1ada5d1b8e1d941c805ed (patch)
tree6858713f59928d16a66bbddca98bf3330e2de855 /drivers
parent711d57796f5ce2d02d6e62c9034afbb16aedda31 (diff)
PCI: Unhide the SMBus on the Compaq Evo D510 USDT
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: Jean Delvare <khali@linux-fr.org> Tested-by: Nuzhna Pomoshch <nuzhna_pomoshch@yahoo.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/pci/quirks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
index 06b965623962..8e22aefe3f33 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
@@ -1201,6 +1201,7 @@ static void __init asus_hides_smbus_hostbridge(struct pci_dev *dev)
1201 switch(dev->subsystem_device) { 1201 switch(dev->subsystem_device) {
1202 case 0x00b8: /* Compaq Evo D510 CMT */ 1202 case 0x00b8: /* Compaq Evo D510 CMT */
1203 case 0x00b9: /* Compaq Evo D510 SFF */ 1203 case 0x00b9: /* Compaq Evo D510 SFF */
1204 case 0x00ba: /* Compaq Evo D510 USDT */
1204 /* Motherboard doesn't have Host bridge 1205 /* Motherboard doesn't have Host bridge
1205 * subvendor/subdevice IDs and on-board VGA 1206 * subvendor/subdevice IDs and on-board VGA
1206 * controller is disabled if an AGP card is 1207 * controller is disabled if an AGP card is