mbox series

[GIT,PULL] USB-serial fixes for 5.1-rc3

Message ID 20190329141913.GA12272@localhost (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] USB-serial fixes for 5.1-rc3 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.1-rc3

Message

Johan Hovold March 29, 2019, 2:19 p.m. UTC
The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -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.1-rc3

for you to fetch changes up to 84f3b43f7378b98b7e3096d5499de75183d4347c:

  USB: serial: option: add Olicard 600 (2019-03-28 09:27:22 +0100)

----------------------------------------------------------------
USB-serial fixes for 5.1-rc3

Here's a fix for a long-standing refcount issue in the mos7720 parport
implementation, and a set of device id updates.

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

Signed-off-by: Johan Hovold <johan@kernel.org>

----------------------------------------------------------------
Bjørn Mork (1):
      USB: serial: option: add Olicard 600

George McCollister (1):
      USB: serial: ftdi_sio: add additional NovaTech products

Greg Kroah-Hartman (1):
      USB: serial: cp210x: add new device id

Kristian Evensen (1):
      USB: serial: option: add support for Quectel EM12

Lin Yi (1):
      USB: serial: mos7720: fix mos_parport refcount imbalance on error path

Mans Rullgard (1):
      USB: serial: option: set driver_info for SIM5218 and compatibles

 drivers/usb/serial/cp210x.c       |  1 +
 drivers/usb/serial/ftdi_sio.c     |  2 ++
 drivers/usb/serial/ftdi_sio_ids.h |  4 +++-
 drivers/usb/serial/mos7720.c      |  4 ++--
 drivers/usb/serial/option.c       | 17 ++++++++++++-----
 5 files changed, 20 insertions(+), 8 deletions(-)

Comments

Greg Kroah-Hartman March 29, 2019, 2:46 p.m. UTC | #1
On Fri, Mar 29, 2019 at 03:19:13PM +0100, Johan Hovold wrote:
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -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.1-rc3

Pulled and pushed out, thanks,

greg k-h