aboutsummaryrefslogtreecommitdiff
path: root/src/ec/google
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2023-03-26 17:00:07 -0500
committerMartin L Roth <gaumless@gmail.com>2023-08-21 23:20:06 +0000
commite956379a190df592a9179b332410ed0f6b989e39 (patch)
tree96f344ad29a5ac421fd9f371d15ff41202ad21d6 /src/ec/google
parent9c80cb81aa15cc1b0a4640540d53b166c8a487dd (diff)
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 <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77305 Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/ec/google')
-rw-r--r--src/ec/google/wilco/acpi/superio.asl4
1 files changed, 2 insertions, 2 deletions
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)