]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
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)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 14 Aug 2018 10:23:36 +0000 (12:23 +0200)
commit89e4bc2ae0a2fca66bd350944e9e738b91413733
tree2b1df3ccce45e3bb7953b45bebc0dafc2addd511
parent9620ccb8376192cd6a6593fc85ddbe9110552375
USB: serial: ftdi_sio: use jtag quirk for Arrow USB Blaster

BugLink: http://bugs.launchpad.net/bugs/1778265
commit 470b5d6f0cf4674be2d1ec94e54283a1770b6a1a upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/usb/serial/ftdi_sio.c