USB: serial: ftdi_sio: use jtag quirk for Arrow USB Blaster
authorVasyl Vavrychuk <vvavrychuk@gmail.com>
Wed, 11 Apr 2018 14:05:13 +0000 (17:05 +0300)
committerJohan Hovold <johan@kernel.org>
Mon, 16 Apr 2018 09:19:21 +0000 (11:19 +0200)
commit470b5d6f0cf4674be2d1ec94e54283a1770b6a1a
tree901780c0b71a12e8354f7379ecb0dca6a1a42690
parent1e23aace21515a8f7615a1de016c0ea8d4e0cc6e
USB: serial: ftdi_sio: use jtag quirk for Arrow USB Blaster

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.

Signed-off-by: Vasyl Vavrychuk <vvavrychuk@gmail.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/ftdi_sio.c