Hi Krishna, Could please take a look what's going on here. It seems 8D41 was in victus_s_thermal_profile_boards[] even before the dmi_system_id conversion in the commit 8ca7515d3c76 ("platform/x86: hp-wmi: fix platform profile values for Omen 16-wf1xxx"). On Wed, 22 Apr 2026, Ben Young wrote: > Unfortunately - the fans do not change speed upon terminal commands. The > HP-WMI is properly loaded and recognizes the board, but appears to not > allow any level of fan change. Do you have any recommendations? This is > important to HP laptop owners. > > Thank you! > > Sent from my iPhone > > > On Apr 21, 2026, at 8:18 PM, Benjamin Young wrote: > > > > Subject: hp-wmi: Fix thermal profile board classification for HP Omen Max 16 (8D41) > > > > Board 8D41 (HP Omen MAX Gaming Laptop 16t-ah000) was incorrectly added > > to victus_s_thermal_profile_boards in kernel 7.0, causing hp-wmi probe > > to fail with -EINVAL. > > > > The fix is to remove 8D41 from victus_s_thermal_profile_boards and add > > it to omen_thermal_profile_boards whitelist instead. > > > > Tested on HP Omen MAX Gaming Laptop 16t-ah000, BIOS F.21, kernel > > 7.0.0-1-cachyos-bore. After the fix, hp_wmi registers successfully as > > a platform profile handler. > > > -- i.