From: Marcos Vega <marcosmola2@gmail.com>
To: ilpo.jarvinen@linux.intel.com
Cc: platform-driver-x86@vger.kernel.org,
linux-kernel@vger.kernel.org, Marcos Vega <marcosmola2@gmail.com>
Subject: [PATCH] platform/x86: hp-wmi: Add Omen MAX 16-ah0xx fan support and thermal profile
Date: Thu, 6 Nov 2025 12:50:17 +0100 [thread overview]
Message-ID: <20251106115017.77782-1-marcosmola2@gmail.com> (raw)
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@gmail.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
next reply other threads:[~2025-11-06 11:50 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-06 11:50 Marcos Vega [this message]
2025-11-06 12:20 ` [PATCH] platform/x86: hp-wmi: Add Omen MAX 16-ah0xx fan support and thermal profile Ilpo Järvinen
2025-11-06 12:26 ` Ilpo Järvinen
2025-11-06 16:56 ` [PATCH v2] [PATCH v2] platform/x86: hp-wmi: Fixed Omen MAX 16-ah0xx board name Marcos Vega
2025-11-06 17:06 ` Ilpo Järvinen
2025-11-07 11:48 ` [PATCH v3] platform/x86: hp-wmi: Moved " Marcos Vega
2025-11-07 16:42 ` Ilpo Järvinen
2025-11-08 11:47 ` [PATCH v4] " Marcos Vega
2025-11-10 12:38 ` Ilpo Järvinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251106115017.77782-1-marcosmola2@gmail.com \
--to=marcosmola2@gmail.com \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=platform-driver-x86@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox