<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26014">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">google/kahlee: Revert "Resume on AC insertion"<br><br>This reverts commit edf2f59b1d93a1bc9161a67d3c00a9a05fa8519a.<br>(google/kahlee: Resume on AC insertion)<br><br>The requirement to wake on AC insert is just to wake enough to charge,<br>not to wake the entire system.<br><br>BUG=b:77602394<br>TEST=None<br><br>Change-Id: I0ee709183b1605c1efc0fce673db512fac66adfa<br>Signed-off-by: Martin Roth <martinroth@google.com><br>---<br>M src/mainboard/google/kahlee/variants/baseboard/include/baseboard/ec.h<br>1 file changed, 2 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/26014/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/mainboard/google/kahlee/variants/baseboard/include/baseboard/ec.h b/src/mainboard/google/kahlee/variants/baseboard/include/baseboard/ec.h</span><br><span>index 7eef99d..976b621 100644</span><br><span>--- a/src/mainboard/google/kahlee/variants/baseboard/include/baseboard/ec.h</span><br><span>+++ b/src/mainboard/google/kahlee/variants/baseboard/include/baseboard/ec.h</span><br><span>@@ -44,11 +44,10 @@</span><br><span>        (EC_HOST_EVENT_MASK(EC_HOST_EVENT_LID_OPEN)     |\</span><br><span>    EC_HOST_EVENT_MASK(EC_HOST_EVENT_POWER_BUTTON))</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-/* EC can wake from S3 with lid, power button, key press, or AC connect */</span><br><span style="color: hsl(120, 100%, 40%);">+/* EC can wake from S3 with lid or power button or key press */</span><br><span> #define MAINBOARD_EC_S3_WAKE_EVENTS \</span><br><span>     (MAINBOARD_EC_S5_WAKE_EVENTS |\</span><br><span style="color: hsl(0, 100%, 40%);">-  EC_HOST_EVENT_MASK(EC_HOST_EVENT_KEY_PRESSED) |\</span><br><span style="color: hsl(0, 100%, 40%);">-        EC_HOST_EVENT_MASK(EC_HOST_EVENT_AC_CONNECTED))</span><br><span style="color: hsl(120, 100%, 40%);">+       EC_HOST_EVENT_MASK(EC_HOST_EVENT_KEY_PRESSED))</span><br><span> </span><br><span> /* Log EC wake events plus EC shutdown events */</span><br><span> #define MAINBOARD_EC_LOG_EVENTS \</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26014">change 26014</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/26014"/><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: I0ee709183b1605c1efc0fce673db512fac66adfa </div>
<div style="display:none"> Gerrit-Change-Number: 26014 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>