mbox series

[GIT,PULL] USB-serial fixes for 5.18-rc7

Message ID Yn32DMmVNRmT0zz2@hovoldconsulting.com (mailing list archive)
State Accepted
Commit 757b9f6e6a2070043e5f215ff4afe350ecfb2bf7
Headers show
Series [GIT,PULL] USB-serial fixes for 5.18-rc7 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.18-rc7

Message

Johan Hovold May 13, 2022, 6:09 a.m. UTC
The following changes since commit 672c0c5173427e6b3e2a9bbb7be51ceeec78093a:

  Linux 5.18-rc5 (2022-05-01 13:57:58 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.18-rc7

for you to fetch changes up to 870b1eee2d844727b06e238c121d260bc5645580:

  USB: serial: qcserial: add support for Sierra Wireless EM7590 (2022-05-05 15:15:15 +0200)

----------------------------------------------------------------
USB-serial fixes for 5.18-rc7

Here are some new device ids.

All have been in linux-next with no reported issues.

----------------------------------------------------------------
Ethan Yang (1):
      USB: serial: qcserial: add support for Sierra Wireless EM7590

Scott Chen (1):
      USB: serial: pl2303: add device id for HP LM930 Display

Sven Schwermer (2):
      USB: serial: option: add Fibocom L610 modem
      USB: serial: option: add Fibocom MA510 modem

 drivers/usb/serial/option.c   | 4 ++++
 drivers/usb/serial/pl2303.c   | 1 +
 drivers/usb/serial/pl2303.h   | 1 +
 drivers/usb/serial/qcserial.c | 2 ++
 4 files changed, 8 insertions(+)

Comments

Greg Kroah-Hartman May 13, 2022, 6:30 a.m. UTC | #1
On Fri, May 13, 2022 at 08:09:16AM +0200, Johan Hovold wrote:
> The following changes since commit 672c0c5173427e6b3e2a9bbb7be51ceeec78093a:
> 
>   Linux 5.18-rc5 (2022-05-01 13:57:58 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.18-rc7

Pulled and pushed out, thanks.

greg k-h