mbox series

[GIT,PULL] USB-serial updates for 6.9-rc1

Message ID ZerHovZ5jaE4NcWj@hovoldconsulting.com
State New
Headers show
Series [GIT,PULL] USB-serial updates for 6.9-rc1 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.9-rc1

Message

Johan Hovold March 8, 2024, 8:09 a.m. UTC
The following changes since commit d206a76d7d2726f3b096037f2079ce0bd3ba329b:

  Linux 6.8-rc6 (2024-02-25 15:46:06 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.9-rc1

for you to fetch changes up to b1a8da9ff1395c4879b4bd41e55733d944f3d613:

  USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M (2024-03-05 07:51:37 +0100)

----------------------------------------------------------------
USB-serial updates for 6.9-rc1

Here are the USB-serial updates for 6.9-rc1, including:

 - new device ids
 - removal of some redundant assignments

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

----------------------------------------------------------------
Aurélien Jacobs (1):
      USB: serial: option: add MeiG Smart SLM320 product

Cameron Williams (1):
      USB: serial: add device ID for VeriFone adapter

Christian Häggström (1):
      USB: serial: cp210x: add ID for MGP Instruments PDS100

Colin Ian King (3):
      USB: serial: oti6858: remove redundant assignment to variable divisor
      USB: serial: ftdi_sio: remove redundant assignment to variable cflag
      USB: serial: keyspan: remove redundant assignment to pointer data

Daniel Vogelbacher (1):
      USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USB

Toru Katagiri (1):
      USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M

 drivers/usb/serial/cp210x.c       | 4 ++++
 drivers/usb/serial/ftdi_sio.c     | 4 +++-
 drivers/usb/serial/ftdi_sio_ids.h | 6 ++++++
 drivers/usb/serial/keyspan.c      | 1 -
 drivers/usb/serial/option.c       | 6 ++++++
 drivers/usb/serial/oti6858.c      | 1 -
 6 files changed, 19 insertions(+), 3 deletions(-)