* [PATCH] platform/x86: hp-wmi: mark Victus 16-r1xxx for victus_s fan and thermal profile support
@ 2025-07-28 11:58 edip
2025-08-12 12:29 ` Ilpo Järvinen
0 siblings, 1 reply; 2+ messages in thread
From: edip @ 2025-07-28 11:58 UTC (permalink / raw)
To: hdegoede, ilpo.jarvinen; +Cc: platform-driver-x86, linux-kernel, Edip Hazuri
From: Edip Hazuri <edip@medip.dev>
This patch adds Victus 16-r1xxx laptop DMI board name into existing
list.
Tested on 16-r1077nt and works without any problem.
Signed-off-by: Edip Hazuri <edip@medip.dev>
---
drivers/platform/x86/hp/hp-wmi.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/platform/x86/hp/hp-wmi.c b/drivers/platform/x86/hp/hp-wmi.c
index db5fdee21..60c8ac8d9 100644
--- a/drivers/platform/x86/hp/hp-wmi.c
+++ b/drivers/platform/x86/hp/hp-wmi.c
@@ -92,9 +92,9 @@ static const char * const victus_thermal_profile_boards[] = {
"8A25"
};
-/* DMI Board names of Victus 16-s1000 laptops */
+/* DMI Board names of Victus 16-r1000 and Victus 16-s1000 laptops */
static const char * const victus_s_thermal_profile_boards[] = {
- "8C9C"
+ "8C99", "8C9C"
};
enum hp_wmi_radio {
--
2.50.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] platform/x86: hp-wmi: mark Victus 16-r1xxx for victus_s fan and thermal profile support
2025-07-28 11:58 [PATCH] platform/x86: hp-wmi: mark Victus 16-r1xxx for victus_s fan and thermal profile support edip
@ 2025-08-12 12:29 ` Ilpo Järvinen
0 siblings, 0 replies; 2+ messages in thread
From: Ilpo Järvinen @ 2025-08-12 12:29 UTC (permalink / raw)
To: Hans de Goede, edip; +Cc: platform-driver-x86, linux-kernel
On Mon, 28 Jul 2025 14:58:06 +0300, edip@medip.dev wrote:
> This patch adds Victus 16-r1xxx laptop DMI board name into existing
> list.
> Tested on 16-r1077nt and works without any problem.
>
>
Thank you for your contribution, it has been applied to my local
review-ilpo-fixes branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-fixes 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: mark Victus 16-r1xxx for victus_s fan and thermal profile support
commit: 748f897511446c7578ca5f6d2ff099916bad6e28
--
i.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-12 12:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-28 11:58 [PATCH] platform/x86: hp-wmi: mark Victus 16-r1xxx for victus_s fan and thermal profile support edip
2025-08-12 12:29 ` 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;
as well as URLs for NNTP newsgroup(s).