diff mbox series

[RFC,v2,3/3] platform/x86: acer-wmi: Enable fan control for PH16-72 and PT14-51

Message ID 20250215174544.8790-4-W_Armin@gmx.de (mailing list archive)
State New
Headers show
Series platform/x86: acer-wmi: Add fan control support | expand

Commit Message

Armin Wolf Feb. 15, 2025, 5:45 p.m. UTC
Both machines support the necessary WMI methods, so enable fan control
for them.

Signed-off-by: Armin Wolf <W_Armin@gmx.de>
---
 drivers/platform/x86/acer-wmi.c | 2 ++
 1 file changed, 2 insertions(+)

--
2.39.5
diff mbox series

Patch

diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c
index e5aef09d9d96..399b2b2f1554 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 = {