mbox series

[GIT,PULL] USB-serial fixes for 6.3-rc5

Message ID ZCaJHdTl6HwpzOBd@hovoldconsulting.com
State New
Headers show
Series [GIT,PULL] USB-serial fixes for 6.3-rc5 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.3-rc5

Message

Johan Hovold March 31, 2023, 7:17 a.m. UTC
The following changes since commit eeac8ede17557680855031c6f305ece2378af326:

  Linux 6.3-rc2 (2023-03-12 16:36:44 -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.3-rc5

for you to fetch changes up to 7708a3858e69db91a8b69487994f33b96d20192a:

  USB: serial: option: add Quectel RM500U-CN modem (2023-03-29 11:46:04 +0200)

----------------------------------------------------------------
USB-serial fixes for 6.3-rc5

Here are some new device ids for 6.3.

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

----------------------------------------------------------------
Bjørn Mork (1):
      USB: serial: option: add Quectel RM500U-CN modem

Enrico Sau (1):
      USB: serial: option: add Telit FE990 compositions

Kees Jan Koster (1):
      USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs

 drivers/usb/serial/cp210x.c |  1 +
 drivers/usb/serial/option.c | 10 ++++++++++
 2 files changed, 11 insertions(+)

Comments

Greg Kroah-Hartman March 31, 2023, 7:28 a.m. UTC | #1
On Fri, Mar 31, 2023 at 09:17:49AM +0200, Johan Hovold wrote:
> The following changes since commit eeac8ede17557680855031c6f305ece2378af326:
> 
>   Linux 6.3-rc2 (2023-03-12 16:36:44 -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.3-rc5
> 

Pulled and pushed out, thanks.

greg k-h