From: Champion Chen Date: Sat, 6 Sep 2014 19:06:08 +0000 (-0500) Subject: Bluetooth: Fix issue with USB suspend in btusb driver X-Git-Tag: fixes-against-v3.18-rc2~144^2~144^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85560c4a828ec9c8573840c9b66487b6ae584768;p=pandora-kernel.git 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 Signed-off-by: Larry Finger Signed-off-by: Marcel Holtmann Cc: stable@vger.kernel.org --- Reading git-diff-tree failed