From: Alan Stern Date: Mon, 21 Nov 2005 16:58:07 +0000 (-0500) Subject: [PATCH] USB: Fix locking for USB suspend/resume X-Git-Tag: v2.6.16-rc1~474^2~22^2~10^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bf0ba861442d289eebfad8ea9ce365ab04fd582;p=pandora-kernel.git [PATCH] USB: Fix locking for USB suspend/resume The earlier USB locking updates didn't touch the suspend/resume routines. They need updating as well, since now the caller holds the device semaphore. This patch (as608) makes the necessary changes. It also adds a line to store the correct power state when a device is resumed, something which was unaccountably missing. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed