summaryrefslogtreecommitdiff
path: root/share
Side-by-side diff
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 ()
}
if [ -e /proc/hal/model ]; then
- devs=/dev/sound/dsp /dev/sound/mixer /dev/touchscreen/0 \
+ devs=/dev/sound/dsp /dev/sound/mixer /dev/touchscreen/* \
/dev/fb/0 /dev/vc/0
else
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 ()
if [ -e /proc/hal/model ]; then
# fix for misconfigured devfsd
chmod +x /dev/sound /dev/touchscreen /dev/fb /dev/vc
- devs=/dev/sound/dsp /dev/sound/mixer /dev/touchscreen/0 \
+ devs=/dev/sound/dsp /dev/sound/mixer /dev/touchscreen/* \
/dev/fb/0 /dev/vc/0
else
- devs=/dev/dsp /dev/dsp1 /dev/mixer /dev/ts /dev/fb0 \
+ devs=/dev/dsp/* /dev/dsp1 /dev/mixer /dev/ts /dev/fb0 \
/dev/sharp* /dev/collie*
fi