* [PATCH] support for thermal profile Omen 16 laptops with board 8902
@ 2026-03-03 4:37 Коненко Андрей Викторович
2026-03-17 12:23 ` Ilpo Järvinen
0 siblings, 1 reply; 2+ messages in thread
From: Коненко Андрей Викторович @ 2026-03-03 4:37 UTC (permalink / raw)
To: platform-driver-x86
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] support for thermal profile Omen 16 laptops with board 8902
2026-03-03 4:37 [PATCH] support for thermal profile Omen 16 laptops with board 8902 Коненко Андрей Викторович
@ 2026-03-17 12:23 ` Ilpo Järvinen
0 siblings, 0 replies; 2+ messages in thread
From: Ilpo Järvinen @ 2026-03-17 12:23 UTC (permalink / raw)
To: Коненко Андрей Викторович
Cc: platform-driver-x86
[-- Attachment #1: Type: text/plain, Size: 1732 bytes --]
On Tue, 3 Mar 2026, Коненко Андрей Викторович wrote:
>
> 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.
>
>
Hi,
As is, I cannot take this patch. Please go through the information in
Documentation/process/submitting-patches.rst and resubmit. Especially pay
attention on formatting the changelog and DCoO.
You can also check existing, similar commits to this same file for
examples.
--
i.
> ---
> 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
>
>
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-17 12:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-03 4:37 [PATCH] support for thermal profile Omen 16 laptops with board 8902 Коненко Андрей Викторович
2026-03-17 12:23 ` Ilpo Järvinen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox