aboutsummaryrefslogtreecommitdiffstats
path: root/initscripts/initscripts-1.0/shepherd/devices
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-09-28 20:21:19 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-09-28 20:21:19 +0000
commit7d54ff65c8d8079a875ed426a755f992b1ff40e1 (patch)
treeabefea4ac01262463dc41f6c4fc9f055f6e0b691 /initscripts/initscripts-1.0/shepherd/devices
parent3ef35544dba99f954efa02767d9af15589c2f45b (diff)
downloadopenembedded-7d54ff65c8d8079a875ed426a755f992b1ff40e1.tar.gz
enable (working) suspend/resume via power button on c7x0
BKrev: 4159c7bfqqTjnKTRYwgCW8b0yi1RPw
Diffstat (limited to 'initscripts/initscripts-1.0/shepherd/devices')
-rw-r--r--initscripts/initscripts-1.0/shepherd/devices3
1 files changed, 3 insertions, 0 deletions
diff --git a/initscripts/initscripts-1.0/shepherd/devices b/initscripts/initscripts-1.0/shepherd/devices
index 3e63971840..4e18bebaab 100644
--- a/initscripts/initscripts-1.0/shepherd/devices
+++ b/initscripts/initscripts-1.0/shepherd/devices
@@ -58,4 +58,7 @@ else
fi
fi
+## enable (working) suspend/resume via power button on c7x0
+echo 1 >/proc/power_key_off
+
exit 0