commit | 85560c4a828ec9c8573840c9b66487b6ae584768 | [log] [tgz] |
---|---|---|
author | Champion Chen <champion_chen@realsil.com.cn> | Sat Sep 06 14:06:08 2014 -0500 |
committer | Marcel Holtmann <marcel@holtmann.org> | Tue Sep 09 03:23:40 2014 +0200 |
tree | 1e228a31513dbf5956e30ba8083794331e0728f0 | |
parent | e1e930f591bfd9604c3077f0af5c390f4f890259 [diff] |
Bluetooth: Fix issue with USB suspend in btusb driver 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