Unverified Commit d727823c authored by Armin Wolf's avatar Armin Wolf Committed by Ilpo Järvinen
Browse files

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: default avatarArmin Wolf <W_Armin@gmx.de>
Link: https://patch.msgid.link/20251016180008.465593-4-W_Armin@gmx.de


Reviewed-by: default avatarIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: default avatarIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
parent 0cc5153f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 = {