Loading...
1/*
2 * USB HID quirks support for Linux
3 *
4 * Copyright (c) 1999 Andreas Gal
5 * Copyright (c) 2000-2005 Vojtech Pavlik <vojtech@suse.cz>
6 * Copyright (c) 2005 Michael Haboustak <mike-@cinci.rr.com> for Concept2, Inc
7 * Copyright (c) 2006-2007 Jiri Kosina
8 * Copyright (c) 2007 Paul Walmsley
9 */
10
11/*
12 * This program is free software; you can redistribute it and/or modify it
13 * under the terms of the GNU General Public License as published by the Free
14 * Software Foundation; either version 2 of the License, or (at your option)
15 * any later version.
16 */
17
18#ifndef HID_IDS_H_FILE
19#define HID_IDS_H_FILE
20
21#define USB_VENDOR_ID_3M 0x0596
22#define USB_DEVICE_ID_3M1968 0x0500
23#define USB_DEVICE_ID_3M2256 0x0502
24
25#define USB_VENDOR_ID_A4TECH 0x09da
26#define USB_DEVICE_ID_A4TECH_WCP32PU 0x0006
27#define USB_DEVICE_ID_A4TECH_X5_005D 0x000a
28#define USB_DEVICE_ID_A4TECH_RP_649 0x001a
29
30#define USB_VENDOR_ID_AASHIMA 0x06d6
31#define USB_DEVICE_ID_AASHIMA_GAMEPAD 0x0025
32#define USB_DEVICE_ID_AASHIMA_PREDATOR 0x0026
33
34#define USB_VENDOR_ID_ACECAD 0x0460
35#define USB_DEVICE_ID_ACECAD_FLAIR 0x0004
36#define USB_DEVICE_ID_ACECAD_302 0x0008
37
38#define USB_VENDOR_ID_ACRUX 0x1a34
39
40#define USB_VENDOR_ID_ACTIONSTAR 0x2101
41#define USB_DEVICE_ID_ACTIONSTAR_1011 0x1011
42
43#define USB_VENDOR_ID_ADS_TECH 0x06e1
44#define USB_DEVICE_ID_ADS_TECH_RADIO_SI470X 0xa155
45
46#define USB_VENDOR_ID_AFATECH 0x15a4
47#define USB_DEVICE_ID_AFATECH_AF9016 0x9016
48
49#define USB_VENDOR_ID_AIPTEK 0x08ca
50#define USB_DEVICE_ID_AIPTEK_01 0x0001
51#define USB_DEVICE_ID_AIPTEK_10 0x0010
52#define USB_DEVICE_ID_AIPTEK_20 0x0020
53#define USB_DEVICE_ID_AIPTEK_21 0x0021
54#define USB_DEVICE_ID_AIPTEK_22 0x0022
55#define USB_DEVICE_ID_AIPTEK_23 0x0023
56#define USB_DEVICE_ID_AIPTEK_24 0x0024
57
58#define USB_VENDOR_ID_AIRCABLE 0x16CA
59#define USB_DEVICE_ID_AIRCABLE1 0x1502
60
61#define USB_VENDOR_ID_ALCOR 0x058f
62#define USB_DEVICE_ID_ALCOR_USBRS232 0x9720
63
64#define USB_VENDOR_ID_ALPS 0x0433
65#define USB_DEVICE_ID_IBM_GAMEPAD 0x1101
66
67#define USB_VENDOR_ID_APPLE 0x05ac
68#define USB_DEVICE_ID_APPLE_MIGHTYMOUSE 0x0304
69#define USB_DEVICE_ID_APPLE_MAGICMOUSE 0x030d
70#define USB_DEVICE_ID_APPLE_MAGICTRACKPAD 0x030e
71#define USB_DEVICE_ID_APPLE_FOUNTAIN_ANSI 0x020e
72#define USB_DEVICE_ID_APPLE_FOUNTAIN_ISO 0x020f
73#define USB_DEVICE_ID_APPLE_GEYSER_ANSI 0x0214
74#define USB_DEVICE_ID_APPLE_GEYSER_ISO 0x0215
75#define USB_DEVICE_ID_APPLE_GEYSER_JIS 0x0216
76#define USB_DEVICE_ID_APPLE_GEYSER3_ANSI 0x0217
77#define USB_DEVICE_ID_APPLE_GEYSER3_ISO 0x0218
78#define USB_DEVICE_ID_APPLE_GEYSER3_JIS 0x0219
79#define USB_DEVICE_ID_APPLE_GEYSER4_ANSI 0x021a
80#define USB_DEVICE_ID_APPLE_GEYSER4_ISO 0x021b
81#define USB_DEVICE_ID_APPLE_GEYSER4_JIS 0x021c
82#define USB_DEVICE_ID_APPLE_ALU_MINI_ANSI 0x021d
83#define USB_DEVICE_ID_APPLE_ALU_MINI_ISO 0x021e
84#define USB_DEVICE_ID_APPLE_ALU_MINI_JIS 0x021f
85#define USB_DEVICE_ID_APPLE_ALU_ANSI 0x0220
86#define USB_DEVICE_ID_APPLE_ALU_ISO 0x0221
87#define USB_DEVICE_ID_APPLE_ALU_JIS 0x0222
88#define USB_DEVICE_ID_APPLE_WELLSPRING_ANSI 0x0223
89#define USB_DEVICE_ID_APPLE_WELLSPRING_ISO 0x0224
90#define USB_DEVICE_ID_APPLE_WELLSPRING_JIS 0x0225
91#define USB_DEVICE_ID_APPLE_GEYSER4_HF_ANSI 0x0229
92#define USB_DEVICE_ID_APPLE_GEYSER4_HF_ISO 0x022a
93#define USB_DEVICE_ID_APPLE_GEYSER4_HF_JIS 0x022b
94#define USB_DEVICE_ID_APPLE_ALU_WIRELESS_ANSI 0x022c
95#define USB_DEVICE_ID_APPLE_ALU_WIRELESS_ISO 0x022d
96#define USB_DEVICE_ID_APPLE_ALU_WIRELESS_JIS 0x022e
97#define USB_DEVICE_ID_APPLE_WELLSPRING2_ANSI 0x0230
98#define USB_DEVICE_ID_APPLE_WELLSPRING2_ISO 0x0231
99#define USB_DEVICE_ID_APPLE_WELLSPRING2_JIS 0x0232
100#define USB_DEVICE_ID_APPLE_WELLSPRING3_ANSI 0x0236
101#define USB_DEVICE_ID_APPLE_WELLSPRING3_ISO 0x0237
102#define USB_DEVICE_ID_APPLE_WELLSPRING3_JIS 0x0238
103#define USB_DEVICE_ID_APPLE_WELLSPRING4_ANSI 0x023f
104#define USB_DEVICE_ID_APPLE_WELLSPRING4_ISO 0x0240
105#define USB_DEVICE_ID_APPLE_WELLSPRING4_JIS 0x0241
106#define USB_DEVICE_ID_APPLE_WELLSPRING4A_ANSI 0x0242
107#define USB_DEVICE_ID_APPLE_WELLSPRING4A_ISO 0x0243
108#define USB_DEVICE_ID_APPLE_WELLSPRING4A_JIS 0x0244
109#define USB_DEVICE_ID_APPLE_WELLSPRING5_ANSI 0x0245
110#define USB_DEVICE_ID_APPLE_WELLSPRING5_ISO 0x0246
111#define USB_DEVICE_ID_APPLE_WELLSPRING5_JIS 0x0247
112#define USB_DEVICE_ID_APPLE_ALU_REVB_ANSI 0x024f
113#define USB_DEVICE_ID_APPLE_ALU_REVB_ISO 0x0250
114#define USB_DEVICE_ID_APPLE_ALU_REVB_JIS 0x0251
115#define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ANSI 0x0239
116#define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ISO 0x023a
117#define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_JIS 0x023b
118#define USB_DEVICE_ID_APPLE_FOUNTAIN_TP_ONLY 0x030a
119#define USB_DEVICE_ID_APPLE_GEYSER1_TP_ONLY 0x030b
120#define USB_DEVICE_ID_APPLE_ATV_IRCONTROL 0x8241
121#define USB_DEVICE_ID_APPLE_IRCONTROL4 0x8242
122
123#define USB_VENDOR_ID_ASUS 0x0486
124#define USB_DEVICE_ID_ASUS_T91MT 0x0185
125#define USB_DEVICE_ID_ASUSTEK_MULTITOUCH_YFO 0x0186
126
127#define USB_VENDOR_ID_ASUSTEK 0x0b05
128#define USB_DEVICE_ID_ASUSTEK_LCM 0x1726
129#define USB_DEVICE_ID_ASUSTEK_LCM2 0x175b
130
131#define USB_VENDOR_ID_ATEN 0x0557
132#define USB_DEVICE_ID_ATEN_UC100KM 0x2004
133#define USB_DEVICE_ID_ATEN_CS124U 0x2202
134#define USB_DEVICE_ID_ATEN_2PORTKVM 0x2204
135#define USB_DEVICE_ID_ATEN_4PORTKVM 0x2205
136#define USB_DEVICE_ID_ATEN_4PORTKVMC 0x2208
137
138#define USB_VENDOR_ID_AVERMEDIA 0x07ca
139#define USB_DEVICE_ID_AVER_FM_MR800 0xb800
140
141#define USB_VENDOR_ID_BELKIN 0x050d
142#define USB_DEVICE_ID_FLIP_KVM 0x3201
143
144#define USB_VENDOR_ID_BERKSHIRE 0x0c98
145#define USB_DEVICE_ID_BERKSHIRE_PCWD 0x1140
146
147#define USB_VENDOR_ID_BTC 0x046e
148#define USB_DEVICE_ID_BTC_EMPREX_REMOTE 0x5578
149#define USB_DEVICE_ID_BTC_EMPREX_REMOTE_2 0x5577
150
151#define USB_VENDOR_ID_CANDO 0x2087
152#define USB_DEVICE_ID_CANDO_PIXCIR_MULTI_TOUCH 0x0703
153#define USB_DEVICE_ID_CANDO_MULTI_TOUCH 0x0a01
154#define USB_DEVICE_ID_CANDO_MULTI_TOUCH_10_1 0x0a02
155#define USB_DEVICE_ID_CANDO_MULTI_TOUCH_11_6 0x0b03
156#define USB_DEVICE_ID_CANDO_MULTI_TOUCH_15_6 0x0f01
157
158#define USB_VENDOR_ID_CH 0x068e
159#define USB_DEVICE_ID_CH_PRO_THROTTLE 0x00f1
160#define USB_DEVICE_ID_CH_PRO_PEDALS 0x00f2
161#define USB_DEVICE_ID_CH_COMBATSTICK 0x00f4
162#define USB_DEVICE_ID_CH_FLIGHT_SIM_ECLIPSE_YOKE 0x0051
163#define USB_DEVICE_ID_CH_FLIGHT_SIM_YOKE 0x00ff
164#define USB_DEVICE_ID_CH_3AXIS_5BUTTON_STICK 0x00d3
165#define USB_DEVICE_ID_CH_AXIS_295 0x001c
166
167#define USB_VENDOR_ID_CHERRY 0x046a
168#define USB_DEVICE_ID_CHERRY_CYMOTION 0x0023
169#define USB_DEVICE_ID_CHERRY_CYMOTION_SOLAR 0x0027
170
171#define USB_VENDOR_ID_CHIC 0x05fe
172#define USB_DEVICE_ID_CHIC_GAMEPAD 0x0014
173
174#define USB_VENDOR_ID_CHICONY 0x04f2
175#define USB_DEVICE_ID_CHICONY_TACTICAL_PAD 0x0418
176#define USB_DEVICE_ID_CHICONY_MULTI_TOUCH 0xb19d
177#define USB_DEVICE_ID_CHICONY_WIRELESS 0x0618
178
179#define USB_VENDOR_ID_CHUNGHWAT 0x2247
180#define USB_DEVICE_ID_CHUNGHWAT_MULTITOUCH 0x0001
181
182#define USB_VENDOR_ID_CIDC 0x1677
183
184#define USB_VENDOR_ID_CMEDIA 0x0d8c
185#define USB_DEVICE_ID_CM109 0x000e
186
187#define USB_VENDOR_ID_CODEMERCS 0x07c0
188#define USB_DEVICE_ID_CODEMERCS_IOW_FIRST 0x1500
189#define USB_DEVICE_ID_CODEMERCS_IOW_LAST 0x15ff
190
191#define USB_VENDOR_ID_CREATIVELABS 0x041e
192#define USB_DEVICE_ID_PRODIKEYS_PCMIDI 0x2801
193
194#define USB_VENDOR_ID_CVTOUCH 0x1ff7
195#define USB_DEVICE_ID_CVTOUCH_SCREEN 0x0013
196
197#define USB_VENDOR_ID_CYGNAL 0x10c4
198#define USB_DEVICE_ID_CYGNAL_RADIO_SI470X 0x818a
199
200#define USB_VENDOR_ID_CYPRESS 0x04b4
201#define USB_DEVICE_ID_CYPRESS_MOUSE 0x0001
202#define USB_DEVICE_ID_CYPRESS_HIDCOM 0x5500
203#define USB_DEVICE_ID_CYPRESS_ULTRAMOUSE 0x7417
204#define USB_DEVICE_ID_CYPRESS_BARCODE_1 0xde61
205#define USB_DEVICE_ID_CYPRESS_BARCODE_2 0xde64
206#define USB_DEVICE_ID_CYPRESS_BARCODE_3 0xbca1
207#define USB_DEVICE_ID_CYPRESS_TRUETOUCH 0xc001
208
209#define USB_VENDOR_ID_DEALEXTREAME 0x10c5
210#define USB_DEVICE_ID_DEALEXTREAME_RADIO_SI4701 0x819a
211
212#define USB_VENDOR_ID_DELORME 0x1163
213#define USB_DEVICE_ID_DELORME_EARTHMATE 0x0100
214#define USB_DEVICE_ID_DELORME_EM_LT20 0x0200
215
216#define USB_VENDOR_ID_DMI 0x0c0b
217#define USB_DEVICE_ID_DMI_ENC 0x5fab
218
219#define USB_VENDOR_ID_DRAGONRISE 0x0079
220
221#define USB_VENDOR_ID_DWAV 0x0eef
222#define USB_DEVICE_ID_EGALAX_TOUCHCONTROLLER 0x0001
223#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH 0x480d
224#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH1 0x720c
225#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH2 0x72a1
226#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH3 0x480e
227#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH4 0x726b
228
229#define USB_VENDOR_ID_ELECOM 0x056e
230#define USB_DEVICE_ID_ELECOM_BM084 0x0061
231
232#define USB_VENDOR_ID_DREAM_CHEEKY 0x1d34
233
234#define USB_VENDOR_ID_ELO 0x04E7
235#define USB_DEVICE_ID_ELO_TS2515 0x0022
236#define USB_DEVICE_ID_ELO_TS2700 0x0020
237
238#define USB_VENDOR_ID_EMS 0x2006
239#define USB_DEVICE_ID_EMS_TRIO_LINKER_PLUS_II 0x0118
240
241#define USB_VENDOR_ID_ESSENTIAL_REALITY 0x0d7f
242#define USB_DEVICE_ID_ESSENTIAL_REALITY_P5 0x0100
243
244#define USB_VENDOR_ID_ETT 0x0664
245#define USB_DEVICE_ID_TC5UH 0x0309
246#define USB_DEVICE_ID_TC4UM 0x0306
247
248#define USB_VENDOR_ID_ETURBOTOUCH 0x22b9
249#define USB_DEVICE_ID_ETURBOTOUCH 0x0006
250
251#define USB_VENDOR_ID_EZKEY 0x0518
252#define USB_DEVICE_ID_BTC_8193 0x0002
253
254#define USB_VENDOR_ID_GAMERON 0x0810
255#define USB_DEVICE_ID_GAMERON_DUAL_PSX_ADAPTOR 0x0001
256#define USB_DEVICE_ID_GAMERON_DUAL_PCS_ADAPTOR 0x0002
257
258#define USB_VENDOR_ID_GENERAL_TOUCH 0x0dfc
259#define USB_DEVICE_ID_GENERAL_TOUCH_WIN7_TWOFINGERS 0x0001
260
261#define USB_VENDOR_ID_GLAB 0x06c2
262#define USB_DEVICE_ID_4_PHIDGETSERVO_30 0x0038
263#define USB_DEVICE_ID_1_PHIDGETSERVO_30 0x0039
264#define USB_DEVICE_ID_0_0_4_IF_KIT 0x0040
265#define USB_DEVICE_ID_0_16_16_IF_KIT 0x0044
266#define USB_DEVICE_ID_8_8_8_IF_KIT 0x0045
267#define USB_DEVICE_ID_0_8_7_IF_KIT 0x0051
268#define USB_DEVICE_ID_0_8_8_IF_KIT 0x0053
269#define USB_DEVICE_ID_PHIDGET_MOTORCONTROL 0x0058
270
271#define USB_VENDOR_ID_GOODTOUCH 0x1aad
272#define USB_DEVICE_ID_GOODTOUCH_000f 0x000f
273
274#define USB_VENDOR_ID_GOTOP 0x08f2
275#define USB_DEVICE_ID_SUPER_Q2 0x007f
276#define USB_DEVICE_ID_GOGOPEN 0x00ce
277#define USB_DEVICE_ID_PENPOWER 0x00f4
278
279#define USB_VENDOR_ID_GREENASIA 0x0e8f
280#define USB_DEVICE_ID_GREENASIA_DUAL_USB_JOYPAD 0x3013
281
282#define USB_VENDOR_ID_GRETAGMACBETH 0x0971
283#define USB_DEVICE_ID_GRETAGMACBETH_HUEY 0x2005
284
285#define USB_VENDOR_ID_GRIFFIN 0x077d
286#define USB_DEVICE_ID_POWERMATE 0x0410
287#define USB_DEVICE_ID_SOUNDKNOB 0x04AA
288
289#define USB_VENDOR_ID_GTCO 0x078c
290#define USB_DEVICE_ID_GTCO_90 0x0090
291#define USB_DEVICE_ID_GTCO_100 0x0100
292#define USB_DEVICE_ID_GTCO_101 0x0101
293#define USB_DEVICE_ID_GTCO_103 0x0103
294#define USB_DEVICE_ID_GTCO_104 0x0104
295#define USB_DEVICE_ID_GTCO_105 0x0105
296#define USB_DEVICE_ID_GTCO_106 0x0106
297#define USB_DEVICE_ID_GTCO_107 0x0107
298#define USB_DEVICE_ID_GTCO_108 0x0108
299#define USB_DEVICE_ID_GTCO_200 0x0200
300#define USB_DEVICE_ID_GTCO_201 0x0201
301#define USB_DEVICE_ID_GTCO_202 0x0202
302#define USB_DEVICE_ID_GTCO_203 0x0203
303#define USB_DEVICE_ID_GTCO_204 0x0204
304#define USB_DEVICE_ID_GTCO_205 0x0205
305#define USB_DEVICE_ID_GTCO_206 0x0206
306#define USB_DEVICE_ID_GTCO_207 0x0207
307#define USB_DEVICE_ID_GTCO_300 0x0300
308#define USB_DEVICE_ID_GTCO_301 0x0301
309#define USB_DEVICE_ID_GTCO_302 0x0302
310#define USB_DEVICE_ID_GTCO_303 0x0303
311#define USB_DEVICE_ID_GTCO_304 0x0304
312#define USB_DEVICE_ID_GTCO_305 0x0305
313#define USB_DEVICE_ID_GTCO_306 0x0306
314#define USB_DEVICE_ID_GTCO_307 0x0307
315#define USB_DEVICE_ID_GTCO_308 0x0308
316#define USB_DEVICE_ID_GTCO_309 0x0309
317#define USB_DEVICE_ID_GTCO_400 0x0400
318#define USB_DEVICE_ID_GTCO_401 0x0401
319#define USB_DEVICE_ID_GTCO_402 0x0402
320#define USB_DEVICE_ID_GTCO_403 0x0403
321#define USB_DEVICE_ID_GTCO_404 0x0404
322#define USB_DEVICE_ID_GTCO_405 0x0405
323#define USB_DEVICE_ID_GTCO_500 0x0500
324#define USB_DEVICE_ID_GTCO_501 0x0501
325#define USB_DEVICE_ID_GTCO_502 0x0502
326#define USB_DEVICE_ID_GTCO_503 0x0503
327#define USB_DEVICE_ID_GTCO_504 0x0504
328#define USB_DEVICE_ID_GTCO_1000 0x1000
329#define USB_DEVICE_ID_GTCO_1001 0x1001
330#define USB_DEVICE_ID_GTCO_1002 0x1002
331#define USB_DEVICE_ID_GTCO_1003 0x1003
332#define USB_DEVICE_ID_GTCO_1004 0x1004
333#define USB_DEVICE_ID_GTCO_1005 0x1005
334#define USB_DEVICE_ID_GTCO_1006 0x1006
335#define USB_DEVICE_ID_GTCO_1007 0x1007
336
337#define USB_VENDOR_ID_GYRATION 0x0c16
338#define USB_DEVICE_ID_GYRATION_REMOTE 0x0002
339#define USB_DEVICE_ID_GYRATION_REMOTE_2 0x0003
340#define USB_DEVICE_ID_GYRATION_REMOTE_3 0x0008
341
342#define USB_VENDOR_ID_HANWANG 0x0b57
343#define USB_DEVICE_ID_HANWANG_TABLET_FIRST 0x5000
344#define USB_DEVICE_ID_HANWANG_TABLET_LAST 0x8fff
345
346#define USB_VENDOR_ID_HANVON 0x20b3
347#define USB_DEVICE_ID_HANVON_MULTITOUCH 0x0a18
348
349#define USB_VENDOR_ID_HAPP 0x078b
350#define USB_DEVICE_ID_UGCI_DRIVING 0x0010
351#define USB_DEVICE_ID_UGCI_FLYING 0x0020
352#define USB_DEVICE_ID_UGCI_FIGHTING 0x0030
353
354#define USB_VENDOR_ID_ILITEK 0x222a
355#define USB_DEVICE_ID_ILITEK_MULTITOUCH 0x0001
356
357#define USB_VENDOR_ID_HOLTEK 0x1241
358#define USB_DEVICE_ID_HOLTEK_ON_LINE_GRIP 0x5015
359
360#define USB_VENDOR_ID_IMATION 0x0718
361#define USB_DEVICE_ID_DISC_STAKKA 0xd000
362
363#define USB_VENDOR_ID_IRTOUCHSYSTEMS 0x6615
364#define USB_DEVICE_ID_IRTOUCH_INFRARED_USB 0x0070
365
366#define USB_VENDOR_ID_JESS 0x0c45
367#define USB_DEVICE_ID_JESS_YUREX 0x1010
368
369#define USB_VENDOR_ID_KBGEAR 0x084e
370#define USB_DEVICE_ID_KBGEAR_JAMSTUDIO 0x1001
371
372#define USB_VENDOR_ID_KENSINGTON 0x047d
373#define USB_DEVICE_ID_KS_SLIMBLADE 0x2041
374
375#define USB_VENDOR_ID_KWORLD 0x1b80
376#define USB_DEVICE_ID_KWORLD_RADIO_FM700 0xd700
377
378#define USB_VENDOR_ID_KEYTOUCH 0x0926
379#define USB_DEVICE_ID_KEYTOUCH_IEC 0x3333
380
381#define USB_VENDOR_ID_KYE 0x0458
382#define USB_DEVICE_ID_KYE_ERGO_525V 0x0087
383#define USB_DEVICE_ID_KYE_GPEN_560 0x5003
384
385#define USB_VENDOR_ID_LABTEC 0x1020
386#define USB_DEVICE_ID_LABTEC_WIRELESS_KEYBOARD 0x0006
387
388#define USB_VENDOR_ID_LCPOWER 0x1241
389#define USB_DEVICE_ID_LCPOWER_LC1000 0xf767
390
391#define USB_VENDOR_ID_LD 0x0f11
392#define USB_DEVICE_ID_LD_CASSY 0x1000
393#define USB_DEVICE_ID_LD_CASSY2 0x1001
394#define USB_DEVICE_ID_LD_POCKETCASSY 0x1010
395#define USB_DEVICE_ID_LD_POCKETCASSY2 0x1011
396#define USB_DEVICE_ID_LD_MOBILECASSY 0x1020
397#define USB_DEVICE_ID_LD_MOBILECASSY2 0x1021
398#define USB_DEVICE_ID_LD_MICROCASSYVOLTAGE 0x1031
399#define USB_DEVICE_ID_LD_MICROCASSYCURRENT 0x1032
400#define USB_DEVICE_ID_LD_MICROCASSYTIME 0x1033
401#define USB_DEVICE_ID_LD_MICROCASSYTEMPERATURE 0x1035
402#define USB_DEVICE_ID_LD_MICROCASSYPH 0x1038
403#define USB_DEVICE_ID_LD_JWM 0x1080
404#define USB_DEVICE_ID_LD_DMMP 0x1081
405#define USB_DEVICE_ID_LD_UMIP 0x1090
406#define USB_DEVICE_ID_LD_UMIC 0x10A0
407#define USB_DEVICE_ID_LD_UMIB 0x10B0
408#define USB_DEVICE_ID_LD_XRAY 0x1100
409#define USB_DEVICE_ID_LD_XRAY2 0x1101
410#define USB_DEVICE_ID_LD_XRAYCT 0x1110
411#define USB_DEVICE_ID_LD_VIDEOCOM 0x1200
412#define USB_DEVICE_ID_LD_MOTOR 0x1210
413#define USB_DEVICE_ID_LD_COM3LAB 0x2000
414#define USB_DEVICE_ID_LD_TELEPORT 0x2010
415#define USB_DEVICE_ID_LD_NETWORKANALYSER 0x2020
416#define USB_DEVICE_ID_LD_POWERCONTROL 0x2030
417#define USB_DEVICE_ID_LD_MACHINETEST 0x2040
418#define USB_DEVICE_ID_LD_MOSTANALYSER 0x2050
419#define USB_DEVICE_ID_LD_MOSTANALYSER2 0x2051
420#define USB_DEVICE_ID_LD_ABSESP 0x2060
421#define USB_DEVICE_ID_LD_AUTODATABUS 0x2070
422#define USB_DEVICE_ID_LD_MCT 0x2080
423#define USB_DEVICE_ID_LD_HYBRID 0x2090
424#define USB_DEVICE_ID_LD_HEATCONTROL 0x20A0
425
426#define USB_VENDOR_ID_LOGITECH 0x046d
427#define USB_DEVICE_ID_LOGITECH_RECEIVER 0xc101
428#define USB_DEVICE_ID_LOGITECH_HARMONY_FIRST 0xc110
429#define USB_DEVICE_ID_LOGITECH_HARMONY_LAST 0xc14f
430#define USB_DEVICE_ID_LOGITECH_RUMBLEPAD_CORD 0xc20a
431#define USB_DEVICE_ID_LOGITECH_RUMBLEPAD 0xc211
432#define USB_DEVICE_ID_LOGITECH_EXTREME_3D 0xc215
433#define USB_DEVICE_ID_LOGITECH_RUMBLEPAD2 0xc218
434#define USB_DEVICE_ID_LOGITECH_RUMBLEPAD2_2 0xc219
435#define USB_DEVICE_ID_LOGITECH_WINGMAN_F3D 0xc283
436#define USB_DEVICE_ID_LOGITECH_FORCE3D_PRO 0xc286
437#define USB_DEVICE_ID_LOGITECH_FLIGHT_SYSTEM_G940 0xc287
438#define USB_DEVICE_ID_LOGITECH_WHEEL 0xc294
439#define USB_DEVICE_ID_LOGITECH_WINGMAN_FFG 0xc293
440#define USB_DEVICE_ID_LOGITECH_MOMO_WHEEL 0xc295
441#define USB_DEVICE_ID_LOGITECH_DFP_WHEEL 0xc298
442#define USB_DEVICE_ID_LOGITECH_G25_WHEEL 0xc299
443#define USB_DEVICE_ID_LOGITECH_G27_WHEEL 0xc29b
444#define USB_DEVICE_ID_LOGITECH_WII_WHEEL 0xc29c
445#define USB_DEVICE_ID_LOGITECH_ELITE_KBD 0xc30a
446#define USB_DEVICE_ID_S510_RECEIVER 0xc50c
447#define USB_DEVICE_ID_S510_RECEIVER_2 0xc517
448#define USB_DEVICE_ID_LOGITECH_CORDLESS_DESKTOP_LX500 0xc512
449#define USB_DEVICE_ID_MX3000_RECEIVER 0xc513
450#define USB_DEVICE_ID_SPACETRAVELLER 0xc623
451#define USB_DEVICE_ID_SPACENAVIGATOR 0xc626
452#define USB_DEVICE_ID_DINOVO_DESKTOP 0xc704
453#define USB_DEVICE_ID_DINOVO_EDGE 0xc714
454#define USB_DEVICE_ID_DINOVO_MINI 0xc71f
455#define USB_DEVICE_ID_LOGITECH_MOMO_WHEEL2 0xca03
456
457#define USB_VENDOR_ID_LUMIO 0x202e
458#define USB_DEVICE_ID_CRYSTALTOUCH 0x0006
459#define USB_DEVICE_ID_CRYSTALTOUCH_DUAL 0x0007
460
461#define USB_VENDOR_ID_MCC 0x09db
462#define USB_DEVICE_ID_MCC_PMD1024LS 0x0076
463#define USB_DEVICE_ID_MCC_PMD1208LS 0x007a
464
465#define USB_VENDOR_ID_MGE 0x0463
466#define USB_DEVICE_ID_MGE_UPS 0xffff
467#define USB_DEVICE_ID_MGE_UPS1 0x0001
468
469#define USB_VENDOR_ID_MICROCHIP 0x04d8
470#define USB_DEVICE_ID_PICKIT1 0x0032
471#define USB_DEVICE_ID_PICKIT2 0x0033
472#define USB_DEVICE_ID_PICOLCD 0xc002
473#define USB_DEVICE_ID_PICOLCD_BOOTLOADER 0xf002
474
475#define USB_VENDOR_ID_MICROSOFT 0x045e
476#define USB_DEVICE_ID_SIDEWINDER_GV 0x003b
477#define USB_DEVICE_ID_WIRELESS_OPTICAL_DESKTOP_3_0 0x009d
478#define USB_DEVICE_ID_MS_NE4K 0x00db
479#define USB_DEVICE_ID_MS_LK6K 0x00f9
480#define USB_DEVICE_ID_MS_PRESENTER_8K_BT 0x0701
481#define USB_DEVICE_ID_MS_PRESENTER_8K_USB 0x0713
482#define USB_DEVICE_ID_MS_DIGITAL_MEDIA_3K 0x0730
483#define USB_DEVICE_ID_MS_COMFORT_MOUSE_4500 0x076c
484
485#define USB_VENDOR_ID_MOJO 0x8282
486#define USB_DEVICE_ID_RETRO_ADAPTER 0x3201
487
488#define USB_VENDOR_ID_MONTEREY 0x0566
489#define USB_DEVICE_ID_GENIUS_KB29E 0x3004
490
491#define USB_VENDOR_ID_NATIONAL_SEMICONDUCTOR 0x0400
492#define USB_DEVICE_ID_N_S_HARMONY 0xc359
493
494#define USB_VENDOR_ID_NATSU 0x08b7
495#define USB_DEVICE_ID_NATSU_GAMEPAD 0x0001
496
497#define USB_VENDOR_ID_NCR 0x0404
498#define USB_DEVICE_ID_NCR_FIRST 0x0300
499#define USB_DEVICE_ID_NCR_LAST 0x03ff
500
501#define USB_VENDOR_ID_NEC 0x073e
502#define USB_DEVICE_ID_NEC_USB_GAME_PAD 0x0301
503
504#define USB_VENDOR_ID_NEXTWINDOW 0x1926
505#define USB_DEVICE_ID_NEXTWINDOW_TOUCHSCREEN 0x0003
506
507#define USB_VENDOR_ID_NINTENDO 0x057e
508#define USB_DEVICE_ID_NINTENDO_WIIMOTE 0x0306
509
510#define USB_VENDOR_ID_NTRIG 0x1b96
511#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN 0x0001
512#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_1 0x0003
513#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_2 0x0004
514#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_3 0x0005
515#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_4 0x0006
516#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_5 0x0007
517#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_6 0x0008
518#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_7 0x0009
519#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_8 0x000A
520#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_9 0x000B
521#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_10 0x000C
522#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_11 0x000D
523#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_12 0x000E
524#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_13 0x000F
525#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_14 0x0010
526#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_15 0x0011
527#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_16 0x0012
528#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_17 0x0013
529#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_18 0x0014
530
531#define USB_VENDOR_ID_ONTRAK 0x0a07
532#define USB_DEVICE_ID_ONTRAK_ADU100 0x0064
533
534#define USB_VENDOR_ID_ORTEK 0x05a4
535#define USB_DEVICE_ID_ORTEK_PKB1700 0x1700
536#define USB_DEVICE_ID_ORTEK_WKB2000 0x2000
537
538#define USB_VENDOR_ID_PANJIT 0x134c
539
540#define USB_VENDOR_ID_PANTHERLORD 0x0810
541#define USB_DEVICE_ID_PANTHERLORD_TWIN_USB_JOYSTICK 0x0001
542
543#define USB_VENDOR_ID_PENMOUNT 0x14e1
544#define USB_DEVICE_ID_PENMOUNT_PCI 0x3500
545
546#define USB_VENDOR_ID_PETALYNX 0x18b1
547#define USB_DEVICE_ID_PETALYNX_MAXTER_REMOTE 0x0037
548
549#define USB_VENDOR_ID_PHILIPS 0x0471
550#define USB_DEVICE_ID_PHILIPS_IEEE802154_DONGLE 0x0617
551
552#define USB_VENDOR_ID_PI_ENGINEERING 0x05f3
553#define USB_DEVICE_ID_PI_ENGINEERING_VEC_USB_FOOTPEDAL 0xff
554
555#define USB_VENDOR_ID_PLAYDOTCOM 0x0b43
556#define USB_DEVICE_ID_PLAYDOTCOM_EMS_USBII 0x0003
557
558#define USB_VENDOR_ID_POWERCOM 0x0d9f
559#define USB_DEVICE_ID_POWERCOM_UPS 0x0002
560
561#define USB_VENDOR_ID_PRODIGE 0x05af
562#define USB_DEVICE_ID_PRODIGE_CORDLESS 0x3062
563
564#define USB_VENDOR_ID_QUANTA 0x0408
565#define USB_DEVICE_ID_QUANTA_OPTICAL_TOUCH 0x3000
566#define USB_DEVICE_ID_PIXART_IMAGING_INC_OPTICAL_TOUCH_SCREEN 0x3001
567
568#define USB_VENDOR_ID_ROCCAT 0x1e7d
569#define USB_DEVICE_ID_ROCCAT_ARVO 0x30d4
570#define USB_DEVICE_ID_ROCCAT_KONE 0x2ced
571#define USB_DEVICE_ID_ROCCAT_KONEPLUS 0x2d51
572#define USB_DEVICE_ID_ROCCAT_KOVAPLUS 0x2d50
573#define USB_DEVICE_ID_ROCCAT_PYRA_WIRED 0x2c24
574#define USB_DEVICE_ID_ROCCAT_PYRA_WIRELESS 0x2cf6
575
576#define USB_VENDOR_ID_SAITEK 0x06a3
577#define USB_DEVICE_ID_SAITEK_RUMBLEPAD 0xff17
578
579#define USB_VENDOR_ID_SAMSUNG 0x0419
580#define USB_DEVICE_ID_SAMSUNG_IR_REMOTE 0x0001
581#define USB_DEVICE_ID_SAMSUNG_WIRELESS_KBD_MOUSE 0x0600
582
583#define USB_VENDOR_ID_SIGMA_MICRO 0x1c4f
584#define USB_DEVICE_ID_SIGMA_MICRO_KEYBOARD 0x0002
585
586#define USB_VENDOR_ID_SKYCABLE 0x1223
587#define USB_DEVICE_ID_SKYCABLE_WIRELESS_PRESENTER 0x3F07
588
589#define USB_VENDOR_ID_SONY 0x054c
590#define USB_DEVICE_ID_SONY_VAIO_VGX_MOUSE 0x024b
591#define USB_DEVICE_ID_SONY_PS3_CONTROLLER 0x0268
592#define USB_DEVICE_ID_SONY_NAVIGATION_CONTROLLER 0x042f
593
594#define USB_VENDOR_ID_SOUNDGRAPH 0x15c2
595#define USB_DEVICE_ID_SOUNDGRAPH_IMON_FIRST 0x0034
596#define USB_DEVICE_ID_SOUNDGRAPH_IMON_LAST 0x0046
597
598#define USB_VENDOR_ID_STANTUM 0x1f87
599#define USB_DEVICE_ID_MTP 0x0002
600
601#define USB_VENDOR_ID_STANTUM_STM 0x0483
602#define USB_DEVICE_ID_MTP_STM 0x3261
603
604#define USB_VENDOR_ID_STANTUM_SITRONIX 0x1403
605#define USB_DEVICE_ID_MTP_SITRONIX 0x5001
606
607#define USB_VENDOR_ID_SUN 0x0430
608#define USB_DEVICE_ID_RARITAN_KVM_DONGLE 0xcdab
609
610#define USB_VENDOR_ID_SUNPLUS 0x04fc
611#define USB_DEVICE_ID_SUNPLUS_WDESKTOP 0x05d8
612
613#define USB_VENDOR_ID_SYMBOL 0x05e0
614#define USB_DEVICE_ID_SYMBOL_SCANNER_1 0x0800
615#define USB_DEVICE_ID_SYMBOL_SCANNER_2 0x1300
616
617#define USB_VENDOR_ID_THRUSTMASTER 0x044f
618
619#define USB_VENDOR_ID_TOPSEED 0x0766
620#define USB_DEVICE_ID_TOPSEED_CYBERLINK 0x0204
621
622#define USB_VENDOR_ID_TOPSEED2 0x1784
623#define USB_DEVICE_ID_TOPSEED2_RF_COMBO 0x0004
624
625#define USB_VENDOR_ID_TOPMAX 0x0663
626#define USB_DEVICE_ID_TOPMAX_COBRAPAD 0x0103
627
628#define USB_VENDOR_ID_TOUCH_INTL 0x1e5e
629#define USB_DEVICE_ID_TOUCH_INTL_MULTI_TOUCH 0x0313
630
631#define USB_VENDOR_ID_TOUCHPACK 0x1bfd
632#define USB_DEVICE_ID_TOUCHPACK_RTS 0x1688
633
634#define USB_VENDOR_ID_TURBOX 0x062a
635#define USB_DEVICE_ID_TURBOX_KEYBOARD 0x0201
636#define USB_DEVICE_ID_TURBOX_TOUCHSCREEN_MOSART 0x7100
637
638#define USB_VENDOR_ID_TWINHAN 0x6253
639#define USB_DEVICE_ID_TWINHAN_IR_REMOTE 0x0100
640
641#define USB_VENDOR_ID_UCLOGIC 0x5543
642#define USB_DEVICE_ID_UCLOGIC_TABLET_PF1209 0x0042
643#define USB_DEVICE_ID_UCLOGIC_TABLET_KNA5 0x6001
644#define USB_DEVICE_ID_UCLOGIC_TABLET_TWA60 0x0064
645#define USB_DEVICE_ID_UCLOGIC_TABLET_WP4030U 0x0003
646#define USB_DEVICE_ID_UCLOGIC_TABLET_WP5540U 0x0004
647#define USB_DEVICE_ID_UCLOGIC_TABLET_WP8060U 0x0005
648#define USB_DEVICE_ID_UCLOGIC_TABLET_WP1062 0x0064
649
650#define USB_VENDOR_ID_UNITEC 0x227d
651#define USB_DEVICE_ID_UNITEC_USB_TOUCH_0709 0x0709
652#define USB_DEVICE_ID_UNITEC_USB_TOUCH_0A19 0x0a19
653
654#define USB_VENDOR_ID_VERNIER 0x08f7
655#define USB_DEVICE_ID_VERNIER_LABPRO 0x0001
656#define USB_DEVICE_ID_VERNIER_GOTEMP 0x0002
657#define USB_DEVICE_ID_VERNIER_SKIP 0x0003
658#define USB_DEVICE_ID_VERNIER_CYCLOPS 0x0004
659#define USB_DEVICE_ID_VERNIER_LCSPEC 0x0006
660
661#define USB_VENDOR_ID_WACOM 0x056a
662#define USB_DEVICE_ID_WACOM_GRAPHIRE_BLUETOOTH 0x81
663
664#define USB_VENDOR_ID_WALTOP 0x172f
665#define USB_DEVICE_ID_WALTOP_SLIM_TABLET_5_8_INCH 0x0032
666#define USB_DEVICE_ID_WALTOP_SLIM_TABLET_12_1_INCH 0x0034
667#define USB_DEVICE_ID_WALTOP_MEDIA_TABLET_10_6_INCH 0x0501
668#define USB_DEVICE_ID_WALTOP_MEDIA_TABLET_14_1_INCH 0x0500
669
670#define USB_VENDOR_ID_WISEGROUP 0x0925
671#define USB_DEVICE_ID_SMARTJOY_PLUS 0x0005
672#define USB_DEVICE_ID_1_PHIDGETSERVO_20 0x8101
673#define USB_DEVICE_ID_4_PHIDGETSERVO_20 0x8104
674#define USB_DEVICE_ID_8_8_4_IF_KIT 0x8201
675#define USB_DEVICE_ID_QUAD_USB_JOYPAD 0x8800
676#define USB_DEVICE_ID_DUAL_USB_JOYPAD 0x8866
677
678#define USB_VENDOR_ID_WISEGROUP_LTD 0x6666
679#define USB_VENDOR_ID_WISEGROUP_LTD2 0x6677
680#define USB_DEVICE_ID_SMARTJOY_DUAL_PLUS 0x8802
681
682#define USB_VENDOR_ID_X_TENSIONS 0x1ae7
683#define USB_DEVICE_ID_SPEEDLINK_VAD_CEZANNE 0x9001
684
685#define USB_VENDOR_ID_XAT 0x2505
686#define USB_DEVICE_ID_XAT_CSR 0x0220
687
688#define USB_VENDOR_ID_YEALINK 0x6993
689#define USB_DEVICE_ID_YEALINK_P1K_P4K_B2K 0xb001
690
691#define USB_VENDOR_ID_ZEROPLUS 0x0c12
692
693#define USB_VENDOR_ID_ZYDACRON 0x13EC
694#define USB_DEVICE_ID_ZYDACRON_REMOTE_CONTROL 0x0006
695
696#endif
1/*
2 * USB HID quirks support for Linux
3 *
4 * Copyright (c) 1999 Andreas Gal
5 * Copyright (c) 2000-2005 Vojtech Pavlik <vojtech@suse.cz>
6 * Copyright (c) 2005 Michael Haboustak <mike-@cinci.rr.com> for Concept2, Inc
7 * Copyright (c) 2006-2007 Jiri Kosina
8 */
9
10/*
11 * This program is free software; you can redistribute it and/or modify it
12 * under the terms of the GNU General Public License as published by the Free
13 * Software Foundation; either version 2 of the License, or (at your option)
14 * any later version.
15 */
16
17#ifndef HID_IDS_H_FILE
18#define HID_IDS_H_FILE
19
20#define USB_VENDOR_ID_3M 0x0596
21#define USB_DEVICE_ID_3M1968 0x0500
22#define USB_DEVICE_ID_3M2256 0x0502
23#define USB_DEVICE_ID_3M3266 0x0506
24
25#define USB_VENDOR_ID_A4TECH 0x09da
26#define USB_DEVICE_ID_A4TECH_WCP32PU 0x0006
27#define USB_DEVICE_ID_A4TECH_X5_005D 0x000a
28#define USB_DEVICE_ID_A4TECH_RP_649 0x001a
29
30#define USB_VENDOR_ID_AASHIMA 0x06d6
31#define USB_DEVICE_ID_AASHIMA_GAMEPAD 0x0025
32#define USB_DEVICE_ID_AASHIMA_PREDATOR 0x0026
33
34#define USB_VENDOR_ID_ACECAD 0x0460
35#define USB_DEVICE_ID_ACECAD_FLAIR 0x0004
36#define USB_DEVICE_ID_ACECAD_302 0x0008
37
38#define USB_VENDOR_ID_ACRUX 0x1a34
39
40#define USB_VENDOR_ID_ACTIONSTAR 0x2101
41#define USB_DEVICE_ID_ACTIONSTAR_1011 0x1011
42
43#define USB_VENDOR_ID_ADS_TECH 0x06e1
44#define USB_DEVICE_ID_ADS_TECH_RADIO_SI470X 0xa155
45
46#define USB_VENDOR_ID_AFATECH 0x15a4
47#define USB_DEVICE_ID_AFATECH_AF9016 0x9016
48
49#define USB_VENDOR_ID_AIPTEK 0x08ca
50#define USB_DEVICE_ID_AIPTEK_01 0x0001
51#define USB_DEVICE_ID_AIPTEK_10 0x0010
52#define USB_DEVICE_ID_AIPTEK_20 0x0020
53#define USB_DEVICE_ID_AIPTEK_21 0x0021
54#define USB_DEVICE_ID_AIPTEK_22 0x0022
55#define USB_DEVICE_ID_AIPTEK_23 0x0023
56#define USB_DEVICE_ID_AIPTEK_24 0x0024
57
58#define USB_VENDOR_ID_AIRCABLE 0x16CA
59#define USB_DEVICE_ID_AIRCABLE1 0x1502
60
61#define USB_VENDOR_ID_AIREN 0x1a2c
62#define USB_DEVICE_ID_AIREN_SLIMPLUS 0x0002
63
64#define USB_VENDOR_ID_ALCOR 0x058f
65#define USB_DEVICE_ID_ALCOR_USBRS232 0x9720
66
67#define USB_VENDOR_ID_ALPS 0x0433
68#define USB_DEVICE_ID_IBM_GAMEPAD 0x1101
69
70#define USB_VENDOR_ID_ANTON 0x1130
71#define USB_DEVICE_ID_ANTON_TOUCH_PAD 0x3101
72
73#define USB_VENDOR_ID_APPLE 0x05ac
74#define USB_DEVICE_ID_APPLE_MIGHTYMOUSE 0x0304
75#define USB_DEVICE_ID_APPLE_MAGICMOUSE 0x030d
76#define USB_DEVICE_ID_APPLE_MAGICTRACKPAD 0x030e
77#define USB_DEVICE_ID_APPLE_FOUNTAIN_ANSI 0x020e
78#define USB_DEVICE_ID_APPLE_FOUNTAIN_ISO 0x020f
79#define USB_DEVICE_ID_APPLE_GEYSER_ANSI 0x0214
80#define USB_DEVICE_ID_APPLE_GEYSER_ISO 0x0215
81#define USB_DEVICE_ID_APPLE_GEYSER_JIS 0x0216
82#define USB_DEVICE_ID_APPLE_GEYSER3_ANSI 0x0217
83#define USB_DEVICE_ID_APPLE_GEYSER3_ISO 0x0218
84#define USB_DEVICE_ID_APPLE_GEYSER3_JIS 0x0219
85#define USB_DEVICE_ID_APPLE_GEYSER4_ANSI 0x021a
86#define USB_DEVICE_ID_APPLE_GEYSER4_ISO 0x021b
87#define USB_DEVICE_ID_APPLE_GEYSER4_JIS 0x021c
88#define USB_DEVICE_ID_APPLE_ALU_MINI_ANSI 0x021d
89#define USB_DEVICE_ID_APPLE_ALU_MINI_ISO 0x021e
90#define USB_DEVICE_ID_APPLE_ALU_MINI_JIS 0x021f
91#define USB_DEVICE_ID_APPLE_ALU_ANSI 0x0220
92#define USB_DEVICE_ID_APPLE_ALU_ISO 0x0221
93#define USB_DEVICE_ID_APPLE_ALU_JIS 0x0222
94#define USB_DEVICE_ID_APPLE_WELLSPRING_ANSI 0x0223
95#define USB_DEVICE_ID_APPLE_WELLSPRING_ISO 0x0224
96#define USB_DEVICE_ID_APPLE_WELLSPRING_JIS 0x0225
97#define USB_DEVICE_ID_APPLE_GEYSER4_HF_ANSI 0x0229
98#define USB_DEVICE_ID_APPLE_GEYSER4_HF_ISO 0x022a
99#define USB_DEVICE_ID_APPLE_GEYSER4_HF_JIS 0x022b
100#define USB_DEVICE_ID_APPLE_ALU_WIRELESS_ANSI 0x022c
101#define USB_DEVICE_ID_APPLE_ALU_WIRELESS_ISO 0x022d
102#define USB_DEVICE_ID_APPLE_ALU_WIRELESS_JIS 0x022e
103#define USB_DEVICE_ID_APPLE_WELLSPRING2_ANSI 0x0230
104#define USB_DEVICE_ID_APPLE_WELLSPRING2_ISO 0x0231
105#define USB_DEVICE_ID_APPLE_WELLSPRING2_JIS 0x0232
106#define USB_DEVICE_ID_APPLE_WELLSPRING3_ANSI 0x0236
107#define USB_DEVICE_ID_APPLE_WELLSPRING3_ISO 0x0237
108#define USB_DEVICE_ID_APPLE_WELLSPRING3_JIS 0x0238
109#define USB_DEVICE_ID_APPLE_WELLSPRING4_ANSI 0x023f
110#define USB_DEVICE_ID_APPLE_WELLSPRING4_ISO 0x0240
111#define USB_DEVICE_ID_APPLE_WELLSPRING4_JIS 0x0241
112#define USB_DEVICE_ID_APPLE_WELLSPRING4A_ANSI 0x0242
113#define USB_DEVICE_ID_APPLE_WELLSPRING4A_ISO 0x0243
114#define USB_DEVICE_ID_APPLE_WELLSPRING4A_JIS 0x0244
115#define USB_DEVICE_ID_APPLE_WELLSPRING5_ANSI 0x0245
116#define USB_DEVICE_ID_APPLE_WELLSPRING5_ISO 0x0246
117#define USB_DEVICE_ID_APPLE_WELLSPRING5_JIS 0x0247
118#define USB_DEVICE_ID_APPLE_ALU_REVB_ANSI 0x024f
119#define USB_DEVICE_ID_APPLE_ALU_REVB_ISO 0x0250
120#define USB_DEVICE_ID_APPLE_ALU_REVB_JIS 0x0251
121#define USB_DEVICE_ID_APPLE_WELLSPRING5A_ANSI 0x0252
122#define USB_DEVICE_ID_APPLE_WELLSPRING5A_ISO 0x0253
123#define USB_DEVICE_ID_APPLE_WELLSPRING5A_JIS 0x0254
124#define USB_DEVICE_ID_APPLE_WELLSPRING7A_ANSI 0x0259
125#define USB_DEVICE_ID_APPLE_WELLSPRING7A_ISO 0x025a
126#define USB_DEVICE_ID_APPLE_WELLSPRING7A_JIS 0x025b
127#define USB_DEVICE_ID_APPLE_WELLSPRING6A_ANSI 0x0249
128#define USB_DEVICE_ID_APPLE_WELLSPRING6A_ISO 0x024a
129#define USB_DEVICE_ID_APPLE_WELLSPRING6A_JIS 0x024b
130#define USB_DEVICE_ID_APPLE_WELLSPRING6_ANSI 0x024c
131#define USB_DEVICE_ID_APPLE_WELLSPRING6_ISO 0x024d
132#define USB_DEVICE_ID_APPLE_WELLSPRING6_JIS 0x024e
133#define USB_DEVICE_ID_APPLE_WELLSPRING7_ANSI 0x0262
134#define USB_DEVICE_ID_APPLE_WELLSPRING7_ISO 0x0263
135#define USB_DEVICE_ID_APPLE_WELLSPRING7_JIS 0x0264
136#define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ANSI 0x0239
137#define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ISO 0x023a
138#define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_JIS 0x023b
139#define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ANSI 0x0255
140#define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ISO 0x0256
141#define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_JIS 0x0257
142#define USB_DEVICE_ID_APPLE_WELLSPRING8_ANSI 0x0290
143#define USB_DEVICE_ID_APPLE_WELLSPRING8_ISO 0x0291
144#define USB_DEVICE_ID_APPLE_WELLSPRING8_JIS 0x0292
145#define USB_DEVICE_ID_APPLE_FOUNTAIN_TP_ONLY 0x030a
146#define USB_DEVICE_ID_APPLE_GEYSER1_TP_ONLY 0x030b
147#define USB_DEVICE_ID_APPLE_IRCONTROL 0x8240
148#define USB_DEVICE_ID_APPLE_IRCONTROL2 0x1440
149#define USB_DEVICE_ID_APPLE_IRCONTROL3 0x8241
150#define USB_DEVICE_ID_APPLE_IRCONTROL4 0x8242
151#define USB_DEVICE_ID_APPLE_IRCONTROL5 0x8243
152
153#define USB_VENDOR_ID_ASUS 0x0486
154#define USB_DEVICE_ID_ASUS_T91MT 0x0185
155#define USB_DEVICE_ID_ASUSTEK_MULTITOUCH_YFO 0x0186
156
157#define USB_VENDOR_ID_ASUSTEK 0x0b05
158#define USB_DEVICE_ID_ASUSTEK_LCM 0x1726
159#define USB_DEVICE_ID_ASUSTEK_LCM2 0x175b
160
161#define USB_VENDOR_ID_ATEN 0x0557
162#define USB_DEVICE_ID_ATEN_UC100KM 0x2004
163#define USB_DEVICE_ID_ATEN_CS124U 0x2202
164#define USB_DEVICE_ID_ATEN_2PORTKVM 0x2204
165#define USB_DEVICE_ID_ATEN_4PORTKVM 0x2205
166#define USB_DEVICE_ID_ATEN_4PORTKVMC 0x2208
167
168#define USB_VENDOR_ID_ATMEL 0x03eb
169#define USB_DEVICE_ID_ATMEL_MULTITOUCH 0x211c
170#define USB_DEVICE_ID_ATMEL_MXT_DIGITIZER 0x2118
171#define USB_VENDOR_ID_ATMEL_V_USB 0x16c0
172#define USB_DEVICE_ID_ATMEL_V_USB 0x05df
173
174#define USB_VENDOR_ID_AUREAL 0x0755
175#define USB_DEVICE_ID_AUREAL_W01RN 0x2626
176
177#define USB_VENDOR_ID_AVERMEDIA 0x07ca
178#define USB_DEVICE_ID_AVER_FM_MR800 0xb800
179
180#define USB_VENDOR_ID_AXENTIA 0x12cf
181#define USB_DEVICE_ID_AXENTIA_FM_RADIO 0x7111
182
183#define USB_VENDOR_ID_BAANTO 0x2453
184#define USB_DEVICE_ID_BAANTO_MT_190W2 0x0100
185
186#define USB_VENDOR_ID_BELKIN 0x050d
187#define USB_DEVICE_ID_FLIP_KVM 0x3201
188
189#define USB_VENDOR_ID_BERKSHIRE 0x0c98
190#define USB_DEVICE_ID_BERKSHIRE_PCWD 0x1140
191
192#define USB_VENDOR_ID_BTC 0x046e
193#define USB_DEVICE_ID_BTC_EMPREX_REMOTE 0x5578
194#define USB_DEVICE_ID_BTC_EMPREX_REMOTE_2 0x5577
195
196#define USB_VENDOR_ID_CANDO 0x2087
197#define USB_DEVICE_ID_CANDO_PIXCIR_MULTI_TOUCH 0x0703
198#define USB_DEVICE_ID_CANDO_MULTI_TOUCH 0x0a01
199#define USB_DEVICE_ID_CANDO_MULTI_TOUCH_10_1 0x0a02
200#define USB_DEVICE_ID_CANDO_MULTI_TOUCH_11_6 0x0b03
201#define USB_DEVICE_ID_CANDO_MULTI_TOUCH_15_6 0x0f01
202
203#define USB_VENDOR_ID_CH 0x068e
204#define USB_DEVICE_ID_CH_PRO_THROTTLE 0x00f1
205#define USB_DEVICE_ID_CH_PRO_PEDALS 0x00f2
206#define USB_DEVICE_ID_CH_FIGHTERSTICK 0x00f3
207#define USB_DEVICE_ID_CH_COMBATSTICK 0x00f4
208#define USB_DEVICE_ID_CH_FLIGHT_SIM_ECLIPSE_YOKE 0x0051
209#define USB_DEVICE_ID_CH_FLIGHT_SIM_YOKE 0x00ff
210#define USB_DEVICE_ID_CH_3AXIS_5BUTTON_STICK 0x00d3
211#define USB_DEVICE_ID_CH_AXIS_295 0x001c
212
213#define USB_VENDOR_ID_CHERRY 0x046a
214#define USB_DEVICE_ID_CHERRY_CYMOTION 0x0023
215#define USB_DEVICE_ID_CHERRY_CYMOTION_SOLAR 0x0027
216
217#define USB_VENDOR_ID_CHIC 0x05fe
218#define USB_DEVICE_ID_CHIC_GAMEPAD 0x0014
219
220#define USB_VENDOR_ID_CHICONY 0x04f2
221#define USB_DEVICE_ID_CHICONY_TACTICAL_PAD 0x0418
222#define USB_DEVICE_ID_CHICONY_MULTI_TOUCH 0xb19d
223#define USB_DEVICE_ID_CHICONY_WIRELESS 0x0618
224#define USB_DEVICE_ID_CHICONY_WIRELESS2 0x1123
225#define USB_DEVICE_ID_CHICONY_AK1D 0x1125
226
227#define USB_VENDOR_ID_CHUNGHWAT 0x2247
228#define USB_DEVICE_ID_CHUNGHWAT_MULTITOUCH 0x0001
229
230#define USB_VENDOR_ID_CIDC 0x1677
231
232#define USB_VENDOR_ID_CMEDIA 0x0d8c
233#define USB_DEVICE_ID_CM109 0x000e
234
235#define USB_VENDOR_ID_CODEMERCS 0x07c0
236#define USB_DEVICE_ID_CODEMERCS_IOW_FIRST 0x1500
237#define USB_DEVICE_ID_CODEMERCS_IOW_LAST 0x15ff
238
239#define USB_VENDOR_ID_CREATIVELABS 0x041e
240#define USB_DEVICE_ID_PRODIKEYS_PCMIDI 0x2801
241
242#define USB_VENDOR_ID_CVTOUCH 0x1ff7
243#define USB_DEVICE_ID_CVTOUCH_SCREEN 0x0013
244
245#define USB_VENDOR_ID_CYGNAL 0x10c4
246#define USB_DEVICE_ID_CYGNAL_RADIO_SI470X 0x818a
247#define USB_DEVICE_ID_FOCALTECH_FTXXXX_MULTITOUCH 0x81b9
248#define USB_DEVICE_ID_CYGNAL_CP2112 0xea90
249
250#define USB_DEVICE_ID_CYGNAL_RADIO_SI4713 0x8244
251
252#define USB_VENDOR_ID_CYPRESS 0x04b4
253#define USB_DEVICE_ID_CYPRESS_MOUSE 0x0001
254#define USB_DEVICE_ID_CYPRESS_HIDCOM 0x5500
255#define USB_DEVICE_ID_CYPRESS_ULTRAMOUSE 0x7417
256#define USB_DEVICE_ID_CYPRESS_BARCODE_1 0xde61
257#define USB_DEVICE_ID_CYPRESS_BARCODE_2 0xde64
258#define USB_DEVICE_ID_CYPRESS_BARCODE_3 0xbca1
259#define USB_DEVICE_ID_CYPRESS_BARCODE_4 0xed81
260#define USB_DEVICE_ID_CYPRESS_TRUETOUCH 0xc001
261
262#define USB_VENDOR_ID_DATA_MODUL 0x7374
263#define USB_VENDOR_ID_DATA_MODUL_EASYMAXTOUCH 0x1201
264
265#define USB_VENDOR_ID_DEALEXTREAME 0x10c5
266#define USB_DEVICE_ID_DEALEXTREAME_RADIO_SI4701 0x819a
267
268#define USB_VENDOR_ID_DELORME 0x1163
269#define USB_DEVICE_ID_DELORME_EARTHMATE 0x0100
270#define USB_DEVICE_ID_DELORME_EM_LT20 0x0200
271
272#define USB_VENDOR_ID_DMI 0x0c0b
273#define USB_DEVICE_ID_DMI_ENC 0x5fab
274
275#define USB_VENDOR_ID_DRAGONRISE 0x0079
276
277#define USB_VENDOR_ID_DWAV 0x0eef
278#define USB_DEVICE_ID_EGALAX_TOUCHCONTROLLER 0x0001
279#define USB_DEVICE_ID_DWAV_TOUCHCONTROLLER 0x0002
280#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_480D 0x480d
281#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_480E 0x480e
282#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_7207 0x7207
283#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_720C 0x720c
284#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_7224 0x7224
285#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_722A 0x722A
286#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_725E 0x725e
287#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_7262 0x7262
288#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_726B 0x726b
289#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_72A1 0x72a1
290#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_72AA 0x72aa
291#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_72C4 0x72c4
292#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_72D0 0x72d0
293#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_72FA 0x72fa
294#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_7302 0x7302
295#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_7349 0x7349
296#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_73F7 0x73f7
297#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_A001 0xa001
298
299#define USB_VENDOR_ID_ELECOM 0x056e
300#define USB_DEVICE_ID_ELECOM_BM084 0x0061
301
302#define USB_VENDOR_ID_DREAM_CHEEKY 0x1d34
303
304#define USB_VENDOR_ID_ELITEGROUP 0x03fc
305#define USB_DEVICE_ID_ELITEGROUP_05D8 0x05d8
306
307#define USB_VENDOR_ID_ELO 0x04E7
308#define USB_DEVICE_ID_ELO_TS2515 0x0022
309#define USB_DEVICE_ID_ELO_TS2700 0x0020
310
311#define USB_VENDOR_ID_EMS 0x2006
312#define USB_DEVICE_ID_EMS_TRIO_LINKER_PLUS_II 0x0118
313
314#define USB_VENDOR_ID_FLATFROG 0x25b5
315#define USB_DEVICE_ID_MULTITOUCH_3200 0x0002
316
317#define USB_VENDOR_ID_ESSENTIAL_REALITY 0x0d7f
318#define USB_DEVICE_ID_ESSENTIAL_REALITY_P5 0x0100
319
320#define USB_VENDOR_ID_ETT 0x0664
321#define USB_DEVICE_ID_TC5UH 0x0309
322#define USB_DEVICE_ID_TC4UM 0x0306
323
324#define USB_VENDOR_ID_ETURBOTOUCH 0x22b9
325#define USB_DEVICE_ID_ETURBOTOUCH 0x0006
326
327#define USB_VENDOR_ID_EZKEY 0x0518
328#define USB_DEVICE_ID_BTC_8193 0x0002
329
330#define USB_VENDOR_ID_FORMOSA 0x147a
331#define USB_DEVICE_ID_FORMOSA_IR_RECEIVER 0xe03e
332
333#define USB_VENDOR_ID_FREESCALE 0x15A2
334#define USB_DEVICE_ID_FREESCALE_MX28 0x004F
335
336#define USB_VENDOR_ID_FRUCTEL 0x25B6
337#define USB_DEVICE_ID_GAMETEL_MT_MODE 0x0002
338
339#define USB_VENDOR_ID_GAMERON 0x0810
340#define USB_DEVICE_ID_GAMERON_DUAL_PSX_ADAPTOR 0x0001
341#define USB_DEVICE_ID_GAMERON_DUAL_PCS_ADAPTOR 0x0002
342
343#define USB_VENDOR_ID_GENERAL_TOUCH 0x0dfc
344#define USB_DEVICE_ID_GENERAL_TOUCH_WIN7_TWOFINGERS 0x0003
345#define USB_DEVICE_ID_GENERAL_TOUCH_WIN8_PWT_TENFINGERS 0x0100
346#define USB_DEVICE_ID_GENERAL_TOUCH_WIN8_PIT_0101 0x0101
347#define USB_DEVICE_ID_GENERAL_TOUCH_WIN8_PIT_0102 0x0102
348#define USB_DEVICE_ID_GENERAL_TOUCH_WIN8_PIT_0106 0x0106
349#define USB_DEVICE_ID_GENERAL_TOUCH_WIN8_PIT_010A 0x010a
350#define USB_DEVICE_ID_GENERAL_TOUCH_WIN8_PIT_E100 0xe100
351
352#define USB_VENDOR_ID_GLAB 0x06c2
353#define USB_DEVICE_ID_4_PHIDGETSERVO_30 0x0038
354#define USB_DEVICE_ID_1_PHIDGETSERVO_30 0x0039
355#define USB_DEVICE_ID_0_0_4_IF_KIT 0x0040
356#define USB_DEVICE_ID_0_16_16_IF_KIT 0x0044
357#define USB_DEVICE_ID_8_8_8_IF_KIT 0x0045
358#define USB_DEVICE_ID_0_8_7_IF_KIT 0x0051
359#define USB_DEVICE_ID_0_8_8_IF_KIT 0x0053
360#define USB_DEVICE_ID_PHIDGET_MOTORCONTROL 0x0058
361
362#define USB_VENDOR_ID_GOODTOUCH 0x1aad
363#define USB_DEVICE_ID_GOODTOUCH_000f 0x000f
364
365#define USB_VENDOR_ID_GOTOP 0x08f2
366#define USB_DEVICE_ID_SUPER_Q2 0x007f
367#define USB_DEVICE_ID_GOGOPEN 0x00ce
368#define USB_DEVICE_ID_PENPOWER 0x00f4
369
370#define USB_VENDOR_ID_GREENASIA 0x0e8f
371#define USB_DEVICE_ID_GREENASIA_DUAL_USB_JOYPAD 0x3013
372
373#define USB_VENDOR_ID_GRETAGMACBETH 0x0971
374#define USB_DEVICE_ID_GRETAGMACBETH_HUEY 0x2005
375
376#define USB_VENDOR_ID_GRIFFIN 0x077d
377#define USB_DEVICE_ID_POWERMATE 0x0410
378#define USB_DEVICE_ID_SOUNDKNOB 0x04AA
379#define USB_DEVICE_ID_RADIOSHARK 0x627a
380
381#define USB_VENDOR_ID_GTCO 0x078c
382#define USB_DEVICE_ID_GTCO_90 0x0090
383#define USB_DEVICE_ID_GTCO_100 0x0100
384#define USB_DEVICE_ID_GTCO_101 0x0101
385#define USB_DEVICE_ID_GTCO_103 0x0103
386#define USB_DEVICE_ID_GTCO_104 0x0104
387#define USB_DEVICE_ID_GTCO_105 0x0105
388#define USB_DEVICE_ID_GTCO_106 0x0106
389#define USB_DEVICE_ID_GTCO_107 0x0107
390#define USB_DEVICE_ID_GTCO_108 0x0108
391#define USB_DEVICE_ID_GTCO_200 0x0200
392#define USB_DEVICE_ID_GTCO_201 0x0201
393#define USB_DEVICE_ID_GTCO_202 0x0202
394#define USB_DEVICE_ID_GTCO_203 0x0203
395#define USB_DEVICE_ID_GTCO_204 0x0204
396#define USB_DEVICE_ID_GTCO_205 0x0205
397#define USB_DEVICE_ID_GTCO_206 0x0206
398#define USB_DEVICE_ID_GTCO_207 0x0207
399#define USB_DEVICE_ID_GTCO_300 0x0300
400#define USB_DEVICE_ID_GTCO_301 0x0301
401#define USB_DEVICE_ID_GTCO_302 0x0302
402#define USB_DEVICE_ID_GTCO_303 0x0303
403#define USB_DEVICE_ID_GTCO_304 0x0304
404#define USB_DEVICE_ID_GTCO_305 0x0305
405#define USB_DEVICE_ID_GTCO_306 0x0306
406#define USB_DEVICE_ID_GTCO_307 0x0307
407#define USB_DEVICE_ID_GTCO_308 0x0308
408#define USB_DEVICE_ID_GTCO_309 0x0309
409#define USB_DEVICE_ID_GTCO_400 0x0400
410#define USB_DEVICE_ID_GTCO_401 0x0401
411#define USB_DEVICE_ID_GTCO_402 0x0402
412#define USB_DEVICE_ID_GTCO_403 0x0403
413#define USB_DEVICE_ID_GTCO_404 0x0404
414#define USB_DEVICE_ID_GTCO_405 0x0405
415#define USB_DEVICE_ID_GTCO_500 0x0500
416#define USB_DEVICE_ID_GTCO_501 0x0501
417#define USB_DEVICE_ID_GTCO_502 0x0502
418#define USB_DEVICE_ID_GTCO_503 0x0503
419#define USB_DEVICE_ID_GTCO_504 0x0504
420#define USB_DEVICE_ID_GTCO_1000 0x1000
421#define USB_DEVICE_ID_GTCO_1001 0x1001
422#define USB_DEVICE_ID_GTCO_1002 0x1002
423#define USB_DEVICE_ID_GTCO_1003 0x1003
424#define USB_DEVICE_ID_GTCO_1004 0x1004
425#define USB_DEVICE_ID_GTCO_1005 0x1005
426#define USB_DEVICE_ID_GTCO_1006 0x1006
427#define USB_DEVICE_ID_GTCO_1007 0x1007
428
429#define USB_VENDOR_ID_GYRATION 0x0c16
430#define USB_DEVICE_ID_GYRATION_REMOTE 0x0002
431#define USB_DEVICE_ID_GYRATION_REMOTE_2 0x0003
432#define USB_DEVICE_ID_GYRATION_REMOTE_3 0x0008
433
434#define USB_VENDOR_ID_HANWANG 0x0b57
435#define USB_DEVICE_ID_HANWANG_TABLET_FIRST 0x5000
436#define USB_DEVICE_ID_HANWANG_TABLET_LAST 0x8fff
437
438#define USB_VENDOR_ID_HANVON 0x20b3
439#define USB_DEVICE_ID_HANVON_MULTITOUCH 0x0a18
440
441#define USB_VENDOR_ID_HANVON_ALT 0x22ed
442#define USB_DEVICE_ID_HANVON_ALT_MULTITOUCH 0x1010
443
444#define USB_VENDOR_ID_HAPP 0x078b
445#define USB_DEVICE_ID_UGCI_DRIVING 0x0010
446#define USB_DEVICE_ID_UGCI_FLYING 0x0020
447#define USB_DEVICE_ID_UGCI_FIGHTING 0x0030
448
449#define USB_VENDOR_ID_HUION 0x256c
450#define USB_DEVICE_ID_HUION_580 0x006e
451
452#define USB_VENDOR_ID_IDEACOM 0x1cb6
453#define USB_DEVICE_ID_IDEACOM_IDC6650 0x6650
454#define USB_DEVICE_ID_IDEACOM_IDC6651 0x6651
455
456#define USB_VENDOR_ID_ILITEK 0x222a
457#define USB_DEVICE_ID_ILITEK_MULTITOUCH 0x0001
458
459#define USB_VENDOR_ID_INTEL_0 0x8086
460#define USB_VENDOR_ID_INTEL_1 0x8087
461#define USB_DEVICE_ID_INTEL_HID_SENSOR_0 0x09fa
462#define USB_DEVICE_ID_INTEL_HID_SENSOR_1 0x0a04
463
464#define USB_VENDOR_ID_STM_0 0x0483
465#define USB_DEVICE_ID_STM_HID_SENSOR 0x91d1
466
467#define USB_VENDOR_ID_ION 0x15e4
468#define USB_DEVICE_ID_ICADE 0x0132
469
470#define USB_VENDOR_ID_HOLTEK 0x1241
471#define USB_DEVICE_ID_HOLTEK_ON_LINE_GRIP 0x5015
472
473#define USB_VENDOR_ID_HOLTEK_ALT 0x04d9
474#define USB_DEVICE_ID_HOLTEK_ALT_KEYBOARD 0xa055
475#define USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A04A 0xa04a
476#define USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A067 0xa067
477#define USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A070 0xa070
478#define USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A072 0xa072
479#define USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A081 0xa081
480
481#define USB_VENDOR_ID_IMATION 0x0718
482#define USB_DEVICE_ID_DISC_STAKKA 0xd000
483
484#define USB_VENDOR_ID_IRTOUCHSYSTEMS 0x6615
485#define USB_DEVICE_ID_IRTOUCH_INFRARED_USB 0x0070
486
487#define USB_VENDOR_ID_JABRA 0x0b0e
488#define USB_DEVICE_ID_JABRA_SPEAK_410 0x0412
489#define USB_DEVICE_ID_JABRA_SPEAK_510 0x0420
490
491#define USB_VENDOR_ID_JESS 0x0c45
492#define USB_DEVICE_ID_JESS_YUREX 0x1010
493
494#define USB_VENDOR_ID_JESS2 0x0f30
495#define USB_DEVICE_ID_JESS2_COLOR_RUMBLE_PAD 0x0111
496
497#define USB_VENDOR_ID_KBGEAR 0x084e
498#define USB_DEVICE_ID_KBGEAR_JAMSTUDIO 0x1001
499
500#define USB_VENDOR_ID_KENSINGTON 0x047d
501#define USB_DEVICE_ID_KS_SLIMBLADE 0x2041
502
503#define USB_VENDOR_ID_KWORLD 0x1b80
504#define USB_DEVICE_ID_KWORLD_RADIO_FM700 0xd700
505
506#define USB_VENDOR_ID_KEYTOUCH 0x0926
507#define USB_DEVICE_ID_KEYTOUCH_IEC 0x3333
508
509#define USB_VENDOR_ID_KYE 0x0458
510#define USB_DEVICE_ID_KYE_ERGO_525V 0x0087
511#define USB_DEVICE_ID_GENIUS_GILA_GAMING_MOUSE 0x0138
512#define USB_DEVICE_ID_GENIUS_MANTICORE 0x0153
513#define USB_DEVICE_ID_GENIUS_GX_IMPERATOR 0x4018
514#define USB_DEVICE_ID_KYE_GPEN_560 0x5003
515#define USB_DEVICE_ID_KYE_EASYPEN_I405X 0x5010
516#define USB_DEVICE_ID_KYE_MOUSEPEN_I608X 0x5011
517#define USB_DEVICE_ID_KYE_EASYPEN_M610X 0x5013
518
519#define USB_VENDOR_ID_LABTEC 0x1020
520#define USB_DEVICE_ID_LABTEC_WIRELESS_KEYBOARD 0x0006
521
522#define USB_VENDOR_ID_LCPOWER 0x1241
523#define USB_DEVICE_ID_LCPOWER_LC1000 0xf767
524
525#define USB_VENDOR_ID_LD 0x0f11
526#define USB_DEVICE_ID_LD_CASSY 0x1000
527#define USB_DEVICE_ID_LD_CASSY2 0x1001
528#define USB_DEVICE_ID_LD_POCKETCASSY 0x1010
529#define USB_DEVICE_ID_LD_POCKETCASSY2 0x1011
530#define USB_DEVICE_ID_LD_MOBILECASSY 0x1020
531#define USB_DEVICE_ID_LD_MOBILECASSY2 0x1021
532#define USB_DEVICE_ID_LD_MICROCASSYVOLTAGE 0x1031
533#define USB_DEVICE_ID_LD_MICROCASSYCURRENT 0x1032
534#define USB_DEVICE_ID_LD_MICROCASSYTIME 0x1033
535#define USB_DEVICE_ID_LD_MICROCASSYTEMPERATURE 0x1035
536#define USB_DEVICE_ID_LD_MICROCASSYPH 0x1038
537#define USB_DEVICE_ID_LD_JWM 0x1080
538#define USB_DEVICE_ID_LD_DMMP 0x1081
539#define USB_DEVICE_ID_LD_UMIP 0x1090
540#define USB_DEVICE_ID_LD_UMIC 0x10A0
541#define USB_DEVICE_ID_LD_UMIB 0x10B0
542#define USB_DEVICE_ID_LD_XRAY 0x1100
543#define USB_DEVICE_ID_LD_XRAY2 0x1101
544#define USB_DEVICE_ID_LD_XRAYCT 0x1110
545#define USB_DEVICE_ID_LD_VIDEOCOM 0x1200
546#define USB_DEVICE_ID_LD_MOTOR 0x1210
547#define USB_DEVICE_ID_LD_COM3LAB 0x2000
548#define USB_DEVICE_ID_LD_TELEPORT 0x2010
549#define USB_DEVICE_ID_LD_NETWORKANALYSER 0x2020
550#define USB_DEVICE_ID_LD_POWERCONTROL 0x2030
551#define USB_DEVICE_ID_LD_MACHINETEST 0x2040
552#define USB_DEVICE_ID_LD_MOSTANALYSER 0x2050
553#define USB_DEVICE_ID_LD_MOSTANALYSER2 0x2051
554#define USB_DEVICE_ID_LD_ABSESP 0x2060
555#define USB_DEVICE_ID_LD_AUTODATABUS 0x2070
556#define USB_DEVICE_ID_LD_MCT 0x2080
557#define USB_DEVICE_ID_LD_HYBRID 0x2090
558#define USB_DEVICE_ID_LD_HEATCONTROL 0x20A0
559
560#define USB_VENDOR_ID_LENOVO 0x17ef
561#define USB_DEVICE_ID_LENOVO_TPKBD 0x6009
562
563#define USB_VENDOR_ID_LG 0x1fd2
564#define USB_DEVICE_ID_LG_MULTITOUCH 0x0064
565
566#define USB_VENDOR_ID_LOGITECH 0x046d
567#define USB_DEVICE_ID_LOGITECH_AUDIOHUB 0x0a0e
568#define USB_DEVICE_ID_LOGITECH_RECEIVER 0xc101
569#define USB_DEVICE_ID_LOGITECH_HARMONY_FIRST 0xc110
570#define USB_DEVICE_ID_LOGITECH_HARMONY_LAST 0xc14f
571#define USB_DEVICE_ID_LOGITECH_HARMONY_PS3 0x0306
572#define USB_DEVICE_ID_LOGITECH_RUMBLEPAD_CORD 0xc20a
573#define USB_DEVICE_ID_LOGITECH_RUMBLEPAD 0xc211
574#define USB_DEVICE_ID_LOGITECH_EXTREME_3D 0xc215
575#define USB_DEVICE_ID_LOGITECH_DUAL_ACTION 0xc216
576#define USB_DEVICE_ID_LOGITECH_RUMBLEPAD2 0xc218
577#define USB_DEVICE_ID_LOGITECH_RUMBLEPAD2_2 0xc219
578#define USB_DEVICE_ID_LOGITECH_WINGMAN_F3D 0xc283
579#define USB_DEVICE_ID_LOGITECH_FORCE3D_PRO 0xc286
580#define USB_DEVICE_ID_LOGITECH_FLIGHT_SYSTEM_G940 0xc287
581#define USB_DEVICE_ID_LOGITECH_WINGMAN_FFG 0xc293
582#define USB_DEVICE_ID_LOGITECH_WHEEL 0xc294
583#define USB_DEVICE_ID_LOGITECH_MOMO_WHEEL 0xc295
584#define USB_DEVICE_ID_LOGITECH_DFP_WHEEL 0xc298
585#define USB_DEVICE_ID_LOGITECH_G25_WHEEL 0xc299
586#define USB_DEVICE_ID_LOGITECH_DFGT_WHEEL 0xc29a
587#define USB_DEVICE_ID_LOGITECH_G27_WHEEL 0xc29b
588#define USB_DEVICE_ID_LOGITECH_WII_WHEEL 0xc29c
589#define USB_DEVICE_ID_LOGITECH_ELITE_KBD 0xc30a
590#define USB_DEVICE_ID_S510_RECEIVER 0xc50c
591#define USB_DEVICE_ID_S510_RECEIVER_2 0xc517
592#define USB_DEVICE_ID_LOGITECH_CORDLESS_DESKTOP_LX500 0xc512
593#define USB_DEVICE_ID_MX3000_RECEIVER 0xc513
594#define USB_DEVICE_ID_LOGITECH_UNIFYING_RECEIVER 0xc52b
595#define USB_DEVICE_ID_LOGITECH_UNIFYING_RECEIVER_2 0xc532
596#define USB_DEVICE_ID_SPACETRAVELLER 0xc623
597#define USB_DEVICE_ID_SPACENAVIGATOR 0xc626
598#define USB_DEVICE_ID_DINOVO_DESKTOP 0xc704
599#define USB_DEVICE_ID_DINOVO_EDGE 0xc714
600#define USB_DEVICE_ID_DINOVO_MINI 0xc71f
601#define USB_DEVICE_ID_LOGITECH_MOMO_WHEEL2 0xca03
602#define USB_DEVICE_ID_LOGITECH_VIBRATION_WHEEL 0xca04
603
604#define USB_VENDOR_ID_LUMIO 0x202e
605#define USB_DEVICE_ID_CRYSTALTOUCH 0x0006
606#define USB_DEVICE_ID_CRYSTALTOUCH_DUAL 0x0007
607
608#define USB_VENDOR_ID_MADCATZ 0x0738
609#define USB_DEVICE_ID_MADCATZ_BEATPAD 0x4540
610
611#define USB_VENDOR_ID_MCC 0x09db
612#define USB_DEVICE_ID_MCC_PMD1024LS 0x0076
613#define USB_DEVICE_ID_MCC_PMD1208LS 0x007a
614
615#define USB_VENDOR_ID_MGE 0x0463
616#define USB_DEVICE_ID_MGE_UPS 0xffff
617#define USB_DEVICE_ID_MGE_UPS1 0x0001
618
619#define USB_VENDOR_ID_MICROCHIP 0x04d8
620#define USB_DEVICE_ID_PICKIT1 0x0032
621#define USB_DEVICE_ID_PICKIT2 0x0033
622#define USB_DEVICE_ID_PICOLCD 0xc002
623#define USB_DEVICE_ID_PICOLCD_BOOTLOADER 0xf002
624
625#define USB_VENDOR_ID_MICROSOFT 0x045e
626#define USB_DEVICE_ID_SIDEWINDER_GV 0x003b
627#define USB_DEVICE_ID_MS_OFFICE_KB 0x0048
628#define USB_DEVICE_ID_WIRELESS_OPTICAL_DESKTOP_3_0 0x009d
629#define USB_DEVICE_ID_MS_NE4K 0x00db
630#define USB_DEVICE_ID_MS_NE4K_JP 0x00dc
631#define USB_DEVICE_ID_MS_LK6K 0x00f9
632#define USB_DEVICE_ID_MS_PRESENTER_8K_BT 0x0701
633#define USB_DEVICE_ID_MS_PRESENTER_8K_USB 0x0713
634#define USB_DEVICE_ID_MS_DIGITAL_MEDIA_3K 0x0730
635#define USB_DEVICE_ID_MS_COMFORT_MOUSE_4500 0x076c
636
637#define USB_VENDOR_ID_MOJO 0x8282
638#define USB_DEVICE_ID_RETRO_ADAPTER 0x3201
639
640#define USB_VENDOR_ID_MONTEREY 0x0566
641#define USB_DEVICE_ID_GENIUS_KB29E 0x3004
642
643#define USB_VENDOR_ID_MSI 0x1770
644#define USB_DEVICE_ID_MSI_GX680R_LED_PANEL 0xff00
645
646#define USB_VENDOR_ID_NATIONAL_SEMICONDUCTOR 0x0400
647#define USB_DEVICE_ID_N_S_HARMONY 0xc359
648
649#define USB_VENDOR_ID_NATSU 0x08b7
650#define USB_DEVICE_ID_NATSU_GAMEPAD 0x0001
651
652#define USB_VENDOR_ID_NCR 0x0404
653#define USB_DEVICE_ID_NCR_FIRST 0x0300
654#define USB_DEVICE_ID_NCR_LAST 0x03ff
655
656#define USB_VENDOR_ID_NEC 0x073e
657#define USB_DEVICE_ID_NEC_USB_GAME_PAD 0x0301
658
659#define USB_VENDOR_ID_NEXIO 0x1870
660#define USB_DEVICE_ID_NEXIO_MULTITOUCH_420 0x010d
661#define USB_DEVICE_ID_NEXIO_MULTITOUCH_PTI0750 0x0110
662
663#define USB_VENDOR_ID_NEXTWINDOW 0x1926
664#define USB_DEVICE_ID_NEXTWINDOW_TOUCHSCREEN 0x0003
665
666#define USB_VENDOR_ID_NINTENDO 0x057e
667#define USB_DEVICE_ID_NINTENDO_WIIMOTE 0x0306
668#define USB_DEVICE_ID_NINTENDO_WIIMOTE2 0x0330
669
670#define USB_VENDOR_ID_NOVATEK 0x0603
671#define USB_DEVICE_ID_NOVATEK_PCT 0x0600
672#define USB_DEVICE_ID_NOVATEK_MOUSE 0x1602
673
674#define USB_VENDOR_ID_NTRIG 0x1b96
675#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN 0x0001
676#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_1 0x0003
677#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_2 0x0004
678#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_3 0x0005
679#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_4 0x0006
680#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_5 0x0007
681#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_6 0x0008
682#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_7 0x0009
683#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_8 0x000A
684#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_9 0x000B
685#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_10 0x000C
686#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_11 0x000D
687#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_12 0x000E
688#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_13 0x000F
689#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_14 0x0010
690#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_15 0x0011
691#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_16 0x0012
692#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_17 0x0013
693#define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_18 0x0014
694#define USB_DEVICE_ID_NTRIG_DUOSENSE 0x1500
695
696#define USB_VENDOR_ID_ONTRAK 0x0a07
697#define USB_DEVICE_ID_ONTRAK_ADU100 0x0064
698
699#define USB_VENDOR_ID_ORTEK 0x05a4
700#define USB_DEVICE_ID_ORTEK_PKB1700 0x1700
701#define USB_DEVICE_ID_ORTEK_WKB2000 0x2000
702
703#define USB_VENDOR_ID_PANASONIC 0x04da
704#define USB_DEVICE_ID_PANABOARD_UBT780 0x1044
705#define USB_DEVICE_ID_PANABOARD_UBT880 0x104d
706
707#define USB_VENDOR_ID_PANJIT 0x134c
708
709#define USB_VENDOR_ID_PANTHERLORD 0x0810
710#define USB_DEVICE_ID_PANTHERLORD_TWIN_USB_JOYSTICK 0x0001
711
712#define USB_VENDOR_ID_PENMOUNT 0x14e1
713#define USB_DEVICE_ID_PENMOUNT_PCI 0x3500
714
715#define USB_VENDOR_ID_PETALYNX 0x18b1
716#define USB_DEVICE_ID_PETALYNX_MAXTER_REMOTE 0x0037
717
718#define USB_VENDOR_ID_PHILIPS 0x0471
719#define USB_DEVICE_ID_PHILIPS_IEEE802154_DONGLE 0x0617
720
721#define USB_VENDOR_ID_PI_ENGINEERING 0x05f3
722#define USB_DEVICE_ID_PI_ENGINEERING_VEC_USB_FOOTPEDAL 0xff
723
724#define USB_VENDOR_ID_PIXART 0x093a
725#define USB_DEVICE_ID_PIXART_OPTICAL_TOUCH_SCREEN 0x8001
726#define USB_DEVICE_ID_PIXART_OPTICAL_TOUCH_SCREEN1 0x8002
727#define USB_DEVICE_ID_PIXART_OPTICAL_TOUCH_SCREEN2 0x8003
728
729#define USB_VENDOR_ID_PLAYDOTCOM 0x0b43
730#define USB_DEVICE_ID_PLAYDOTCOM_EMS_USBII 0x0003
731
732#define USB_VENDOR_ID_POWERCOM 0x0d9f
733#define USB_DEVICE_ID_POWERCOM_UPS 0x0002
734
735#define USB_VENDOR_ID_PRODIGE 0x05af
736#define USB_DEVICE_ID_PRODIGE_CORDLESS 0x3062
737
738#define USB_VENDOR_ID_QUANTA 0x0408
739#define USB_DEVICE_ID_QUANTA_OPTICAL_TOUCH 0x3000
740#define USB_DEVICE_ID_QUANTA_OPTICAL_TOUCH_3001 0x3001
741#define USB_DEVICE_ID_QUANTA_OPTICAL_TOUCH_3008 0x3008
742
743#define USB_VENDOR_ID_REALTEK 0x0bda
744#define USB_DEVICE_ID_REALTEK_READER 0x0152
745
746#define USB_VENDOR_ID_ROCCAT 0x1e7d
747#define USB_DEVICE_ID_ROCCAT_ARVO 0x30d4
748#define USB_DEVICE_ID_ROCCAT_ISKU 0x319c
749#define USB_DEVICE_ID_ROCCAT_ISKUFX 0x3264
750#define USB_DEVICE_ID_ROCCAT_KONE 0x2ced
751#define USB_DEVICE_ID_ROCCAT_KONEPLUS 0x2d51
752#define USB_DEVICE_ID_ROCCAT_KONEPURE 0x2dbe
753#define USB_DEVICE_ID_ROCCAT_KONEPURE_OPTICAL 0x2db4
754#define USB_DEVICE_ID_ROCCAT_KONEXTD 0x2e22
755#define USB_DEVICE_ID_ROCCAT_KOVAPLUS 0x2d50
756#define USB_DEVICE_ID_ROCCAT_LUA 0x2c2e
757#define USB_DEVICE_ID_ROCCAT_PYRA_WIRED 0x2c24
758#define USB_DEVICE_ID_ROCCAT_PYRA_WIRELESS 0x2cf6
759#define USB_DEVICE_ID_ROCCAT_RYOS_MK 0x3138
760#define USB_DEVICE_ID_ROCCAT_RYOS_MK_GLOW 0x31ce
761#define USB_DEVICE_ID_ROCCAT_RYOS_MK_PRO 0x3232
762#define USB_DEVICE_ID_ROCCAT_SAVU 0x2d5a
763
764#define USB_VENDOR_ID_SAITEK 0x06a3
765#define USB_DEVICE_ID_SAITEK_RUMBLEPAD 0xff17
766#define USB_DEVICE_ID_SAITEK_PS1000 0x0621
767
768#define USB_VENDOR_ID_SAMSUNG 0x0419
769#define USB_DEVICE_ID_SAMSUNG_IR_REMOTE 0x0001
770#define USB_DEVICE_ID_SAMSUNG_WIRELESS_KBD_MOUSE 0x0600
771
772#define USB_VENDOR_ID_SENNHEISER 0x1395
773#define USB_DEVICE_ID_SENNHEISER_BTD500USB 0x002c
774
775#define USB_VENDOR_ID_SIGMA_MICRO 0x1c4f
776#define USB_DEVICE_ID_SIGMA_MICRO_KEYBOARD 0x0002
777
778#define USB_VENDOR_ID_SIGMATEL 0x066F
779#define USB_DEVICE_ID_SIGMATEL_STMP3780 0x3780
780
781#define USB_VENDOR_ID_SIS_TOUCH 0x0457
782#define USB_DEVICE_ID_SIS9200_TOUCH 0x9200
783#define USB_DEVICE_ID_SIS817_TOUCH 0x0817
784#define USB_DEVICE_ID_SIS_TS 0x1013
785#define USB_DEVICE_ID_SIS1030_TOUCH 0x1030
786
787#define USB_VENDOR_ID_SKYCABLE 0x1223
788#define USB_DEVICE_ID_SKYCABLE_WIRELESS_PRESENTER 0x3F07
789
790#define USB_VENDOR_ID_SONY 0x054c
791#define USB_DEVICE_ID_SONY_VAIO_VGX_MOUSE 0x024b
792#define USB_DEVICE_ID_SONY_VAIO_VGP_MOUSE 0x0374
793#define USB_DEVICE_ID_SONY_PS3_BDREMOTE 0x0306
794#define USB_DEVICE_ID_SONY_PS3_CONTROLLER 0x0268
795#define USB_DEVICE_ID_SONY_PS4_CONTROLLER 0x05c4
796#define USB_DEVICE_ID_SONY_NAVIGATION_CONTROLLER 0x042f
797#define USB_DEVICE_ID_SONY_BUZZ_CONTROLLER 0x0002
798#define USB_DEVICE_ID_SONY_WIRELESS_BUZZ_CONTROLLER 0x1000
799
800#define USB_VENDOR_ID_SOUNDGRAPH 0x15c2
801#define USB_DEVICE_ID_SOUNDGRAPH_IMON_FIRST 0x0034
802#define USB_DEVICE_ID_SOUNDGRAPH_IMON_LAST 0x0046
803
804#define USB_VENDOR_ID_STANTUM 0x1f87
805#define USB_DEVICE_ID_MTP 0x0002
806
807#define USB_VENDOR_ID_STANTUM_STM 0x0483
808#define USB_DEVICE_ID_MTP_STM 0x3261
809
810#define USB_VENDOR_ID_STANTUM_SITRONIX 0x1403
811#define USB_DEVICE_ID_MTP_SITRONIX 0x5001
812
813#define USB_VENDOR_ID_STEELSERIES 0x1038
814#define USB_DEVICE_ID_STEELSERIES_SRWS1 0x1410
815
816#define USB_VENDOR_ID_SUN 0x0430
817#define USB_DEVICE_ID_RARITAN_KVM_DONGLE 0xcdab
818
819#define USB_VENDOR_ID_SUNPLUS 0x04fc
820#define USB_DEVICE_ID_SUNPLUS_WDESKTOP 0x05d8
821
822#define USB_VENDOR_ID_SYMBOL 0x05e0
823#define USB_DEVICE_ID_SYMBOL_SCANNER_1 0x0800
824#define USB_DEVICE_ID_SYMBOL_SCANNER_2 0x1300
825
826#define USB_VENDOR_ID_SYNAPTICS 0x06cb
827#define USB_DEVICE_ID_SYNAPTICS_TP 0x0001
828#define USB_DEVICE_ID_SYNAPTICS_INT_TP 0x0002
829#define USB_DEVICE_ID_SYNAPTICS_CPAD 0x0003
830#define USB_DEVICE_ID_SYNAPTICS_TS 0x0006
831#define USB_DEVICE_ID_SYNAPTICS_STICK 0x0007
832#define USB_DEVICE_ID_SYNAPTICS_WP 0x0008
833#define USB_DEVICE_ID_SYNAPTICS_COMP_TP 0x0009
834#define USB_DEVICE_ID_SYNAPTICS_WTP 0x0010
835#define USB_DEVICE_ID_SYNAPTICS_DPAD 0x0013
836#define USB_DEVICE_ID_SYNAPTICS_LTS1 0x0af8
837#define USB_DEVICE_ID_SYNAPTICS_LTS2 0x1d10
838#define USB_DEVICE_ID_SYNAPTICS_HD 0x0ac3
839#define USB_DEVICE_ID_SYNAPTICS_QUAD_HD 0x1ac3
840#define USB_DEVICE_ID_SYNAPTICS_TP_V103 0x5710
841
842#define USB_VENDOR_ID_TEXAS_INSTRUMENTS 0x2047
843#define USB_DEVICE_ID_TEXAS_INSTRUMENTS_LENOVO_YOGA 0x0855
844
845#define USB_VENDOR_ID_THINGM 0x27b8
846#define USB_DEVICE_ID_BLINK1 0x01ed
847
848#define USB_VENDOR_ID_THRUSTMASTER 0x044f
849
850#define USB_VENDOR_ID_TIVO 0x150a
851#define USB_DEVICE_ID_TIVO_SLIDE_BT 0x1200
852#define USB_DEVICE_ID_TIVO_SLIDE 0x1201
853
854#define USB_VENDOR_ID_TOPSEED 0x0766
855#define USB_DEVICE_ID_TOPSEED_CYBERLINK 0x0204
856
857#define USB_VENDOR_ID_TOPSEED2 0x1784
858#define USB_DEVICE_ID_TOPSEED2_RF_COMBO 0x0004
859#define USB_DEVICE_ID_TOPSEED2_PERIPAD_701 0x0016
860
861#define USB_VENDOR_ID_TOPMAX 0x0663
862#define USB_DEVICE_ID_TOPMAX_COBRAPAD 0x0103
863
864#define USB_VENDOR_ID_TOUCH_INTL 0x1e5e
865#define USB_DEVICE_ID_TOUCH_INTL_MULTI_TOUCH 0x0313
866
867#define USB_VENDOR_ID_TOUCHPACK 0x1bfd
868#define USB_DEVICE_ID_TOUCHPACK_RTS 0x1688
869
870#define USB_VENDOR_ID_TPV 0x25aa
871#define USB_DEVICE_ID_TPV_OPTICAL_TOUCHSCREEN 0x8883
872
873#define USB_VENDOR_ID_TURBOX 0x062a
874#define USB_DEVICE_ID_TURBOX_KEYBOARD 0x0201
875#define USB_DEVICE_ID_TURBOX_TOUCHSCREEN_MOSART 0x7100
876
877#define USB_VENDOR_ID_TWINHAN 0x6253
878#define USB_DEVICE_ID_TWINHAN_IR_REMOTE 0x0100
879
880#define USB_VENDOR_ID_UCLOGIC 0x5543
881#define USB_DEVICE_ID_UCLOGIC_TABLET_PF1209 0x0042
882#define USB_DEVICE_ID_UCLOGIC_TABLET_KNA5 0x6001
883#define USB_DEVICE_ID_UCLOGIC_TABLET_TWA60 0x0064
884#define USB_DEVICE_ID_UCLOGIC_TABLET_WP4030U 0x0003
885#define USB_DEVICE_ID_UCLOGIC_TABLET_WP5540U 0x0004
886#define USB_DEVICE_ID_UCLOGIC_TABLET_WP8060U 0x0005
887#define USB_DEVICE_ID_UCLOGIC_TABLET_WP1062 0x0064
888#define USB_DEVICE_ID_UCLOGIC_WIRELESS_TABLET_TWHL850 0x0522
889#define USB_DEVICE_ID_UCLOGIC_TABLET_TWHA60 0x0781
890
891#define USB_VENDOR_ID_UNITEC 0x227d
892#define USB_DEVICE_ID_UNITEC_USB_TOUCH_0709 0x0709
893#define USB_DEVICE_ID_UNITEC_USB_TOUCH_0A19 0x0a19
894
895#define USB_VENDOR_ID_VELLEMAN 0x10cf
896#define USB_DEVICE_ID_VELLEMAN_K8055_FIRST 0x5500
897#define USB_DEVICE_ID_VELLEMAN_K8055_LAST 0x5503
898#define USB_DEVICE_ID_VELLEMAN_K8061_FIRST 0x8061
899#define USB_DEVICE_ID_VELLEMAN_K8061_LAST 0x8068
900
901#define USB_VENDOR_ID_VERNIER 0x08f7
902#define USB_DEVICE_ID_VERNIER_LABPRO 0x0001
903#define USB_DEVICE_ID_VERNIER_GOTEMP 0x0002
904#define USB_DEVICE_ID_VERNIER_SKIP 0x0003
905#define USB_DEVICE_ID_VERNIER_CYCLOPS 0x0004
906#define USB_DEVICE_ID_VERNIER_LCSPEC 0x0006
907
908#define USB_VENDOR_ID_WACOM 0x056a
909#define USB_DEVICE_ID_WACOM_GRAPHIRE_BLUETOOTH 0x81
910#define USB_DEVICE_ID_WACOM_INTUOS4_BLUETOOTH 0x00BD
911
912#define USB_VENDOR_ID_WALTOP 0x172f
913#define USB_DEVICE_ID_WALTOP_SLIM_TABLET_5_8_INCH 0x0032
914#define USB_DEVICE_ID_WALTOP_SLIM_TABLET_12_1_INCH 0x0034
915#define USB_DEVICE_ID_WALTOP_Q_PAD 0x0037
916#define USB_DEVICE_ID_WALTOP_PID_0038 0x0038
917#define USB_DEVICE_ID_WALTOP_MEDIA_TABLET_10_6_INCH 0x0501
918#define USB_DEVICE_ID_WALTOP_MEDIA_TABLET_14_1_INCH 0x0500
919#define USB_DEVICE_ID_WALTOP_SIRIUS_BATTERY_FREE_TABLET 0x0502
920
921#define USB_VENDOR_ID_WISEGROUP 0x0925
922#define USB_DEVICE_ID_SMARTJOY_PLUS 0x0005
923#define USB_DEVICE_ID_1_PHIDGETSERVO_20 0x8101
924#define USB_DEVICE_ID_4_PHIDGETSERVO_20 0x8104
925#define USB_DEVICE_ID_8_8_4_IF_KIT 0x8201
926#define USB_DEVICE_ID_SUPER_JOY_BOX_3 0x8888
927#define USB_DEVICE_ID_QUAD_USB_JOYPAD 0x8800
928#define USB_DEVICE_ID_DUAL_USB_JOYPAD 0x8866
929
930#define USB_VENDOR_ID_WISEGROUP_LTD 0x6666
931#define USB_VENDOR_ID_WISEGROUP_LTD2 0x6677
932#define USB_DEVICE_ID_SMARTJOY_DUAL_PLUS 0x8802
933#define USB_DEVICE_ID_SUPER_JOY_BOX_3_PRO 0x8801
934#define USB_DEVICE_ID_SUPER_DUAL_BOX_PRO 0x8802
935#define USB_DEVICE_ID_SUPER_JOY_BOX_5_PRO 0x8804
936
937#define USB_VENDOR_ID_WISTRON 0x0fb8
938#define USB_DEVICE_ID_WISTRON_OPTICAL_TOUCH 0x1109
939
940#define USB_VENDOR_ID_X_TENSIONS 0x1ae7
941#define USB_DEVICE_ID_SPEEDLINK_VAD_CEZANNE 0x9001
942
943#define USB_VENDOR_ID_XAT 0x2505
944#define USB_DEVICE_ID_XAT_CSR 0x0220
945
946#define USB_VENDOR_ID_XIN_MO 0x16c0
947#define USB_DEVICE_ID_XIN_MO_DUAL_ARCADE 0x05e1
948
949#define USB_VENDOR_ID_XIROKU 0x1477
950#define USB_DEVICE_ID_XIROKU_SPX 0x1006
951#define USB_DEVICE_ID_XIROKU_MPX 0x1007
952#define USB_DEVICE_ID_XIROKU_CSR 0x100e
953#define USB_DEVICE_ID_XIROKU_SPX1 0x1021
954#define USB_DEVICE_ID_XIROKU_CSR1 0x1022
955#define USB_DEVICE_ID_XIROKU_MPX1 0x1023
956#define USB_DEVICE_ID_XIROKU_SPX2 0x1024
957#define USB_DEVICE_ID_XIROKU_CSR2 0x1025
958#define USB_DEVICE_ID_XIROKU_MPX2 0x1026
959
960#define USB_VENDOR_ID_YEALINK 0x6993
961#define USB_DEVICE_ID_YEALINK_P1K_P4K_B2K 0xb001
962
963#define USB_VENDOR_ID_ZEROPLUS 0x0c12
964
965#define USB_VENDOR_ID_ZYDACRON 0x13EC
966#define USB_DEVICE_ID_ZYDACRON_REMOTE_CONTROL 0x0006
967
968#define USB_VENDOR_ID_ZYTRONIC 0x14c8
969#define USB_DEVICE_ID_ZYTRONIC_ZXY100 0x0005
970
971#define USB_VENDOR_ID_PRIMAX 0x0461
972#define USB_DEVICE_ID_PRIMAX_KEYBOARD 0x4e05
973
974
975#define USB_VENDOR_ID_RISO_KAGAKU 0x1294 /* Riso Kagaku Corp. */
976#define USB_DEVICE_ID_RI_KA_WEBMAIL 0x1320 /* Webmail Notifier */
977
978#endif