[PATCH] fix support for thermal profile Omen 16-с0xxxlaptpops

Коненко Андрей Викторович posted 1 patch 1 month, 2 weeks ago
drivers/platform/x86/hp/hp-wmi.c | 4 ++++
1 file changed, 4 insertions(+)
[PATCH] fix support for thermal profile Omen 16-с0xxxlaptpops
Posted by Коненко Андрей Викторович 1 month, 2 weeks ago
The HP Omen 16-c0xxx (board ID: 8902) has the same WMI interface as
other Victus S boards, but requires additional quirks for correctly
switching thermal profile.

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

Testing on board 8902 confirmed that platform profile is registered
successfully and fan RPMs are readable and controllable.

Signed-off-by: Konenko Andrey Viktorovich <admin@aquinas.su>
---
 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 d1cc6e7d176c..4ab47a43e4d4 100644
--- a/drivers/platform/x86/hp/hp-wmi.c
+++ b/drivers/platform/x86/hp/hp-wmi.c
@@ -197,6 +197,10 @@ static const struct dmi_system_id 
victus_s_thermal_profile_boards[] __initconst
                .matches = { DMI_MATCH(DMI_BOARD_NAME, "8A4D") },
                .driver_data = (void *)&omen_v1_legacy_thermal_params,
        },
+       {
+               .matches = { DMI_MATCH(DMI_BOARD_NAME, "8902") },
+               .driver_data = (void *)&omen_v1_legacy_thermal_params,
+       },
        { 
                .matches = { DMI_MATCH(DMI_BOARD_NAME, "8BAB") },
                .driver_data = (void *)&omen_v1_thermal_params,
--
2.54.0
Re: [PATCH] fix support for thermal profile Omen 16-с0xxx laptpops
Posted by Ilpo Järvinen 4 weeks ago
On Tue, 28 Apr 2026 15:38:25 +0700, Коненко Андрей Викторович wrote:

> The HP Omen 16-c0xxx (board ID: 8902) has the same WMI interface as
> other Victus S boards, but requires additional quirks for correctly
> switching thermal profile.
> 
> Add the DMI board name to victus_s_thermal_profile_boards[] table and map it
> to the omen_v1_legacy_thermal_params quirk.
> 
> [...]


Thank you for your contribution, it has been applied to my local
review-ilpo-fixes branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-fixes branch only once I've pushed my
local branch there, which might take a while.

The list of commits applied:
[1/1] fix support for thermal profile Omen 16-с0xxx laptpops
      commit: 00c9753435e8a800761feeeea029a83c4c4847c4

--
 i.