usb: ftdi_sio: Add jtag quirk support for Cyber Cortex AV boards
authorMax Mansfield <max.m.mansfield@gmail.com>
Tue, 3 Mar 2015 01:38:02 +0000 (18:38 -0700)
committerJohan Hovold <johan@kernel.org>
Tue, 3 Mar 2015 06:47:06 +0000 (07:47 +0100)
This patch integrates Cyber Cortex AV boards with the existing
ftdi_jtag_quirk in order to use serial port 0 with JTAG which is
required by the manufacturers' software.

Steps: 2

[ftdi_sio_ids.h]
1. Defined the device PID

[ftdi_sio.c]
2. Added a macro declaration to the ids array, in order to enable the
jtag quirk for the device.

Signed-off-by: Max Mansfield <max.m.mansfield@gmail.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/ftdi_sio.c
drivers/usb/serial/ftdi_sio_ids.h

Simple merge
Simple merge