From e956379a190df592a9179b332410ed0f6b989e39 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Sun, 26 Mar 2023 17:00:07 -0500 Subject: ec/google/wilco/superio: Adjust PS2K HID/CID for Windows drivers Allows coolstar's Windows overlay drivers to attach, while not affecting operation under Linux or ChromeOS TEST=build/boot Win11, Linux 6.x on google/drallion Change-Id: I30ab2e9da00743c4d7086aac94652be46040f36d Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/77305 Reviewed-by: Eric Lai Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) --- src/ec/google/wilco/acpi/superio.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ec/google') diff --git a/src/ec/google/wilco/acpi/superio.asl b/src/ec/google/wilco/acpi/superio.asl index 852965cb87..2303cc6ed8 100644 --- a/src/ec/google/wilco/acpi/superio.asl +++ b/src/ec/google/wilco/acpi/superio.asl @@ -33,8 +33,8 @@ Scope (\_SB.PCI0) { Device (PS2K) { - Name (_HID, EisaId ("PNP0303")) - Name (_CID, EisaId ("PNP030B")) + Name (_HID, "GOOG000A") + Name (_CID, Package() { EISAID("PNP0303"), EISAID("PNP030B") }) Name (_UID, 0) Method (_STA, 0, NotSerialized) -- cgit v1.2.3