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/frontend-common.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mdk-stage1/frontend-common.c') diff --git a/mdk-stage1/frontend-common.c b/mdk-stage1/frontend-common.c index fac4bccd0..601fa312f 100644 --- a/mdk-stage1/frontend-common.c +++ b/mdk-stage1/frontend-common.c @@ -23,7 +23,6 @@ void info_message(char *msg, ...) { va_list args; - probe_that_type(USB_CONTROLLERS, BUS_USB); // we'd need the keyboard for interactions so... va_start(args, msg); vinfo_message(msg, args); va_end(args); @@ -40,7 +39,6 @@ void wait_message(char *msg, ...) void error_message(char *msg, ...) { va_list args; - probe_that_type(USB_CONTROLLERS, BUS_USB); // we'd need the keyboard for interactions so... va_start(args, msg); verror_message(msg, args); va_end(args); -- cgit v1.2.1