docs: Add 24.12 release notes
[coreboot2.git] / src / mainboard / system76 / kbl-u / acpi / gpe.asl
blob8b6969473cead012ae8a7974a40a5e35f93d103c
1 /* SPDX-License-Identifier: GPL-2.0-only */
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         }