mbox series

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

Message ID 20190703063451.GA1508@localhost (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] USB-serial updates for 5.3-rc1 | expand

Pull-request

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

Message

Johan Hovold July 3, 2019, 6:34 a.m. UTC
The following changes since commit 9e0babf2c06c73cda2c0cd37a1653d823adb40ec:

  Linux 5.2-rc5 (2019-06-16 08:49:45 -1000)

are available in the Git repository at:

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

for you to fetch changes up to f8377eff548170e8ea8022c067a1fbdf9e1c46a8:

  USB: serial: ftdi_sio: add ID for isodebug v1 (2019-06-28 17:12:35 +0200)

----------------------------------------------------------------
USB-serial updates for 5.3-rc1

Here are the USB-serial updates for 5.3-rc1; just some new device ids
this time.

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

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

----------------------------------------------------------------
Andreas Fritiofson (1):
      USB: serial: ftdi_sio: add ID for isodebug v1

Jörgen Storvist (1):
      USB: serial: option: add support for GosunCn ME3630 RNDIS mode

 drivers/usb/serial/ftdi_sio.c     | 1 +
 drivers/usb/serial/ftdi_sio_ids.h | 6 ++++++
 drivers/usb/serial/option.c       | 1 +
 3 files changed, 8 insertions(+)

Comments

Greg Kroah-Hartman July 3, 2019, 7:20 a.m. UTC | #1
On Wed, Jul 03, 2019 at 08:34:51AM +0200, Johan Hovold wrote:
> The following changes since commit 9e0babf2c06c73cda2c0cd37a1653d823adb40ec:
> 
>   Linux 5.2-rc5 (2019-06-16 08:49:45 -1000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.3-rc1

Pulled and pushed out, thanks!

greg k-h