Skip to content

Commit 549fcf5

Browse files
hrideshmgij-intel
authored andcommitted
platform/x86: acer-wmi: add support for Acer Nitro AN515-58
Add predator_v4 quirk for the Acer Nitro AN515-58 to enable fan speed monitoring and platform_profile handling. Signed-off-by: Hridesh MG <[email protected]> Reviewed-by: Kurt Borja <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Ilpo Järvinen <[email protected]> Signed-off-by: Ilpo Järvinen <[email protected]>
1 parent 191e21f commit 549fcf5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

drivers/platform/x86/acer-wmi.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,15 @@ static const struct dmi_system_id acer_quirks[] __initconst = {
608608
},
609609
.driver_data = &quirk_acer_travelmate_2490,
610610
},
611+
{
612+
.callback = dmi_matched,
613+
.ident = "Acer Nitro AN515-58",
614+
.matches = {
615+
DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
616+
DMI_MATCH(DMI_PRODUCT_NAME, "Nitro AN515-58"),
617+
},
618+
.driver_data = &quirk_acer_predator_v4,
619+
},
611620
{
612621
.callback = dmi_matched,
613622
.ident = "Acer Predator PH315-53",

0 commit comments

Comments
 (0)