summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-08-20 12:06:42 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-08-20 12:06:42 +0000
commitd34ade51ae03bd7c4e854f8460896e7175aa6bef (patch)
treee3d2a83fe66a45260ea08948030d3946ad4ffae8 /perl-install/modules.pm
parentc29d882a22faa99f246f94b760f4b93513ff3edc (diff)
downloaddrakx-d34ade51ae03bd7c4e854f8460896e7175aa6bef.tar
drakx-d34ade51ae03bd7c4e854f8460896e7175aa6bef.tar.gz
drakx-d34ade51ae03bd7c4e854f8460896e7175aa6bef.tar.bz2
drakx-d34ade51ae03bd7c4e854f8460896e7175aa6bef.tar.xz
drakx-d34ade51ae03bd7c4e854f8460896e7175aa6bef.zip
- usbkbd is dead, using usbhid instead
(as told by pterjan)
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index ba4b2a781..74fe8707d 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -267,7 +267,7 @@ sub when_load_category {
require fs::mount; fs::mount::usbfs('');
#- ensure keyboard is working, the kernel must do the job the BIOS was doing
sleep 4;
- load("usbkbd", "keybdev") if detect_devices::usbKeyboards();
+ load("usbhid") if detect_devices::usbKeyboards();
};
} elsif ($category eq 'bus/firewire') {
$conf->set_alias('ieee1394-controller', $name);