Add Lenovo ThinkPad T60
[coreboot.git] / src / mainboard / lenovo / t60 / acpi / gpe.asl
1 #include "smi.h"
2 Scope (\_GPE)
3 {
4         Method(_L18, 0, NotSerialized)
5         {
6                 /* Read EC register to clear wake status */
7                 Store(\_SB.PCI0.LPCB.EC.WAKE, Local0)
8         }
9 }