mbox series

[GIT,PULL] USB driver fixes for 5.0-rc2

Message ID 20190113102252.GA12640@kroah.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] USB driver fixes for 5.0-rc2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.0-rc2

Message

Greg Kroah-Hartman Jan. 13, 2019, 10:22 a.m. UTC
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 <gregkh@linuxfoundation.org>

----------------------------------------------------------------
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(-)

Comments

pr-tracker-bot@kernel.org Jan. 13, 2019, 6:05 p.m. UTC | #1
The pull request you sent on Sun, 13 Jan 2019 11:22:52 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.0-rc2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1dd8a3f6c619723ab442d6a27247d2f2153f3b11

Thank you!