aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ftdi_sio_ids.h
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-01-29 09:32:52 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-03 19:45:04 -0500
commit6ec2f46c4b4abf48c88c0ae7c476f347b97e1105 (patch)
tree48b62528fb8bdb3b3f57c094096e771917cc1ecc /drivers/usb/serial/ftdi_sio_ids.h
parentc25f6b1591b158f7ae3b9132367d0fa6d632e70e (diff)
USB: ftdi_sio: add ST Micro Connect Lite uart support
on ST Micro Connect Lite we have 4 port Part A and B for the JTAG Port C Uart Port D for PIO Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/ftdi_sio_ids.h')
-rw-r--r--drivers/usb/serial/ftdi_sio_ids.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/usb/serial/ftdi_sio_ids.h b/drivers/usb/serial/ftdi_sio_ids.h
index ed160def8584..0637e21bd4f3 100644
--- a/drivers/usb/serial/ftdi_sio_ids.h
+++ b/drivers/usb/serial/ftdi_sio_ids.h
@@ -1034,6 +1034,12 @@
1034#define WHT_PID 0x0004 /* Wireless Handheld Terminal */ 1034#define WHT_PID 0x0004 /* Wireless Handheld Terminal */
1035 1035
1036/* 1036/*
1037 * STMicroelectonics
1038 */
1039#define ST_VID 0x0483
1040#define ST_STMCLT1030_PID 0x3747 /* ST Micro Connect Lite STMCLT1030 */
1041
1042/*
1037 * Papouch products (http://www.papouch.com/) 1043 * Papouch products (http://www.papouch.com/)
1038 * Submitted by Folkert van Heusden 1044 * Submitted by Folkert van Heusden
1039 */ 1045 */