From 08827287d65faa50cdd7db96c41d830a48f07fce Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Tue, 15 Mar 2011 09:52:17 +0000 Subject: X60: Clear EC events when wake GPE is triggered Signed-off-by: Sven Schnelle Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6448 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/lenovo/x60/acpi/ec.asl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/lenovo/x60/acpi/ec.asl') diff --git a/src/mainboard/lenovo/x60/acpi/ec.asl b/src/mainboard/lenovo/x60/acpi/ec.asl index ec5c6abf45..7e2b94d064 100644 --- a/src/mainboard/lenovo/x60/acpi/ec.asl +++ b/src/mainboard/lenovo/x60/acpi/ec.asl @@ -37,6 +37,8 @@ Device(EC) Offset (0x3B), , 1, KBLT, 1, /* Keyboard Light */ + Offset (0x4e), + WAKE, 16, Offset (0x78), TMP0, 8, /* Thermal Zone 0 temperature */ TMP1, 8, /* Thermal Zone 1 temperature */ -- cgit v1.2.3