Johan,

usb_start_wait_urb() is currently used for sync. control
and bulk messages [which aren't going away].  It wouldn't
make sense (to me) to use it for Interrupt or Isoc messages.
Where/when do you use it?
What's wrong with just using usb_control_msg() and
usb_bulk_msg()?

I don't understand you "little sub_*" wrapper".
To wrap what?

~Randy

> From: Johan Verrept [mailto:[EMAIL PROTECTED]]
> 
> "Dunlap, Randy" wrote:
> > 
> > Johan,
> > 
> > Do you still have a question about this?
> 
> well, yes and no.
> I have a few synchronous actions in the Speedtouch driver.
> At the moment, I copy pasted the usb_start_wait_urb () 
> function and it's completion function into the driver.
> It all works, but i think a little sub_* wrapper would be usefull...
> 
>       J.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to