Home
last modified time | relevance | path

Searched hist:"7560 d32ec70508a71f537a88e40f7717f15389ac" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/core/
H A Ddriver.cdiff 7560d32ec70508a71f537a88e40f7717f15389ac Fri Apr 02 12:18:50 CDT 2010 Alan Stern <stern@rowland.harvard.edu> USB: improve runtime remote wakeup settings

This patch (as1362) adjusts the way the USB autosuspend routines
handle remote-wakeup settings. They aren't supposed to use
device_may_wakeup(); that test is intended only for system sleep, not
runtime power management. Instead the code checks to see if any
interface drivers need remote wakeup; if they do then it is enabled,
provided the device is capable of it.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>