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