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>
This commit is contained in:
Matt DeVillier 2023-03-26 17:00:07 -05:00 committed by Martin L Roth
parent 9c80cb81aa
commit e956379a19
1 changed files with 2 additions and 2 deletions

View File

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