Return-Path: <linux-usb-owner@kernel.org>
Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org
[172.30.200.125])
by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D97001731
for <patchwork-linux-usb@patchwork.kernel.org>;
Sun, 7 Oct 2018 06:06:28 +0000 (UTC)
Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1])
by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BB8C5287BA
for <patchwork-linux-usb@patchwork.kernel.org>;
Sun, 7 Oct 2018 06:06:28 +0000 (UTC)
Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486)
id AD79A290CA; Sun, 7 Oct 2018 06:06:28 +0000 (UTC)
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
pdx-wl-mail.web.codeaurora.org
X-Spam-Level:
X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI,
RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1
Received: from vger.kernel.org (vger.kernel.org [209.132.180.67])
by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5117A287BA
for <patchwork-linux-usb@patchwork.kernel.org>;
Sun, 7 Oct 2018 06:06:28 +0000 (UTC)
Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand
id S1726332AbeJGNMf (ORCPT
<rfc822;patchwork-linux-usb@patchwork.kernel.org>);
Sun, 7 Oct 2018 09:12:35 -0400
Received: from mail.linuxfoundation.org ([140.211.169.12]:54796 "EHLO
mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org
with ESMTP id S1726308AbeJGNMf (ORCPT
<rfc822;linux-usb@vger.kernel.org>); Sun, 7 Oct 2018 09:12:35 -0400
Received: from localhost (ip-213-127-77-176.ip.prioritytelecom.net
[213.127.77.176])
by mail.linuxfoundation.org (Postfix) with ESMTPSA id 520DDD10;
Sun, 7 Oct 2018 06:06:25 +0000 (UTC)
Date: Sun, 7 Oct 2018 08:06:22 +0200
From: Greg KH <gregkh@linuxfoundation.org>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@linux-foundation.org>,
linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [GIT PULL] USB driver fixes for 4.19-rc7
Message-ID: <20181007060622.GA13764@kroah.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.10.1 (2018-07-13)
Sender: linux-usb-owner@vger.kernel.org
Precedence: bulk
List-ID: <linux-usb.vger.kernel.org>
X-Mailing-List: linux-usb@vger.kernel.org
X-Virus-Scanned: ClamAV using ClamSMTP
The following changes since commit 17b57b1883c1285f3d0dc2266e8f79286a7bef38:
Linux 4.19-rc6 (2018-09-30 07:15:35 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-4.19-rc7
for you to fetch changes up to 555df5820e733cded7eb8d0bf78b2a791be51d75:
usb: xhci-mtk: resume USB3 roothub first (2018-10-01 17:59:02 -0700)
----------------------------------------------------------------
USB fixes for 4.19-rc7
Here are some small USB fixes for 4.19-rc7
These include:
- the usual xhci bugfixes for reported issues
- some new serial driver device ids
- bugfix for the option serial driver for some devices
- bugfix for the cdc_acm driver that has been there for a long time.
All of these have been in linux-next for a while with no reported
issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Chunfeng Yun (1):
usb: xhci-mtk: resume USB3 roothub first
Greg Kroah-Hartman (1):
Merge tag 'usb-serial-4.19-rc7' of https://git.kernel.org/.../johan/usb-serial into usb-linus
Johan Hovold (2):
USB: serial: option: add two-endpoints device-id flag
USB: serial: simple: add Motorola Tetra MTP6550 id
Kristian Evensen (1):
USB: serial: option: improve Quectel EP06 detection
Mathias Nyman (1):
xhci: Add missing CAS workaround for Intel Sunrise Point xHCI
Romain Izard (1):
usb: cdc_acm: Do not leak URB buffers
drivers/usb/class/cdc-acm.c | 6 ++++++
drivers/usb/host/xhci-mtk.c | 4 ++--
drivers/usb/host/xhci-pci.c | 2 ++
drivers/usb/serial/option.c | 15 +++++++++++++--
drivers/usb/serial/usb-serial-simple.c | 3 ++-
5 files changed, 25 insertions(+), 5 deletions(-)
The following changes since commit 17b57b1883c1285f3d0dc2266e8f79286a7bef38: Linux 4.19-rc6 (2018-09-30 07:15:35 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-4.19-rc7 for you to fetch changes up to 555df5820e733cded7eb8d0bf78b2a791be51d75: usb: xhci-mtk: resume USB3 roothub first (2018-10-01 17:59:02 -0700) ---------------------------------------------------------------- USB fixes for 4.19-rc7 Here are some small USB fixes for 4.19-rc7 These include: - the usual xhci bugfixes for reported issues - some new serial driver device ids - bugfix for the option serial driver for some devices - bugfix for the cdc_acm driver that has been there for a long time. All of these have been in linux-next for a while with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> ---------------------------------------------------------------- Chunfeng Yun (1): usb: xhci-mtk: resume USB3 roothub first Greg Kroah-Hartman (1): Merge tag 'usb-serial-4.19-rc7' of https://git.kernel.org/.../johan/usb-serial into usb-linus Johan Hovold (2): USB: serial: option: add two-endpoints device-id flag USB: serial: simple: add Motorola Tetra MTP6550 id Kristian Evensen (1): USB: serial: option: improve Quectel EP06 detection Mathias Nyman (1): xhci: Add missing CAS workaround for Intel Sunrise Point xHCI Romain Izard (1): usb: cdc_acm: Do not leak URB buffers drivers/usb/class/cdc-acm.c | 6 ++++++ drivers/usb/host/xhci-mtk.c | 4 ++-- drivers/usb/host/xhci-pci.c | 2 ++ drivers/usb/serial/option.c | 15 +++++++++++++-- drivers/usb/serial/usb-serial-simple.c | 3 ++- 5 files changed, 25 insertions(+), 5 deletions(-)