git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d143a8e
)
USB: OHCI: Allow runtime PM without system sleep
author
Alan Stern
<stern@rowland.harvard.edu>
Mon, 26 Aug 2013 19:01:40 +0000
(15:01 -0400)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 28 Aug 2013 04:36:46 +0000
(21:36 -0700)
Since ohci-hcd supports runtime PM, the .pm field in its pci_driver
structure should be protected by CONFIG_PM rather than
CONFIG_PM_SLEEP.
Without this change, OHCI controllers won't do runtime suspend if
system suspend or hibernation isn't enabled.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
cc: <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-pci.c
patch
|
blob
|
history
diff --cc
drivers/usb/host/ohci-pci.c
Simple merge