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>
This commit is contained in:
Armin Wolf 2025-10-16 20:00:07 +02:00 committed by Ilpo Järvinen
parent 0cc5153f13
commit d727823c13
No known key found for this signature in database
GPG Key ID: 59AC4F6153E5CE31

View 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 = {