> From: Martin Diehl <[EMAIL PROTECTED]>
> To: Georg Acher <[EMAIL PROTECTED]>
> cc: [EMAIL PROTECTED]
> Date: Mon, 3 Dec 2001 00:24:15 +0100 (CET)

> - the ioctl blocks (no, not sleep_on) on the completion (i.e. until
> urb->status becomes != EINPROGRESS).

BTW, This is broken. The ioctl must block until a callback
is triggered. It is safe to examing urb->status only after
the callback awakens the requesting thread or inside the callback.
It does not seem to be your problem, but keep it in mind.

-- Pete

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

Reply via email to