diff options
| author | 2009-09-18 22:45:50 +0200 | |
|---|---|---|
| committer | 2009-09-18 22:45:50 +0200 | |
| commit | 76b3e28fa728bb68895cbd8375f5ce233bd891de (patch) | |
| tree | 56cd55a5cd73d20a164857547361b47b8141ecf6 /include | |
| parent | i2c/chips: Remove deprecated pcf8574 driver (diff) | |
| download | linux-dev-76b3e28fa728bb68895cbd8375f5ce233bd891de.tar.xz linux-dev-76b3e28fa728bb68895cbd8375f5ce233bd891de.zip | |
i2c-piix4: Add AMD SB900 SMBus device ID
Add new SMBus device ID for AMD SB900.
Signed-off-by: Crane Cai <crane.cai@amd.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'include')
| -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 3b6b788fe2b5..7803565aa877 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -543,6 +543,7 @@ #define PCI_DEVICE_ID_AMD_8131_BRIDGE 0x7450 #define PCI_DEVICE_ID_AMD_8131_APIC 0x7451 #define PCI_DEVICE_ID_AMD_8132_BRIDGE 0x7458 +#define PCI_DEVICE_ID_AMD_SB900_SMBUS 0x780b #define PCI_DEVICE_ID_AMD_CS5535_IDE 0x208F #define PCI_DEVICE_ID_AMD_CS5536_ISA 0x2090 #define PCI_DEVICE_ID_AMD_CS5536_FLASH 0x2091 |
