summaryrefslogtreecommitdiffstats
path: root/perl-install/mouse.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-01-10 15:44:20 +0000
committerFrancois Pons <fpons@mandriva.com>2000-01-10 15:44:20 +0000
commit3a2545452f8ddb6bfe8eee02c313769d38f74300 (patch)
treefeb82786c2d23c22f26e5b4e43bd1c9421ddc2d7 /perl-install/mouse.pm
parent4fe837d51fcc99ac6d1e80463b5e13520b250839 (diff)
downloaddrakx-3a2545452f8ddb6bfe8eee02c313769d38f74300.tar
drakx-3a2545452f8ddb6bfe8eee02c313769d38f74300.tar.gz
drakx-3a2545452f8ddb6bfe8eee02c313769d38f74300.tar.bz2
drakx-3a2545452f8ddb6bfe8eee02c313769d38f74300.tar.xz
drakx-3a2545452f8ddb6bfe8eee02c313769d38f74300.zip
*** empty log message ***
Diffstat (limited to 'perl-install/mouse.pm')
-rw-r--r--perl-install/mouse.pm4
1 files changed, 0 insertions, 4 deletions
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")) {