summaryrefslogtreecommitdiffstats
path: root/drivers/pci
diff options
context:
space:
mode:
authorJon Derrick <jonathan.derrick@intel.com>2018-05-18 13:27:58 -0600
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>2018-05-24 17:39:39 +0100
commit8b22f3d2f6b8652b71301d68d8ca69f91b5311a7 (patch)
treed28f6fe5aed4728b860e3bc3c70e3a02be9db87f /drivers/pci
parent60cc43fc888428bb2f18f08997432d426a243338 (diff)
downloadlinux-stable-8b22f3d2f6b8652b71301d68d8ca69f91b5311a7.tar.gz
linux-stable-8b22f3d2f6b8652b71301d68d8ca69f91b5311a7.tar.bz2
linux-stable-8b22f3d2f6b8652b71301d68d8ca69f91b5311a7.zip
PCI: Add Intel VMD devices to pci ids
Add the Intel VMD device ids to the pci id database and update the VMD driver. Signed-off-by: Jon Derrick <jonathan.derrick@intel.com> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/host/vmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/host/vmd.c b/drivers/pci/host/vmd.c
index 930a8fa08bd6..b10d2bce2993 100644
--- a/drivers/pci/host/vmd.c
+++ b/drivers/pci/host/vmd.c
@@ -778,7 +778,7 @@ static int vmd_resume(struct device *dev)
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, PCI_DEVICE_ID_INTEL_VMD_201D),},
{0,}
};
MODULE_DEVICE_TABLE(pci, vmd_ids);