]> git.ipfire.org Git - people/ms/linux.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)
committerJiri Slaby <jslaby@suse.cz>
Thu, 12 Mar 2015 16:31:14 +0000 (17:31 +0100)
commit349fbd792cfa0849b61d87344f2c5fe5935b03be
treed5b86f0fa0e79185f2d8fb33a81aa53928d18208
parent2576c7db7e0e77419cfe2a6bcf6eac75bd456e67
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: Jiri Slaby <jslaby@suse.cz>
drivers/usb/serial/ftdi_sio.c
drivers/usb/serial/ftdi_sio_ids.h