Hi,

this patch set introduces usb_anchor and uses it to implement all modern
APIs in the skeleton driver.

An anchor is a simple data structure to which URBs can be associated.
Usbcore will keep track of these URBs, remove them upon completion
and supplies several functions to work with them en masse.
This allows drivers like skeleton to use the "fire and forget" technique
and yet to correctly implement flush, suspend/resume and pre/post_reset.

        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