mbox series

[GIT,PULL] USB-serial fixes for 5.7-rc5

Message ID 20200506144540.GA7432@localhost (mailing list archive)
State Mainlined
Commit 084d7e78467534eedaf0d6c72086a6817023d839
Headers show
Series [GIT,PULL] USB-serial fixes for 5.7-rc5 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.7-rc5

Message

Johan Hovold May 6, 2020, 2:45 p.m. UTC
The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:

  Linux 5.7-rc2 (2020-04-19 14:35:30 -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.7-rc5

for you to fetch changes up to 78d6de3cfbd342918d31cf68d0d2eda401338aef:

  USB: serial: qcserial: Add DW5816e support (2020-05-04 18:23:54 +0200)

----------------------------------------------------------------
USB-serial fixes for 5.7-rc5

Here's a fix adding a missing input sanity check and a new modem device
id.

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

----------------------------------------------------------------
Matt Jolly (1):
      USB: serial: qcserial: Add DW5816e support

Oliver Neukum (1):
      USB: serial: garmin_gps: add sanity checking for data length

 drivers/usb/serial/garmin_gps.c | 4 ++--
 drivers/usb/serial/qcserial.c   | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Comments

Greg KH May 6, 2020, 3:27 p.m. UTC | #1
On Wed, May 06, 2020 at 04:45:40PM +0200, Johan Hovold wrote:
> The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:
> 
>   Linux 5.7-rc2 (2020-04-19 14:35:30 -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.7-rc5

Pulled and pushed out, thanks.

greg k-h