> > +void usb_uninterruptible_sleep_ms (int msecs)
> > +{
> > +   long timeout = MSEC_TO_JIFFIES(msecs);
> 
> I don't see MSEC_TO_JIFFIES defined anywhere.  What am I missing?

The include from above :-)

[..]
> How about adding a declaration to linux/usb.h as well?

Good idea. Tomorrow. I am too tired now.

> And are interruptible sleeps common enough to warrant their own routine 
> along with this one?

Eek. You'd have to analyse them for how to deal with the signal delivery.
Judging by the mdc800 they need to be audited.

        Regards
                Oliver


-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to