mbox series

[GIT,PULL] USB-serial fixes for 5.14-rc8

Message ID YSdNhWruPcclFUu9@hovoldconsulting.com (mailing list archive)
State Accepted
Commit 662b932915f7f407784abec971a21273a82191b2
Headers show
Series [GIT,PULL] USB-serial fixes for 5.14-rc8 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.14-rc8

Message

Johan Hovold Aug. 26, 2021, 8:15 a.m. UTC
The following changes since commit e22ce8eb631bdc47a4a4ea7ecf4e4ba499db4f93:

  Linux 5.14-rc7 (2021-08-22 14:24:56 -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.14-rc8

for you to fetch changes up to df7b16d1c00ecb3da3a30c999cdb39f273c99a2f:

  Revert "USB: serial: ch341: fix character loss at high transfer rates" (2021-08-25 09:13:33 +0200)

----------------------------------------------------------------
USB-serial fixes for 5.14-rc8

Here's a fix for a regression in 5.14 (also backported to stable) which
caused reads to stall for ch341 devices.

Included is also a new modem device id.

All but the revert have been in linux-next, and with no reported issues.

----------------------------------------------------------------
Johan Hovold (1):
      Revert "USB: serial: ch341: fix character loss at high transfer rates"

Zhengjun Zhang (1):
      USB: serial: option: add new VID/PID to support Fibocom FG150

 drivers/usb/serial/ch341.c  | 1 -
 drivers/usb/serial/option.c | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

Comments

Greg Kroah-Hartman Aug. 26, 2021, 8:27 a.m. UTC | #1
On Thu, Aug 26, 2021 at 10:15:01AM +0200, Johan Hovold wrote:
> The following changes since commit e22ce8eb631bdc47a4a4ea7ecf4e4ba499db4f93:
> 
>   Linux 5.14-rc7 (2021-08-22 14:24:56 -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.14-rc8

Pulled and pushed out, thanks.

greg k-h