From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752258AbdGGI0K (ORCPT ); Fri, 7 Jul 2017 04:26:10 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:37474 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750848AbdGGI0J (ORCPT ); Fri, 7 Jul 2017 04:26:09 -0400 Date: Fri, 7 Jul 2017 10:26:06 +0200 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: [GIT PULL] USB fixes for 4.13-rc1 Message-ID: <20170707082606.GA16017@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 41f1830f5a7af77cf5c86359aba3cbd706687e52: Linux 4.12-rc6 (2017-06-19 22:19:37 +0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.13-rc1 for you to fetch changes up to dec08194ffeccfa1cf085906b53d301930eae18f: xhci: Limit USB2 port wake support for AMD Promontory hosts (2017-06-20 11:18:20 +0800) ---------------------------------------------------------------- USB fixes for 4.13-rc1 Here are some remaining USB fixes for 4.13-rc1. They were originally scheduled for 4.12-final, but I didn't send them to you in time. Because of that, they were in a separate branch from the larger USB set of patches, so here they are in a separate pull request. Nothing major here a all, just 3 small patches: - some usb-serial new device ids - xhci bugfix for some crazy AMD hardware All of these have been in linux-next for a long time with no reported issues. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Bjørn Mork (1): USB: serial: qcserial: new Sierra Wireless EM7305 device ID Greg Kroah-Hartman (1): Merge tag 'usb-serial-4.12-rc6' of git://git.kernel.org/.../johan/usb-serial into usb-linus Jiahau Chang (1): xhci: Limit USB2 port wake support for AMD Promontory hosts Johan Hovold (1): USB: serial: option: add two Longcheer device ids drivers/usb/host/xhci-hub.c | 3 +++ drivers/usb/host/xhci-pci.c | 12 ++++++++++++ drivers/usb/host/xhci.h | 1 + drivers/usb/serial/option.c | 4 ++++ drivers/usb/serial/qcserial.c | 1 + 5 files changed, 21 insertions(+)