drivers/wifi/generic: Add new device ID
New device id 0x51f1 is added. Signed-off-by: Bora Guvendik <bora.guvendik@intel.com> Change-Id: I695309d529a117bad68fc89a7f136e69cecb95d9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/64001 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
This commit is contained in:
parent
25f69d74c8
commit
f118656736
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue