diff options
-rw-r--r-- | drivers/dma/hsu/pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/hsu/pci.c b/drivers/dma/hsu/pci.c index 563b4685d766..77879e6ddc4c 100644 --- a/drivers/dma/hsu/pci.c +++ b/drivers/dma/hsu/pci.c @@ -105,6 +105,7 @@ static void hsu_pci_remove(struct pci_dev *pdev) static const struct pci_device_id hsu_pci_id_table[] = { { PCI_VDEVICE(INTEL, 0x081e), 0 }, + { PCI_VDEVICE(INTEL, 0x1192), 0 }, { } }; MODULE_DEVICE_TABLE(pci, hsu_pci_id_table); |