aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ftdi_sio_ids.h
diff options
context:
space:
mode:
authorAdrian Thomasset <adrian.thomasset@st.com>2013-04-23 12:46:29 +0100
committerBen Hutchings <ben@decadent.org.uk>2013-05-13 15:02:23 +0100
commit4034f28929624789a5eb5b3b5e0ce71e34ed62dd (patch)
treec4bc0fec2173f152d8a38788d42b69dc2ca28aec /drivers/usb/serial/ftdi_sio_ids.h
parent6b68bff8941033765899d76c981ff50f804a6257 (diff)
downloadkernel_samsung_smdk4412-4034f28929624789a5eb5b3b5e0ce71e34ed62dd.zip
kernel_samsung_smdk4412-4034f28929624789a5eb5b3b5e0ce71e34ed62dd.tar.gz
kernel_samsung_smdk4412-4034f28929624789a5eb5b3b5e0ce71e34ed62dd.tar.bz2
USB: ftdi_sio: correct ST Micro Connect Lite PIDs
commit 9f06d15f8db6946e41f73196a122b84a37938878 upstream. The current ST Micro Connect Lite uses the FT4232H hi-speed quad USB UART FTDI chip. It is also possible to drive STM reference targets populated with an on-board JTAG debugger based on the FT2232H chip with the same STMicroelectronics tools. For this reason, the ST Micro Connect Lite PIDs should be ST_STMCLT_2232_PID: 0x3746 ST_STMCLT_4232_PID: 0x3747 Signed-off-by: Adrian Thomasset <adrian.thomasset@st.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'drivers/usb/serial/ftdi_sio_ids.h')
-rw-r--r--drivers/usb/serial/ftdi_sio_ids.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/serial/ftdi_sio_ids.h b/drivers/usb/serial/ftdi_sio_ids.h
index 3012b17..2f86008 100644
--- a/drivers/usb/serial/ftdi_sio_ids.h
+++ b/drivers/usb/serial/ftdi_sio_ids.h
@@ -1151,7 +1151,8 @@
* STMicroelectonics
*/
#define ST_VID 0x0483
-#define ST_STMCLT1030_PID 0x3747 /* ST Micro Connect Lite STMCLT1030 */
+#define ST_STMCLT_2232_PID 0x3746
+#define ST_STMCLT_4232_PID 0x3747
/*
* Papouch products (http://www.papouch.com/)