diff options
author | Sven Schnelle <svens@stackframe.org> | 2011-03-14 13:42:08 +0000 |
---|---|---|
committer | Sven Schnelle <svens@stackframe.org> | 2011-03-14 13:42:08 +0000 |
commit | b188a9309d265e4dd2965c874831df32875e49b9 (patch) | |
tree | a79d03ddd80911e57130beb782af1c1448b15920 /src/mainboard/lenovo/x60/dsdt.asl | |
parent | 9018b6ee641407703a0c3967356a07d50f6bb4b5 (diff) |
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 <svens@stackframe.org>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6444 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/lenovo/x60/dsdt.asl')
-rw-r--r-- | src/mainboard/lenovo/x60/dsdt.asl | 3 |
1 files changed, 2 insertions, 1 deletions
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) { |