author | bipolar <bipolar> | 2002-03-11 20:04:05 (UTC) |
---|---|---|
committer | bipolar <bipolar> | 2002-03-11 20:04:05 (UTC) |
commit | 990d0ad3664c24e8909027ae4d3839f4e318ea00 (patch) (unidiff) | |
tree | 0542413141a6d164728c281b257d3a4929013530 | |
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 | |||
@@ -7,6 +7,10 @@ export QWS_DISPLAY=Transformed:Rot270:0 | |||
7 | export QTDIR=/usr | 7 | export QTDIR=/usr |
8 | export OPIEDIR=/opt/QtPalmtop | 8 | export OPIEDIR=/opt/QtPalmtop |
9 | export QPEDIR=/opt/QtPalmtop | 9 | export QPEDIR=/opt/QtPalmtop |
10 | |||
11 | #this sets the iPaqs powerbutton to mapable | ||
12 | echo 1 > /proc/sys/ts/suspend_button_mode | ||
13 | |||
10 | if [ ! -x $OPIEDIR/bin/qpe ] ; then exit 0 ; fi | 14 | if [ ! -x $OPIEDIR/bin/qpe ] ; then exit 0 ; fi |
11 | 15 | ||
12 | $OPIEDIR/bin/qpe-reorgfiles | 16 | $OPIEDIR/bin/qpe-reorgfiles |