diff options
-rw-r--r-- | arch/x86/platform/intel/iosf_mbi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/platform/intel/iosf_mbi.c b/arch/x86/platform/intel/iosf_mbi.c index 28fb290ca325..edf2c54bf131 100644 --- a/arch/x86/platform/intel/iosf_mbi.c +++ b/arch/x86/platform/intel/iosf_mbi.c | |||
@@ -30,6 +30,7 @@ | |||
30 | #define PCI_DEVICE_ID_BAYTRAIL 0x0F00 | 30 | #define PCI_DEVICE_ID_BAYTRAIL 0x0F00 |
31 | #define PCI_DEVICE_ID_BRASWELL 0x2280 | 31 | #define PCI_DEVICE_ID_BRASWELL 0x2280 |
32 | #define PCI_DEVICE_ID_QUARK_X1000 0x0958 | 32 | #define PCI_DEVICE_ID_QUARK_X1000 0x0958 |
33 | #define PCI_DEVICE_ID_TANGIER 0x1170 | ||
33 | 34 | ||
34 | static struct pci_dev *mbi_pdev; | 35 | static struct pci_dev *mbi_pdev; |
35 | static DEFINE_SPINLOCK(iosf_mbi_lock); | 36 | static DEFINE_SPINLOCK(iosf_mbi_lock); |
@@ -291,6 +292,7 @@ static const struct pci_device_id iosf_mbi_pci_ids[] = { | |||
291 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_BAYTRAIL) }, | 292 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_BAYTRAIL) }, |
292 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_BRASWELL) }, | 293 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_BRASWELL) }, |
293 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_QUARK_X1000) }, | 294 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_QUARK_X1000) }, |
295 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_TANGIER) }, | ||
294 | { 0, }, | 296 | { 0, }, |
295 | }; | 297 | }; |
296 | MODULE_DEVICE_TABLE(pci, iosf_mbi_pci_ids); | 298 | MODULE_DEVICE_TABLE(pci, iosf_mbi_pci_ids); |