diff options
-rw-r--r-- | drivers/char/tpm/tpm_atmel.c | 1 | ||||
-rw-r--r-- | include/linux/pci_ids.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/char/tpm/tpm_atmel.c b/drivers/char/tpm/tpm_atmel.c index 68974577a6a6..13248400b9c3 100644 --- a/drivers/char/tpm/tpm_atmel.c +++ b/drivers/char/tpm/tpm_atmel.c | |||
@@ -205,6 +205,7 @@ static struct pci_device_id tpm_pci_tbl[] __devinitdata = { | |||
205 | {PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801DB_12)}, | 205 | {PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801DB_12)}, |
206 | {PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801EB_0)}, | 206 | {PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801EB_0)}, |
207 | {PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_8111_LPC)}, | 207 | {PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_8111_LPC)}, |
208 | {PCI_DEVICE(PCI_VENDOR_ID_SERVERWORKS, PCI_DEVICE_ID_SERVERWORKS_CSB6LPC)}, | ||
208 | {0,} | 209 | {0,} |
209 | }; | 210 | }; |
210 | 211 | ||
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 63e89e47b8e9..bf608808a60c 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -1568,6 +1568,7 @@ | |||
1568 | #define PCI_DEVICE_ID_SERVERWORKS_OSB4USB 0x0220 | 1568 | #define PCI_DEVICE_ID_SERVERWORKS_OSB4USB 0x0220 |
1569 | #define PCI_DEVICE_ID_SERVERWORKS_CSB5USB PCI_DEVICE_ID_SERVERWORKS_OSB4USB | 1569 | #define PCI_DEVICE_ID_SERVERWORKS_CSB5USB PCI_DEVICE_ID_SERVERWORKS_OSB4USB |
1570 | #define PCI_DEVICE_ID_SERVERWORKS_CSB6USB 0x0221 | 1570 | #define PCI_DEVICE_ID_SERVERWORKS_CSB6USB 0x0221 |
1571 | #define PCI_DEVICE_ID_SERVERWORKS_CSB6LPC 0x0227 | ||
1571 | #define PCI_DEVICE_ID_SERVERWORKS_GCLE 0x0225 | 1572 | #define PCI_DEVICE_ID_SERVERWORKS_GCLE 0x0225 |
1572 | #define PCI_DEVICE_ID_SERVERWORKS_GCLE2 0x0227 | 1573 | #define PCI_DEVICE_ID_SERVERWORKS_GCLE2 0x0227 |
1573 | #define PCI_DEVICE_ID_SERVERWORKS_CSB5ISA 0x0230 | 1574 | #define PCI_DEVICE_ID_SERVERWORKS_CSB5ISA 0x0230 |