From: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
To: Haichen Feng <2806891994@qq.com>
Cc: Hans de Goede <hansg@kernel.org>,
LKML <linux-kernel@vger.kernel.org>,
platform-driver-x86@vger.kernel.org
Subject: Re: [PATCH v3] platform/x86: hp-wmi: Add support for Victus 16-r0xxx (8BC2)
Date: Tue, 5 May 2026 13:06:55 +0300 (EEST) [thread overview]
Message-ID: <f1258e15-cd9f-c215-4cc6-0b3b282994ba@linux.intel.com> (raw)
In-Reply-To: <tencent_6AA70E451B0D40B766785B0909ADC12A7E05@qq.com>
On Fri, 1 May 2026, Haichen Feng wrote:
> Sorry for write wrong patch. It is my mistake. This patch move 8BC2 to
> the front of 8BCA.
Hi,
Thanks for the update but here you should describe the change. This text
will be directly taken as the commit message of the resulting commit, so
think of reviewers of your patch and those reading kernel's commit history
later and write to those audiences.
I think the previous version had better text here (but this is based on my
memory, I didn't actually go to fetch v2 from archives).
> Signed-off-by: Haichen Feng <2806891994@qq.com>
> ---
> Change in v3:
> - Move 8BC2 to the front of 8BCA
If you want to have extra explanation about the process that got you here
which should be put into the commit message, the place for such text is
after the --- line like you have tha patch changelog (correctly) here.
--
i.
> ---
> 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..a5cda787c 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,
>
next prev parent reply other threads:[~2026-05-05 10:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-25 11:07 [PATCH] platform/x86: hp-wmi: Add support for Victus 16-r0xxx (8BC2) Haichen Feng
2026-04-30 12:45 ` Ilpo Järvinen
2026-04-30 14:07 ` [PATCH v2] " Haichen Feng
2026-04-30 16:37 ` [PATCH v3] " Haichen Feng
2026-05-05 10:06 ` Ilpo Järvinen [this message]
2026-05-05 11:44 ` [PATCH v4] " Haichen Feng
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=f1258e15-cd9f-c215-4cc6-0b3b282994ba@linux.intel.com \
--to=ilpo.jarvinen@linux.intel.com \
--cc=2806891994@qq.com \
--cc=hansg@kernel.org \
--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