1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25#define FTDI_VID 0x0403
26#define FTDI_SIO_PID 0x8372
27#define FTDI_8U232AM_PID 0x6001
28#define FTDI_8U232AM_ALT_PID 0x6006
29#define FTDI_8U2232C_PID 0x6010
30#define FTDI_232RL_PID 0xFBFA
31#define FTDI_RELAIS_PID 0xFA10
32#define FTDI_NF_RIC_VID 0x0DCD
33#define FTDI_NF_RIC_PID 0x0001
34#define FTDI_USBX_707_PID 0xF857
35
36
37
38#define FTDI_CANUSB_PID 0xFFA8
39
40
41#define FTDI_AMC232_PID 0xFF00
42
43
44#define FTDI_CANDAPTER_PID 0x9F80
45
46
47
48#define FTDI_SCS_DEVICE_0_PID 0xD010
49#define FTDI_SCS_DEVICE_1_PID 0xD011
50#define FTDI_SCS_DEVICE_2_PID 0xD012
51#define FTDI_SCS_DEVICE_3_PID 0xD013
52#define FTDI_SCS_DEVICE_4_PID 0xD014
53#define FTDI_SCS_DEVICE_5_PID 0xD015
54#define FTDI_SCS_DEVICE_6_PID 0xD016
55#define FTDI_SCS_DEVICE_7_PID 0xD017
56
57
58#define FTDI_ACTZWAVE_PID 0xF2D0
59
60
61
62#define FTDI_MICRO_CHAMELEON_PID 0xCAA0
63
64
65#define FTDI_IRTRANS_PID 0xFC60
66
67
68
69#define FTDI_TTUSB_PID 0xFF20
70
71
72#define FTDI_IPLUS_PID 0xD070
73#define FTDI_IPLUS2_PID 0xD071
74
75
76#define FTDI_DMX4ALL 0xC850
77
78
79#define FTDI_OPENDCC_PID 0xBFD8
80
81
82#define FTDI_SPROG_II 0xF0C8
83
84
85
86#define FTDI_XF_632_PID 0xFC08
87#define FTDI_XF_634_PID 0xFC09
88#define FTDI_XF_547_PID 0xFC0A
89#define FTDI_XF_633_PID 0xFC0B
90#define FTDI_XF_631_PID 0xFC0C
91#define FTDI_XF_635_PID 0xFC0D
92#define FTDI_XF_640_PID 0xFC0E
93#define FTDI_XF_642_PID 0xFC0F
94
95
96
97
98#define FTDI_VNHCPCUSB_D_PID 0xfe38
99
100
101
102
103
104#define FTDI_PCDJ_DAC2_PID 0xFA88
105
106
107
108
109
110#define FTDI_MTXORB_0_PID 0xFA00
111#define FTDI_MTXORB_1_PID 0xFA01
112#define FTDI_MTXORB_2_PID 0xFA02
113#define FTDI_MTXORB_3_PID 0xFA03
114#define FTDI_MTXORB_4_PID 0xFA04
115#define FTDI_MTXORB_5_PID 0xFA05
116#define FTDI_MTXORB_6_PID 0xFA06
117
118
119
120#define FTDI_OOCDLINK_PID 0xbaf8
121
122
123
124
125
126#define MTXORB_VID 0x1B3D
127#define MTXORB_FTDI_RANGE_0100_PID 0x0100
128#define MTXORB_FTDI_RANGE_0101_PID 0x0101
129#define MTXORB_FTDI_RANGE_0102_PID 0x0102
130#define MTXORB_FTDI_RANGE_0103_PID 0x0103
131#define MTXORB_FTDI_RANGE_0104_PID 0x0104
132#define MTXORB_FTDI_RANGE_0105_PID 0x0105
133#define MTXORB_FTDI_RANGE_0106_PID 0x0106
134#define MTXORB_FTDI_RANGE_0107_PID 0x0107
135#define MTXORB_FTDI_RANGE_0108_PID 0x0108
136#define MTXORB_FTDI_RANGE_0109_PID 0x0109
137#define MTXORB_FTDI_RANGE_010A_PID 0x010A
138#define MTXORB_FTDI_RANGE_010B_PID 0x010B
139#define MTXORB_FTDI_RANGE_010C_PID 0x010C
140#define MTXORB_FTDI_RANGE_010D_PID 0x010D
141#define MTXORB_FTDI_RANGE_010E_PID 0x010E
142#define MTXORB_FTDI_RANGE_010F_PID 0x010F
143#define MTXORB_FTDI_RANGE_0110_PID 0x0110
144#define MTXORB_FTDI_RANGE_0111_PID 0x0111
145#define MTXORB_FTDI_RANGE_0112_PID 0x0112
146#define MTXORB_FTDI_RANGE_0113_PID 0x0113
147#define MTXORB_FTDI_RANGE_0114_PID 0x0114
148#define MTXORB_FTDI_RANGE_0115_PID 0x0115
149#define MTXORB_FTDI_RANGE_0116_PID 0x0116
150#define MTXORB_FTDI_RANGE_0117_PID 0x0117
151#define MTXORB_FTDI_RANGE_0118_PID 0x0118
152#define MTXORB_FTDI_RANGE_0119_PID 0x0119
153#define MTXORB_FTDI_RANGE_011A_PID 0x011A
154#define MTXORB_FTDI_RANGE_011B_PID 0x011B
155#define MTXORB_FTDI_RANGE_011C_PID 0x011C
156#define MTXORB_FTDI_RANGE_011D_PID 0x011D
157#define MTXORB_FTDI_RANGE_011E_PID 0x011E
158#define MTXORB_FTDI_RANGE_011F_PID 0x011F
159#define MTXORB_FTDI_RANGE_0120_PID 0x0120
160#define MTXORB_FTDI_RANGE_0121_PID 0x0121
161#define MTXORB_FTDI_RANGE_0122_PID 0x0122
162#define MTXORB_FTDI_RANGE_0123_PID 0x0123
163#define MTXORB_FTDI_RANGE_0124_PID 0x0124
164#define MTXORB_FTDI_RANGE_0125_PID 0x0125
165#define MTXORB_FTDI_RANGE_0126_PID 0x0126
166#define MTXORB_FTDI_RANGE_0127_PID 0x0127
167#define MTXORB_FTDI_RANGE_0128_PID 0x0128
168#define MTXORB_FTDI_RANGE_0129_PID 0x0129
169#define MTXORB_FTDI_RANGE_012A_PID 0x012A
170#define MTXORB_FTDI_RANGE_012B_PID 0x012B
171#define MTXORB_FTDI_RANGE_012C_PID 0x012C
172#define MTXORB_FTDI_RANGE_012D_PID 0x012D
173#define MTXORB_FTDI_RANGE_012E_PID 0x012E
174#define MTXORB_FTDI_RANGE_012F_PID 0x012F
175#define MTXORB_FTDI_RANGE_0130_PID 0x0130
176#define MTXORB_FTDI_RANGE_0131_PID 0x0131
177#define MTXORB_FTDI_RANGE_0132_PID 0x0132
178#define MTXORB_FTDI_RANGE_0133_PID 0x0133
179#define MTXORB_FTDI_RANGE_0134_PID 0x0134
180#define MTXORB_FTDI_RANGE_0135_PID 0x0135
181#define MTXORB_FTDI_RANGE_0136_PID 0x0136
182#define MTXORB_FTDI_RANGE_0137_PID 0x0137
183#define MTXORB_FTDI_RANGE_0138_PID 0x0138
184#define MTXORB_FTDI_RANGE_0139_PID 0x0139
185#define MTXORB_FTDI_RANGE_013A_PID 0x013A
186#define MTXORB_FTDI_RANGE_013B_PID 0x013B
187#define MTXORB_FTDI_RANGE_013C_PID 0x013C
188#define MTXORB_FTDI_RANGE_013D_PID 0x013D
189#define MTXORB_FTDI_RANGE_013E_PID 0x013E
190#define MTXORB_FTDI_RANGE_013F_PID 0x013F
191#define MTXORB_FTDI_RANGE_0140_PID 0x0140
192#define MTXORB_FTDI_RANGE_0141_PID 0x0141
193#define MTXORB_FTDI_RANGE_0142_PID 0x0142
194#define MTXORB_FTDI_RANGE_0143_PID 0x0143
195#define MTXORB_FTDI_RANGE_0144_PID 0x0144
196#define MTXORB_FTDI_RANGE_0145_PID 0x0145
197#define MTXORB_FTDI_RANGE_0146_PID 0x0146
198#define MTXORB_FTDI_RANGE_0147_PID 0x0147
199#define MTXORB_FTDI_RANGE_0148_PID 0x0148
200#define MTXORB_FTDI_RANGE_0149_PID 0x0149
201#define MTXORB_FTDI_RANGE_014A_PID 0x014A
202#define MTXORB_FTDI_RANGE_014B_PID 0x014B
203#define MTXORB_FTDI_RANGE_014C_PID 0x014C
204#define MTXORB_FTDI_RANGE_014D_PID 0x014D
205#define MTXORB_FTDI_RANGE_014E_PID 0x014E
206#define MTXORB_FTDI_RANGE_014F_PID 0x014F
207#define MTXORB_FTDI_RANGE_0150_PID 0x0150
208#define MTXORB_FTDI_RANGE_0151_PID 0x0151
209#define MTXORB_FTDI_RANGE_0152_PID 0x0152
210#define MTXORB_FTDI_RANGE_0153_PID 0x0153
211#define MTXORB_FTDI_RANGE_0154_PID 0x0154
212#define MTXORB_FTDI_RANGE_0155_PID 0x0155
213#define MTXORB_FTDI_RANGE_0156_PID 0x0156
214#define MTXORB_FTDI_RANGE_0157_PID 0x0157
215#define MTXORB_FTDI_RANGE_0158_PID 0x0158
216#define MTXORB_FTDI_RANGE_0159_PID 0x0159
217#define MTXORB_FTDI_RANGE_015A_PID 0x015A
218#define MTXORB_FTDI_RANGE_015B_PID 0x015B
219#define MTXORB_FTDI_RANGE_015C_PID 0x015C
220#define MTXORB_FTDI_RANGE_015D_PID 0x015D
221#define MTXORB_FTDI_RANGE_015E_PID 0x015E
222#define MTXORB_FTDI_RANGE_015F_PID 0x015F
223#define MTXORB_FTDI_RANGE_0160_PID 0x0160
224#define MTXORB_FTDI_RANGE_0161_PID 0x0161
225#define MTXORB_FTDI_RANGE_0162_PID 0x0162
226#define MTXORB_FTDI_RANGE_0163_PID 0x0163
227#define MTXORB_FTDI_RANGE_0164_PID 0x0164
228#define MTXORB_FTDI_RANGE_0165_PID 0x0165
229#define MTXORB_FTDI_RANGE_0166_PID 0x0166
230#define MTXORB_FTDI_RANGE_0167_PID 0x0167
231#define MTXORB_FTDI_RANGE_0168_PID 0x0168
232#define MTXORB_FTDI_RANGE_0169_PID 0x0169
233#define MTXORB_FTDI_RANGE_016A_PID 0x016A
234#define MTXORB_FTDI_RANGE_016B_PID 0x016B
235#define MTXORB_FTDI_RANGE_016C_PID 0x016C
236#define MTXORB_FTDI_RANGE_016D_PID 0x016D
237#define MTXORB_FTDI_RANGE_016E_PID 0x016E
238#define MTXORB_FTDI_RANGE_016F_PID 0x016F
239#define MTXORB_FTDI_RANGE_0170_PID 0x0170
240#define MTXORB_FTDI_RANGE_0171_PID 0x0171
241#define MTXORB_FTDI_RANGE_0172_PID 0x0172
242#define MTXORB_FTDI_RANGE_0173_PID 0x0173
243#define MTXORB_FTDI_RANGE_0174_PID 0x0174
244#define MTXORB_FTDI_RANGE_0175_PID 0x0175
245#define MTXORB_FTDI_RANGE_0176_PID 0x0176
246#define MTXORB_FTDI_RANGE_0177_PID 0x0177
247#define MTXORB_FTDI_RANGE_0178_PID 0x0178
248#define MTXORB_FTDI_RANGE_0179_PID 0x0179
249#define MTXORB_FTDI_RANGE_017A_PID 0x017A
250#define MTXORB_FTDI_RANGE_017B_PID 0x017B
251#define MTXORB_FTDI_RANGE_017C_PID 0x017C
252#define MTXORB_FTDI_RANGE_017D_PID 0x017D
253#define MTXORB_FTDI_RANGE_017E_PID 0x017E
254#define MTXORB_FTDI_RANGE_017F_PID 0x017F
255#define MTXORB_FTDI_RANGE_0180_PID 0x0180
256#define MTXORB_FTDI_RANGE_0181_PID 0x0181
257#define MTXORB_FTDI_RANGE_0182_PID 0x0182
258#define MTXORB_FTDI_RANGE_0183_PID 0x0183
259#define MTXORB_FTDI_RANGE_0184_PID 0x0184
260#define MTXORB_FTDI_RANGE_0185_PID 0x0185
261#define MTXORB_FTDI_RANGE_0186_PID 0x0186
262#define MTXORB_FTDI_RANGE_0187_PID 0x0187
263#define MTXORB_FTDI_RANGE_0188_PID 0x0188
264#define MTXORB_FTDI_RANGE_0189_PID 0x0189
265#define MTXORB_FTDI_RANGE_018A_PID 0x018A
266#define MTXORB_FTDI_RANGE_018B_PID 0x018B
267#define MTXORB_FTDI_RANGE_018C_PID 0x018C
268#define MTXORB_FTDI_RANGE_018D_PID 0x018D
269#define MTXORB_FTDI_RANGE_018E_PID 0x018E
270#define MTXORB_FTDI_RANGE_018F_PID 0x018F
271#define MTXORB_FTDI_RANGE_0190_PID 0x0190
272#define MTXORB_FTDI_RANGE_0191_PID 0x0191
273#define MTXORB_FTDI_RANGE_0192_PID 0x0192
274#define MTXORB_FTDI_RANGE_0193_PID 0x0193
275#define MTXORB_FTDI_RANGE_0194_PID 0x0194
276#define MTXORB_FTDI_RANGE_0195_PID 0x0195
277#define MTXORB_FTDI_RANGE_0196_PID 0x0196
278#define MTXORB_FTDI_RANGE_0197_PID 0x0197
279#define MTXORB_FTDI_RANGE_0198_PID 0x0198
280#define MTXORB_FTDI_RANGE_0199_PID 0x0199
281#define MTXORB_FTDI_RANGE_019A_PID 0x019A
282#define MTXORB_FTDI_RANGE_019B_PID 0x019B
283#define MTXORB_FTDI_RANGE_019C_PID 0x019C
284#define MTXORB_FTDI_RANGE_019D_PID 0x019D
285#define MTXORB_FTDI_RANGE_019E_PID 0x019E
286#define MTXORB_FTDI_RANGE_019F_PID 0x019F
287#define MTXORB_FTDI_RANGE_01A0_PID 0x01A0
288#define MTXORB_FTDI_RANGE_01A1_PID 0x01A1
289#define MTXORB_FTDI_RANGE_01A2_PID 0x01A2
290#define MTXORB_FTDI_RANGE_01A3_PID 0x01A3
291#define MTXORB_FTDI_RANGE_01A4_PID 0x01A4
292#define MTXORB_FTDI_RANGE_01A5_PID 0x01A5
293#define MTXORB_FTDI_RANGE_01A6_PID 0x01A6
294#define MTXORB_FTDI_RANGE_01A7_PID 0x01A7
295#define MTXORB_FTDI_RANGE_01A8_PID 0x01A8
296#define MTXORB_FTDI_RANGE_01A9_PID 0x01A9
297#define MTXORB_FTDI_RANGE_01AA_PID 0x01AA
298#define MTXORB_FTDI_RANGE_01AB_PID 0x01AB
299#define MTXORB_FTDI_RANGE_01AC_PID 0x01AC
300#define MTXORB_FTDI_RANGE_01AD_PID 0x01AD
301#define MTXORB_FTDI_RANGE_01AE_PID 0x01AE
302#define MTXORB_FTDI_RANGE_01AF_PID 0x01AF
303#define MTXORB_FTDI_RANGE_01B0_PID 0x01B0
304#define MTXORB_FTDI_RANGE_01B1_PID 0x01B1
305#define MTXORB_FTDI_RANGE_01B2_PID 0x01B2
306#define MTXORB_FTDI_RANGE_01B3_PID 0x01B3
307#define MTXORB_FTDI_RANGE_01B4_PID 0x01B4
308#define MTXORB_FTDI_RANGE_01B5_PID 0x01B5
309#define MTXORB_FTDI_RANGE_01B6_PID 0x01B6
310#define MTXORB_FTDI_RANGE_01B7_PID 0x01B7
311#define MTXORB_FTDI_RANGE_01B8_PID 0x01B8
312#define MTXORB_FTDI_RANGE_01B9_PID 0x01B9
313#define MTXORB_FTDI_RANGE_01BA_PID 0x01BA
314#define MTXORB_FTDI_RANGE_01BB_PID 0x01BB
315#define MTXORB_FTDI_RANGE_01BC_PID 0x01BC
316#define MTXORB_FTDI_RANGE_01BD_PID 0x01BD
317#define MTXORB_FTDI_RANGE_01BE_PID 0x01BE
318#define MTXORB_FTDI_RANGE_01BF_PID 0x01BF
319#define MTXORB_FTDI_RANGE_01C0_PID 0x01C0
320#define MTXORB_FTDI_RANGE_01C1_PID 0x01C1
321#define MTXORB_FTDI_RANGE_01C2_PID 0x01C2
322#define MTXORB_FTDI_RANGE_01C3_PID 0x01C3
323#define MTXORB_FTDI_RANGE_01C4_PID 0x01C4
324#define MTXORB_FTDI_RANGE_01C5_PID 0x01C5
325#define MTXORB_FTDI_RANGE_01C6_PID 0x01C6
326#define MTXORB_FTDI_RANGE_01C7_PID 0x01C7
327#define MTXORB_FTDI_RANGE_01C8_PID 0x01C8
328#define MTXORB_FTDI_RANGE_01C9_PID 0x01C9
329#define MTXORB_FTDI_RANGE_01CA_PID 0x01CA
330#define MTXORB_FTDI_RANGE_01CB_PID 0x01CB
331#define MTXORB_FTDI_RANGE_01CC_PID 0x01CC
332#define MTXORB_FTDI_RANGE_01CD_PID 0x01CD
333#define MTXORB_FTDI_RANGE_01CE_PID 0x01CE
334#define MTXORB_FTDI_RANGE_01CF_PID 0x01CF
335#define MTXORB_FTDI_RANGE_01D0_PID 0x01D0
336#define MTXORB_FTDI_RANGE_01D1_PID 0x01D1
337#define MTXORB_FTDI_RANGE_01D2_PID 0x01D2
338#define MTXORB_FTDI_RANGE_01D3_PID 0x01D3
339#define MTXORB_FTDI_RANGE_01D4_PID 0x01D4
340#define MTXORB_FTDI_RANGE_01D5_PID 0x01D5
341#define MTXORB_FTDI_RANGE_01D6_PID 0x01D6
342#define MTXORB_FTDI_RANGE_01D7_PID 0x01D7
343#define MTXORB_FTDI_RANGE_01D8_PID 0x01D8
344#define MTXORB_FTDI_RANGE_01D9_PID 0x01D9
345#define MTXORB_FTDI_RANGE_01DA_PID 0x01DA
346#define MTXORB_FTDI_RANGE_01DB_PID 0x01DB
347#define MTXORB_FTDI_RANGE_01DC_PID 0x01DC
348#define MTXORB_FTDI_RANGE_01DD_PID 0x01DD
349#define MTXORB_FTDI_RANGE_01DE_PID 0x01DE
350#define MTXORB_FTDI_RANGE_01DF_PID 0x01DF
351#define MTXORB_FTDI_RANGE_01E0_PID 0x01E0
352#define MTXORB_FTDI_RANGE_01E1_PID 0x01E1
353#define MTXORB_FTDI_RANGE_01E2_PID 0x01E2
354#define MTXORB_FTDI_RANGE_01E3_PID 0x01E3
355#define MTXORB_FTDI_RANGE_01E4_PID 0x01E4
356#define MTXORB_FTDI_RANGE_01E5_PID 0x01E5
357#define MTXORB_FTDI_RANGE_01E6_PID 0x01E6
358#define MTXORB_FTDI_RANGE_01E7_PID 0x01E7
359#define MTXORB_FTDI_RANGE_01E8_PID 0x01E8
360#define MTXORB_FTDI_RANGE_01E9_PID 0x01E9
361#define MTXORB_FTDI_RANGE_01EA_PID 0x01EA
362#define MTXORB_FTDI_RANGE_01EB_PID 0x01EB
363#define MTXORB_FTDI_RANGE_01EC_PID 0x01EC
364#define MTXORB_FTDI_RANGE_01ED_PID 0x01ED
365#define MTXORB_FTDI_RANGE_01EE_PID 0x01EE
366#define MTXORB_FTDI_RANGE_01EF_PID 0x01EF
367#define MTXORB_FTDI_RANGE_01F0_PID 0x01F0
368#define MTXORB_FTDI_RANGE_01F1_PID 0x01F1
369#define MTXORB_FTDI_RANGE_01F2_PID 0x01F2
370#define MTXORB_FTDI_RANGE_01F3_PID 0x01F3
371#define MTXORB_FTDI_RANGE_01F4_PID 0x01F4
372#define MTXORB_FTDI_RANGE_01F5_PID 0x01F5
373#define MTXORB_FTDI_RANGE_01F6_PID 0x01F6
374#define MTXORB_FTDI_RANGE_01F7_PID 0x01F7
375#define MTXORB_FTDI_RANGE_01F8_PID 0x01F8
376#define MTXORB_FTDI_RANGE_01F9_PID 0x01F9
377#define MTXORB_FTDI_RANGE_01FA_PID 0x01FA
378#define MTXORB_FTDI_RANGE_01FB_PID 0x01FB
379#define MTXORB_FTDI_RANGE_01FC_PID 0x01FC
380#define MTXORB_FTDI_RANGE_01FD_PID 0x01FD
381#define MTXORB_FTDI_RANGE_01FE_PID 0x01FE
382#define MTXORB_FTDI_RANGE_01FF_PID 0x01FF
383
384
385
386
387
388#define INTERBIOMETRICS_VID 0x1209
389#define INTERBIOMETRICS_IOBOARD_PID 0x1002
390#define INTERBIOMETRICS_MINI_IOBOARD_PID 0x1006
391
392
393
394
395
396#define FTDI_PERLE_ULTRAPORT_PID 0xF0C0
397
398
399
400
401
402
403#define SEALEVEL_VID 0x0c52
404#define SEALEVEL_2101_PID 0x2101
405#define SEALEVEL_2102_PID 0x2102
406#define SEALEVEL_2103_PID 0x2103
407#define SEALEVEL_2104_PID 0x2104
408#define SEALEVEL_2106_PID 0x9020
409#define SEALEVEL_2201_1_PID 0x2211
410#define SEALEVEL_2201_2_PID 0x2221
411#define SEALEVEL_2202_1_PID 0x2212
412#define SEALEVEL_2202_2_PID 0x2222
413#define SEALEVEL_2203_1_PID 0x2213
414#define SEALEVEL_2203_2_PID 0x2223
415#define SEALEVEL_2401_1_PID 0x2411
416#define SEALEVEL_2401_2_PID 0x2421
417#define SEALEVEL_2401_3_PID 0x2431
418#define SEALEVEL_2401_4_PID 0x2441
419#define SEALEVEL_2402_1_PID 0x2412
420#define SEALEVEL_2402_2_PID 0x2422
421#define SEALEVEL_2402_3_PID 0x2432
422#define SEALEVEL_2402_4_PID 0x2442
423#define SEALEVEL_2403_1_PID 0x2413
424#define SEALEVEL_2403_2_PID 0x2423
425#define SEALEVEL_2403_3_PID 0x2433
426#define SEALEVEL_2403_4_PID 0x2443
427#define SEALEVEL_2801_1_PID 0X2811
428#define SEALEVEL_2801_2_PID 0X2821
429#define SEALEVEL_2801_3_PID 0X2831
430#define SEALEVEL_2801_4_PID 0X2841
431#define SEALEVEL_2801_5_PID 0X2851
432#define SEALEVEL_2801_6_PID 0X2861
433#define SEALEVEL_2801_7_PID 0X2871
434#define SEALEVEL_2801_8_PID 0X2881
435#define SEALEVEL_2802_1_PID 0X2812
436#define SEALEVEL_2802_2_PID 0X2822
437#define SEALEVEL_2802_3_PID 0X2832
438#define SEALEVEL_2802_4_PID 0X2842
439#define SEALEVEL_2802_5_PID 0X2852
440#define SEALEVEL_2802_6_PID 0X2862
441#define SEALEVEL_2802_7_PID 0X2872
442#define SEALEVEL_2802_8_PID 0X2882
443#define SEALEVEL_2803_1_PID 0X2813
444#define SEALEVEL_2803_2_PID 0X2823
445#define SEALEVEL_2803_3_PID 0X2833
446#define SEALEVEL_2803_4_PID 0X2843
447#define SEALEVEL_2803_5_PID 0X2853
448#define SEALEVEL_2803_6_PID 0X2863
449#define SEALEVEL_2803_7_PID 0X2873
450#define SEALEVEL_2803_8_PID 0X2883
451
452
453
454
455#define KOBIL_VID 0x0d46
456#define KOBIL_CONV_B1_PID 0x2020
457#define KOBIL_CONV_KAAN_PID 0x2021
458
459
460
461
462
463#define ICOM_ID1_VID 0x0C26
464#define ICOM_ID1_PID 0x0004
465
466
467
468
469#define FTDI_ASK_RDR400_PID 0xC991
470
471
472
473
474
475#define ELEKTOR_VID 0x0C7D
476#define ELEKTOR_FT323R_PID 0x0005
477
478
479
480
481#define FTDI_DSS20_PID 0xFC82
482
483
484
485
486#define FTDI_HE_TIRA1_PID 0xFA78
487
488
489
490#define FTDI_USB_UIRT_PID 0xF850
491
492
493
494#define FTDI_TNC_X_PID 0xEBE0
495
496
497
498
499
500
501
502
503
504
505#define FTDI_ELV_UR100_PID 0xFB58
506#define FTDI_ELV_UM100_PID 0xFB5A
507#define FTDI_ELV_UO100_PID 0xFB5B
508#define FTDI_ELV_ALC8500_PID 0xF06E
509
510
511
512
513#define FTDI_ELV_CLI7000_PID 0xFB59
514#define FTDI_ELV_PPS7330_PID 0xFB5C
515#define FTDI_ELV_TFM100_PID 0xFB5D
516#define FTDI_ELV_UDF77_PID 0xFB5E
517#define FTDI_ELV_UIO88_PID 0xFB5F
518#define FTDI_ELV_UAD8_PID 0xF068
519#define FTDI_ELV_UDA7_PID 0xF069
520#define FTDI_ELV_USI2_PID 0xF06A
521#define FTDI_ELV_T1100_PID 0xF06B
522#define FTDI_ELV_PCD200_PID 0xF06C
523#define FTDI_ELV_ULA200_PID 0xF06D
524#define FTDI_ELV_FHZ1000PC_PID 0xF06F
525#define FTDI_ELV_CSI8_PID 0xE0F0
526#define FTDI_ELV_EM1000DL_PID 0xE0F1
527#define FTDI_ELV_PCK100_PID 0xE0F2
528#define FTDI_ELV_RFP500_PID 0xE0F3
529#define FTDI_ELV_FS20SIG_PID 0xE0F4
530#define FTDI_ELV_WS300PC_PID 0xE0F6
531#define FTDI_ELV_FHZ1300PC_PID 0xE0E8
532#define FTDI_ELV_WS500_PID 0xE0E9
533#define FTDI_ELV_HS485_PID 0xE0EA
534#define FTDI_ELV_EM1010PC_PID 0xE0EF
535#define FTDI_PHI_FISCO_PID 0xE40B
536
537
538
539
540#define IDTECH_VID 0x0ACD
541#define IDTECH_IDT1221U_PID 0x0300
542
543
544
545
546#define OCT_VID 0x0B39
547
548
549
550#define OCT_US101_PID 0x0421
551
552
553#define FTDI_PIEGROUP_PID 0xF208
554
555
556
557
558
559#define FTDI_ARTEMIS_PID 0xDF28
560
561
562
563
564
565#define FTDI_ATIK_ATK16_PID 0xDF30
566#define FTDI_ATIK_ATK16C_PID 0xDF32
567#define FTDI_ATIK_ATK16HR_PID 0xDF31
568#define FTDI_ATIK_ATK16HRC_PID 0xDF33
569#define FTDI_ATIK_ATK16IC_PID 0xDF35
570
571
572
573
574#define PROTEGO_SPECIAL_1 0xFC70
575#define PROTEGO_R2X0 0xFC71
576#define PROTEGO_SPECIAL_3 0xFC72
577#define PROTEGO_SPECIAL_4 0xFC73
578
579
580
581
582#define FTDI_GUDEADS_E808_PID 0xE808
583#define FTDI_GUDEADS_E809_PID 0xE809
584#define FTDI_GUDEADS_E80A_PID 0xE80A
585#define FTDI_GUDEADS_E80B_PID 0xE80B
586#define FTDI_GUDEADS_E80C_PID 0xE80C
587#define FTDI_GUDEADS_E80D_PID 0xE80D
588#define FTDI_GUDEADS_E80E_PID 0xE80E
589#define FTDI_GUDEADS_E80F_PID 0xE80F
590#define FTDI_GUDEADS_E888_PID 0xE888
591#define FTDI_GUDEADS_E889_PID 0xE889
592#define FTDI_GUDEADS_E88A_PID 0xE88A
593#define FTDI_GUDEADS_E88B_PID 0xE88B
594#define FTDI_GUDEADS_E88C_PID 0xE88C
595#define FTDI_GUDEADS_E88D_PID 0xE88D
596#define FTDI_GUDEADS_E88E_PID 0xE88E
597#define FTDI_GUDEADS_E88F_PID 0xE88F
598
599
600
601
602#define LINX_SDMUSBQSS_PID 0xF448
603#define LINX_MASTERDEVEL2_PID 0xF449
604#define LINX_FUTURE_0_PID 0xF44A
605#define LINX_FUTURE_1_PID 0xF44B
606#define LINX_FUTURE_2_PID 0xF44C
607
608
609
610#define FTDI_CCSICDU20_0_PID 0xF9D0
611#define FTDI_CCSICDU40_1_PID 0xF9D1
612#define FTDI_CCSMACHX_2_PID 0xF9D2
613
614
615#define INSIDE_ACCESSO 0xFAD0
616
617
618
619
620#define INTREPID_VID 0x093C
621#define INTREPID_VALUECAN_PID 0x0601
622#define INTREPID_NEOVI_PID 0x0701
623
624
625
626
627#define FALCOM_VID 0x0F94
628#define FALCOM_TWIST_PID 0x0001
629#define FALCOM_SAMBA_PID 0x0005
630
631
632
633
634#define FTDI_SUUNTO_SPORTS_PID 0xF680
635
636
637
638
639#define FTDI_OCEANIC_PID 0xF460
640
641
642
643
644#define TTI_VID 0x103E
645#define TTI_QL355P_PID 0x03E8
646
647
648
649
650#define BANDB_VID 0x0856
651#define BANDB_USOTL4_PID 0xAC01
652#define BANDB_USTL4_PID 0xAC02
653#define BANDB_USO9ML2_PID 0xAC03
654
655
656
657
658
659
660#define FTDI_RM_CANVIEW_PID 0xfd60
661
662
663
664
665
666#define EVER_ECO_PRO_CDS 0xe520
667
668
669
670
671
672
673#define FTDI_4N_GALAXY_DE_1_PID 0xF3C0
674#define FTDI_4N_GALAXY_DE_2_PID 0xF3C1
675
676
677
678
679#define MOBILITY_VID 0x1342
680#define MOBILITY_USB_SERIAL_PID 0x0202
681
682
683
684
685
686
687
688#define FTDI_MHAM_KW_PID 0xEEE8
689#define FTDI_MHAM_YS_PID 0xEEE9
690#define FTDI_MHAM_Y6_PID 0xEEEA
691#define FTDI_MHAM_Y8_PID 0xEEEB
692#define FTDI_MHAM_IC_PID 0xEEEC
693#define FTDI_MHAM_DB9_PID 0xEEED
694#define FTDI_MHAM_RS232_PID 0xEEEE
695#define FTDI_MHAM_Y9_PID 0xEEEF
696
697
698
699
700#define FTDI_ACTIVE_ROBOTS_PID 0xE548
701
702
703
704
705#define XSENS_CONVERTER_0_PID 0xD388
706#define XSENS_CONVERTER_1_PID 0xD389
707#define XSENS_CONVERTER_2_PID 0xD38A
708#define XSENS_CONVERTER_3_PID 0xD38B
709#define XSENS_CONVERTER_4_PID 0xD38C
710#define XSENS_CONVERTER_5_PID 0xD38D
711#define XSENS_CONVERTER_6_PID 0xD38E
712#define XSENS_CONVERTER_7_PID 0xD38F
713
714
715
716
717
718#define FTDI_TERATRONIK_VCP_PID 0xEC88
719#define FTDI_TERATRONIK_D2XX_PID 0xEC89
720
721
722
723
724
725#define EVOLUTION_VID 0xDEEE
726#define EVOLUTION_ER1_PID 0x0300
727#define EVO_8U232AM_PID 0x02FF
728#define EVO_HYBRID_PID 0x0302
729#define EVO_RCM4_PID 0x0303
730
731
732#define FTDI_PYRAMID_PID 0xE6C8
733
734
735
736
737#define POSIFLEX_VID 0x0d3a
738#define POSIFLEX_PP7000_PID 0x0300
739
740
741
742
743#define FTDI_WESTREX_MODEL_777_PID 0xDC00
744#define FTDI_WESTREX_MODEL_8900F_PID 0xDC01
745
746
747
748
749#define FTDI_RRCIRKITS_LOCOBUFFER_PID 0xc7d0
750
751
752
753
754
755#define FTDI_ECLO_COM_1WIRE_PID 0xEA90
756
757
758
759
760
761
762#define PAPOUCH_VID 0x5050
763#define PAPOUCH_TMU_PID 0x0400
764#define PAPOUCH_QUIDO4x4_PID 0x0900
765
766
767
768
769
770#define FTDI_ACG_HFDUAL_PID 0xDD20
771
772
773
774
775
776#define FTDI_YEI_SERVOCENTER31_PID 0xE050
777
778
779
780
781#define FTDI_THORLABS_PID 0xfaf0
782
783
784
785
786
787#define TESTO_VID 0x128D
788#define TESTO_USB_INTERFACE_PID 0x0001
789
790
791
792
793#define FTDI_GAMMA_SCOUT_PID 0xD678
794
795
796
797
798
799
800#define FTDI_TACTRIX_OPENPORT_13M_PID 0xCC48
801#define FTDI_TACTRIX_OPENPORT_13S_PID 0xCC49
802#define FTDI_TACTRIX_OPENPORT_13U_PID 0xCC4A
803
804
805
806
807#define TELLDUS_VID 0x1781
808#define TELLDUS_TELLSTICK_PID 0x0C30
809
810
811
812
813
814#define FTDI_IBS_US485_PID 0xff38
815#define FTDI_IBS_PICPRO_PID 0xff39
816#define FTDI_IBS_PCMCIA_PID 0xff3a
817#define FTDI_IBS_PK1_PID 0xff3b
818#define FTDI_IBS_RS232MON_PID 0xff3c
819#define FTDI_IBS_APP70_PID 0xff3d
820#define FTDI_IBS_PEDO_PID 0xff3e
821#define FTDI_IBS_PROD_PID 0xff3f
822
823
824
825
826#define FTDI_MAXSTREAM_PID 0xEE18
827
828
829#define OLIMEX_VID 0x15BA
830#define OLIMEX_ARM_USB_OCD_PID 0x0003
831
832
833
834#define LMI_LM3S_DEVEL_BOARD_PID 0xbcd8
835#define LMI_LM3S_EVAL_BOARD_PID 0xbcd9
836
837
838#define FTDI_ELSTER_UNICOM_PID 0xE700
839
840
841
842
843
844#define TML_VID 0x1B91
845#define TML_USB_SERIAL_PID 0x0064
846
847
848#define FTDI_PROPOX_JTAGCABLEII_PID 0xD738
849
850
851#define FTDI_REU_TINY_PID 0xED22
852
853
854#define FTDI_DOMINTELL_DGQG_PID 0xEF50
855#define FTDI_DOMINTELL_DUSB_PID 0xEF51
856
857
858#define FTDI_SIO_RESET 0
859#define FTDI_SIO_MODEM_CTRL 1
860#define FTDI_SIO_SET_FLOW_CTRL 2
861#define FTDI_SIO_SET_BAUD_RATE 3
862#define FTDI_SIO_SET_DATA 4
863#define FTDI_SIO_GET_MODEM_STATUS 5
864#define FTDI_SIO_SET_EVENT_CHAR 6
865#define FTDI_SIO_SET_ERROR_CHAR 7
866#define FTDI_SIO_SET_LATENCY_TIMER 9
867#define FTDI_SIO_GET_LATENCY_TIMER 10
868
869
870
871
872
873
874#define FIC_VID 0x1457
875#define FIC_NEO1973_DEBUG_PID 0x5118
876
877
878
879
880#define RATOC_VENDOR_ID 0x0584
881#define RATOC_PRODUCT_ID_USB60F 0xb020
882
883
884
885
886
887
888
889
890
891
892
893
894#define PIT_DEFAULT 0
895#define PIT_SIOA 1
896
897#define PIT_SIOB 2
898#define PIT_PARALLEL 3
899
900
901#define FTDI_SIO_RESET_REQUEST FTDI_SIO_RESET
902#define FTDI_SIO_RESET_REQUEST_TYPE 0x40
903#define FTDI_SIO_RESET_SIO 0
904#define FTDI_SIO_RESET_PURGE_RX 1
905#define FTDI_SIO_RESET_PURGE_TX 2
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934#define FTDI_SIO_SET_BAUDRATE_REQUEST_TYPE 0x40
935#define FTDI_SIO_SET_BAUDRATE_REQUEST 3
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988typedef enum {
989 SIO = 1,
990 FT8U232AM = 2,
991 FT232BM = 3,
992 FT2232C = 4,
993 FT232RL = 5,
994} ftdi_chip_type_t;
995
996typedef enum {
997 ftdi_sio_b300 = 0,
998 ftdi_sio_b600 = 1,
999 ftdi_sio_b1200 = 2,
1000 ftdi_sio_b2400 = 3,
1001 ftdi_sio_b4800 = 4,
1002 ftdi_sio_b9600 = 5,
1003 ftdi_sio_b19200 = 6,
1004 ftdi_sio_b38400 = 7,
1005 ftdi_sio_b57600 = 8,
1006 ftdi_sio_b115200 = 9
1007} FTDI_SIO_baudrate_t;
1008
1009
1010
1011
1012
1013
1014#define FTDI_SIO_SET_DATA_REQUEST FTDI_SIO_SET_DATA
1015#define FTDI_SIO_SET_DATA_REQUEST_TYPE 0x40
1016#define FTDI_SIO_SET_DATA_PARITY_NONE (0x0 << 8)
1017#define FTDI_SIO_SET_DATA_PARITY_ODD (0x1 << 8)
1018#define FTDI_SIO_SET_DATA_PARITY_EVEN (0x2 << 8)
1019#define FTDI_SIO_SET_DATA_PARITY_MARK (0x3 << 8)
1020#define FTDI_SIO_SET_DATA_PARITY_SPACE (0x4 << 8)
1021#define FTDI_SIO_SET_DATA_STOP_BITS_1 (0x0 << 11)
1022#define FTDI_SIO_SET_DATA_STOP_BITS_15 (0x1 << 11)
1023#define FTDI_SIO_SET_DATA_STOP_BITS_2 (0x2 << 11)
1024#define FTDI_SIO_SET_BREAK (0x1 << 14)
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058#define FTDI_SIO_SET_MODEM_CTRL_REQUEST_TYPE 0x40
1059#define FTDI_SIO_SET_MODEM_CTRL_REQUEST FTDI_SIO_MODEM_CTRL
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074#define FTDI_SIO_SET_DTR_MASK 0x1
1075#define FTDI_SIO_SET_DTR_HIGH (1 | (FTDI_SIO_SET_DTR_MASK << 8))
1076#define FTDI_SIO_SET_DTR_LOW (0 | (FTDI_SIO_SET_DTR_MASK << 8))
1077#define FTDI_SIO_SET_RTS_MASK 0x2
1078#define FTDI_SIO_SET_RTS_HIGH (2 | (FTDI_SIO_SET_RTS_MASK << 8))
1079#define FTDI_SIO_SET_RTS_LOW (0 | (FTDI_SIO_SET_RTS_MASK << 8))
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100#define FTDI_SIO_SET_FLOW_CTRL_REQUEST_TYPE 0x40
1101#define FTDI_SIO_SET_FLOW_CTRL_REQUEST FTDI_SIO_SET_FLOW_CTRL
1102#define FTDI_SIO_DISABLE_FLOW_CTRL 0x0
1103#define FTDI_SIO_RTS_CTS_HS (0x1 << 8)
1104#define FTDI_SIO_DTR_DSR_HS (0x2 << 8)
1105#define FTDI_SIO_XON_XOFF_HS (0x4 << 8)
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141#define FTDI_SIO_GET_LATENCY_TIMER_REQUEST FTDI_SIO_GET_LATENCY_TIMER
1142#define FTDI_SIO_GET_LATENCY_TIMER_REQUEST_TYPE 0xC0
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163#define FTDI_SIO_SET_LATENCY_TIMER_REQUEST FTDI_SIO_SET_LATENCY_TIMER
1164#define FTDI_SIO_SET_LATENCY_TIMER_REQUEST_TYPE 0x40
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190#define FTDI_SIO_SET_EVENT_CHAR_REQUEST FTDI_SIO_SET_EVENT_CHAR
1191#define FTDI_SIO_SET_EVENT_CHAR_REQUEST_TYPE 0x40
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235#define FTDI_SIO_GET_MODEM_STATUS_REQUEST_TYPE 0xc0
1236#define FTDI_SIO_GET_MODEM_STATUS_REQUEST FTDI_SIO_GET_MODEM_STATUS
1237#define FTDI_SIO_CTS_MASK 0x10
1238#define FTDI_SIO_DSR_MASK 0x20
1239#define FTDI_SIO_RI_MASK 0x40
1240#define FTDI_SIO_RLSD_MASK 0x80
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365#define FTDI_RS0_CTS (1 << 4)
1366#define FTDI_RS0_DSR (1 << 5)
1367#define FTDI_RS0_RI (1 << 6)
1368#define FTDI_RS0_RLSD (1 << 7)
1369
1370#define FTDI_RS_DR 1
1371#define FTDI_RS_OE (1<<1)
1372#define FTDI_RS_PE (1<<2)
1373#define FTDI_RS_FE (1<<3)
1374#define FTDI_RS_BI (1<<4)
1375#define FTDI_RS_THRE (1<<5)
1376#define FTDI_RS_TEMT (1<<6)
1377#define FTDI_RS_FIFO (1<<7)
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395