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 <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75174
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Matt DeVillier 2017-07-06 12:55:33 -05:00 committed by Felix Held
parent f0a8b042c9
commit 625066e4f4
1 changed files with 1 additions and 2 deletions

View File

@ -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