drivers/platform/x86/hp/hp-wmi.c | 1 + 1 file changed, 1 insertion(+)
Fixed placement of board 8D41 so its categorized adequately in victus_s_thermal_profile_boards.
Signed-off-by: Marcos Vega <marcosmola2@gmail.com>
---
Thank you for all the tips on proper kernel writing, I'll try to do it properly and learn for my next patch.
v4:
- Added trailing comma
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 e10c75d91f24..ad9d9f97960f 100644
--- a/drivers/platform/x86/hp/hp-wmi.c
+++ b/drivers/platform/x86/hp/hp-wmi.c
@@ -96,6 +96,7 @@ static const char * const victus_thermal_profile_boards[] = {
static const char * const victus_s_thermal_profile_boards[] = {
"8BBE", "8BD4", "8BD5",
"8C78", "8C99", "8C9C",
+ "8D41",
};
enum hp_wmi_radio {
--
2.51.2
On Sat, 8 Nov 2025, Marcos Vega wrote:
> Fixed placement of board 8D41 so its categorized adequately in victus_s_thermal_profile_boards.
Thanks. I've applied this now to the review-ilpo-fixes branch.
I ended up fixing this changelog text myself by taking part of the text
you had in v1.
--
i.
> Signed-off-by: Marcos Vega <marcosmola2@gmail.com>
> ---
> Thank you for all the tips on proper kernel writing, I'll try to do it properly and learn for my next patch.
>
> v4:
> - Added trailing comma
> 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 e10c75d91f24..ad9d9f97960f 100644
> --- a/drivers/platform/x86/hp/hp-wmi.c
> +++ b/drivers/platform/x86/hp/hp-wmi.c
> @@ -96,6 +96,7 @@ static const char * const victus_thermal_profile_boards[] = {
> static const char * const victus_s_thermal_profile_boards[] = {
> "8BBE", "8BD4", "8BD5",
> "8C78", "8C99", "8C9C",
> + "8D41",
> };
>
> enum hp_wmi_radio {
>
--
i.
© 2016 - 2025 Red Hat, Inc.