On 9/30/20 1:12 PM, Gerd Hoffmann wrote:
PNP devices can be declared using eisaid encoding ...
Name (_HID, EisaId ("PNP0103"))
... or as string ...
Name (_HID, "PNP0A06")
.. so lets support both variants.
Signed-off-by: Gerd Hoffmann kraxel@redhat.com
src/fw/dsdt_parser.c | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé philmd@redhat.com