eve: Specify a unique ID for PS2 devices
Windows certification tests will fail if the PS2 devices are using Plug and Play ID (PNP0303). For all Chromebooks we should use GOOG000A. BRANCH=eve BUG=b:110066056 TEST=AltOS certification test verify. Change-Id: I479471fdb3102e3b492612a4e6ad07612273083a Signed-off-by: Lucas Chen <lucas.chen@quanta.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/1098874 Reviewed-by: Matt Delco <delco@chromium.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org> Commit-Queue: Hung-Te Lin <hungte@chromium.org> Trybot-Ready: Hung-Te Lin <hungte@chromium.org> Reviewed-on: https://review.coreboot.org/28334 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
f3122426b8
commit
216345dd24
|
@ -137,8 +137,8 @@ Device (SIO) {
|
|||
{
|
||||
Name (_UID, 0)
|
||||
Name (_ADR, 0)
|
||||
Name (_HID, EISAID("PNP0303"))
|
||||
Name (_CID, EISAID("PNP030B"))
|
||||
Name (_HID, "GOOG000A")
|
||||
Name (_CID, Package() { EISAID("PNP0303"), EISAID("PNP030B") } )
|
||||
|
||||
Method (_STA, 0, NotSerialized) {
|
||||
Return (0x0F)
|
||||
|
|
Loading…
Reference in New Issue