Signed-off-by: Sven Schnelle svens@stackframe.org --- 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 7e2b94d..2318817 100644 --- a/src/mainboard/lenovo/x60/acpi/ec.asl +++ b/src/mainboard/lenovo/x60/acpi/ec.asl @@ -97,6 +97,16 @@ Device(EC) Beep(6) }
+ 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"