author | groucho <groucho> | 2003-02-11 08:38:19 (UTC) |
---|---|---|
committer | groucho <groucho> | 2003-02-11 08:38:19 (UTC) |
commit | b639c37c2a8eb96902485b05b7264b38ad2c5e23 (patch) (side-by-side diff) | |
tree | 8f0479e893651e7677349f6538400e4d36c9c0e4 /share/opie-login/post-session | |
parent | c5f02434b4678f4bcd16cdcd6fe614ef14756acb (diff) | |
download | opie-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/opie-login/post-session') (more/less context) (ignore whitespace changes)
-rw-r--r-- | share/opie-login/post-session | 2 |
1 files changed, 1 insertions, 1 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 \ |