summaryrefslogtreecommitdiffstats
path: root/perl-install/mouse.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-01-30 21:03:09 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-01-30 21:03:09 +0000
commit7b9c4cb21234e664d3b8f4cf5880efbc6fe0372c (patch)
treeb6442120a906ab13c9d4b388037defd4a53d516b /perl-install/mouse.pm
parent9aad8255d63b27c26a04ce7cc7bc90bb89ebb31f (diff)
downloaddrakx-backup-do-not-use-7b9c4cb21234e664d3b8f4cf5880efbc6fe0372c.tar
drakx-backup-do-not-use-7b9c4cb21234e664d3b8f4cf5880efbc6fe0372c.tar.gz
drakx-backup-do-not-use-7b9c4cb21234e664d3b8f4cf5880efbc6fe0372c.tar.bz2
drakx-backup-do-not-use-7b9c4cb21234e664d3b8f4cf5880efbc6fe0372c.tar.xz
drakx-backup-do-not-use-7b9c4cb21234e664d3b8f4cf5880efbc6fe0372c.zip
(detect): replace commands::modprobe by modules::load as it should (or??)
Diffstat (limited to 'perl-install/mouse.pm')
-rw-r--r--perl-install/mouse.pm2
1 files changed, 1 insertions, 1 deletions
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) {