repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/google/brya: Create rull variant
[coreboot2.git]
/
src
/
mainboard
/
lenovo
/
t60
/
acpi
/
gpe.asl
blob
9984636860671d2db5f10ff74fb4a41bb3a1ed04
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
Scope (\_GPE)
4
{
5
Method(_L18, 0, NotSerialized)
6
{
7
/* Read EC register to clear wake status */
8
Local0 = \_SB.PCI0.LPCB.EC.WAKE
9
/* So that we don't get a warning that Local0 is unused. */
10
Local0++
11
}
12
}