From eccec293428b337a73029dce67da2371ff983bec Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 31 Jul 2002 21:22:44 +0000 Subject: what is needed for usbmouse is "hid mousedev usbmouse" not the weird "serial_usb" --- perl-install/standalone/mousedrake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone/mousedrake') 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)); -- cgit v1.2.1