From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752853AbbJWV0p (ORCPT ); Fri, 23 Oct 2015 17:26:45 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:46076 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752744AbbJWV0n (ORCPT ); Fri, 23 Oct 2015 17:26:43 -0400 Date: Fri, 23 Oct 2015 14:26:41 -0700 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: [GIT PULL] USB driver fixes for 4.3-rc7 Message-ID: <20151023212641.GA5137@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 25cb62b76430a91cc6195f902e61c2cb84ade622: Linux 4.3-rc5 (2015-10-11 11:09:45 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.3-rc7 for you to fetch changes up to fd7cd061adcf5f7503515ba52b6a724642a839c8: xhci: Add spurious wakeup quirk for LynxPoint-LP controllers (2015-10-17 00:04:18 -0700) ---------------------------------------------------------------- USB fixes for 4.3-rc7 Here are 3 xhci driver fixes for reported issues for 4.3-rc7 All have been in linux-next for a while with no problems. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Laura Abbott (1): xhci: Add spurious wakeup quirk for LynxPoint-LP controllers Mathias Nyman (2): xhci: don't finish a TD if we get a short transfer event mid TD xhci: handle no ping response error properly drivers/usb/host/xhci-pci.c | 1 + drivers/usb/host/xhci-ring.c | 30 +++++++++++++++++++++++++----- 2 files changed, 26 insertions(+), 5 deletions(-)