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
mainboard/intel/avenuecity_crb: Update full IIO configuration
[coreboot2.git]
/
src
/
mainboard
/
system76
/
kbl-u
/
acpi
/
gpe.asl
blob
8b6969473cead012ae8a7974a40a5e35f93d103c
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
// GPP_C19 SCI
4
Method (_L13, 0, Serialized) {
5
Printf ("GPE _L13: %o", ToHexString(\_SB.PCI0.LPCB.EC0.WFNO))
6
If (\_SB.PCI0.LPCB.EC0.ECOK) {
7
If (\_SB.PCI0.LPCB.EC0.WFNO == 1) {
8
Notify(\_SB.LID0, 0x80)
9
}
10
}
11
}