]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
platform/x86: hp-wmi: mark Victus 16-r0 and 16-s0 for victus_s fan and thermal profil...
authorEdip Hazuri <edip@medip.dev>
Wed, 15 Oct 2025 18:10:44 +0000 (21:10 +0300)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Thu, 6 Nov 2025 12:10:59 +0000 (14:10 +0200)
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>
drivers/platform/x86/hp/hp-wmi.c

index 8b3533d6ba091ad3c84264edd43d38fc553e9a60..9a668e2587952c7b818cb90a65d697eaa60a88a4 100644 (file)
@@ -92,8 +92,9 @@ static const char * const victus_thermal_profile_boards[] = {
        "8A25"
 };
 
-/* DMI Board names of Victus 16-r1000 and Victus 16-s1000 laptops */
+/* DMI Board names of Victus 16-r and Victus 16-s laptops */
 static const char * const victus_s_thermal_profile_boards[] = {
+       "8BBE", "8BD4", "8BD5",
        "8C99", "8C9C"
 };