From 3fbb4389df3ddeecd4fcd645591a3d90a47de373 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 22 Nov 1999 01:56:47 +0000 Subject: no_comment --- perl-install/mouse.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/mouse.pm') diff --git a/perl-install/mouse.pm b/perl-install/mouse.pm index 1e1827a25..f535ffcc2 100644 --- a/perl-install/mouse.pm +++ b/perl-install/mouse.pm @@ -117,8 +117,8 @@ sub detect() { #- @l{qw(FULLNAME nbuttons MOUSETYPE XMOUSETYPE device)} = split("\n", `mouseconfig --nointeractive 2>/dev/null`) and return \%l; #- modules::unload("serial"); - if (my ($c) = pci_probing::main::probe("SERIAL_USB")) { - eval { modules::load($c->[1], 'usbmouse') }; + if (my ($c) = pci_probing::main::probe("serial_usb")) { + eval { modules::load($c->[1], "serial_usb") }; sleep(1); do { modules::unload("serial"); return name2mouse("USB Mouse") } if !$@ && detect_devices::tryOpen("usbmouse"); modules::unload($c->[1]); -- cgit v1.2.1