diff options
author | Jean Delvare <khali@linux-fr.org> | 2012-10-05 22:23:53 +0200 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2012-10-05 22:23:53 +0200 |
commit | 01d56a6aa1c3a506426c8f3ff87c8d698023f336 (patch) | |
tree | bfba6da31bdaa637891ef96813c9a2f7dd6d72ca /include/linux/pci_ids.h | |
parent | 7fe442a1a50f8b4fe49f685f21b08dd8f070f429 (diff) | |
download | linux-01d56a6aa1c3a506426c8f3ff87c8d698023f336.tar.gz linux-01d56a6aa1c3a506426c8f3ff87c8d698023f336.tar.bz2 linux-01d56a6aa1c3a506426c8f3ff87c8d698023f336.zip |
i2c-viapro: Add VIA VX900 device ID
The SMBus controller in the VIA VX900 appears to be compatible with
the VIA VX855, so just add the device ID.
This closes kernel bug #43096.
Signed-off-by: Jean Delvare <khali@linux-fr.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 33880f6f4e51..9d36b829533a 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1427,6 +1427,7 @@ #define PCI_DEVICE_ID_VIA_CX700_IDE 0x0581 #define PCI_DEVICE_ID_VIA_VX800 0x8353 #define PCI_DEVICE_ID_VIA_VX855 0x8409 +#define PCI_DEVICE_ID_VIA_VX900 0x8410 #define PCI_DEVICE_ID_VIA_8371_1 0x8391 #define PCI_DEVICE_ID_VIA_82C598_1 0x8598 #define PCI_DEVICE_ID_VIA_838X_1 0xB188 |