mbox series

[GIT,PULL] USB-serial fixes for 5.15-rc6

Message ID YWl4TnaWxDLv/V5z@hovoldconsulting.com (mailing list archive)
State Accepted
Commit cd932c2a1ecc8f261ecb8d140fa431c16379931f
Headers show
Series [GIT,PULL] USB-serial fixes for 5.15-rc6 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.15-rc6

Message

Johan Hovold Oct. 15, 2021, 12:47 p.m. UTC
The following changes since commit 9e1ff307c779ce1f0f810c7ecce3d95bbae40896:

  Linux 5.15-rc4 (2021-10-03 14:08:47 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.15-rc6

for you to fetch changes up to 11c52d250b34a0862edc29db03fbec23b30db6da:

  USB: serial: qcserial: add EM9191 QDL support (2021-10-07 15:39:06 +0200)

----------------------------------------------------------------
USB-serial fixes for 5.15-rc6

Here are some new modem device ids.

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

----------------------------------------------------------------
Aleksander Morgado (1):
      USB: serial: qcserial: add EM9191 QDL support

Daniele Palmas (1):
      USB: serial: option: add Telit LE910Cx composition 0x1204

Tomaz Solc (1):
      USB: serial: option: add prod. id for Quectel EG91

Yu-Tung Chang (1):
      USB: serial: option: add Quectel EC200S-CN module support

 drivers/usb/serial/option.c   | 8 ++++++++
 drivers/usb/serial/qcserial.c | 1 +
 2 files changed, 9 insertions(+)

Comments

Greg KH Oct. 15, 2021, 1:04 p.m. UTC | #1
On Fri, Oct 15, 2021 at 02:47:10PM +0200, Johan Hovold wrote:
> The following changes since commit 9e1ff307c779ce1f0f810c7ecce3d95bbae40896:
> 
>   Linux 5.15-rc4 (2021-10-03 14:08:47 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.15-rc6

Pulled and pushed out, thanks,

greg k-h