diff options
author | Dan Williams <dan.j.williams@intel.com> | 2014-05-20 18:09:31 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-27 16:51:51 -0700 |
commit | 7e73be227b1510a2ba1391185be7cc357e2226ef (patch) | |
tree | 6e305d41d1ee55f12522602ba17eb1a65041c5e5 /Documentation/ja_JP | |
parent | 5c79a1e303363d46082408fd306cdea6d33013fc (diff) | |
download | linux-7e73be227b1510a2ba1391185be7cc357e2226ef.tar.bz2 |
usb: hub_handle_remote_wakeup() depends on CONFIG_PM_RUNTIME=y
Per Alan:
"You mean from within hub_handle_remote_wakeup()? That routine will
never get called if CONFIG_PM_RUNTIME isn't enabled, because khubd
never sees wakeup requests if they arise during system suspend.
In fact, that routine ought to go inside the "#ifdef CONFIG_PM_RUNTIME"
portion of hub.c, along with the other suspend/resume code."
Suggested-by: Alan Stern <stern@rowland.harvard.edu>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/ja_JP')
0 files changed, 0 insertions, 0 deletions