On Fri, Apr 14, 2000, Oliver Neukum <[EMAIL PROTECTED]> wrote:
> 
> I'd like to ask in which context the detection method of an USB driver is
> called. Is it allowed to sleep ?

Absolutely. It is called within a kernel thread right now, but with my
userspace driver binding, it is called within a process context.

Effectively, it'll exactly the same either way to the driver coder.

JE


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to