mbox series

[GIT,PULL] USB-serial updates for 6.2-rc1

Message ID Y5HzA49I6EB1IlNr@hovoldconsulting.com (mailing list archive)
State Accepted
Commit 82710ecd0e5d401c36ad21f00d644672005233b9
Headers show
Series [GIT,PULL] USB-serial updates for 6.2-rc1 | expand

Pull-request

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

Message

Johan Hovold Dec. 8, 2022, 2:21 p.m. UTC
The following changes since commit eb7081409f94a9a8608593d0fb63a1aa3d6f95d8:

  Linux 6.1-rc6 (2022-11-20 16:02:16 -0800)

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-rc1

for you to fetch changes up to 63b8ed26cd093ecc1bcdd1fd841f238a52c11031:

  USB: serial: xr: avoid requesting zero DTE rate (2022-11-30 12:28:51 +0100)

----------------------------------------------------------------
USB-serial updates for 6.2-rc1

Here are the USB-serial updates for 6.2-rc1, including:

 - B0 hangup support for cp210x
 - avoid requesting a zero DTE rate which could potentially confuse
   buggy firmware in XR devices

Included are also some new device ids.

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

----------------------------------------------------------------
Bruno Thomsen (1):
      USB: serial: cp210x: add Kamstrup RF sniffer PIDs

Duke Xin (1):
      USB: serial: option: add Quectel EM05-G modem

Johan Hovold (2):
      USB: serial: cp210x: add support for B0 hangup
      USB: serial: xr: avoid requesting zero DTE rate

 drivers/usb/serial/cp210x.c    | 21 +++++++++++++++++----
 drivers/usb/serial/option.c    |  3 +++
 drivers/usb/serial/xr_serial.c |  2 --
 3 files changed, 20 insertions(+), 6 deletions(-)

Comments

Greg Kroah-Hartman Dec. 8, 2022, 3:26 p.m. UTC | #1
On Thu, Dec 08, 2022 at 03:21:55PM +0100, Johan Hovold wrote:
> The following changes since commit eb7081409f94a9a8608593d0fb63a1aa3d6f95d8:
> 
>   Linux 6.1-rc6 (2022-11-20 16:02:16 -0800)
> 
> 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-rc1
> 

Pulled and pushed out, thanks.

greg k-h