summaryrefslogtreecommitdiff
path: root/share
authorgroucho <groucho>2003-02-11 08:38:19 (UTC)
committer groucho <groucho>2003-02-11 08:38:19 (UTC)
commitb639c37c2a8eb96902485b05b7264b38ad2c5e23 (patch) (unidiff)
tree8f0479e893651e7677349f6538400e4d36c9c0e4 /share
parentc5f02434b4678f4bcd16cdcd6fe614ef14756acb (diff)
downloadopie-b639c37c2a8eb96902485b05b7264b38ad2c5e23.zip
opie-b639c37c2a8eb96902485b05b7264b38ad2c5e23.tar.gz
opie-b639c37c2a8eb96902485b05b7264b38ad2c5e23.tar.bz2
/dev/touchscreen/0 => /dev/touchscreen/* to make it work on the ipaq in multiuser mode
Diffstat (limited to 'share') (more/less context) (ignore whitespace changes)
-rw-r--r--share/opie-login/post-session2
-rw-r--r--share/opie-login/pre-session4
2 files changed, 3 insertions, 3 deletions
diff --git a/share/opie-login/post-session b/share/opie-login/post-session
index 5275513..680701f 100644
--- a/share/opie-login/post-session
+++ b/share/opie-login/post-session
@@ -12,7 +12,7 @@ permout ()
12} 12}
13 13
14if [ -e /proc/hal/model ]; then 14if [ -e /proc/hal/model ]; then
15 devs=/dev/sound/dsp /dev/sound/mixer /dev/touchscreen/0 \ 15 devs=/dev/sound/dsp /dev/sound/mixer /dev/touchscreen/* \
16 /dev/fb/0 /dev/vc/0 16 /dev/fb/0 /dev/vc/0
17else 17else
18 devs=/dev/dsp /dev/dsp1 /dev/mixer /dev/ts /dev/fb0 \ 18 devs=/dev/dsp /dev/dsp1 /dev/mixer /dev/ts /dev/fb0 \
diff --git a/share/opie-login/pre-session b/share/opie-login/pre-session
index 1c2b630..28d4a1f 100644
--- a/share/opie-login/pre-session
+++ b/share/opie-login/pre-session
@@ -29,10 +29,10 @@ permin ()
29if [ -e /proc/hal/model ]; then 29if [ -e /proc/hal/model ]; then
30 # fix for misconfigured devfsd 30 # fix for misconfigured devfsd
31 chmod +x /dev/sound /dev/touchscreen /dev/fb /dev/vc 31 chmod +x /dev/sound /dev/touchscreen /dev/fb /dev/vc
32 devs=/dev/sound/dsp /dev/sound/mixer /dev/touchscreen/0 \ 32 devs=/dev/sound/dsp /dev/sound/mixer /dev/touchscreen/* \
33 /dev/fb/0 /dev/vc/0 33 /dev/fb/0 /dev/vc/0
34else 34else
35 devs=/dev/dsp /dev/dsp1 /dev/mixer /dev/ts /dev/fb0 \ 35 devs=/dev/dsp/* /dev/dsp1 /dev/mixer /dev/ts /dev/fb0 \
36 /dev/sharp* /dev/collie* 36 /dev/sharp* /dev/collie*
37fi 37fi
38 38