diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-08-21 15:17:13 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-08-21 15:17:13 +0000 |
commit | 7f0355fd8b6e5b4023ad9ed4e6deeee35d6cfb74 (patch) | |
tree | 2e2bb60a49d7221a324da7f41bdcd657b8408e03 /perl-install/devices.pm | |
parent | bf0c0181a9daa78515c6c6975142ba761e1e060c (diff) | |
download | drakx-7f0355fd8b6e5b4023ad9ed4e6deeee35d6cfb74.tar drakx-7f0355fd8b6e5b4023ad9ed4e6deeee35d6cfb74.tar.gz drakx-7f0355fd8b6e5b4023ad9ed4e6deeee35d6cfb74.tar.bz2 drakx-7f0355fd8b6e5b4023ad9ed4e6deeee35d6cfb74.tar.xz drakx-7f0355fd8b6e5b4023ad9ed4e6deeee35d6cfb74.zip |
new devfsd use input/mice rather than input/mouse0 since several
devices can multiplex on input/mice
Diffstat (limited to 'perl-install/devices.pm')
-rw-r--r-- | perl-install/devices.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/devices.pm b/perl-install/devices.pm index 496a593bc..d9263eb52 100644 --- a/perl-install/devices.pm +++ b/perl-install/devices.pm @@ -187,7 +187,7 @@ sub make($) { #- i.e. entries which can go devfs -> normal and normal -> devfs my %to_devfs = ( psaux => 'misc/psaux', - usbmouse => 'input/mouse0', + usbmouse => 'input/mice', ); my %to_devfs_prefix = ( ttyS => 'tts/', |