diff options
author | Denis Turischev <[email protected]> | 2011-03-13 17:26:40 +0200 |
---|---|---|
committer | Samuel Ortiz <[email protected]> | 2011-03-23 10:42:08 +0100 |
commit | c4fdd1163a37b498890564135cb61643ec93e5a3 (patch) | |
tree | 6b92eea6670d228d71939885ad3c39177f8da3d0 | |
parent | bd6ca2cf50fbe3cc63513d026343035c3bd2e352 (diff) |
pci_ids: Add Intel Tunnel Creek LPC Bridge device ID.
Signed-off-by: Denis Turischev <[email protected]>
Acked-by: Jesse Barnes <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
-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 bda221dfaf0a..11fd38151cc9 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2737,6 +2737,7 @@ #define PCI_DEVICE_ID_INTEL_82372FB_1 0x7601 #define PCI_DEVICE_ID_INTEL_SCH_LPC 0x8119 #define PCI_DEVICE_ID_INTEL_SCH_IDE 0x811a +#define PCI_DEVICE_ID_INTEL_ITC_LPC 0x8186 #define PCI_DEVICE_ID_INTEL_82454GX 0x84c4 #define PCI_DEVICE_ID_INTEL_82450GX 0x84c5 #define PCI_DEVICE_ID_INTEL_82451NX 0x84ca |