]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
platform/x86: hp-wmi: add Omen 14-fb0xxx (board 8C58) support
authorShaun Varghese <shaunvarghese43@gmail.com>
Fri, 10 Apr 2026 17:45:21 +0000 (23:15 +0530)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Mon, 13 Apr 2026 11:11:29 +0000 (14:11 +0300)
Board 8C58 (HP Omen Transcend Gaming Laptop 14-fb0xxx) appears to use
the same thermal profile handling as other supported Omen systems,
including board 8E41.

Add it to omen_thermal_profile_boards so hp-wmi can expose the firmware
thermal profiles through the platform_profile interface.

Tested on Omen 14-fb0xxx: the profile handler exposes cool, balanced,
and performance modes, and selecting performance increases sustained CPU
package power under load.

Signed-off-by: Shaun Varghese <shaunvarghese43@gmail.com>
Link: https://patch.msgid.link/20260410174651.1424000-1-shaunvarghese43@gmail.com
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 851056bee6146c1a30f5c8cc51b4c67a40fcf47b..77913373ed089f8a23d0afd068c5b1c8ec8c5839 100644 (file)
@@ -153,6 +153,7 @@ static const char * const omen_thermal_profile_boards[] = {
        "8900", "8901", "8902", "8912", "8917", "8918", "8949", "894A", "89EB",
        "8A15", "8A42",
        "8BAD",
+       "8C58",
        "8E41",
 };