summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-08-21 15:17:13 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-08-21 15:17:13 +0000
commit7f0355fd8b6e5b4023ad9ed4e6deeee35d6cfb74 (patch)
tree2e2bb60a49d7221a324da7f41bdcd657b8408e03
parentbf0c0181a9daa78515c6c6975142ba761e1e060c (diff)
downloaddrakx-backup-do-not-use-7f0355fd8b6e5b4023ad9ed4e6deeee35d6cfb74.tar
drakx-backup-do-not-use-7f0355fd8b6e5b4023ad9ed4e6deeee35d6cfb74.tar.gz
drakx-backup-do-not-use-7f0355fd8b6e5b4023ad9ed4e6deeee35d6cfb74.tar.bz2
drakx-backup-do-not-use-7f0355fd8b6e5b4023ad9ed4e6deeee35d6cfb74.tar.xz
drakx-backup-do-not-use-7f0355fd8b6e5b4023ad9ed4e6deeee35d6cfb74.zip
new devfsd use input/mice rather than input/mouse0 since several
devices can multiplex on input/mice
-rw-r--r--perl-install/devices.pm2
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/',