aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/x60/acpi/gpe.asl
blob: 1c5d1bdfd8973dabebb698b9f0b044dbdad2be64 (plain)
1
2
3
4
5
6
7
8
Scope (\_GPE)
{
	Method(_L18, 0, NotSerialized)
	{
		/* Read EC register to clear wake status */
		Store(\_SB.PCI0.LPCB.EC.WAKE, Local0)
	}
}