From: Alan Stern Date: Wed, 21 Dec 2005 22:28:11 +0000 (-0800) Subject: [PATCH] usbcore: allow suspend/resume even if drivers don't support it X-Git-Tag: v2.6.15~15^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a9191ff683ce4ebfd2c6a15e2989f5b1f420321;p=pandora-kernel.git [PATCH] usbcore: allow suspend/resume even if drivers don't support it This patch (as618) changes usbcore to prevent derailing the suspend/resume sequence when a USB driver doesn't include support for it. This is a workaround rather than a true fix; the core needs to be changed so that URB submissions from suspended drivers can be refused and outstanding URBs cancelled. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed