diff options
author | Linus Torvalds | 2019-01-14 05:45:28 +1200 |
---|---|---|
committer | Linus Torvalds | 2019-01-14 05:45:28 +1200 |
commit | 1dd8a3f6c619723ab442d6a27247d2f2153f3b11 (patch) | |
tree | 0a0a96478e3d53ad9b3a97787448c84111c2e2af /MAINTAINERS | |
parent | 0f9d140a566532175b4555401ee47ed58b01f9c9 (diff) | |
parent | b9fcb0e6b7052b7e2d18fed1d673f8247060c32c (diff) |
Merge tag 'usb-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Pull USB fixes from Greg KH:
"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"
* tag 'usb-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:
usb: storage: Remove outdated URL from MAINTAINERS
USB: Add USB_QUIRK_DELAY_CTRL_MSG quirk for Corsair K70 RGB
usbcore: Select only first configuration for non-UAC3 compliant devices
USB: storage: add quirk for SMI SM3350
USB: storage: don't insert sane sense for SPC3+ when bad sense specified
usb: cdc-acm: send ZLP for Telit 3G Intel based modems
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2cf9c1ceb502..e7a7a2945a26 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15806,7 +15806,6 @@ M: Alan Stern <stern@rowland.harvard.edu> L: linux-usb@vger.kernel.org L: usb-storage@lists.one-eyed-alien.net S: Maintained -W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ F: drivers/usb/storage/ USB MIDI DRIVER |