wifi: iwlwifi: acpi: add other Google OEMs to the ppag approved list
authorGolan Ben Ami <golan.ben.ami@intel.com>
Wed, 31 May 2023 16:49:57 +0000 (19:49 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 6 Jun 2023 11:39:16 +0000 (13:39 +0200)
Add two new vendors to the PPAG approved vendor list
as Google OEMs.

Signed-off-by: Golan Ben Ami <golan.ben.ami@intel.com>
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20230531194629.b89a3f9e3ae0.Iab1e13285c58ef1fee2a8bad8429eda4547b0b74@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/fw/acpi.c

index e6abd16f8677543165e650cef16100b456258152..9ee9e0cb722c0d154409b96ee61d0c71db86d6c3 100644 (file)
@@ -47,6 +47,18 @@ static const struct dmi_system_id dmi_ppag_approved_list[] = {
                        DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
                },
        },
+       { .ident = "GOOGLE-ASUS",
+         .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Google"),
+                       DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTek COMPUTER INC."),
+               },
+       },
+       { .ident = "GOOGLE-SAMSUNG",
+         .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Google"),
+                       DMI_MATCH(DMI_BOARD_VENDOR, "SAMSUNG ELECTRONICS CO., LTD"),
+               },
+       },
        {}
 };