From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH v2 3/7] USBHID: don't recover device if suspend fails in system sleep Date: Fri, 8 Mar 2013 07:48:33 +0800 Message-ID: <20130307234833.GA11730@kroah.com> References: <1362672924-22975-1-git-send-email-ming.lei@canonical.com> <1362672924-22975-4-git-send-email-ming.lei@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Ming Lei , "David S. Miller" , Alan Stern , Oliver Neukum , netdev@vger.kernel.org, linux-usb@vger.kernel.org, linux-input@vger.kernel.org To: Jiri Kosina Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-input-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Fri, Mar 08, 2013 at 12:16:08AM +0100, Jiri Kosina wrote: > On Fri, 8 Mar 2013, Ming Lei wrote: > > > If suspend callback fails in system sleep context, usb core will > > ignore the failure and let the system sleep go ahead further, so this > > patch doesn't recover device under this situation, otherwise > > may cause resume() confused. > > > > Cc: Jiri Kosina > > Signed-off-by: Ming Lei > > Acked-by: Jiri Kosina > > I guess this will go through USB tree as a series ... Yes, I can take this, thanks for the ack. greg k-h