From: Kylene Hall Add an LPC ID to the pci_ids file. Signed-off-by: Kylene Hall Signed-off-by: Andrew Morton --- include/linux/pci_ids.h | 1 + 1 files changed, 1 insertion(+) diff -puN include/linux/pci_ids.h~tpm-support-for-tpms-on-additional-lpc-bus-fix-2 include/linux/pci_ids.h --- 25/include/linux/pci_ids.h~tpm-support-for-tpms-on-additional-lpc-bus-fix-2 Tue May 10 12:52:13 2005 +++ 25-akpm/include/linux/pci_ids.h Tue May 10 12:52:13 2005 @@ -1565,6 +1565,7 @@ #define PCI_DEVICE_ID_SERVERWORKS_OSB4USB 0x0220 #define PCI_DEVICE_ID_SERVERWORKS_CSB5USB PCI_DEVICE_ID_SERVERWORKS_OSB4USB #define PCI_DEVICE_ID_SERVERWORKS_CSB6USB 0x0221 +#define PCI_DEVICE_ID_SERVERWORKS_CSB6LPC 0x0227 #define PCI_DEVICE_ID_SERVERWORKS_GCLE 0x0225 #define PCI_DEVICE_ID_SERVERWORKS_GCLE2 0x0227 #define PCI_DEVICE_ID_SERVERWORKS_CSB5ISA 0x0230 _