I got an iso pipe running on a video capture device,
 haven't seen the actual picture yet... It receives around
960 USB frames per second (not bad) but there a memory leak
of about 70 bytes per IRP submission. I did relatively few
control pipe submissions yet so can't say if it's leaking
too. 

There is no way to set automatic resubmission in this API
so whenever I get a data event on a listener I got to check
all IRPs that were submitted to the iso pipe if they is a
completed one to submit it again. Older API with
setResubmit(true) looked better. 

I'll try to get a real picture and see how well control
pipe behaves in more detail.

Boris


On Sun, 3 Nov 2002 17:05:41 -0500 (EST)
 Dan Streetman <[EMAIL PROTECTED]> wrote:
> 
> I've got most of the updates I suggested done to the API
> in CVS.
> 
> Next, I'll create a new CVS module for the old 0.9 common
> RI and one for 
> the old Linux RI, and start modifying the existing trees
> for the new API.
> 
> Please note, everyone, that the only _working_ stack
> right now (in CVS, 
> that is) is the javax-usb_0.9 API module and the
> javax-usb-ri and 
> javax-usb-ri-linux modules.  Soon, there will be:
> javax-usb_0.9, 
> javax-usb-ri_0.9, and javax-usb-ri-linux_0.9; those will
> be the old API, 
> and we can still update them as needed.  The javax-usb,
> javax-usb-ri, and 
> javax-usb-ri-linux will be the new API and implementation
> to match.
> 
> After creating the new 0.9 CVS modules, I'll release new
> 0.9.3 packages, 
> so if anyone knows of bugs or changes that need to be
> made to the 0.9 RIs, 
> speak up.
> 
> Thanks.
> 
> -- 
> Dan Streetman
> [EMAIL PROTECTED]
> ---------------------
> 186,272 miles per second:
> It isn't just a good idea, it's the law!
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: ApacheCon, November
> 18-21 in
> Las Vegas (supported by COMDEX), the only Apache event to
> be
> fully supported by the ASF. http://www.apachecon.com
> _______________________________________________
> javax-usb-devel mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/javax-usb-devel



-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
javax-usb-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/javax-usb-devel

Reply via email to