diff options
Diffstat (limited to 'drivers/usb/serial/ftdi_sio_ids.h')
| -rw-r--r-- | drivers/usb/serial/ftdi_sio_ids.h | 11 | 
1 files changed, 10 insertions, 1 deletions
diff --git a/drivers/usb/serial/ftdi_sio_ids.h b/drivers/usb/serial/ftdi_sio_ids.h index 9d359e189a6..98528270c43 100644 --- a/drivers/usb/serial/ftdi_sio_ids.h +++ b/drivers/usb/serial/ftdi_sio_ids.h @@ -74,6 +74,7 @@  #define FTDI_OPENDCC_THROTTLE_PID	0xBFDA  #define FTDI_OPENDCC_GATEWAY_PID	0xBFDB  #define FTDI_OPENDCC_GBM_PID	0xBFDC +#define FTDI_OPENDCC_GBM_BOOST_PID	0xBFDD  /* NZR SEM 16+ USB (http://www.nzr.de) */  #define FTDI_NZR_SEM_USB_PID	0xC1E0	/* NZR SEM-LOG16+ */ @@ -584,6 +585,13 @@  #define CONTEC_COM1USBH_PID	0x8311	/* COM-1(USB)H */  /* + * Mitsubishi Electric Corp. (http://www.meau.com) + * Submitted by Konstantin Holoborodko + */ +#define MITSUBISHI_VID		0x06D3 +#define MITSUBISHI_FXUSB_PID	0x0284 /* USB/RS422 converters: FX-USB-AW/-BD */ + +/*   * Definitions for B&B Electronics products.   */  #define BANDB_VID		0x0856	/* B&B Electronics Vendor ID */ @@ -1143,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/)  |