X86 platform drivers
 help / color / mirror / Atom feed
* [PATCH] platform/x86: hp-wmi: Add OMEN Transcend 16 8BB3 support
@ 2026-08-17 14:52 Suryansh Singh
  2026-08-18 11:20 ` Ilpo Järvinen
  0 siblings, 1 reply; 2+ messages in thread
From: Suryansh Singh @ 2026-08-17 14:52 UTC (permalink / raw)
  To: hansg, ilpo.jarvinen; +Cc: platform-driver-x86, linux-kernel, Suryansh Singh

The HP OMEN Transcend 16 (board ID: 8BB3) uses the existing
OMEN v1 WMI interface but does not use the standard EC thermal
profile parameters.

Add the DMI board name to hp_wmi_feature_boards[] and map it to
omen_v1_no_ec_board_params.

This enables the existing board-specific handling for 8BB3,
including platform profile and fan control support.

Tested on:

HP OMEN Transcend 16-u0xxx

DMI Board Name: 8BB3

Platform profile registration, fan RPM reporting, and PWM fan
control have been verified on this board.

Link: https://github.com/arfelious/omen-fan-control/commit/5d7a893432f1075ebb030a4eccdc929c35d68d97

Signed-off-by: Suryansh Singh <technosfan14@gmail.com>
---
 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 5f4853d82de6..49321d7feb93 100644
--- a/drivers/platform/x86/hp/hp-wmi.c
+++ b/drivers/platform/x86/hp/hp-wmi.c
@@ -271,6 +271,10 @@ static const struct dmi_system_id hp_wmi_feature_boards[] __initconst = {
 		.matches = { DMI_MATCH(DMI_BOARD_NAME, "8B2F") },
 		.driver_data = (void *)&victus_s_board_params,
 	},
+	{
+		.matches = { DMI_MATCH(DMI_BOARD_NAME, "8BB3") },
+		.driver_data = (void *)&omen_v1_no_ec_board_params,
+	},
 	{
 		.matches = { DMI_MATCH(DMI_BOARD_NAME, "8BBE") },
 		.driver_data = (void *)&victus_s_board_params,
-- 
2.55.0


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

* Re: [PATCH] platform/x86: hp-wmi: Add OMEN Transcend 16 8BB3 support
  2026-08-17 14:52 [PATCH] platform/x86: hp-wmi: Add OMEN Transcend 16 8BB3 support Suryansh Singh
@ 2026-08-18 11:20 ` Ilpo Järvinen
  0 siblings, 0 replies; 2+ messages in thread
From: Ilpo Järvinen @ 2026-08-18 11:20 UTC (permalink / raw)
  To: hansg, Suryansh Singh; +Cc: platform-driver-x86, linux-kernel

On Mon, 17 Aug 2026 20:22:06 +0530, Suryansh Singh wrote:

> The HP OMEN Transcend 16 (board ID: 8BB3) uses the existing
> OMEN v1 WMI interface but does not use the standard EC thermal
> profile parameters.
> 
> Add the DMI board name to hp_wmi_feature_boards[] and map it to
> omen_v1_no_ec_board_params.
> 
> [...]

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

FYI [if applicable to your patch], as per Linus' policy change, also
fixes are mostly routed through for-next unless the fix is for a
commit introduced in the most recent cycle or is clearly a regression
fix.

The list of commits applied:
[1/1] platform/x86: hp-wmi: Add OMEN Transcend 16 8BB3 support
      commit: edbad1e0e8c1ef33688615e809bd32f2f1aff140

--
 i.


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

end of thread, other threads:[~2026-08-18 11:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-17 14:52 [PATCH] platform/x86: hp-wmi: Add OMEN Transcend 16 8BB3 support Suryansh Singh
2026-08-18 11:20 ` 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