diff options
Diffstat (limited to 'src/mainboard/system76/oryp6')
-rw-r--r-- | src/mainboard/system76/oryp6/acpi/gpe.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/system76/oryp6/acpi/gpe.asl b/src/mainboard/system76/oryp6/acpi/gpe.asl index 7ef9a989c0..2c0a907ef4 100644 --- a/src/mainboard/system76/oryp6/acpi/gpe.asl +++ b/src/mainboard/system76/oryp6/acpi/gpe.asl @@ -2,7 +2,7 @@ // GPP_K6 SCI Method (_L06, 0, Serialized) { - Debug = Concatenate("GPE _L06: ", ToHexString(\_SB.PCI0.LPCB.EC0.WFNO)) + Printf ("GPE _L06: %o", ToHexString(\_SB.PCI0.LPCB.EC0.WFNO)) If (\_SB.PCI0.LPCB.EC0.ECOK) { If (\_SB.PCI0.LPCB.EC0.WFNO == 1) { Notify(\_SB.LID0, 0x80) |