Re: [PATCH 15/34] ACPI / property: Support strings in Apple _DSM props
From: Lukas Wunner <lukas@wunner.de>
Date: 2021-12-26 18:28:31
Also in:
linux-acpi, linux-wireless, lkml, netdev
From: Lukas Wunner <lukas@wunner.de>
Date: 2021-12-26 18:28:31
Also in:
linux-acpi, linux-wireless, lkml, netdev
On Mon, Dec 27, 2021 at 12:36:05AM +0900, Hector Martin wrote:
The Wi-Fi module in Apple machines has a "module-instance" device property that specifies the platform type and is used for firmware selection. Its value is a string, so add support for string values in acpi_extract_apple_properties(). Signed-off-by: Hector Martin <redacted>
Reviewed-by: Lukas Wunner <lukas@wunner.de>