Commit 533d9308 authored by Gregory Greenman's avatar Gregory Greenman Committed by Johannes Berg

wifi: iwlwifi: add Razer to ppag approved list

Add a new vendor (Razer) to PPAG approved list.
Signed-off-by: default avatarGregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20230816104355.f586a86fa644.I97408afb20bd7c46fcff8c3561ead8ed9c60b37e@changeidSigned-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent c83031af
...@@ -69,6 +69,11 @@ static const struct dmi_system_id dmi_ppag_approved_list[] = { ...@@ -69,6 +69,11 @@ static const struct dmi_system_id dmi_ppag_approved_list[] = {
DMI_MATCH(DMI_SYS_VENDOR, "Alienware"), DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
}, },
}, },
{ .ident = "RAZER",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Razer"),
},
},
{} {}
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment