sio/smsc/mec1308: fix SIO/PS2 keyboard ACPI for 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 samsung/lumpy, verify keyboard functional. Change-Id: I7b6b09da1a3fdc34ef43789c699f7fd22b4b655b Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/75175 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
625066e4f4
commit
2323282778
|
@ -3,7 +3,8 @@
|
|||
// Scope is \_SB.PCI0.LPCB
|
||||
|
||||
Device (SIO) {
|
||||
Name (_ADR, 0x2E)
|
||||
Name (_HID, EisaId ("PNP0A05"))
|
||||
|
||||
OperationRegion (SIOA, SystemIO, 0x2E, 0x02)
|
||||
Field (SIOA, ByteAcc, NoLock, Preserve)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue