K 10 svn:author V 7 n_hibma K 8 svn:date V 27 2000-02-06T14:59:00.000000Z K 7 svn:log V 268 Don't use tsleep when cold booting. It is called before bus->use_polling is initialised by usb_init. This might solve problems with some controllers not being initiliased properly, because a delay was effectively a tsleep that returned immediately. Approved by: jhk END