> > 2) skel_write checks for -EINPROGRESS. This is a race.
> 
> Yes, but it's a race that _so_ many different drivers have that I don't
> consider it a driver problem.  It should be fixed in the host controller
> and core, and not have every driver have to implement something like a
> "writing" flag for every urb.
> 
> It's on my list of things todo for 2.5.

I thought 2.4 already has a fix for this.  The correct test here is
whether urb->dev is non-null, yes?   Host controllers clear that
when they're really done with an URB.

- Dave



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

Reply via email to