From 0446f9630b85e9431d7d428c34623e36cc753b24 Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Mon, 21 Mar 2011 14:43:21 +0000 Subject: X60: Add notification for LID objects Signed-off-by: Sven Schnelle Acked-by: Sven Schnelle git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6458 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/lenovo/x60/acpi/ec.asl | 10 ++++++++++ 1 file changed, 10 insertions(+) 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" -- cgit v1.2.3