mbox series

[GIT,PULL] USB-serial fixes for 5.10-rc3

Message ID 20201106154347.GA32032@localhost (mailing list archive)
State Accepted
Commit db388a6cb7ed986077d3a275712bfc2e28082760
Headers show
Series [GIT,PULL] USB-serial fixes for 5.10-rc3 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.10-rc3

Message

Johan Hovold Nov. 6, 2020, 3:43 p.m. UTC
The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -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.10-rc3

for you to fetch changes up to db0362eeb22992502764e825c79b922d7467e0eb:

  USB: serial: option: add Telit FN980 composition 0x1055 (2020-11-04 21:11:18 +0100)

----------------------------------------------------------------
USB-serial fixes for 5.10-rc3

Here's a fix for a long-standing issue with the cyberjack driver and
some new device ids.

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

----------------------------------------------------------------
Daniele Palmas (2):
      USB: serial: option: add LE910Cx compositions 0x1203, 0x1230, 0x1231
      USB: serial: option: add Telit FN980 composition 0x1055

Johan Hovold (1):
      USB: serial: cyberjack: fix write-URB completion race

Ziyi Cao (1):
      USB: serial: option: add Quectel EC200T module support

 drivers/usb/serial/cyberjack.c |  7 ++++++-
 drivers/usb/serial/option.c    | 10 ++++++++++
 2 files changed, 16 insertions(+), 1 deletion(-)

Comments

Greg KH Nov. 7, 2020, 2:57 p.m. UTC | #1
On Fri, Nov 06, 2020 at 04:43:47PM +0100, Johan Hovold wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -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.10-rc3

Pulled and pushed out, thanks!

greg k-h