Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92871412 authored by Joshua Hay's avatar Joshua Hay Committed by Jeff Kirsher
Browse files

i40evf: add hyperv dev ids



This patch adds the Hyper-V specific VF device ids.

Change-ID: I9c4fe6d8dfd34f7f68ebc9fdae225c8768439c89
Signed-off-by: default avatarJoshua Hay <joshua.a.hay@intel.com>
Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 8b601510
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -57,7 +57,9 @@ static const char i40evf_copyright[] =
 */
static const struct pci_device_id i40evf_pci_tbl[] = {
	{PCI_VDEVICE(INTEL, I40E_DEV_ID_VF), 0},
	{PCI_VDEVICE(INTEL, I40E_DEV_ID_VF_HV), 0},
	{PCI_VDEVICE(INTEL, I40E_DEV_ID_X722_VF), 0},
	{PCI_VDEVICE(INTEL, I40E_DEV_ID_X722_VF_HV), 0},
	/* required last entry */
	{0, }
};