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>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD
2011-01-29 15:32:52 +01:00
committed by Greg Kroah-Hartman
parent c25f6b1591
commit 6ec2f46c4b
2 changed files with 32 additions and 0 deletions

View File

@@ -1033,6 +1033,12 @@
#define STB_PID 0x0001 /* Sensor Terminal Board */
#define WHT_PID 0x0004 /* Wireless Handheld Terminal */
/*
* STMicroelectonics
*/
#define ST_VID 0x0483
#define ST_STMCLT1030_PID 0x3747 /* ST Micro Connect Lite STMCLT1030 */
/*
* Papouch products (http://www.papouch.com/)
* Submitted by Folkert van Heusden