summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-05-23 18:28:09 +0000
committerThierry Vignaud <tv@mageia.org>2012-05-23 18:28:09 +0000
commit0eae122280013b603efa9fd37474d0603b56ff1b (patch)
tree84e625100e0bd7f453986b6e374f8527c4d9f3da /perl-install/install/steps_interactive.pm
parent5f8e0c60193faa9f091e869bff9239e1e5dbb087 (diff)
downloaddrakx-0eae122280013b603efa9fd37474d0603b56ff1b.tar
drakx-0eae122280013b603efa9fd37474d0603b56ff1b.tar.gz
drakx-0eae122280013b603efa9fd37474d0603b56ff1b.tar.bz2
drakx-0eae122280013b603efa9fd37474d0603b56ff1b.tar.xz
drakx-0eae122280013b603efa9fd37474d0603b56ff1b.zip
(selectMouse) usbmouse is dead for years
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r--perl-install/install/steps_interactive.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index e340a8b7c..5f22c20b7 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -251,7 +251,6 @@ sub selectMouse {
if ($o->{mouse}{device} eq "input/mice") {
modules::interactive::load_category($o, $o->{modules_conf}, 'bus/usb', 1, 0);
eval {
- devices::make("usbmouse");
modules::load('usbhid');
};
}