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

/* Method called from _PTS prior to enter sleep state */
Method (MPTS, 1)
{
	\_SB.PCI0.LPCB.EC0.PTS (Arg0)
}

/* Method called from _WAK prior to wakeup */
Method (MWAK, 1)
{
	\_SB.PCI0.LPCB.EC0.WAK (Arg0)
}