summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/x60/acpi/gpe.asl
blob: 9984636860671d2db5f10ff74fb4a41bb3a1ed04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */

Scope (\_GPE)
{
	Method(_L18, 0, NotSerialized)
	{
		/* Read EC register to clear wake status */
		Local0 = \_SB.PCI0.LPCB.EC.WAKE
		/* So that we don't get a warning that Local0 is unused. */
		Local0++
	}
}