]> git.baikalelectronics.ru Git - 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)
committerJohan Hovold <johan@kernel.org>
Mon, 16 Apr 2018 09:19:21 +0000 (11:19 +0200)
commit30ab4c0564049070d8fb3c0346c10863e525703e
tree901780c0b71a12e8354f7379ecb0dca6a1a42690
parent074e27bfd8f65122626def02780cfa9eb86683c1
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