Re: [PATCH] USB: ftdi_sio: Use jtag quirk for Arrow USB Blaster

2018-04-16 Thread Johan Hovold
On Wed, Apr 11, 2018 at 05:05:13PM +0300, Vasyl Vavrychuk wrote: > Arrow USB Blaster integrated on MAX1000 board uses the same vendor ID > (0x0403) and product ID (0x6010) as the "original" FTDI device. > > This patch avoids picking up by ftdi_sio of the first interface of this > USB device.

[PATCH] USB: ftdi_sio: Use jtag quirk for Arrow USB Blaster

2018-04-11 Thread Vasyl Vavrychuk
Arrow USB Blaster integrated on MAX1000 board uses the same vendor ID (0x0403) and product ID (0x6010) as the "original" FTDI device. This patch avoids picking up by ftdi_sio of the first interface of this USB device. After that this device can be used by Arrow user-space JTAG driver.