Return-Path: Sender: Larry Finger Message-ID: <540E5A37.8020208@lwfinger.net> Date: Mon, 08 Sep 2014 20:39:03 -0500 From: Larry Finger MIME-Version: 1.0 To: Marcel Holtmann CC: "Gustavo F. Padovan" , Johan Hedberg , BlueZ development , netdev@vger.kernel.org, Champion Chen Subject: Re: [PATCH V2] bluetooth: btusb: Fix issue with suspend References: <1410030368-23289-1-git-send-email-Larry.Finger@lwfinger.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed List-ID: On 09/08/2014 08:25 PM, Marcel Holtmann wrote: > Hi Larry, > >> 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 >> --- >> V2 - Fix incorrect test as noted by Marcel. >> >> --- >> Johan, >> >> To help Champion with the process, I have formatted the patch in >> the correct manner. I hope I understand the issue correctly and >> stated it in a coherent manner in the commit message. >> >> Larry >> --- >> drivers/bluetooth/btusb.c | 9 +++++++++ >> 1 file changed, 9 insertions(+) > > patch has been applied to bluetooth-next tree. Thanks, Larry