[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251106115017.77782-1-marcosmola2@gmail.com>
Date: Thu, 6 Nov 2025 12:50:17 +0100
From: Marcos Vega <marcosmola2@...il.com>
To: ilpo.jarvinen@...ux.intel.com
Cc: platform-driver-x86@...r.kernel.org,
linux-kernel@...r.kernel.org,
Marcos Vega <marcosmola2@...il.com>
Subject: [PATCH] platform/x86: hp-wmi: Add Omen MAX 16-ah0xx fan support and thermal profile
New HP Omen laptops follow the same WMI thermal profile as Victus 16-r1000 and 16-s1000.
Add DMI board 8D41 to omen_thermal_profile_boards as well as victus_s_thermal_profile_boards.
Tested on: HP Omen MAX 16-ah0xx (8D41)
Result:
* RPMs can be read
* echo 0 | sudo tee /sys/devices/platform/hp-wmi/hwmon/*/pwm1_enable allows the fans to run on max RPM.
Signed-off-by: Marcos Vega <marcosmola2@...il.com>
---
drivers/platform/x86/hp/hp-wmi.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/drivers/platform/x86/hp/hp-wmi.c b/drivers/platform/x86/hp/hp-wmi.c
index 8b3533d6ba09..270af91dc7d0 100644
--- a/drivers/platform/x86/hp/hp-wmi.c
+++ b/drivers/platform/x86/hp/hp-wmi.c
@@ -68,7 +68,7 @@ static const char * const omen_thermal_profile_boards[] = {
"874A", "8603", "8604", "8748", "886B", "886C", "878A", "878B", "878C",
"88C8", "88CB", "8786", "8787", "8788", "88D1", "88D2", "88F4", "88FD",
"88F5", "88F6", "88F7", "88FE", "88FF", "8900", "8901", "8902", "8912",
- "8917", "8918", "8949", "894A", "89EB", "8BAD", "8A42", "8A15"
+ "8917", "8918", "8949", "894A", "89EB", "8BAD", "8A42", "8A15", "8D41"
};
/* DMI Board names of Omen laptops that are specifically set to be thermal
@@ -92,9 +92,10 @@ static const char * const victus_thermal_profile_boards[] = {
"8A25"
};
-/* DMI Board names of Victus 16-r1000 and Victus 16-s1000 laptops */
+/* DMI Board names of Victus 16-r1000 and Victus 16-s1000 laptops, as well
+ as some Omen boards using this profile */
static const char * const victus_s_thermal_profile_boards[] = {
- "8C99", "8C9C"
+ "8C99", "8C9C", "8D41"
};
enum hp_wmi_radio {
--
2.51.2
Powered by blists - more mailing lists