From cc681fbdb679ddc46b5db0e543b2ea0e7fc83343 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 8 Mar 2002 16:41:33 +0000 Subject: have 4 seconds of delay for usb stuff to show up rather than seconds --- mdk-stage1/probing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/probing.c') diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c index 7dca40336..fafb3be93 100644 --- a/mdk-stage1/probing.c +++ b/mdk-stage1/probing.c @@ -238,7 +238,7 @@ static void probe_that_type(enum driver_type type) goto end_usb_probe; } wait_message("Waiting for USB stuff to show up."); - sleep(2); /* sucking background work */ + sleep(4); /* sucking background work */ remove_wait_message(); } -- cgit v1.2.1