Re: [PATCH 0/4] platform/x86: hp-wmi: Improve support for some HP boards

From: Krishna Chomal

Date: Fri Apr 10 2026 - 14:00:51 EST


On Fri, Apr 10, 2026 at 04:52:25PM +0300, Ilpo Järvinen wrote:
On Wed, 1 Apr 2026, Krishna Chomal wrote:

This series improves support for some HP boards.

The first patch fixes an incorrect assumption in the fan table header
which leads to a parsing error and eventually failure to load the driver
in some devices.

The second patch adds support for board 8D87 by adding it to Victus S
list. Unlike other boards, here the EC does not expose platform profile
value, so EC readback is disabled.

The third patch adds support for board 8A44 by adding to Victus S list.

The fourth patch adds support for board 8C77 by adding to Victus S list.

Krishna Chomal (4):
platform/x86: hp-wmi: fix fan table parsing
platform/x86: hp-wmi: Add support for OMEN MAX 16-ak0xxx (8D87)
platform/x86: hp-wmi: Add support for Omen 16-n0xxx (8A44)
platform/x86: hp-wmi: Add support for Omen 16-wf1xxx (8C77)

drivers/platform/x86/hp/hp-wmi.c | 74 +++++++++++++++++++++++++++-----
1 file changed, 64 insertions(+), 10 deletions(-)

Hi Krishna,

Could you please respin this series.

I tried to apply it on top of review-ilpo-next but it got so messy I lost
confidence in being able to reproduce the changes correctly.

--
i.


Sure, I will respin on review-ilpo-next and send as v2 soon.