From 3a2545452f8ddb6bfe8eee02c313769d38f74300 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 10 Jan 2000 15:44:20 +0000 Subject: *** empty log message *** --- perl-install/mouse.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'perl-install/mouse.pm') diff --git a/perl-install/mouse.pm b/perl-install/mouse.pm index b7853eb68..d884f8db5 100644 --- a/perl-install/mouse.pm +++ b/perl-install/mouse.pm @@ -113,10 +113,6 @@ sub detect() { eval { commands::modprobe("serial") }; my ($r, $wacom) = mouseconfig(); return ($r, $wacom) if $r; - #- my %l; - #- eval { commands::modprobe("serial") }; - #- @l{qw(FULLNAME nbuttons MOUSETYPE XMOUSETYPE device)} = split("\n", `mouseconfig --nointeractive 2>/dev/null`) and return \%l; - #- modules::unload("serial"); require pci_probing::main; if (my ($c) = pci_probing::main::probe("serial_usb")) { -- cgit v1.2.1