On Thu, Aug 10, 2006 at 05:18:54PM +0200, Thorsten Wiedemer wrote:
> 
> This is perhaps a stupid question, but is there a possibility to speed up
> the connect handling (without rewriting the whole usb drivers ...) in the
> newer kernel ?

Yes, I'm playing around with some multi-threaded probing stuff right
now.  I've got PCI working pretty well now, see the -mm kernel for the
patches if you want to test it out.

However it's not going to directly translate over to the USB code, we
have to limit probing to a per-device basis, not a per-interface one
like the driver core expects, so it will take a bit more work to
implement it.  But it is on my TODO list.

thanks,

greg k-h

-------------------------------------------------------------------------
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