Skip to content

Commit 748f897

Browse files
Vilez0ij-intel
authored andcommitted
platform/x86: hp-wmi: mark Victus 16-r1xxx for victus_s fan and thermal profile support
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Ilpo Järvinen <[email protected]> Signed-off-by: Ilpo Järvinen <[email protected]>
1 parent de5cec2 commit 748f897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/platform/x86/hp/hp-wmi.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ static const char * const victus_thermal_profile_boards[] = {
9292
"8A25"
9393
};
9494

95-
/* DMI Board names of Victus 16-s1000 laptops */
95+
/* DMI Board names of Victus 16-r1000 and Victus 16-s1000 laptops */
9696
static const char * const victus_s_thermal_profile_boards[] = {
97-
"8C9C"
97+
"8C99", "8C9C"
9898
};
9999

100100
enum hp_wmi_radio {

0 commit comments

Comments
 (0)