author | bipolar <bipolar> | 2002-03-11 20:04:05 (UTC) |
---|---|---|
committer | bipolar <bipolar> | 2002-03-11 20:04:05 (UTC) |
commit | 990d0ad3664c24e8909027ae4d3839f4e318ea00 (patch) (side-by-side diff) | |
tree | 0542413141a6d164728c281b257d3a4929013530 /etc | |
parent | f1c93c0eb0d9599b0f5e0c0406defc2f2f6c6988 (diff) | |
download | opie-990d0ad3664c24e8909027ae4d3839f4e318ea00.zip opie-990d0ad3664c24e8909027ae4d3839f4e318ea00.tar.gz opie-990d0ad3664c24e8909027ae4d3839f4e318ea00.tar.bz2 |
Make the iPaqs button mapable
-rwxr-xr-x | etc/init.d/qpe | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/init.d/qpe b/etc/init.d/qpe index 5ff72ab..56f2f27 100755 --- a/etc/init.d/qpe +++ b/etc/init.d/qpe @@ -9,2 +9,6 @@ export OPIEDIR=/opt/QtPalmtop export QPEDIR=/opt/QtPalmtop + +#this sets the iPaqs powerbutton to mapable +echo 1 > /proc/sys/ts/suspend_button_mode + if [ ! -x $OPIEDIR/bin/qpe ] ; then exit 0 ; fi |