summaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t60/acpi/gpe.asl
blob: 2355a4007fcf0147ca3d4453a431d64724c3d9ba (plain)
1
2
3
4
5
6
7
8
9
#include "smi.h"
Scope (\_GPE)
{
	Method(_L18, 0, NotSerialized)
	{
		/* Read EC register to clear wake status */
		Store(\_SB.PCI0.LPCB.EC.WAKE, Local0)
	}
}