[GIT PULL] USB driver fixes for 4.19-rc7
From: Greg KH
Date: Sun Oct 07 2018 - 02:06:31 EST
The following changes since commit 17b57b1883c1285f3d0dc2266e8f79286a7bef38:
Linux 4.19-rc6 (2018-09-30 07:15:35 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-4.19-rc7
for you to fetch changes up to 555df5820e733cded7eb8d0bf78b2a791be51d75:
usb: xhci-mtk: resume USB3 roothub first (2018-10-01 17:59:02 -0700)
----------------------------------------------------------------
USB fixes for 4.19-rc7
Here are some small USB fixes for 4.19-rc7
These include:
- the usual xhci bugfixes for reported issues
- some new serial driver device ids
- bugfix for the option serial driver for some devices
- bugfix for the cdc_acm driver that has been there for a long time.
All of these have been in linux-next for a while with no reported
issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Chunfeng Yun (1):
usb: xhci-mtk: resume USB3 roothub first
Greg Kroah-Hartman (1):
Merge tag 'usb-serial-4.19-rc7' of https://git.kernel.org/.../johan/usb-serial into usb-linus
Johan Hovold (2):
USB: serial: option: add two-endpoints device-id flag
USB: serial: simple: add Motorola Tetra MTP6550 id
Kristian Evensen (1):
USB: serial: option: improve Quectel EP06 detection
Mathias Nyman (1):
xhci: Add missing CAS workaround for Intel Sunrise Point xHCI
Romain Izard (1):
usb: cdc_acm: Do not leak URB buffers
drivers/usb/class/cdc-acm.c | 6 ++++++
drivers/usb/host/xhci-mtk.c | 4 ++--
drivers/usb/host/xhci-pci.c | 2 ++
drivers/usb/serial/option.c | 15 +++++++++++++--
drivers/usb/serial/usb-serial-simple.c | 3 ++-
5 files changed, 25 insertions(+), 5 deletions(-)