From 77565d50479b2f99ac6822409cc0e8b90e1c1a01 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 17 Feb 2004 13:57:31 +0000 Subject: when available, always load usb interface, as soon as possible, should help usb mouse detection in stage2 which otherwise timeouts --- mdk-stage1/stage1.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mdk-stage1/stage1.c') 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. " -- cgit v1.2.1