On Tue, 13 Sep 2005, Alan Stern wrote: > On Tue, 13 Sep 2005, Franck wrote: > > > Thanks for these usefull explanations ! I have another question ;) > > urb->error_count is documented (in kernel code)as follows: "Returns > > the number of ISO transfers that reported errors." For not ISO > > transfers can I use it for my own purposes ? > > You're better off not using it. I wouldn't be surprised if the > error_count is removed; it's not much use.
and: You are better off not using it. The kernel code could change to begin using it (for who knows what) and your driver would be wrong (or interfering) in that case. -- ~Randy ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
