Re: [GIT PULL] USB-serial fixes for v4.17-rc3

2018-04-26 Thread Greg Kroah-Hartman
On Thu, Apr 26, 2018 at 06:23:16PM +0200, Johan Hovold wrote:
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
> 
>   Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git 
> tags/usb-serial-4.17-rc3

Pulled and pushed out, thanks.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[GIT PULL] USB-serial fixes for v4.17-rc3

2018-04-26 Thread Johan Hovold
The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 470b5d6f0cf4674be2d1ec94e54283a1770b6a1a:

  USB: serial: ftdi_sio: use jtag quirk for Arrow USB Blaster (2018-04-16 
11:19:21 +0200)


USB-serial fixes for v4.17-rc3

Here are a few device ids for -rc3, including a new "simple driver".

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

Signed-off-by: Johan Hovold 


Collin May (1):
  USB: serial: simple: add libtransistor console

Kyle Roeschley (1):
  USB: serial: cp210x: add ID for NI USB serial console

Vasyl Vavrychuk (1):
  USB: serial: ftdi_sio: use jtag quirk for Arrow USB Blaster

 drivers/usb/serial/Kconfig | 1 +
 drivers/usb/serial/cp210x.c| 1 +
 drivers/usb/serial/ftdi_sio.c  | 3 ++-
 drivers/usb/serial/usb-serial-simple.c | 7 +++
 4 files changed, 11 insertions(+), 1 deletion(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html