On Tue, Jun 19, 2001 at 02:48:40PM -0700, Michael Bosland wrote:
> I've been searching and trying to figure out how to do a single interupt
> out.  Does anyone have a snippet of code that I might use that will fill
> an interupt out urb, submit it, wait for a response and then return?

See usb_control_msg() or usb_bulk_msg() in drivers/usb/usb.c for an
example of how to do this.

> I dream of the days of synchronous operation...

There was a reason why we switched from this kind of operation in the
past to the current async one, go read the mailing list archives :)

greg k-h

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

Reply via email to