<p>Matt DeVillier has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21580">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ec/quanta/it8518: add missing HID to SIO device<br><br>The ACPI spec requires devices with children to have an HID,<br>and Windows enforces this strictly. Without the SIO device<br>having an HID, Windows will not detect the attached PS2 keyboard<br>and trackpad.  Therefore, add the proper HID.<br><br>TEST: boot Windows on google/stout, observe PS2 keyboard and<br>trackpad detected and functional.<br><br>Change-Id: I61d7341c15483f8e1fe0e485a25591ceb92eaae1<br>Signed-off-by: Matt DeVillier <matt.devillier@gmail.com><br>---<br>M src/ec/quanta/it8518/acpi/superio.asl<br>1 file changed, 1 insertion(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/80/21580/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/ec/quanta/it8518/acpi/superio.asl b/src/ec/quanta/it8518/acpi/superio.asl<br>index 1bd0a39..e912e04 100644<br>--- a/src/ec/quanta/it8518/acpi/superio.asl<br>+++ b/src/ec/quanta/it8518/acpi/superio.asl<br>@@ -17,6 +17,7 @@<br> <br> Device (SIO)<br> {<br>+      Name (_HID, EisaId("PNP0A05"))<br>      Name (_UID, 0)<br>        Name (_ADR, 0)<br> <br></pre><p>To view, visit <a href="https://review.coreboot.org/21580">change 21580</a>. To unsubscribe, 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/21580"/><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: I61d7341c15483f8e1fe0e485a25591ceb92eaae1 </div>
<div style="display:none"> Gerrit-Change-Number: 21580 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Matt DeVillier <matt.devillier@gmail.com> </div>