summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-09-09 14:36:55 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-09-09 14:36:55 +0000
commitf892cfd1e31ed48cc04449fb117aa381d5ee0669 (patch)
tree199e70234f0e000b5d0d318b92d66dda583268c2 /perl-install/modules.pm
parent5f1c66c1b98e9b7742a6d90a13bdbcc19e02503a (diff)
downloaddrakx-backup-do-not-use-f892cfd1e31ed48cc04449fb117aa381d5ee0669.tar
drakx-backup-do-not-use-f892cfd1e31ed48cc04449fb117aa381d5ee0669.tar.gz
drakx-backup-do-not-use-f892cfd1e31ed48cc04449fb117aa381d5ee0669.tar.bz2
drakx-backup-do-not-use-f892cfd1e31ed48cc04449fb117aa381d5ee0669.tar.xz
drakx-backup-do-not-use-f892cfd1e31ed48cc04449fb117aa381d5ee0669.zip
increase sleep time after modprobing usb-uhci/usb-ohci (otherwise USB mouse may be undetected)
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 b011316c0..01f828c6f 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -412,7 +412,7 @@ sub load_raw {
eval {
require fs; fs::mount('/proc/bus/usb', '/proc/bus/usb', 'usbdevfs');
#- ensure keyboard is working, the kernel must do the job the BIOS was doing
- sleep 2;
+ sleep 4;
load("usbkbd", "keybdev") if detect_devices::usbKeyboards();
}
}