commit | 9e18c821659d836bd63f88df3c19729327728496 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Fri Apr 02 13:22:09 2010 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu May 20 13:21:37 2010 -0700 |
tree | 4148e58d0e03aecfe0dbeedd175bc960006570a9 | |
parent | 7aba8d014341341590ecb64050b7a026642a62eb [diff] |
USB: use PM core routines to enable/disable autosuspend This patch (as1366) replaces the private routines usb_enable_autosuspend() and usb_disable_autosuspend() with calls to the standard pm_runtime_allow() and pm_runtime_forbid() functions in the runtime PM framework. They do the same thing. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>