blob: 8b6969473cead012ae8a7974a40a5e35f93d103c [file] [log] [blame]
Jeremy Soller9037f0a2021-04-09 10:51:31 -06001/* SPDX-License-Identifier: GPL-2.0-only */
2
3// GPP_C19 SCI
4Method (_L13, 0, Serialized) {
Felix Singerfcdb03d2022-12-25 17:22:41 +01005 Printf ("GPE _L13: %o", ToHexString(\_SB.PCI0.LPCB.EC0.WFNO))
Jeremy Soller9037f0a2021-04-09 10:51:31 -06006 If (\_SB.PCI0.LPCB.EC0.ECOK) {
7 If (\_SB.PCI0.LPCB.EC0.WFNO == 1) {
8 Notify(\_SB.LID0, 0x80)
9 }
10 }
11}