From 7b9c4cb21234e664d3b8f4cf5880efbc6fe0372c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 30 Jan 2001 21:03:09 +0000 Subject: (detect): replace commands::modprobe by modules::load as it should (or??) --- perl-install/mouse.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/mouse.pm') diff --git a/perl-install/mouse.pm b/perl-install/mouse.pm index 7f75d61b7..bc7a9e565 100644 --- a/perl-install/mouse.pm +++ b/perl-install/mouse.pm @@ -208,7 +208,7 @@ sub detect() { } #- probe serial device to make sure a wacom has been detected. - eval { commands::modprobe("serial") }; + eval { modules::load("serial") }; my ($r, $wacom) = mouseconfig(); return ($r, $wacom) if $r; if (!$::isStandalone) { -- cgit v1.2.1