Re: [PATCH v2 2/4] platform/x86: wmi: Mark GUID-based WMI interface as deprecated

From: Randy Dunlap
Date: Mon Apr 24 2023 - 23:08:27 EST




On 4/24/23 15:29, Armin Wolf wrote:
> The WMI driver core supports a more mordern bus-based interface for
> interacting with WMI devices. The older GUID-based interface depends
> on each WMI GUID and notification id being unique on a given system,
> which turned out is not the case.
> Mark the older interface as deprecated since new WMI drivers should
> use the bus-based interface to avoid this issues.
>
> Signed-off-by: Armin Wolf <W_Armin@xxxxxx>
> ---
> drivers/platform/x86/wmi.c | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)

Tested-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

thanks.
--
~Randy