summaryrefslogtreecommitdiffstats
path: root/perl-install/mouse.pm
diff options
context:
space:
mode:
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) {