diff options
Diffstat (limited to 'drivers/usb/serial/ftdi_sio_ids.h')
-rw-r--r-- | drivers/usb/serial/ftdi_sio_ids.h | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/drivers/usb/serial/ftdi_sio_ids.h b/drivers/usb/serial/ftdi_sio_ids.h index c4777bc6aee0..70b0b1d88ae9 100644 --- a/drivers/usb/serial/ftdi_sio_ids.h +++ b/drivers/usb/serial/ftdi_sio_ids.h | |||
@@ -42,6 +42,8 @@ | |||
42 | /* www.candapter.com Ewert Energy Systems CANdapter device */ | 42 | /* www.candapter.com Ewert Energy Systems CANdapter device */ |
43 | #define FTDI_CANDAPTER_PID 0x9F80 /* Product Id */ | 43 | #define FTDI_CANDAPTER_PID 0x9F80 /* Product Id */ |
44 | 44 | ||
45 | #define FTDI_BM_ATOM_NANO_PID 0xa559 /* Basic Micro ATOM Nano USB2Serial */ | ||
46 | |||
45 | /* | 47 | /* |
46 | * Texas Instruments XDS100v2 JTAG / BeagleBone A3 | 48 | * Texas Instruments XDS100v2 JTAG / BeagleBone A3 |
47 | * http://processors.wiki.ti.com/index.php/XDS100 | 49 | * http://processors.wiki.ti.com/index.php/XDS100 |
@@ -140,12 +142,15 @@ | |||
140 | /* | 142 | /* |
141 | * Xsens Technologies BV products (http://www.xsens.com). | 143 | * Xsens Technologies BV products (http://www.xsens.com). |
142 | */ | 144 | */ |
143 | #define XSENS_CONVERTER_0_PID 0xD388 | 145 | #define XSENS_VID 0x2639 |
144 | #define XSENS_CONVERTER_1_PID 0xD389 | 146 | #define XSENS_CONVERTER_PID 0xD00D /* Xsens USB-serial converter */ |
147 | #define XSENS_MTW_PID 0x0200 /* Xsens MTw */ | ||
148 | #define XSENS_CONVERTER_0_PID 0xD388 /* Xsens USB converter */ | ||
149 | #define XSENS_CONVERTER_1_PID 0xD389 /* Xsens Wireless Receiver */ | ||
145 | #define XSENS_CONVERTER_2_PID 0xD38A | 150 | #define XSENS_CONVERTER_2_PID 0xD38A |
146 | #define XSENS_CONVERTER_3_PID 0xD38B | 151 | #define XSENS_CONVERTER_3_PID 0xD38B /* Xsens USB-serial converter */ |
147 | #define XSENS_CONVERTER_4_PID 0xD38C | 152 | #define XSENS_CONVERTER_4_PID 0xD38C /* Xsens Wireless Receiver */ |
148 | #define XSENS_CONVERTER_5_PID 0xD38D | 153 | #define XSENS_CONVERTER_5_PID 0xD38D /* Xsens Awinda Station */ |
149 | #define XSENS_CONVERTER_6_PID 0xD38E | 154 | #define XSENS_CONVERTER_6_PID 0xD38E |
150 | #define XSENS_CONVERTER_7_PID 0xD38F | 155 | #define XSENS_CONVERTER_7_PID 0xD38F |
151 | 156 | ||
@@ -1375,3 +1380,8 @@ | |||
1375 | #define BRAINBOXES_US_160_6_PID 0x9006 /* US-160 16xRS232 1Mbaud Port 11 and 12 */ | 1380 | #define BRAINBOXES_US_160_6_PID 0x9006 /* US-160 16xRS232 1Mbaud Port 11 and 12 */ |
1376 | #define BRAINBOXES_US_160_7_PID 0x9007 /* US-160 16xRS232 1Mbaud Port 13 and 14 */ | 1381 | #define BRAINBOXES_US_160_7_PID 0x9007 /* US-160 16xRS232 1Mbaud Port 13 and 14 */ |
1377 | #define BRAINBOXES_US_160_8_PID 0x9008 /* US-160 16xRS232 1Mbaud Port 15 and 16 */ | 1382 | #define BRAINBOXES_US_160_8_PID 0x9008 /* US-160 16xRS232 1Mbaud Port 15 and 16 */ |
1383 | |||
1384 | /* | ||
1385 | * ekey biometric systems GmbH (http://ekey.net/) | ||
1386 | */ | ||
1387 | #define FTDI_EKEY_CONV_USB_PID 0xCB08 /* Converter USB */ | ||