mbox series

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

Message ID Yhd/L2uKGvBbuQUS@hovoldconsulting.com (mailing list archive)
State Accepted
Commit 19eae24b76c27dedfb166dc06a8c48e052cbc814
Headers show
Series [GIT,PULL] USB-serial fixes for 5.17-rc6 | expand

Pull-request

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

Message

Johan Hovold Feb. 24, 2022, 12:50 p.m. UTC
The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07:

  Linux 5.17-rc4 (2022-02-13 12:13:30 -0800)

are available in the Git repository at:

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

for you to fetch changes up to cfc4442c642d568014474b6718ccf65dc7ca6099:

  USB: serial: option: add Telit LE910R1 compositions (2022-02-21 10:20:26 +0100)

----------------------------------------------------------------
USB-serial fixes for 5.17-rc6

Here's a revert of a commit which erroneously added a device id used for
the EPP/MEM mode of ch341 devices.

Included are also some new modem device ids.

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

----------------------------------------------------------------
Daniele Palmas (1):
      USB: serial: option: add Telit LE910R1 compositions

Dmytro Bagrii (1):
      Revert "USB: serial: ch341: add new Product ID for CH341A"

Slark Xiao (1):
      USB: serial: option: add support for DW5829e

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

Comments

Greg KH Feb. 24, 2022, 1:52 p.m. UTC | #1
On Thu, Feb 24, 2022 at 01:50:55PM +0100, Johan Hovold wrote:
> The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07:
> 
>   Linux 5.17-rc4 (2022-02-13 12:13:30 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.17-rc6

Pulled and pushed out, thanks.

greg k-h