diff options
author | Sven Schnelle <svens@stackframe.org> | 2011-03-21 14:43:21 +0000 |
---|---|---|
committer | Sven Schnelle <svens@stackframe.org> | 2011-03-21 14:43:21 +0000 |
commit | 0446f9630b85e9431d7d428c34623e36cc753b24 (patch) | |
tree | 4c05d58f3b8ba4e3648c64430af152f967726cf9 /src/mainboard | |
parent | e10699905e793e33bb2f18aa98a301358b524901 (diff) |
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
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | 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 c805e5aef3..81532b86db 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" |