> I was browsing through the USB Programming Guide at usb.cs.tum.edu, and I
> was wondering about one thing... I came across usb_control_msg(), and I
> recall reading on linux-usb-devel@ that it is not safe to call this function
> from interrupt context (e.g. probe() and handler functions), because it may
> sleep (but I could be wrong).
This is mentioned in the kernel doc ... "make htmldocs" at the
top level of the source tree. But probe() is a fine place to use
such synchronous function.
In general I'd be interested in seeing more of that info be part
of the standard kernel tree. Not that the "kerneldoc" is as
thorough as I'd like (compare to javadoc :) but everyone has
access, and it's more natural to maintain.
- Dave
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-devel