summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2011-03-21 14:43:21 +0000
committerSven Schnelle <svens@stackframe.org>2011-03-21 14:43:21 +0000
commit0446f9630b85e9431d7d428c34623e36cc753b24 (patch)
tree4c05d58f3b8ba4e3648c64430af152f967726cf9
parente10699905e793e33bb2f18aa98a301358b524901 (diff)
downloadcoreboot-0446f9630b85e9431d7d428c34623e36cc753b24.tar.gz
coreboot-0446f9630b85e9431d7d428c34623e36cc753b24.tar.bz2
coreboot-0446f9630b85e9431d7d428c34623e36cc753b24.zip
X60: Add notification for LID objects
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
-rw-r--r--src/mainboard/lenovo/x60/acpi/ec.asl10
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 c805e5aef3e2..81532b86dbeb 100644
--- a/src/mainboard/lenovo/x60/acpi/ec.asl
+++ b/src/mainboard/lenovo/x60/acpi/ec.asl
@@ -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"