]> 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)
committerSasha Levin <sasha.levin@oracle.com>
Sat, 14 Mar 2015 19:37:24 +0000 (15:37 -0400)
commite377af70258aceab65f7db8033e8fde81e99958f
treec3320db0621b19e42f017ea95d472102d35fa8f8
parent7ab630607a087798ec180b7055ae466c0d480347
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: Sasha Levin <sasha.levin@oracle.com>
drivers/usb/serial/ftdi_sio.c
drivers/usb/serial/ftdi_sio_ids.h