diff options
author | David O'Shea <dcoshea@hotmail.com> | 2009-03-02 03:51:13 -0500 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-03-20 13:48:19 -0400 |
commit | 8293b0f629095efbe7c7e3f9b437f8c040c19eb5 (patch) | |
tree | 04d9c4c3d8f21439e33e6f17e8dfab26c5502bb7 /include/linux/pci_ids.h | |
parent | 217f45de3d2f68b6d0b646bb4f2a155a71648396 (diff) |
PCI: Compaq Evo D510 SMBus quirk using USB instead of VGA
On the Compaq Evo D510 SFF/CMT, a PCI quirk activated the SMBus device
based on detection of the on-board VGA controller, but the on-board
VGA is disabled if an AGP card is inserted, so look for one of the USB
controllers instead.
Signed-off-by: David O'Shea <dcoshea@hotmail.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index aca8c458aa8a..3ddf8beabdf8 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2373,6 +2373,7 @@ | |||
2373 | #define PCI_DEVICE_ID_INTEL_82801CA_12 0x248c | 2373 | #define PCI_DEVICE_ID_INTEL_82801CA_12 0x248c |
2374 | #define PCI_DEVICE_ID_INTEL_82801DB_0 0x24c0 | 2374 | #define PCI_DEVICE_ID_INTEL_82801DB_0 0x24c0 |
2375 | #define PCI_DEVICE_ID_INTEL_82801DB_1 0x24c1 | 2375 | #define PCI_DEVICE_ID_INTEL_82801DB_1 0x24c1 |
2376 | #define PCI_DEVICE_ID_INTEL_82801DB_2 0x24c2 | ||
2376 | #define PCI_DEVICE_ID_INTEL_82801DB_3 0x24c3 | 2377 | #define PCI_DEVICE_ID_INTEL_82801DB_3 0x24c3 |
2377 | #define PCI_DEVICE_ID_INTEL_82801DB_5 0x24c5 | 2378 | #define PCI_DEVICE_ID_INTEL_82801DB_5 0x24c5 |
2378 | #define PCI_DEVICE_ID_INTEL_82801DB_6 0x24c6 | 2379 | #define PCI_DEVICE_ID_INTEL_82801DB_6 0x24c6 |