2023-01-19 17:13:55

by Johan Hovold

[permalink] [raw]
Subject: [GIT PULL] USB-serial fixes for 6.2-rc5

The following changes since commit b7bfaa761d760e72a969d116517eaa12e404c262:

Linux 6.2-rc3 (2023-01-08 11:49:43 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 71dfd381a7c051f16a61f82fbd38a4cca563bdca:

USB: serial: option: add Quectel EM05CN modem (2023-01-16 08:47:47 +0100)

----------------------------------------------------------------
USB-serial fixes for 6.2-rc5

Here are some new device ids, mostly for Quectel modems.

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

----------------------------------------------------------------
Ali Mirghasemi (1):
USB: serial: option: add Quectel EC200U modem

Duke Xin(辛安文) (5):
USB: serial: option: add Quectel EM05-G (CS) modem
USB: serial: option: add Quectel EM05-G (GR) modem
USB: serial: option: add Quectel EM05-G (RS) modem
USB: serial: option: add Quectel EM05CN (SG) modem
USB: serial: option: add Quectel EM05CN modem

Michael Adler (1):
USB: serial: cp210x: add SCALANCE LPE-9000 device id

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


2023-01-20 05:26:06

by Greg KH

[permalink] [raw]
Subject: Re: [GIT PULL] USB-serial fixes for 6.2-rc5

On Thu, Jan 19, 2023 at 06:07:39PM +0100, Johan Hovold wrote:
> The following changes since commit b7bfaa761d760e72a969d116517eaa12e404c262:
>
> Linux 6.2-rc3 (2023-01-08 11:49:43 -0600)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.2-rc5
>
> for you to fetch changes up to 71dfd381a7c051f16a61f82fbd38a4cca563bdca:
>
> USB: serial: option: add Quectel EM05CN modem (2023-01-16 08:47:47 +0100)

Pulled and pushed out, thanks!

greg k-h