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

Message ID Y8l42/yYoPZNiJa4@hovoldconsulting.com
State New
Headers
Series [GIT,PULL] USB-serial fixes for 6.2-rc5 |

Pull-request

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

Message

Johan Hovold Jan. 19, 2023, 5:07 p.m. UTC
  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(+)
  

Comments

Greg KH Jan. 19, 2023, 7:03 p.m. UTC | #1
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