]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
hp-wmi: fix support for thermal profile Omen 16-с0xxx laptops
authorКоненко Андрей Викторович <admin@aquinas.su>
Tue, 19 May 2026 13:37:42 +0000 (16:37 +0300)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Tue, 19 May 2026 13:46:54 +0000 (16:46 +0300)
commit00c9753435e8a800761feeeea029a83c4c4847c4
treecf72e24fb5ddcfa27c89a4f09e312d0531c3fda2
parent0488073a6c84571dd3cffe581a4a73a5fceb099d
hp-wmi: fix support for thermal profile Omen 16-с0xxx laptops

The HP Omen 16-c0xxx (board ID: 8902) has the same WMI interface as
other Victus S boards, but requires additional quirks for correctly
switching thermal profile.

Add the DMI board name to victus_s_thermal_profile_boards[] table and
map it to the omen_v1_legacy_thermal_params quirk.

Testing on board 8902 confirmed that platform profile is registered
successfully and fan RPMs are readable and controllable.

Signed-off-by: Konenko Andrey Viktorovich <admin@aquinas.su>
Link: https://patch.msgid.link/T3DTKbKwQzOgk_0eUG-kMg@aquinas.su
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