]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
platform/x86: acer-wmi: Enable fan control for PH16-72 and PT14-51
authorArmin Wolf <W_Armin@gmx.de>
Thu, 16 Oct 2025 18:00:07 +0000 (20:00 +0200)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Thu, 30 Oct 2025 16:29:16 +0000 (18:29 +0200)
Both machines support the necessary WMI methods, so enable fan control
for them.

Signed-off-by: Armin Wolf <W_Armin@gmx.de>
Link: https://patch.msgid.link/20251016180008.465593-4-W_Armin@gmx.de
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/acer-wmi.c

index 44ab6bef788f913e88ce5f12411c682be5d72c53..7738a8e1d0ffa8a615b7dfaab61521ecb684e826 100644 (file)
@@ -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 = {