-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 | |||
@@ -8,4 +8,8 @@ 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 | ||