mbox series

[GIT,PULL] USB-serial device ids for 6.15-rc3

Message ID aAEmtBNxgCFqA5op@hovoldconsulting.com
State New
Headers show
Series [GIT,PULL] USB-serial device ids for 6.15-rc3 | expand

Pull-request

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

Message

Johan Hovold April 17, 2025, 4:05 p.m. UTC
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4cc01410e1c1dd075df10f750775c81d1cb6672b:

  USB: serial: simple: add OWON HDS200 series oscilloscope support (2025-04-16 08:38:22 +0200)

----------------------------------------------------------------
USB-serial device ids for 6.15-rc3

Here's a new simple driver for Owon oscilloscopes and a couple of new
new modem and smart meter device ids.

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

----------------------------------------------------------------
Adam Xue (1):
      USB: serial: option: add Sierra Wireless EM9291

Craig Hesling (1):
      USB: serial: simple: add OWON HDS200 series oscilloscope support

Michael Ehrenreich (1):
      USB: serial: ftdi_sio: add support for Abacus Electrics Optical Probe

 drivers/usb/serial/ftdi_sio.c          | 2 ++
 drivers/usb/serial/ftdi_sio_ids.h      | 5 +++++
 drivers/usb/serial/option.c            | 3 +++
 drivers/usb/serial/usb-serial-simple.c | 7 +++++++
 4 files changed, 17 insertions(+)

Comments

Greg Kroah-Hartman April 18, 2025, 4:50 a.m. UTC | #1
On Thu, Apr 17, 2025 at 06:05:08PM +0200, Johan Hovold wrote:
> The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
> 
>   Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.15-rc3

Pulled and pushed out, thanks.

greg k-h