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:
e1e930f
)
Bluetooth: Fix issue with USB suspend in btusb driver
author
Champion Chen
<champion_chen@realsil.com.cn>
Sat, 6 Sep 2014 19:06:08 +0000
(14:06 -0500)
committer
Marcel Holtmann
<marcel@holtmann.org>
Tue, 9 Sep 2014 01:23:40 +0000
(
03:23
+0200)
Suspend could fail for some platforms because
btusb_suspend==> btusb_stop_traffic ==> usb_kill_anchored_urbs.
When btusb_bulk_complete returns before system suspend and resubmits
an URB, the system cannot enter suspend state.
Signed-off-by: Champion Chen <champion_chen@realsil.com.cn>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Cc: stable@vger.kernel.org
drivers/bluetooth/btusb.c
patch
|
blob
|
history
diff --cc
drivers/bluetooth/btusb.c
Simple merge