summaryrefslogtreecommitdiffstats
path: root/rescue/drvinst
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-05-23 18:26:11 +0000
committerThierry Vignaud <tv@mageia.org>2012-05-23 18:26:11 +0000
commit992935707496505f1c41cc9c5660b9bbd065ff68 (patch)
treeeb9b2ed4b6fd80c3cbb2d27a5f3406fa146b3c33 /rescue/drvinst
parent25d64d63b8aadc1f8eda66e980510105d0f4c783 (diff)
downloaddrakx-992935707496505f1c41cc9c5660b9bbd065ff68.tar
drakx-992935707496505f1c41cc9c5660b9bbd065ff68.tar.gz
drakx-992935707496505f1c41cc9c5660b9bbd065ff68.tar.bz2
drakx-992935707496505f1c41cc9c5660b9bbd065ff68.tar.xz
drakx-992935707496505f1c41cc9c5660b9bbd065ff68.zip
we've switch from "USB HIDBP Keyboard (simple Boot)" support to full HID a long time ago
installer don't try to load it anymore since commit r244260 from pixel on Wed Aug 20 2 2008: "usbkbd is dead, using usbhid instead"
Diffstat (limited to 'rescue/drvinst')
-rwxr-xr-xrescue/drvinst5
1 files changed, 0 insertions, 5 deletions
diff --git a/rescue/drvinst b/rescue/drvinst
index 0efb3b805..be4fa6e94 100755
--- a/rescue/drvinst
+++ b/rescue/drvinst
@@ -25,14 +25,9 @@ sub install_module_raw {
system("/sbin/modprobe", $driver) and print "\tfailed\n";
}
-my $already_usb;
sub install_module {
my ($driver, $descr) = @_;
install_module_raw($driver, $descr);
- if (!$already_usb && $driver =~ /usb/) {
- $already_usb = 1;
- install_module_raw('usbkbd');
- }
}
#- start
/commit/?id=c2d58c0c7f9ee4e345312172276cfa1bceb1cb97'>Shrink code per Thierry.Stew Benedict2004-02-201-36/+12 * alias agpgart should be only for 2.6, since code doesn't allow this easily,Pascal Rigaux2004-02-202-6/+5 * 10-1mdkThierry Vignaud2004-02-201-1/+5 * fix writing aliases (fix broken speedtouch)Thierry Vignaud2004-02-201-2/+2 * *** empty log message ***Pascal Rigaux2004-02-201-1/+54 * add umask=0022 capability, and use it for security level 3Pascal Rigaux2004-02-201-4/+18 * Gnome is no good, GNOME is goodPascal Rigaux2004-02-202-2/+2 * fix warning LSB chosen implies kernel 2.4Pascal Rigaux2004-02-201-1/+1 * don't force buttons a size related to $::windowwidth since this is no more us...Guillaume Cottenceau2004-02-204-3/+4 * 10.0Guillaume Cottenceau2004-02-201-1/+1 * allow to specify the Xnest wanted resolution with --vgaGuillaume Cottenceau2004-02-201-1/+1 * Gnome icon order. Drop an unused button box.Stew Benedict2004-02-201-53/+28 * 10-0.21mdkThierry Vignaud2004-02-201-1/+11 * since no PCMCIA cards support link status notification, ifplugd shouldThierry Vignaud2004-02-191-1/+3 * updateThierry Vignaud2004-02-191-15103/+17412 * fix stringThierry Vignaud2004-02-191-1/+1 * *** empty log message ***Pascal Rigaux2004-02-191-1/+40 * use $ugtk2::current_window in place of @interactive::objects (which was unuse...Pascal Rigaux2004-02-192-8/+9 * UpdatedArkadiusz Lipiec2004-02-191-14459/+16604 * updated pot filePablo Saratxaga2004-02-19