diff --git a/src/ec/starlabs/merlin/acpi/suspend.asl b/src/ec/starlabs/merlin/acpi/suspend.asl index 2039b34c47..966362f8a4 100644 --- a/src/ec/starlabs/merlin/acpi/suspend.asl +++ b/src/ec/starlabs/merlin/acpi/suspend.asl @@ -66,7 +66,7 @@ Method (RPTS, 1, Serialized) /* * Disable ACPI support. - * This should always be the last action before entering S4 or S5. + * This should always be the last action before entering a sleep state. */ \_SB.PCI0.LPCB.EC.ECWR(0x00, RefOf(\_SB.PCI0.LPCB.EC.OSFG)) } @@ -75,7 +75,7 @@ Method (RWAK, 1, Serialized) { /* * Enable ACPI support. - * This should always be the first action when exiting S4 or S5. + * This should always be the first action when exiting a sleep state. */ \_SB.PCI0.LPCB.EC.ECWR(0x01, RefOf(\_SB.PCI0.LPCB.EC.OSFG))