[PATCH v3] platform/x86: hp-wmi: Moved Omen MAX 16-ah0xx board name
From: Marcos Vega
Date: Fri Nov 07 2025 - 06:53:33 EST
Fixed placement of board 8D41 so its categorized adequately in victus_s_thermal_profile_boards.
Rebased to review-ilpo-fixes as pointed out by maintainer.
Signed-off-by: Marcos Vega <marcosmola2@xxxxxxxxx>
---
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..47989f6a1753 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