mbox series

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

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

Pull-request

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

Message

Johan Hovold April 20, 2023, 6:42 a.m. UTC
The following changes since commit 197b6b60ae7bc51dd0814953c562833143b292aa:

  Linux 6.3-rc4 (2023-03-26 14:40:20 -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.4-rc1

for you to fetch changes up to a095edfc15f0832e046ae23964e249ef5c95af87:

  USB: serial: option: add UNISOC vendor and TOZED LT70C product (2023-04-18 08:43:49 +0200)

----------------------------------------------------------------
USB-serial updates for 6.4-rc1

Here are the USB-serial updates for 6.4-rc1; a new modem device id and
an unused-function cleanup.

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

----------------------------------------------------------------
Arınç ÜNAL (1):
      USB: serial: option: add UNISOC vendor and TOZED LT70C product

Tom Rix (1):
      USB: serial: quatech2: remove unused qt2_setdevice function

 drivers/usb/serial/option.c   | 6 ++++++
 drivers/usb/serial/quatech2.c | 8 --------
 2 files changed, 6 insertions(+), 8 deletions(-)

Comments

Greg Kroah-Hartman April 20, 2023, 7 a.m. UTC | #1
On Thu, Apr 20, 2023 at 08:42:42AM +0200, Johan Hovold wrote:
> The following changes since commit 197b6b60ae7bc51dd0814953c562833143b292aa:
> 
>   Linux 6.3-rc4 (2023-03-26 14:40:20 -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.4-rc1

Pulled and pushed out, thanks.

greg k-h