On Mon, Nov 18, 2002 at 02:17:18PM -0500, Stuart MacDonald wrote:
> I've decided this probably a question better answered by the
> community, so it's attached below.
> 
> The problem boils down to the fact that I can't use urb_list to keep a
> list of urbs for later unlinking. I'm thinking the best solution is to
> add a second list_head to struct urb.

Why do you need to keep a list of them?  A simple array works for some
drivers (like empeg.c).  Or, in 2.5, you don't really have to care about
them at all (just submit them and forget about them, like visor.c.)

thanks,

greg k-h


-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to