From b188a9309d265e4dd2965c874831df32875e49b9 Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Mon, 14 Mar 2011 13:42:08 +0000 Subject: X60: Add _PRW/_PSW methods to LID/SLPB objects This patch adds the required methods for enabling/disabling the LID and SLPB objects as wake source. On Thinkpads, the Fn key can (and is by the Vendor BIOS) programmed as Wake source, so let's do it the same way. Signed-off-by: Sven Schnelle Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6444 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/lenovo/x60/dsdt.asl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mainboard/lenovo/x60/dsdt.asl') diff --git a/src/mainboard/lenovo/x60/dsdt.asl b/src/mainboard/lenovo/x60/dsdt.asl index e3a62a3a19..3117e2915d 100644 --- a/src/mainboard/lenovo/x60/dsdt.asl +++ b/src/mainboard/lenovo/x60/dsdt.asl @@ -42,7 +42,8 @@ DefinitionBlock( // Thermal Zone #include "acpi/thermal.asl" - + // System status indicators + #include "acpi/systemstatus.asl Scope (\_SB) { Device (PCI0) { -- cgit v1.2.3