diff options
author | Jean Delvare <khali@linux-fr.org> | 2005-12-18 11:25:18 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-01-06 01:16:27 -0500 |
commit | 7c72ccf09b6debe55b8e049377ad3183ed4f4cb3 (patch) | |
tree | d9a4cfd4074c90a7ea1565449c304dcde8693c32 /include | |
parent | a4787c0d232e16e727b37205dc647337b8974f35 (diff) |
[PATCH] i2c: i2c-nforce2 add nforce4 MCP-04 device ID
One more supported PCI ID for the i2c-nforce2 driver.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 4f01710485cd..96a0403f61f6 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -976,6 +976,7 @@ | |||
976 | #define PCI_DEVICE_ID_NVIDIA_TNT_UNKNOWN 0x002a | 976 | #define PCI_DEVICE_ID_NVIDIA_TNT_UNKNOWN 0x002a |
977 | #define PCI_DEVICE_ID_NVIDIA_VTNT2 0x002C | 977 | #define PCI_DEVICE_ID_NVIDIA_VTNT2 0x002C |
978 | #define PCI_DEVICE_ID_NVIDIA_UVTNT2 0x002D | 978 | #define PCI_DEVICE_ID_NVIDIA_UVTNT2 0x002D |
979 | #define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP04_SMBUS 0x0034 | ||
979 | #define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP04_IDE 0x0035 | 980 | #define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP04_IDE 0x0035 |
980 | #define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP04_SATA 0x0036 | 981 | #define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP04_SATA 0x0036 |
981 | #define PCI_DEVICE_ID_NVIDIA_NVENET_10 0x0037 | 982 | #define PCI_DEVICE_ID_NVIDIA_NVENET_10 0x0037 |