From d34ade51ae03bd7c4e854f8460896e7175aa6bef Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 20 Aug 2008 12:06:42 +0000 Subject: - usbkbd is dead, using usbhid instead (as told by pterjan) --- perl-install/modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/modules.pm') 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); -- cgit v1.2.1