We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e070bde + 255c891 commit 656626eCopy full SHA for 656626e
1 file changed
drivers/pci/controller/vmd.c
@@ -1124,6 +1124,8 @@ static const struct pci_device_id vmd_ids[] = {
1124
.driver_data = VMD_FEATS_CLIENT,},
1125
{PCI_VDEVICE(INTEL, 0xb06f),
1126
1127
+ {PCI_VDEVICE(INTEL, 0xb07f),
1128
+ .driver_data = VMD_FEATS_CLIENT,},
1129
{0,}
1130
};
1131
MODULE_DEVICE_TABLE(pci, vmd_ids);
0 commit comments