From: Armin Wolf Date: Thu, 16 Oct 2025 18:00:07 +0000 (+0200) Subject: platform/x86: acer-wmi: Enable fan control for PH16-72 and PT14-51 X-Git-Tag: v6.19-rc1~42^2~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d727823c134a79f28f16543aec4dced646a1f793;p=thirdparty%2Fkernel%2Flinux.git platform/x86: acer-wmi: Enable fan control for PH16-72 and PT14-51 Both machines support the necessary WMI methods, so enable fan control for them. Signed-off-by: Armin Wolf Link: https://patch.msgid.link/20251016180008.465593-4-W_Armin@gmx.de Reviewed-by: Ilpo Järvinen Signed-off-by: Ilpo Järvinen --- diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c index 44ab6bef788f9..7738a8e1d0ffa 100644 --- a/drivers/platform/x86/acer-wmi.c +++ b/drivers/platform/x86/acer-wmi.c @@ -465,6 +465,7 @@ static struct quirk_entry quirk_acer_predator_ph16_72 = { .cpu_fans = 1, .gpu_fans = 1, .predator_v4 = 1, + .pwm = 1, }; static struct quirk_entry quirk_acer_predator_pt14_51 = { @@ -472,6 +473,7 @@ static struct quirk_entry quirk_acer_predator_pt14_51 = { .cpu_fans = 1, .gpu_fans = 1, .predator_v4 = 1, + .pwm = 1, }; static struct quirk_entry quirk_acer_predator_v4 = {