From: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
To: Lauri Sarap <lauri.aardla@gmail.com>
Cc: Hans de Goede <hansg@kernel.org>,
platform-driver-x86@vger.kernel.org,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] platform/x86: hp-wmi: Add fan control support for OMEN 8C4D
Date: Wed, 1 Jul 2026 14:31:44 +0300 (EEST) [thread overview]
Message-ID: <d084f3f0-51c7-36b9-2a23-6d5a6aee2c98@linux.intel.com> (raw)
In-Reply-To: <20260616014158.816064-1-lauri.aardla@gmail.com>
On Tue, 16 Jun 2026, Lauri Sarap wrote:
> The HP OMEN Transcend 16-u1xxx with board ID 8C4D uses the
> Victus S fan control path with OMEN v1 thermal profile parameters.
>
> Manual fan control has been tested through the hwmon pwm interface. The
> legacy OMEN profile path exposes controls but does not change fan speed
> on this board; the Victus S table with omen_v1_thermal_params provides
> working fan RPM changes.
>
> Assisted-by: Codex:GPT-5
> Signed-off-by: Lauri Sarap <lauri.aardla@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 d1cc6e7d1..ffe229ec0 100644
> --- a/drivers/platform/x86/hp/hp-wmi.c
> +++ b/drivers/platform/x86/hp/hp-wmi.c
> @@ -221,6 +221,10 @@ static const struct dmi_system_id victus_s_thermal_profile_boards[] __initconst
> .matches = { DMI_MATCH(DMI_BOARD_NAME, "8BD5") },
> .driver_data = (void *)&victus_s_thermal_params,
> },
> + {
> + .matches = { DMI_MATCH(DMI_BOARD_NAME, "8C4D") },
> + .driver_data = (void *)&omen_v1_thermal_params,
> + },
> {
> .matches = { DMI_MATCH(DMI_BOARD_NAME, "8C76") },
> .driver_data = (void *)&omen_v1_thermal_params,
Thanks for the patch.
hp-wmi driver's .driver_data scope has been expanded. Please check the
very changes recently added into the review-ilpo-next branch in the
platform drivers repo and adapt this patch accordingly. Then post v2,
thank you.
--
i.
prev parent reply other threads:[~2026-07-01 11:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-16 1:41 Lauri Sarap
2026-07-01 11:31 ` Ilpo Järvinen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d084f3f0-51c7-36b9-2a23-6d5a6aee2c98@linux.intel.com \
--to=ilpo.jarvinen@linux.intel.com \
--cc=hansg@kernel.org \
--cc=lauri.aardla@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=platform-driver-x86@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome