Am Donnerstag, 19. Oktober 2006 11:34 schrieb Bas Wijnen:
> My question is how I can solve this.  Would it help to make a kernel driver
> for it?  Could I hack libusb to allow asynchronous reads?  Is there any chance
> that that solves the problem?

A kernel driver is overkill, though it would work.
Out of hand I'd suggest that you try a multithreaded
approach. Usbfs which is the basis of libusb can do concurrent
operations.

        HTH
                Oliver

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to