X86 platform drivers
 help / color / mirror / Atom feed
From: "Коненко Андрей Викторович" <admin@aquinas.su>
To: platform-driver-x86@vger.kernel.org
Subject: [PATCH] support for thermal profile Omen 16 laptops with board 8902
Date: Tue, 03 Mar 2026 11:37:51 +0700	[thread overview]
Message-ID: <1948971.tdWV9SEqCh@woolf.localdomain> (raw)


The HP Omen 16 with bioard ID 8902 has the same WMI interface as
other Victus S boards, but requires quirks for correctly switching
thermal profile.

Add the DMI board name to victus_s_thermal_profile_boards[] table and
map it to omen_v1_thermal_params.

Testing on HP Omen 16-c0004ur confirmed that platform profile is
registered successfully and fan RPMs are readable and controllable.


--- 
drivers/platform/x86/hp/hp-wmi.c | 4 ++++ 
1 file changed, 4 insertions(+) 

diff --git a/drivers/platform/x86/hp/hp-wmi.c b/drivers/platform/x86/hp/hp-
wmi.c 
index 304d9ac63c8a..f60a48b97c36 100644 
--- a/drivers/platform/x86/hp/hp-wmi.c 
+++ b/drivers/platform/x86/hp/hp-wmi.c 
@@ -189,6 +189,10 @@ static const struct dmi_system_id 
victus_s_thermal_profile_boards[] __initconst 
               .matches = { DMI_MATCH(DMI_BOARD_NAME, "8C78") }, 
               .driver_data = (void *)&omen_v1_thermal_params, 
       }, 
+       { 
+               .matches = { DMI_MATCH(DMI_BOARD_NAME, "8902") }, 
+               .driver_data = (void *)&omen_v1_thermal_params, 
+       }, 
       { 
               .matches = { DMI_MATCH(DMI_BOARD_NAME, "8C99") }, 
               .driver_data = (void *)&victus_s_thermal_params, 
--  
2.53.0





             reply	other threads:[~2026-03-03  4:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-03  4:37 Коненко Андрей Викторович [this message]
2026-03-17 12:23 ` [PATCH] support for thermal profile Omen 16 laptops with board 8902 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=1948971.tdWV9SEqCh@woolf.localdomain \
    --to=admin@aquinas.su \
    --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