]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: hub_handle_remote_wakeup() depends on CONFIG_PM_RUNTIME=y
authorDan Williams <dan.j.williams@intel.com>
Wed, 21 May 2014 01:09:31 +0000 (18:09 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 May 2014 23:51:51 +0000 (16:51 -0700)
commit7e73be227b1510a2ba1391185be7cc357e2226ef
tree6e305d41d1ee55f12522602ba17eb1a65041c5e5
parent5c79a1e303363d46082408fd306cdea6d33013fc
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>
drivers/usb/core/hub.c
drivers/usb/core/usb.h