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 <edip@medip.dev> Link: https://lore.kernel.org/r/20250728115805.20954-2-edip@medip.dev Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent de5cec2 commit 748f897

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)