blob: 94c0e403880b94e3f7d6eed727a916130df0729b [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
// GPP_E15 SWI
Method (_L49, 0, Serialized) {
Printf ("GPE _L49: %o", ToHexString(\_SB.PCI0.LPCB.EC0.WFNO))
If (\_SB.PCI0.LPCB.EC0.ECOK) {
If (\_SB.PCI0.LPCB.EC0.WFNO == 1) {
Notify(\_SB.LID0, 0x80)
}
}
}