summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2004-02-17 13:57:31 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2004-02-17 13:57:31 +0000
commit77565d50479b2f99ac6822409cc0e8b90e1c1a01 (patch)
tree796fad535d5b0df5abb1434545e0fc397fcf883b /mdk-stage1/stage1.c
parentc239347fcb639ee3154c318fc8dce02ed3fbe22c (diff)
downloaddrakx-backup-do-not-use-77565d50479b2f99ac6822409cc0e8b90e1c1a01.tar
drakx-backup-do-not-use-77565d50479b2f99ac6822409cc0e8b90e1c1a01.tar.gz
drakx-backup-do-not-use-77565d50479b2f99ac6822409cc0e8b90e1c1a01.tar.bz2
drakx-backup-do-not-use-77565d50479b2f99ac6822409cc0e8b90e1c1a01.tar.xz
drakx-backup-do-not-use-77565d50479b2f99ac6822409cc0e8b90e1c1a01.zip
when available, always load usb interface, as soon as possible, should help usb mouse detection in stage2 which otherwise timeouts
Diffstat (limited to 'mdk-stage1/stage1.c')
-rw-r--r--mdk-stage1/stage1.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c
index fe933684c..95694308f 100644
--- a/mdk-stage1/stage1.c
+++ b/mdk-stage1/stage1.c
@@ -583,6 +583,9 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused))
if (!IS_NOAUTO)
handle_pcmcia(&pcmcia_adapter);
#endif
+
+ // load usb interface as soon as possible, helps usb mouse detection in stage2 */
+ probe_that_type(USB_CONTROLLERS, BUS_USB);
if (IS_CHANGEDISK)
stg1_info_message("You are starting the installation with an alternate booting method. "