aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/clevo/l140cu/acpi/gpe.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/clevo/l140cu/acpi/gpe.asl')
-rw-r--r--src/mainboard/clevo/l140cu/acpi/gpe.asl11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mainboard/clevo/l140cu/acpi/gpe.asl b/src/mainboard/clevo/l140cu/acpi/gpe.asl
new file mode 100644
index 0000000000..c1bc04dc9a
--- /dev/null
+++ b/src/mainboard/clevo/l140cu/acpi/gpe.asl
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+// GPP_D9 SCI
+Method (_L29, 0, Serialized) {
+ Debug = Concatenate("GPE _L29: ", ToHexString(\_SB.PCI0.LPCB.EC0.WFNO))
+ If (\_SB.PCI0.LPCB.EC0.ECOK) {
+ If (\_SB.PCI0.LPCB.EC0.WFNO == One) {
+ Notify(\_SB.LID0, 0x80)
+ }
+ }
+}