wifi: iwlwifi: add Razer to ppag approved list
authorGregory Greenman <gregory.greenman@intel.com>
Wed, 16 Aug 2023 08:10:51 +0000 (11:10 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 22 Aug 2023 11:19:24 +0000 (13:19 +0200)
Add a new vendor (Razer) to PPAG approved list.

Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20230816104355.f586a86fa644.I97408afb20bd7c46fcff8c3561ead8ed9c60b37e@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/fw/acpi.c

index dfe8357036eb07783b84ea3ceb953aa18e23a322..b26f90e522564f6e4cf757f88c0949b083f1dee5 100644 (file)
@@ -69,6 +69,11 @@ static const struct dmi_system_id dmi_ppag_approved_list[] = {
                        DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
                },
        },
+       { .ident = "RAZER",
+         .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Razer"),
+               },
+       },
        {}
 };