All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] platform/x86: hp-wmi: Add OMEN board 8D88 thermal profile support
@ 2026-08-18  9:08 Suryansh Singh
  2026-08-18 11:20 ` Ilpo Järvinen
  0 siblings, 1 reply; 2+ messages in thread
From: Suryansh Singh @ 2026-08-18  9:08 UTC (permalink / raw)
  To: hansg, ilpo.jarvinen; +Cc: platform-driver-x86, linux-kernel, Suryansh Singh

The HP OMEN 16 (board ID: 8D88) supports the existing
OMEN thermal profile handling.

Add the DMI board name to hp_wmi_feature_boards[] so that
the existing thermal profile support is enabled for this board.

This enables the existing fan control and platform profile
handling for 8D88.

The board has been reported as working with this configuration
in OmenCtl.

Link: https://github.com/yunusemreyl/OmenCtl/commit/e3cde3842bb2ffbd697592dc08a6043dc7cccfd0

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 5551f8134cdb..b2773fc1aca4 100644
--- a/drivers/platform/x86/hp/hp-wmi.c
+++ b/drivers/platform/x86/hp/hp-wmi.c
@@ -331,6 +331,10 @@ static const struct dmi_system_id hp_wmi_feature_boards[] __initconst = {
 		.matches = { DMI_MATCH(DMI_BOARD_NAME, "8D87") },
 		.driver_data = (void *)&omen_v1_no_ec_board_params,
 	},
+	{
+		.matches = { DMI_MATCH(DMI_BOARD_NAME, "8D88") },
+		.driver_data = (void *)&omen_v1_no_ec_board_params,
+	},
 	{
 		.matches = { DMI_MATCH(DMI_BOARD_NAME, "8DD6") },
 		.driver_data = (void *)&omen_v1_no_ec_thermal_params,
-- 
2.55.0


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

* Re: [PATCH] platform/x86: hp-wmi: Add OMEN board 8D88 thermal profile support
  2026-08-18  9:08 [PATCH] platform/x86: hp-wmi: Add OMEN board 8D88 thermal profile 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 Tue, 18 Aug 2026 14:38:28 +0530, Suryansh Singh wrote:

> The HP OMEN 16 (board ID: 8D88) supports the existing
> OMEN thermal profile handling.
> 
> Add the DMI board name to hp_wmi_feature_boards[] so that
> the existing thermal profile support is enabled for this board.
> 
> This enables the existing fan control and platform profile
> handling for 8D88.
> 
> [...]

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 board 8D88 thermal profile support
      commit: 5848eb9130ed0b3934f059fa06a53113637a43a4

--
 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-18  9:08 [PATCH] platform/x86: hp-wmi: Add OMEN board 8D88 thermal profile support Suryansh Singh
2026-08-18 11:20 ` Ilpo Järvinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.