From 7f0355fd8b6e5b4023ad9ed4e6deeee35d6cfb74 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 21 Aug 2002 15:17:13 +0000 Subject: new devfsd use input/mice rather than input/mouse0 since several devices can multiplex on input/mice --- perl-install/devices.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/', -- cgit v1.2.1