mbox series

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

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

Pull-request

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

Message

Johan Hovold Aug. 27, 2023, 10:55 a.m. UTC
The following changes since commit fdf0eaf11452d72945af31804e2a1048ee1b574c:

  Linux 6.5-rc2 (2023-07-16 15:10:37 -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.6-rc1

for you to fetch changes up to 4d9488b294e1f8353bbcadc4c7172a7f7490199b:

  USB: serial: option: add FOXCONN T99W368/T99W373 product (2023-08-23 10:06:48 +0200)

----------------------------------------------------------------
USB-serial updates for 6.6-rc1

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

 - support for the RS485 mode of XR devices
 - new modem device ids

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

----------------------------------------------------------------
Jarkko Sonninen (1):
      USB: serial: xr: add TIOCGRS485 and TIOCSRS485 ioctls

Martin Kohn (1):
      USB: serial: option: add Quectel EM05G variant (0x030e)

Slark Xiao (1):
      USB: serial: option: add FOXCONN T99W368/T99W373 product

 drivers/usb/serial/option.c    |  7 ++++
 drivers/usb/serial/xr_serial.c | 89 +++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 95 insertions(+), 1 deletion(-)

Comments

Greg Kroah-Hartman Aug. 27, 2023, 11:11 a.m. UTC | #1
On Sun, Aug 27, 2023 at 12:55:20PM +0200, Johan Hovold wrote:
> The following changes since commit fdf0eaf11452d72945af31804e2a1048ee1b574c:
> 
>   Linux 6.5-rc2 (2023-07-16 15:10:37 -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.6-rc1

Pulled and pushed out, thanks.

greg k-h