]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Mar 2015 13:11:01 +0000 (14:11 +0100)
commitd3ecce096759db41ab4130e674e2a9debc5c135d
tree251e7cf04636fa8ba9dfc06e3694505e3f3a07d0
parentd8a475bd78c31403dbc7d1e342d5afdd5d1f79e2
usb: ftdi_sio: Add jtag quirk support for Cyber Cortex AV boards

commit c7d373c3f0da2b2b78c4b1ce5ae41485b3ef848c upstream.

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>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/ftdi_sio.c
drivers/usb/serial/ftdi_sio_ids.h