Skip to content

Commit 92c36b6

Browse files
ShaunV334ij-intel
authored andcommitted
platform/x86: hp-wmi: add Omen 14-fb0xxx (board 8C58) support
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 <[email protected]> Link: https://patch.msgid.link/[email protected] Reviewed-by: Ilpo Järvinen <[email protected]> Signed-off-by: Ilpo Järvinen <[email protected]>
1 parent 2e2a391 commit 92c36b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ static const char * const omen_thermal_profile_boards[] = {
153153
"8900", "8901", "8902", "8912", "8917", "8918", "8949", "894A", "89EB",
154154
"8A15", "8A42",
155155
"8BAD",
156+
"8C58",
156157
"8E41",
157158
};
158159

0 commit comments

Comments
 (0)