From 5a89b9d24199153441ee4245d6817605e49477e0 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Sun, 7 Jun 2009 13:31:29 +0000 Subject: add script which initiates suspend-to-ram (target-specific) SVN-Revision: 16368 --- target/linux/s3c24xx/base-files/etc/acpi/sleep.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 target/linux/s3c24xx/base-files/etc/acpi/sleep.sh (limited to 'target') diff --git a/target/linux/s3c24xx/base-files/etc/acpi/sleep.sh b/target/linux/s3c24xx/base-files/etc/acpi/sleep.sh new file mode 100755 index 0000000000..3e67423f42 --- /dev/null +++ b/target/linux/s3c24xx/base-files/etc/acpi/sleep.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +# the following will suspend the Openmoko Freerunner to RAM +echo mem > /sys/power/state -- cgit v1.2.3