blob: 82918374268ea66c2708739f02a861b776e93d06 [file] [log] [blame]
Tim Crawfordf8ba8982021-04-01 15:49:33 -06001/* SPDX-License-Identifier: GPL-2.0-only */
2
3// GPP_D9 SCI
4Method (_L29, 0, Serialized) {
Felix Singerfcdb03d2022-12-25 17:22:41 +01005 Printf ("GPE _L29: %o", ToHexString(\_SB.PCI0.LPCB.EC0.WFNO))
Tim Crawfordf8ba8982021-04-01 15:49:33 -06006 If (\_SB.PCI0.LPCB.EC0.ECOK) {
7 If (\_SB.PCI0.LPCB.EC0.WFNO == 1) {
8 Notify(\_SB.LID0, 0x80)
9 }
10 }
11}