[openfirmware] r1028 - dev/usb2/hcd/ehci

svn at openfirmware.info svn at openfirmware.info
Thu Dec 11 07:05:44 CET 2008


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




More information about the openfirmware mailing list