<p>Lucas Chen would like Matt Delco to <strong>review</strong> this change.</p><p><a href="https://review.coreboot.org/28334">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">eve: Specify an unique ID for PS2 devices<br><br>Windows certification tests will fail if the PS2 devices<br>are using Plug and Play ID (PNP0303).<br>For all Chromebooks we should use GOOG000A.<br><br>BRANCH=eve<br>BUG=b:110066056<br>TEST=AltOS certification test verify.<br><br>Change-Id: I479471fdb3102e3b492612a4e6ad07612273083a<br>Signed-off-by: Lucas Chen <lucas.chen@quanta.corp-partner.google.com><br>Reviewed-on: https://chromium-review.googlesource.com/1098874<br>Reviewed-by: Matt Delco <delco@chromium.org><br>Reviewed-by: Hung-Te Lin <hungte@chromium.org><br>Commit-Queue: Hung-Te Lin <hungte@chromium.org><br>Trybot-Ready: Hung-Te Lin <hungte@chromium.org><br>---<br>M src/ec/google/chromeec/acpi/superio.asl<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/34/28334/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/ec/google/chromeec/acpi/superio.asl b/src/ec/google/chromeec/acpi/superio.asl</span><br><span>index 8faabee..6c9cb2c 100644</span><br><span>--- a/src/ec/google/chromeec/acpi/superio.asl</span><br><span>+++ b/src/ec/google/chromeec/acpi/superio.asl</span><br><span>@@ -137,8 +137,8 @@</span><br><span>       {</span><br><span>            Name (_UID, 0)</span><br><span>               Name (_ADR, 0)</span><br><span style="color: hsl(0, 100%, 40%);">-          Name (_HID, EISAID("PNP0303"))</span><br><span style="color: hsl(0, 100%, 40%);">-                Name (_CID, EISAID("PNP030B"))</span><br><span style="color: hsl(120, 100%, 40%);">+              Name (_HID, "GOOG000A")</span><br><span style="color: hsl(120, 100%, 40%);">+             Name (_CID, Package() { EISAID("PNP0303"), EISAID("PNP030B") } )</span><br><span> </span><br><span>             Method (_STA, 0, NotSerialized) {</span><br><span>                    Return (0x0F)</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/28334">change 28334</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/28334"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I479471fdb3102e3b492612a4e6ad07612273083a </div>
<div style="display:none"> Gerrit-Change-Number: 28334 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Lucas Chen <lucas.chen@quanta.corp-partner.google.com> </div>
<div style="display:none"> Gerrit-Reviewer: Matt Delco <delco@chromium.org> </div>