Re: [PATCH v3] platform/x86: alienware-wmi-base: Transition to new WMI API
From: Kurt Borja
Date: Mon Apr 20 2026 - 13:05:09 EST
On Mon Apr 13, 2026 at 1:25 AM -05, Armin Wolf wrote:
> Am 31.03.26 um 18:20 schrieb Kurt Borja:
>> Transition to the new wmi_buffer based WMI API.
>
> Hi,
>
> i think you will have to adapt this patch to the changes i made to
> wmidev_invoke_method(). Said function now takes an additional parameter
> specifying the minimum size of the output data.
Hi Armin,
I'll go for this!
>
> In your case this would replace the size check when output data is
> expected, otherwise you should call wmidev_invoke_procedure.
>
> Thanks,
> Armin Wolf