X60: Add notification for LID objects
authorSven Schnelle <svens@stackframe.org>
Mon, 21 Mar 2011 14:43:21 +0000 (14:43 +0000)
committerSven Schnelle <svens@stackframe.org>
Mon, 21 Mar 2011 14:43:21 +0000 (14:43 +0000)
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Acked-by: Sven Schnelle <svens@stackframe.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6458 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/mainboard/lenovo/x60/acpi/ec.asl

index c805e5aef3e28639bb43aa7e2ff4f9ebce59c6c2..81532b86dbeb37c0ce19535ff810f64fec80d8c7 100644 (file)
@@ -95,6 +95,16 @@ Device(EC)
                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"