|
@@ -64,6 +64,7 @@ static void intel_spi_pci_remove(struct pci_dev *pdev)
|
|
|
|
|
|
static const struct pci_device_id intel_spi_pci_ids[] = {
|
|
|
{ PCI_VDEVICE(INTEL, 0x19e0), (unsigned long)&bxt_info },
|
|
|
+ { PCI_VDEVICE(INTEL, 0xa1a4), (unsigned long)&bxt_info },
|
|
|
{ },
|
|
|
};
|
|
|
MODULE_DEVICE_TABLE(pci, intel_spi_pci_ids);
|