[openfirmware] [commit] r2648 - cpu/arm/olpc/1.75

repository service svn at openfirmware.info
Mon Oct 24 04:51:29 CEST 2011


Author: wmb
Date: Mon Oct 24 04:51:29 2011
New Revision: 2648
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2648

Log:
OLPC XO-1.75 - changed USB post-hub-port-power-on delay to 350 ms to fix a problem with some Belkin USB sticks.

Modified:
   cpu/arm/olpc/1.75/usb.fth

Modified: cpu/arm/olpc/1.75/usb.fth
==============================================================================
--- cpu/arm/olpc/1.75/usb.fth	Mon Oct 24 01:54:24 2011	(r2647)
+++ cpu/arm/olpc/1.75/usb.fth	Mon Oct 24 04:51:29 2011	(r2648)
@@ -41,7 +41,7 @@
    init-usb
 ;
 
-d# 300 config-int usb-delay  \ Milliseconds to wait before probing hub ports
+d# 350 config-int usb-delay  \ Milliseconds to wait before probing hub ports
 
 devalias u    /usb/disk
 



More information about the openfirmware mailing list