Skip to content

Commit 70fe290

Browse files
Vilez0gregkh
authored andcommitted
platform/x86: hp-wmi: mark Victus 16-r0 and 16-s0 for victus_s fan and thermal profile support
[ Upstream commit 54afb04 ] This patch adds Victus 16-r0 (8bbe) and Victus 16-s0(8bd4, 8bd5) laptop DMI board name into existing list Signed-off-by: Edip Hazuri <edip@medip.dev> Link: https://patch.msgid.link/20251015181042.23961-3-edip@medip.dev Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 9654c56 commit 70fe290

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

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

95-
/* DMI Board names of Victus 16-r1000 and Victus 16-s1000 laptops */
95+
/* DMI Board names of Victus 16-r and Victus 16-s laptops */
9696
static const char * const victus_s_thermal_profile_boards[] = {
97+
"8BBE", "8BD4", "8BD5",
9798
"8C99", "8C9C"
9899
};
99100

0 commit comments

Comments
 (0)