The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v4] platform/x86: hp-wmi: Add support for Victus 16-r0xxx (8BC2)
@ 2026-05-07 14:02 Haichen Feng
  2026-05-07 14:25 ` Ilpo Järvinen
  0 siblings, 1 reply; 5+ messages in thread
From: Haichen Feng @ 2026-05-07 14:02 UTC (permalink / raw)
  To: ilpo.jarvinen; +Cc: 2806891994, hansg, linux-kernel, platform-driver-x86

The HP Victus 16-r0xxx (board ID: 8BC2) has the same WMI 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 board 8BC2 confirmed that platform profile is registered
successfully and fan RPMs are readable and controllable.

Signed-off-by: Haichen Feng <2806891994@qq.com>
---
Change in v2:
 - Move code to correct place
 
Change in v3:
 - Move code to the front of 8BCA
 
Change in v4:
 - Add explanation about this patch
 - Insert a space at the second parenthesis in 8BC2 line
---
 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 d1cc6e7d1..71a2093cc 100644
--- a/drivers/platform/x86/hp/hp-wmi.c
+++ b/drivers/platform/x86/hp/hp-wmi.c
@@ -205,6 +205,10 @@ static const struct dmi_system_id victus_s_thermal_profile_boards[] __initconst
 		.matches = { DMI_MATCH(DMI_BOARD_NAME, "8BBE") },
 		.driver_data = (void *)&victus_s_thermal_params,
 	},
+	{
+		.matches = { DMI_MATCH(DMI_BOARD_NAME, "8BC2") },
+		.driver_data = (void *)&omen_v1_thermal_params,
+	},
 	{
 		.matches = { DMI_MATCH(DMI_BOARD_NAME, "8BCA") },
 		.driver_data = (void *)&omen_v1_thermal_params,
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-05-07 14:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <930ba4a0-91be-03b3-4f71-4f43ea334843@linux.intel.com>
     [not found] ` <tencent_6AA70E451B0D40B766785B0909ADC12A7E05@qq.com>
2026-05-05 10:06   ` [PATCH v3] platform/x86: hp-wmi: Add support for Victus 16-r0xxx (8BC2) Ilpo Järvinen
2026-05-05 11:44     ` [PATCH v4] " Haichen Feng
2026-05-07 12:57       ` Ilpo Järvinen
2026-05-07 14:02 Haichen Feng
2026-05-07 14:25 ` 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