From patchwork Sun Jan 13 10:22:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Greg Kroah-Hartman X-Patchwork-Id: 10761265 Return-Path: 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 E355513B4 for ; Sun, 13 Jan 2019 10:23:02 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CEDDB28B08 for ; Sun, 13 Jan 2019 10:23:02 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BD8F828B8D; Sun, 13 Jan 2019 10:23:02 +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,DKIM_SIGNED, DKIM_VALID,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 61EAF28B08 for ; Sun, 13 Jan 2019 10:23:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726628AbfAMKWz (ORCPT ); Sun, 13 Jan 2019 05:22:55 -0500 Received: from mail.kernel.org ([198.145.29.99]:56416 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725875AbfAMKWz (ORCPT ); Sun, 13 Jan 2019 05:22:55 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (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 B08662064C; Sun, 13 Jan 2019 10:22:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547374975; bh=ZYGz/9hlWDwI2hhAJAAmuXKD6dDi1qQqUw791qESIl8=; h=Date:From:To:Cc:Subject:From; b=PqXmOJHn4qw3SQf+cQrbOQjerCKPqdIpBGKU1fVY1xtLi1TJgkCG+eQ1L0o1J8d3Q TEygZ7eHDyd9LMmf2WGYA65jcXoHTP7h7ez8dC3rp0upVXpfzSYqZOFSYu4ZBRZdQF aARO/vnVVztvInv5mL3H/ZPnqL3CJzEq4u+Sgsew= Date: Sun, 13 Jan 2019 11:22:52 +0100 From: Greg KH To: Linus Torvalds Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: [GIT PULL] USB driver fixes for 5.0-rc2 Message-ID: <20190113102252.GA12640@kroah.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.11.2 (2019-01-07) Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c: Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.0-rc2 for you to fetch changes up to b9fcb0e6b7052b7e2d18fed1d673f8247060c32c: usb: storage: Remove outdated URL from MAINTAINERS (2019-01-08 16:49:23 +0100) ---------------------------------------------------------------- USB fixes for 5.0-rc2 Here are some small USB driver fixes and quirk updates for 5.0-rc2. The majority here are some quirks for some storage devices to get them to work properly. There's also a fix here to resolve the reported issues with some audio devices that say they are UAC3 compliant, but really are not. And a fix up for the MAINTAINERS file to remove a dead url. All have been in linux-next with no reported issues. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Daniele Palmas (1): usb: cdc-acm: send ZLP for Telit 3G Intel based modems David Brown (1): usb: storage: Remove outdated URL from MAINTAINERS Icenowy Zheng (2): USB: storage: don't insert sane sense for SPC3+ when bad sense specified USB: storage: add quirk for SMI SM3350 Jack Stocker (1): USB: Add USB_QUIRK_DELAY_CTRL_MSG quirk for Corsair K70 RGB Saranya Gopal (1): usbcore: Select only first configuration for non-UAC3 compliant devices MAINTAINERS | 1 - drivers/usb/class/cdc-acm.c | 7 +++++++ drivers/usb/core/generic.c | 9 ++++++--- drivers/usb/core/quirks.c | 3 ++- drivers/usb/storage/scsiglue.c | 8 ++++++-- drivers/usb/storage/unusual_devs.h | 12 ++++++++++++ 6 files changed, 33 insertions(+), 7 deletions(-)