[openfirmware] [commit] r2372 - dev/usb2/hcd

repository service svn at openfirmware.info
Fri Jul 15 15:18:51 CEST 2011


Author: wmb
Date: Fri Jul 15 15:18:51 2011
New Revision: 2372
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2372

Log:
Added a small delay in hub selftest to give newly-inserted devices time to wake up.

Modified:
   dev/usb2/hcd/probehub.fth

Modified: dev/usb2/hcd/probehub.fth
==============================================================================
--- dev/usb2/hcd/probehub.fth	Fri Jul 15 10:20:04 2011	(r2371)
+++ dev/usb2/hcd/probehub.fth	Fri Jul 15 15:18:51 2011	(r2372)
@@ -174,6 +174,7 @@
       then                          ( port# )
    repeat                           ( port# )
    ." Device connected - probing ... "
+   d# 150 ms                        ( port# )   \ Wakeup time
    probe-setup                      ( port# )
    hub-dev swap ['] probe-hub-port  catch  if  ( x x  )
       2drop                         ( )



More information about the openfirmware mailing list