diff options
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/', |