summaryrefslogtreecommitdiff
path: root/src/mainboard/system76/kbl-u/acpi/gpe.asl
blob: 8b6969473cead012ae8a7974a40a5e35f93d103c (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

// GPP_C19 SCI
Method (_L13, 0, Serialized) {
	Printf ("GPE _L13: %o", ToHexString(\_SB.PCI0.LPCB.EC0.WFNO))
	If (\_SB.PCI0.LPCB.EC0.ECOK) {
		If (\_SB.PCI0.LPCB.EC0.WFNO == 1) {
			Notify(\_SB.LID0, 0x80)
		}
	}
}