From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 83E47C33CB1 for ; Sat, 18 Jan 2020 14:22:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5751A2469A for ; Sat, 18 Jan 2020 14:22:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579357375; bh=wPi5zx31z0yN00YU6yYN20ekq7QlhlimDjBgZKv0A7o=; h=Date:From:To:Cc:Subject:List-ID:From; b=oMQ2u5uzuYnNnQUnq1iCNNdNsE9FfkFi+Gr8/OiroXxGjXhpINSAh5dFHoqODTtyg r0IAhbZbVelRPgMSBtn8OO6ZZaclQwusCDfQNlPugMKE/ipE7+c3mydgQlYubUK4ra EBhj3TdmoAs0zEA8K3L792/p/r2bihjKU1H7JwzM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726661AbgAROWy (ORCPT ); Sat, 18 Jan 2020 09:22:54 -0500 Received: from mail.kernel.org ([198.145.29.99]:48652 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726208AbgAROWy (ORCPT ); Sat, 18 Jan 2020 09:22:54 -0500 Received: from localhost (170.143.71.37.rev.sfr.net [37.71.143.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C71262469A; Sat, 18 Jan 2020 14:22:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579357372; bh=wPi5zx31z0yN00YU6yYN20ekq7QlhlimDjBgZKv0A7o=; h=Date:From:To:Cc:Subject:From; b=kJ5N0bXzNU/AVdELNXiPMzzy592YAu9C0pUYOP2rhDktHN19XWF376HqiBrcA5BAJ 43n7NvuWozIbEkwOYP54H7gLcoOMpJVm2jjeceuZTPrMO0h8iPQmSILY0SR8SLzD2r dK3T6V7HDj1jrZNU6LNn0B0o6/fFJ2NBPFEci4NU= Date: Sat, 18 Jan 2020 15:22:50 +0100 From: Greg KH To: Linus Torvalds Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: [GIT PULL] USB fixes for 5.5-rc7 Message-ID: <20200118142250.GA80066@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit b3a987b0264d3ddbb24293ebff10eddfc472f653: Linux 5.5-rc6 (2020-01-12 16:55:08 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.5-rc7 for you to fetch changes up to 453495d4e791664e42be2254a6a8acb84b991417: Merge tag 'usb-serial-5.5-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2020-01-17 19:40:06 +0100) ---------------------------------------------------------------- USB driver fixes for 5.5-rc7 Here are some small USB driver and core fixes for 5.5-rc7 There's one fix for hub wakeup issues and a number of small usb-serial driver fixes and device id updates. The hub fix has been in linux-next for a while with no reported issues, and the usb-serial ones have all passed 0-day with no problems. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Greg Kroah-Hartman (1): Merge tag 'usb-serial-5.5-rc7' of https://git.kernel.org/.../johan/usb-serial into usb-linus Jerónimo Borque (1): USB: serial: simple: Add Motorola Solutions TETRA MTP3xxx and MTP85xx Johan Hovold (7): USB: serial: opticon: fix control-message timeouts USB: serial: suppress driver bind attributes USB: serial: ch341: handle unbound port at reset_resume USB: serial: io_edgeport: handle unbound ports on URB completion USB: serial: io_edgeport: add missing active-port sanity check USB: serial: keyspan: handle unbound ports USB: serial: quatech2: handle unbound ports Keiya Nobuta (1): usb: core: hub: Improved device recognition on remote wakeup Kristian Evensen (1): USB: serial: option: Add support for Quectel RM500Q Reinhard Speyerer (1): USB: serial: option: add support for Quectel RM500Q in QDL mode drivers/usb/core/hub.c | 1 + drivers/usb/serial/ch341.c | 6 +++++- drivers/usb/serial/io_edgeport.c | 16 +++++++++------- drivers/usb/serial/keyspan.c | 4 ++++ drivers/usb/serial/opticon.c | 2 +- drivers/usb/serial/option.c | 6 ++++++ drivers/usb/serial/quatech2.c | 6 ++++++ drivers/usb/serial/usb-serial-simple.c | 2 ++ drivers/usb/serial/usb-serial.c | 3 +++ 9 files changed, 37 insertions(+), 9 deletions(-)