
Dec. 11, 2008
7:05 a.m.
Author: wmb Date: 2008-12-11 07:05:43 +0100 (Thu, 11 Dec 2008) New Revision: 1028 Modified: dev/usb2/hcd/ehci/bulk.fth Log: USB - fixed bulk-in timeout setting; only seems to affect some USB CD-ROM drives. Modified: dev/usb2/hcd/ehci/bulk.fth =================================================================== --- dev/usb2/hcd/ehci/bulk.fth 2008-12-11 04:22:27 UTC (rev 1027) +++ dev/usb2/hcd/ehci/bulk.fth 2008-12-11 06:05:43 UTC (rev 1028) @@ -177,7 +177,7 @@ unmap&free ; -: set-bulk-in-timeout ( ms -- ) ?dup if bulk-in-qh >qh-timeout l! then ; +: set-bulk-in-timeout ( ms -- ) to bulk-in-timeout ; : alloc-ring-bufs ( /buf #bufs qh -- ) >r
6062
Age (days ago)
6062
Last active (days ago)
0 comments
1 participants
participants (1)
-
svn@openfirmware.info