mbox series

[GIT,PULL] USB-serial fixes for 5.19-rc4

Message ID YrRYNhpf9GiyxmAQ@hovoldconsulting.com (mailing list archive)
State Accepted
Commit 2bdc2bcd9a759613d6340c4a0b7f5d3b7a1a71a2
Headers show
Series [GIT,PULL] USB-serial fixes for 5.19-rc4 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.19-rc4

Message

Johan Hovold June 23, 2022, 12:10 p.m. UTC
The following changes since commit a111daf0c53ae91e71fd2bfe7497862d14132e3e:

  Linux 5.19-rc3 (2022-06-19 15:06:47 -0500)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.19-rc4

for you to fetch changes up to 15b694e96c31807d8515aacfa687a1e8a4fbbadc:

  USB: serial: option: add Quectel RM500K module support (2022-06-23 13:58:05 +0200)

----------------------------------------------------------------
USB-serial fixes for 5.19-rc4

Here are some new modem device ids and support for further PL2303
device types.

All but the final commit (RM500K device id) have been in linux-next and
with no reported issues.

----------------------------------------------------------------
Carlo Lobrano (1):
      USB: serial: option: add Telit LE910Cx 0x1250 composition

Johan Hovold (1):
      USB: serial: pl2303: add support for more HXN (G) types

Macpaul Lin (1):
      USB: serial: option: add Quectel RM500K module support

Yonglin Tan (1):
      USB: serial: option: add Quectel EM05-G modem

 drivers/usb/serial/option.c |  6 ++++++
 drivers/usb/serial/pl2303.c | 29 +++++++++++++++++------------
 2 files changed, 23 insertions(+), 12 deletions(-)

Comments

Greg KH June 23, 2022, 2:26 p.m. UTC | #1
On Thu, Jun 23, 2022 at 02:10:30PM +0200, Johan Hovold wrote:
> The following changes since commit a111daf0c53ae91e71fd2bfe7497862d14132e3e:
> 
>   Linux 5.19-rc3 (2022-06-19 15:06:47 -0500)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.19-rc4

Pulled and pushed out, thanks.

greg k-h