Potential problem with USB_THREAD_SUSPEND()?

2009-06-29 Thread Sebastian Huber
Hi, USB_THREAD_SUSPEND(p) is defined as {kproc|kthread}_suspend(p, 0). This means that it will wait until the corresponding thread recognizes its suspend request and suspends itself. It seems that {kproc|kthread}_suspend_check() will be used nowhere in the USB system. Thus the

Re: Potential problem with USB_THREAD_SUSPEND()?

2009-06-29 Thread Hans Petter Selasky
On Monday 29 June 2009 13:29:49 Sebastian Huber wrote: Hi, USB_THREAD_SUSPEND(p) is defined as {kproc|kthread}_suspend(p, 0). This means that it will wait until the corresponding thread recognizes its suspend request and suspends itself. It seems that {kproc|kthread}_suspend_check() will