Allow new VMD hardware to bind to VMD driver. Signed-off-by: Jon Derrick <jonathan.derrick@xxxxxxxxx> --- drivers/pci/host/vmd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pci/host/vmd.c b/drivers/pci/host/vmd.c index fdfc286a1c9e..add940eedc56 100644 --- a/drivers/pci/host/vmd.c +++ b/drivers/pci/host/vmd.c @@ -831,6 +831,7 @@ static SIMPLE_DEV_PM_OPS(vmd_dev_pm_ops, vmd_suspend, vmd_resume); static const struct pci_device_id vmd_ids[] = { {PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x201d),}, + {PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x28c0),}, {0,} }; MODULE_DEVICE_TABLE(pci, vmd_ids); -- 2.14.3