mbox series

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

Message ID YgZ/dFV1smMu64Bi@hovoldconsulting.com (mailing list archive)
State Accepted
Commit c1dd10c681cd661aae7926630b3f3b0f26fc1cd5
Headers show
Series [GIT,PULL] USB-serial fixes for 5.17-rc4 | expand

Pull-request

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

Message

Johan Hovold Feb. 11, 2022, 3:23 p.m. UTC
The following changes since commit 26291c54e111ff6ba87a164d85d4a4e134b7315c:

  Linux 5.17-rc2 (2022-01-30 15:37:07 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 6ca0c6283340d819bf9c7d8e76be33c9fbd903ab:

  USB: serial: cp210x: add CPI Bulk Coin Recycler id (2022-02-01 11:56:23 +0100)

----------------------------------------------------------------
USB-serial fixes for 5.17-rc4

Here are some new device ids for 5.17-rc4.

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

----------------------------------------------------------------
Cameron Williams (1):
      USB: serial: ftdi_sio: add support for Brainboxes US-159/235/320

Johan Hovold (2):
      USB: serial: cp210x: add NCR Retail IO box id
      USB: serial: cp210x: add CPI Bulk Coin Recycler id

Pawel Dembicki (1):
      USB: serial: option: add ZTE MF286D modem

Stephan Brunner (1):
      USB: serial: ch341: add support for GW Instek USB2.0-Serial devices

 drivers/usb/serial/ch341.c        | 1 +
 drivers/usb/serial/cp210x.c       | 2 ++
 drivers/usb/serial/ftdi_sio.c     | 3 +++
 drivers/usb/serial/ftdi_sio_ids.h | 3 +++
 drivers/usb/serial/option.c       | 2 ++
 5 files changed, 11 insertions(+)

Comments

Greg KH Feb. 11, 2022, 3:44 p.m. UTC | #1
On Fri, Feb 11, 2022 at 04:23:32PM +0100, Johan Hovold wrote:
> The following changes since commit 26291c54e111ff6ba87a164d85d4a4e134b7315c:
> 
>   Linux 5.17-rc2 (2022-01-30 15:37:07 +0200)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.17-rc4

Pulled and pushed out, thanks.

greg k-h