summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/mousedrake
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/mousedrake')
-rwxr-xr-xperl-install/standalone/mousedrake4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/mousedrake b/perl-install/standalone/mousedrake
index 2399f54bf..d3cc06e6c 100755
--- a/perl-install/standalone/mousedrake
+++ b/perl-install/standalone/mousedrake
@@ -51,8 +51,8 @@ if (!$mouse || !$::auto) {
if ($mouse->{device} eq "usbmouse") {
modules::mergein_conf('/etc/modules.conf') if -r '/etc/modules.conf';
- modules::load_category('bus/usb') or die _("no serial_usb found\n");
- eval { modules::load('serial_usb') };
+ modules::load_category('bus/usb') or die 'no usb bus found\n';
+ modules::load(qw(hid mousedev usbmouse));
}
$mouse->{XEMU3} = 'yes' if $mouse->{nbuttons} < 3 && (!$::noauto || $in->ask_yesorno('', _("Emulate third button?"), 1));