summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-05-03 16:35:06 +0000
committerFrancois Pons <fpons@mandriva.com>2000-05-03 16:35:06 +0000
commitee779caaa0185041552593c905f28c15ff6a1629 (patch)
treedcd47afa58ed92015534bc767d07866526d5835a /perl-install/modules.pm
parente9dbe54ed4f656c59e7a0c0a914bc427e8d739e2 (diff)
downloaddrakx-ee779caaa0185041552593c905f28c15ff6a1629.tar
drakx-ee779caaa0185041552593c905f28c15ff6a1629.tar.gz
drakx-ee779caaa0185041552593c905f28c15ff6a1629.tar.bz2
drakx-ee779caaa0185041552593c905f28c15ff6a1629.tar.xz
drakx-ee779caaa0185041552593c905f28c15ff6a1629.zip
*** empty log message ***
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index bd3cb81ef8..d4224b2ca 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -538,9 +538,9 @@ sub load_thiskind($;&$) {
if ($type eq 'scsi') {
#- hey, we're allowed to pci probe :) let's do a lot of probing!
- #- probe for USB SCSI.
+ #- probe for USB SCSI, make sure keyboard is allowed.
if (my ($c) = grep { /usb-/ } map { $_->[1] } pci_probing::main::probe('')) {
- eval { load($c, "SERIAL_USB"); load("usb-storage", $type); sleep(1); };
+ eval { load($c, "SERIAL_USB"); load("usb-storage", $type); load("usbkbd"); load("keybdev"); sleep(1); };
-d "/proc/scsi/usb" or unload("usb-storage");
}
#- probe for parport SCSI.