From: Alan Stern Date: Mon, 19 Nov 2007 15:15:02 +0000 (-0500) Subject: USB: make ksuspend_usbd thread non-freezable X-Git-Tag: v2.6.25-rc1~1075^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4145ed6dc597a9bea5f6ae8c574653b2de10620f;p=pandora-kernel.git USB: make ksuspend_usbd thread non-freezable This patch (as1012b) makes the ksuspend_usbd kernel thread non-freezable. Since the PM core has been changed to lock all devices during a system sleep, the thread no longer needs to be frozen. It won't interfere with a system sleep because before trying to resume a root hub device, it acquires the device's lock. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed