diff options
Diffstat (limited to 'perl-install/mouse.pm')
-rw-r--r-- | perl-install/mouse.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/mouse.pm b/perl-install/mouse.pm index 92d6683b5..3d2551009 100644 --- a/perl-install/mouse.pm +++ b/perl-install/mouse.pm @@ -90,7 +90,7 @@ sub mouseconfig { my ($t, $mouse); foreach (0..1) { #- probe only ttyS0 and ttyS1. - $t = detect_devices::probe_device(devices::make("/dev/ttyS$_")); + $t = detect_devices::probe_device("/dev/ttyS$_"); if ($t->{CLASS} =~ /MOUSE/i) { $t->{MFG} ||= $t->{MANUFACTURER}; |