summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/frontend-common.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/frontend-common.c
parentc239347fcb639ee3154c318fc8dce02ed3fbe22c (diff)
downloaddrakx-77565d50479b2f99ac6822409cc0e8b90e1c1a01.tar
drakx-77565d50479b2f99ac6822409cc0e8b90e1c1a01.tar.gz
drakx-77565d50479b2f99ac6822409cc0e8b90e1c1a01.tar.bz2
drakx-77565d50479b2f99ac6822409cc0e8b90e1c1a01.tar.xz
drakx-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/frontend-common.c')
-rw-r--r--mdk-stage1/frontend-common.c2
1 files changed, 0 insertions, 2 deletions
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);