]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
platform/x86: hp-wmi: silence unknown board warning for 8D41
authorKrishna Chomal <krishna.chomal108@gmail.com>
Wed, 29 Apr 2026 18:09:53 +0000 (23:39 +0530)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Thu, 30 Apr 2026 12:36:19 +0000 (15:36 +0300)
commitc2d4b76458c9ebf81eae2916970320f1f61ad002
treea7759cc970b1030e6e2cc9e06545756e16b9450d
parentd3b7a868f1aeb6a43de880a3709ef3a0341f2c2a
platform/x86: hp-wmi: silence unknown board warning for 8D41

The HP Omen Max 16-ah0xxx, DMI board ID 8D41 is currently marked with
victus_s_thermal_params in the victus_s_thermal_profile_boards[] list.
This disables thermal profile readback and adds a dmesg warning during
driver init for "unknown board".

After testing we know that (similar to another HP Omen Max 16 device,
board ID 8D87), the embedded controller on this board does not expose
thermal profile which means we have to intentionally disable EC
readback.

Changing its driver_data to omen_v1_no_ec_thermal_params is sufficient
to silence the warning.

Tested-by: Benjamin Y <hectare.plains1h@icloud.com>
Signed-off-by: Krishna Chomal <krishna.chomal108@gmail.com>
Link: https://patch.msgid.link/20260429180953.129885-1-krishna.chomal108@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