aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/system76/oryp5/acpi/gpe.asl
blob: 81022642e406a89b0e327209effbbb05c7ff091b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */

// GPP_B23 SCI
Method (_L17, 0, Serialized)
{
	Debug = Concatenate("GPE _L17: ", ToHexString(\_SB.PCI0.LPCB.EC0.WFNO))
	If (\_SB.PCI0.LPCB.EC0.ECOK) {
		If (\_SB.PCI0.LPCB.EC0.WFNO == 1) {
			Notify(\_SB.LID0, 0x80)
		}
	}
}