summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/drivers/wifi/generic/generic.c1
-rw-r--r--src/include/device/pci_ids.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/wifi/generic/generic.c b/src/drivers/wifi/generic/generic.c
index 1187b3326aad..a66656e3d3c3 100644
--- a/src/drivers/wifi/generic/generic.c
+++ b/src/drivers/wifi/generic/generic.c
@@ -118,6 +118,7 @@ static const unsigned short intel_pci_device_ids[] = {
/* Garfield Peak */
PCI_DID_GrP_6SERIES_1_WIFI,
PCI_DID_GrP_6SERIES_2_WIFI,
+ PCI_DID_GrP_6SERIES_3_WIFI,
0
};
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index 317698633dd9..79decbe5a354 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -4419,6 +4419,7 @@
#define PCI_DID_TyP_6SERIES_WIFI 0x2725
#define PCI_DID_GrP_6SERIES_1_WIFI 0x51f0
#define PCI_DID_GrP_6SERIES_2_WIFI 0x7af0
+#define PCI_DID_GrP_6SERIES_3_WIFI 0x51f1
#define PCI_DID_INTEL_TGL_IPU 0x9a19
#define PCI_DID_INTEL_TGL_H_IPU 0x9a39