[coreboot] [commit] r6458 - trunk/src/mainboard/lenovo/x60/acpi

repository service svn at coreboot.org
Mon Mar 21 15:43:22 CET 2011


Author: svens
Date: Mon Mar 21 15:43:21 2011
New Revision: 6458
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6458

Log:
X60: Add notification for LID objects

Signed-off-by: Sven Schnelle <svens at stackframe.org>
Acked-by: Sven Schnelle <svens at stackframe.org>

Modified:
   trunk/src/mainboard/lenovo/x60/acpi/ec.asl

Modified: trunk/src/mainboard/lenovo/x60/acpi/ec.asl
==============================================================================
--- trunk/src/mainboard/lenovo/x60/acpi/ec.asl	Mon Mar 21 15:43:09 2011	(r6457)
+++ trunk/src/mainboard/lenovo/x60/acpi/ec.asl	Mon Mar 21 15:43:21 2011	(r6458)
@@ -95,6 +95,16 @@
 		Notify (AC, 0x80)
 	}
 
+       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"




More information about the coreboot mailing list