Changeset 2364
- Timestamp:
- Jul 14, 2011 9:32:36 AM (23 months ago)
- File:
-
- 1 edited
-
cpu/arm/olpc/1.75/usb.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/1.75/usb.fth
r2233 r2364 54 54 ; 55 55 56 true value first-usb-probe? 57 : (silent-probe-usb) ( -- ) " /" ['] (probe-usb2) scan-subtree ; 56 58 : silent-probe-usb ( -- ) 57 " /" ['] (probe-usb2) scan-subtree59 (silent-probe-usb) 58 60 report-disk report-net report-keyboard 59 61 ; 60 62 : probe-usb ( -- ) 63 first-usb-probe? if 64 false to first-usb-probe? 65 \ Initial probe to awaken the hub 66 (silent-probe-usb) 67 \ A little delay to let slow devices like USB scanner wake up 68 d# 150 ms 69 then 61 70 silent-probe-usb 62 71
Note: See TracChangeset
for help on using the changeset viewer.
