mbox series

[GIT,PULL] USB-serial fixes for 5.8-rc1-2

Message ID 20200529073825.GA13677@localhost (mailing list archive)
State Mainlined
Commit de21ab70ee32a7da288d1e89a0c107e810cc9aef
Headers show
Series [GIT,PULL] USB-serial fixes for 5.8-rc1-2 | expand

Pull-request

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

Message

Johan Hovold May 29, 2020, 7:38 a.m. UTC
Hi Greg,

Here's a second pull request for 5.8-rc1 as I wanted to avoid a back merge.

Johan



The following changes since commit b9bbe6ed63b2b9f2c9ee5cbd0f2c946a2723f4ce:

  Linux 5.7-rc6 (2020-05-17 16:48:37 -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.8-rc1-2

for you to fetch changes up to 399ad9477c523f721f8e51d4f824bdf7267f120c:

  USB: serial: option: add Telit LE910C1-EUX compositions (2020-05-27 09:28:02 +0200)

----------------------------------------------------------------
USB-serial fixes for 5.8-rc1

Here are some new modem device ids.

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

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

Matt Jolly (1):
      USB: serial: qcserial: add DW5816e QDL support

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

Comments

Greg KH May 29, 2020, 8:32 a.m. UTC | #1
On Fri, May 29, 2020 at 09:38:25AM +0200, Johan Hovold wrote:
> Hi Greg,
> 
> Here's a second pull request for 5.8-rc1 as I wanted to avoid a back merge.
> 
> Johan
> 
> 
> 
> The following changes since commit b9bbe6ed63b2b9f2c9ee5cbd0f2c946a2723f4ce:
> 
>   Linux 5.7-rc6 (2020-05-17 16:48:37 -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.8-rc1-2

Pulled and pushed out, thanks.

greg k-h