Am Donnerstag, 3. Mai 2007 16:03 schrieb Alan Stern:
> On Thu, 3 May 2007, Oliver Neukum wrote:
> 
> > > > How about exporting usb_disable_interface() and usb_enable_interface()?
> > > > It doesn't solve the problem for endpoint 0, but this case is rare.
> > > 
> > > We could; it would save drivers the trouble of keeping track of their own 
> > > URBs.  Do you have a particular driver in mind for this?
> > 
> > Everything derived from newer versions of the skeleton driver.
> 
> Would we be better off modifying the skeleton driver to keep track of its 
> own URBs?

I am unsure. The "fire-and-forget" technique is certainly simple for
driver writers. Perhaps we should make it easier to keep track of URBs.
A list_head in the URB?

        Regards
                Oliver

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
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