From 625066e4f425a3d28a7fa30a2e06e97d39792093 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Thu, 6 Jul 2017 12:55:33 -0500 Subject: ec/quanta/ene_kb3940q/acpi: Fix PS2K under Windows Add _HID to parent SIO device so Windows can find the PS2K, and remove _ADR since HID and ADR are mutually exclusive. TEST=build/boot Win11 on google/butterfly, verify keyboard functional. Change-Id: I772ceef1b439cfd4e2740e53362bee9d494fb36d Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/75174 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/ec/quanta/ene_kb3940q/acpi/superio.asl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ec/quanta/ene_kb3940q/acpi/superio.asl b/src/ec/quanta/ene_kb3940q/acpi/superio.asl index b5962f02670d..8ace6dd01e9b 100644 --- a/src/ec/quanta/ene_kb3940q/acpi/superio.asl +++ b/src/ec/quanta/ene_kb3940q/acpi/superio.asl @@ -3,9 +3,8 @@ // Scope is \_SB.PCI0.LPCB Device (SIO) { + Name (_HID, EisaId("PNP0A05")) Name (_UID, 0) - Name (_ADR, 0) - #ifdef SIO_EC_ENABLE_PS2K Device (PS2K) // Keyboard -- cgit v1.2.3