[GIT PULL] USB driver fixes for 5.0-rc2
From: Greg KH
Date: Sun Jan 13 2019 - 05:22:58 EST
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@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
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(-)