On Tue, Mar 12, 2002 at 06:26:01PM +0100, Oliver Neukum wrote:
> 
> Ok, Greg, you'll kill me for this, but usb_submit_urb needs a further parameter
> describing a data structure with a pointer to a memmpool and ownership
> of that pool.

Bleah :)

Are you sure this is needed?  I think the host controller drivers can
handle this properly on their own, by always using a mempool in the
first place.  I don't want to burden _every_ usb driver with having to
create such a mempool, when it is the host controller that is the one
that really needs it.

> How much ram can an urb need to finish ?

I don't know, it looks to be different depending on the different host
controller driver.

thanks,

greg k-h

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to