[PATCH v2] platform/x86: hp-wmi: add Omen 14-fb0xxx (board 8C58) support

ShaunV334 posted 1 patch 2 months ago
drivers/platform/x86/hp/hp-wmi.c | 1 +
1 file changed, 1 insertion(+)
[PATCH v2] platform/x86: hp-wmi: add Omen 14-fb0xxx (board 8C58) support
Posted by ShaunV334 2 months ago
From: Shaun Varghese <shaunvarghese43@gmail.com>

Board 8C58 (HP Omen Transcend Gaming Laptop 14-fb0xxx) appears to use
the same thermal profile handling as other supported Omen systems,
including board 8E41.

Add it to omen_thermal_profile_boards so hp-wmi can expose the firmware
thermal profiles through the platform_profile interface.

Tested on Omen 14-fb0xxx: the profile handler exposes cool, balanced,
and performance modes, and selecting performance increases sustained CPU
package power under load.

Signed-off-by: Shaun Varghese <shaunvarghese43@gmail.com>
---
 drivers/platform/x86/hp/hp-wmi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/platform/x86/hp/hp-wmi.c b/drivers/platform/x86/hp/hp-wmi.c
index 988a0acc9622..3cd5679828d6 100644
--- a/drivers/platform/x86/hp/hp-wmi.c
+++ b/drivers/platform/x86/hp/hp-wmi.c
@@ -153,6 +153,7 @@ static const char * const omen_thermal_profile_boards[] = {
 	"8900", "8901", "8902", "8912", "8917", "8918", "8949", "894A", "89EB",
 	"8A15", "8A42",
 	"8BAD",
+	"8C58",
 	"8E41",
 };
 
-- 
2.53.0
Re: [PATCH v2] platform/x86: hp-wmi: add Omen 14-fb0xxx (board 8C58) support
Posted by Ilpo Järvinen 2 months ago
On Fri, 10 Apr 2026 23:15:21 +0530, ShaunV334 wrote:

> Board 8C58 (HP Omen Transcend Gaming Laptop 14-fb0xxx) appears to use
> the same thermal profile handling as other supported Omen systems,
> including board 8E41.
> 
> Add it to omen_thermal_profile_boards so hp-wmi can expose the firmware
> thermal profiles through the platform_profile interface.
> 
> [...]


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.

The list of commits applied:
[1/1] platform/x86: hp-wmi: add Omen 14-fb0xxx (board 8C58) support
      commit: d0e6904dc063c19e470bb505eb010eb9f1b1148a

--
 i.