diff options
author | Stefan Tauner <stefan.tauner@technikum-wien.at> | 2016-10-06 18:40:11 +0200 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2016-10-17 16:43:54 +0200 |
commit | ca006f785fbfd7a5c901900bd3fe2b26e946a1ee (patch) | |
tree | 83cecfd6e396cefab0ccf0994b169d0dc4b6d850 /drivers/usb/serial/ftdi_sio_ids.h | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) | |
download | blackbird-op-linux-ca006f785fbfd7a5c901900bd3fe2b26e946a1ee.tar.gz blackbird-op-linux-ca006f785fbfd7a5c901900bd3fe2b26e946a1ee.zip |
USB: serial: ftdi_sio: add support for Infineon TriBoard TC2X7
This adds support to ftdi_sio for the Infineon TriBoard TC2X7
engineering board for first-generation Aurix SoCs with Tricore CPUs.
Mere addition of the device IDs does the job.
Signed-off-by: Stefan Tauner <stefan.tauner@technikum-wien.at>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'drivers/usb/serial/ftdi_sio_ids.h')
-rw-r--r-- | drivers/usb/serial/ftdi_sio_ids.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/usb/serial/ftdi_sio_ids.h b/drivers/usb/serial/ftdi_sio_ids.h index f87a938cf005..21011c0a4c64 100644 --- a/drivers/usb/serial/ftdi_sio_ids.h +++ b/drivers/usb/serial/ftdi_sio_ids.h @@ -626,8 +626,9 @@ /* * Infineon Technologies */ -#define INFINEON_VID 0x058b -#define INFINEON_TRIBOARD_PID 0x0028 /* DAS JTAG TriBoard TC1798 V1.0 */ +#define INFINEON_VID 0x058b +#define INFINEON_TRIBOARD_TC1798_PID 0x0028 /* DAS JTAG TriBoard TC1798 V1.0 */ +#define INFINEON_TRIBOARD_TC2X7_PID 0x0043 /* DAS JTAG TriBoard TC2X7 V1.0 */ /* * Acton Research Corp. |