diff options
author | Francois Pons <fpons@mandriva.com> | 1999-11-17 14:41:15 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-11-17 14:41:15 +0000 |
commit | cfe7ff7eb477051523765ee5f08f513e81357177 (patch) | |
tree | 5582c8b92e16dfee49807a7b7a752d9b2df74e5c /perl-install/mouse.pm | |
parent | bb9aa2bfb3eb697ac43d9be3646a4a30b8a7bf44 (diff) | |
download | drakx-cfe7ff7eb477051523765ee5f08f513e81357177.tar drakx-cfe7ff7eb477051523765ee5f08f513e81357177.tar.gz drakx-cfe7ff7eb477051523765ee5f08f513e81357177.tar.bz2 drakx-cfe7ff7eb477051523765ee5f08f513e81357177.tar.xz drakx-cfe7ff7eb477051523765ee5f08f513e81357177.zip |
*** empty log message ***
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}; |