commit | 4bf0ba861442d289eebfad8ea9ce365ab04fd582 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Mon Nov 21 11:58:07 2005 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jan 04 13:48:34 2006 -0800 |
tree | 0301e45a155712ec03e0226a1e85e74198778f7e | |
parent | 7d069b7d80933004282c48edbe62526e4cb0aecc [diff] |
[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 <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>