commit | 7ed92f1a149dddc3cb537ccd7441e98adac12c3e | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Tue May 22 09:38:39 2007 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue May 22 23:45:50 2007 -0700 |
tree | 86408164dd5cfbb48bade9ca49601c4f2d7edd16 | |
parent | 8ab5e8c0ca55c4b40d254f7043a9052345fcd343 [diff] |
USB: make the autosuspend workqueue thread freezable This patch (as881b) makes the ksuspend_usb_wq workqueue freezable. We don't want a rogue workqueue thread running around, unexpectedly suspending or resuming USB devices in the middle of a system sleep transition. This fixes Bugzilla #8498. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>