summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/drivers/wifi/generic/generic.c2
-rw-r--r--src/include/device/pci_ids.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/wifi/generic/generic.c b/src/drivers/wifi/generic/generic.c
index 4f849a3b08..19d281f59b 100644
--- a/src/drivers/wifi/generic/generic.c
+++ b/src/drivers/wifi/generic/generic.c
@@ -107,6 +107,8 @@ static const unsigned short intel_pci_device_ids[] = {
PCI_DID_CP_6SERIES_WIFI,
/* Typhoon Peak (TyP) */
PCI_DID_TP_6SERIES_WIFI,
+ /* Misty Peak (MtP) */
+ PCI_DID_MP_7SERIES_WIFI,
0
};
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index aea8638fe9..1679ea11ad 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -4512,6 +4512,7 @@
#define PCI_DID_TP_9260_SERIES_WIFI 0x2526
#define PCI_DID_CP_6SERIES_WIFI 0x2723
#define PCI_DID_TP_6SERIES_WIFI 0x2725
+#define PCI_DID_MP_7SERIES_WIFI 0x272b
#define PCI_DID_INTEL_TGL_IPU 0x9a19
#define PCI_DID_INTEL_TGL_H_IPU 0x9a39