Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <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>

authored by

Armin Wolf and committed by
Ilpo Järvinen
d727823c 0cc5153f

+2
+2
drivers/platform/x86/acer-wmi.c
··· 465 465 .cpu_fans = 1, 466 466 .gpu_fans = 1, 467 467 .predator_v4 = 1, 468 + .pwm = 1, 468 469 }; 469 470 470 471 static struct quirk_entry quirk_acer_predator_pt14_51 = { ··· 473 472 .cpu_fans = 1, 474 473 .gpu_fans = 1, 475 474 .predator_v4 = 1, 475 + .pwm = 1, 476 476 }; 477 477 478 478 static struct quirk_entry quirk_acer_predator_v4 = {