[coreboot] [PATCH] X60: Add notifications for LID objects

Sven Schnelle svens at stackframe.org
Tue Mar 15 22:25:50 CET 2011


Signed-off-by: Sven Schnelle <svens at stackframe.org>
---
 src/mainboard/lenovo/x60/acpi/ec.asl |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/mainboard/lenovo/x60/acpi/ec.asl b/src/mainboard/lenovo/x60/acpi/ec.asl
index 7e2b94d..2318817 100644
--- a/src/mainboard/lenovo/x60/acpi/ec.asl
+++ b/src/mainboard/lenovo/x60/acpi/ec.asl
@@ -97,6 +97,16 @@ Device(EC)
 		Beep(6)
 	}
 
+	Method(_Q2A, 0, NotSerialized)
+	{
+		Notify(\_SB.PCI0.LPCB.EC.LID, 0x80)
+	}
+
+	Method(_Q2B, 0, NotSerialized)
+	{
+		Notify(\_SB.PCI0.LPCB.EC.LID, 0x80)
+	}
+
 
 #include "ac.asl"
 #include "battery.asl"
-- 
1.7.4.1





More information about the coreboot mailing list