mbox series

[GIT,PULL] USB driver fixes for 4.20-rc8

Message ID 20181220123838.GA18210@kroah.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] USB driver fixes for 4.20-rc8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-4.20-rc8

Message

Greg KH Dec. 20, 2018, 12:38 p.m. UTC
The following changes since commit 40e020c129cfc991e8ab4736d2665351ffd1468d:

  Linux 4.20-rc6 (2018-12-09 15:31:00 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-4.20-rc8

for you to fetch changes up to 2419f30a4a4fcaa5f35111563b4c61f1b2b26841:

  USB: xhci: fix 'broken_suspend' placement in struct xchi_hcd (2018-12-17 16:01:02 +0100)

----------------------------------------------------------------
USB fixes and ids for 4.20-rc8

Here are some late xhci fixes for 4.20-rc8 as well as a few new device
ids for the option usb-serial driver.

The xhci fixes resolve some many-reported issues and all of these have
been in linux-next for a while with no reported problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Greg Kroah-Hartman (1):
      Merge tag 'usb-serial-4.20-rc7' of https://git.kernel.org/.../johan/usb-serial into usb-linus

Jörgen Storvist (4):
      USB: serial: option: add GosunCn ZTE WeLink ME3630
      USB: serial: option: add Simcom SIM7500/SIM7600 (MBIM mode)
      USB: serial: option: add Fibocom NL668 series
      USB: serial: option: add Telit LN940 series

Mathias Nyman (1):
      xhci: Don't prevent USB2 bus suspend in state check intended for USB3 only

Nicolas Saenz Julienne (1):
      USB: xhci: fix 'broken_suspend' placement in struct xchi_hcd

Tore Anderson (1):
      USB: serial: option: add HP lt4132

 drivers/usb/host/xhci-hub.c |  3 ++-
 drivers/usb/host/xhci.h     |  4 ++--
 drivers/usb/serial/option.c | 16 +++++++++++++++-
 3 files changed, 19 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 20, 2018, 4:10 p.m. UTC | #1
The pull request you sent on Thu, 20 Dec 2018 13:38:38 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-4.20-rc8

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/177c459b08a34dcf004aa9a4c1f1d8be682ff3af

Thank you!