Re: [PATCH 0/2] platform/x86: msi-wmi-platform: Fix autoloading

From: Antheas Kapenekakis
Date: Mon Nov 10 2025 - 08:04:30 EST


On Mon, 10 Nov 2025 at 12:31, Antheas Kapenekakis <lkml@xxxxxxxxxxx> wrote:
>
> On Mon, 10 Nov 2025 at 12:13, Armin Wolf <W_Armin@xxxxxx> wrote:
> >
> > As already noted by Antheas Kapenekakis back in May, the
> > msi-wmi-platform driver fails to automatically load on MSI Claw
> > devices. Back then i suspected an issue with the device firmware,
> > however i just found out that i made a silly mistake when specifying
> > the GUID string of the driver, preventing the WMI driver core from
> > matching it to its WMI device.
>
> Can you add a closes with a link to that discussion and a reported by?
>
> > Additionally i noticed that said GUID was copied from the Windows
> > driver samples, meaning that it might be shared across different
> > vendors. Because of this we have to prevent this driver from loading
> > on non-MSI devices.
> >
> > Compile-tested only.
>
> I will try to test this in one to two days and will add a tested by.

Hi Ilpo,
did you receive this email? I was getting some bounces from your email
host last week so Im sending this from my gmail

I can test this series later today and add a Tested-by as it's only
compile tested.

Antheas

>
> Thanks,
> Antheas
>
> > Armin Wolf (2):
> > platform/x86: msi-wmi-platform: Only load on MSI devices
> > platform/x86: msi-wmi-platform: Fix typo in WMI GUID
> >
> > .../wmi/driver-development-guide.rst | 1 +
> > drivers/platform/x86/Kconfig | 1 +
> > drivers/platform/x86/msi-wmi-platform.c | 43 ++++++++++++++++++-
> > 3 files changed, 43 insertions(+), 2 deletions(-)
> >
> > --
> > 2.39.5
> >
> >