mbox series

[GIT,PULL] USB-serial fixes for 5.16-rc3

Message ID YZ97xbN1Ln83r+hP@hovoldconsulting.com (mailing list archive)
State Accepted
Commit a88db2ecc2d2c11aa8744be9817d6d249d001cca
Headers show
Series [GIT,PULL] USB-serial fixes for 5.16-rc3 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.16-rc3

Message

Johan Hovold Nov. 25, 2021, 12:04 p.m. UTC
The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.16-rc3

for you to fetch changes up to 88459e3e42760abb2299bbf6cb1026491170e02a:

  USB: serial: option: add Fibocom FM101-GL variants (2021-11-24 19:03:31 +0100)

----------------------------------------------------------------
USB-serial fixes for 5.16-rc3

Here's a fix for a pl2303 type-detection issue and some new modem
devices ids.

All but the last commit have been in linux-next, and with no reported
issues.

----------------------------------------------------------------
Daniele Palmas (1):
      USB: serial: option: add Telit LE910S1 0x9200 composition

Johan Hovold (1):
      USB: serial: pl2303: fix GC type detection

Mingjie Zhang (1):
      USB: serial: option: add Fibocom FM101-GL variants

 drivers/usb/serial/option.c | 5 +++++
 drivers/usb/serial/pl2303.c | 1 +
 2 files changed, 6 insertions(+)

Comments

Greg KH Nov. 25, 2021, 12:28 p.m. UTC | #1
On Thu, Nov 25, 2021 at 01:04:21PM +0100, Johan Hovold wrote:
> The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
> 
>   Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.16-rc3

Pulled and pushed out, thanks.

greg k-h