diff options
author | Jiri Kosina <jkosina@suse.cz> | 2007-04-03 17:39:37 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2007-04-11 04:36:02 -0400 |
commit | 48b4554aca28f721d3dfbab077c05032b3d1cd31 (patch) | |
tree | f9eebb3587f9a6a6680664cb5c0c34bf84180e5c /drivers/hid | |
parent | 6db3dfefa28739e7c9c60809c3a5aef7cc088b97 (diff) |
USB HID: consolidate vendor/product ids
The vendor/product IDs for the purposes of hid_blacklist got
scathered around the hid-core.c in a rather random way over the
time.
Move all the related definitions at the beginning of the file,
and make them sorted again. Sort also hid_blacklist properly.
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/usbhid/hid-core.c | 821 |
1 files changed, 410 insertions, 411 deletions
diff --git a/drivers/hid/usbhid/hid-core.c b/drivers/hid/usbhid/hid-core.c index 827a75a186ba..7c0fc11e972a 100644 --- a/drivers/hid/usbhid/hid-core.c +++ b/drivers/hid/usbhid/hid-core.c | |||
@@ -53,6 +53,416 @@ static unsigned int hid_mousepoll_interval; | |||
53 | module_param_named(mousepoll, hid_mousepoll_interval, uint, 0644); | 53 | module_param_named(mousepoll, hid_mousepoll_interval, uint, 0644); |
54 | MODULE_PARM_DESC(mousepoll, "Polling interval of mice"); | 54 | MODULE_PARM_DESC(mousepoll, "Polling interval of mice"); |
55 | 55 | ||
56 | #define USB_VENDOR_ID_A4TECH 0x09da | ||
57 | #define USB_DEVICE_ID_A4TECH_WCP32PU 0x0006 | ||
58 | |||
59 | #define USB_VENDOR_ID_AASHIMA 0x06d6 | ||
60 | #define USB_DEVICE_ID_AASHIMA_GAMEPAD 0x0025 | ||
61 | #define USB_DEVICE_ID_AASHIMA_PREDATOR 0x0026 | ||
62 | |||
63 | #define USB_VENDOR_ID_ACECAD 0x0460 | ||
64 | #define USB_DEVICE_ID_ACECAD_FLAIR 0x0004 | ||
65 | #define USB_DEVICE_ID_ACECAD_302 0x0008 | ||
66 | |||
67 | #define USB_VENDOR_ID_AIPTEK 0x08ca | ||
68 | #define USB_DEVICE_ID_AIPTEK_01 0x0001 | ||
69 | #define USB_DEVICE_ID_AIPTEK_10 0x0010 | ||
70 | #define USB_DEVICE_ID_AIPTEK_20 0x0020 | ||
71 | #define USB_DEVICE_ID_AIPTEK_21 0x0021 | ||
72 | #define USB_DEVICE_ID_AIPTEK_22 0x0022 | ||
73 | #define USB_DEVICE_ID_AIPTEK_23 0x0023 | ||
74 | #define USB_DEVICE_ID_AIPTEK_24 0x0024 | ||
75 | |||
76 | #define USB_VENDOR_ID_AIRCABLE 0x16CA | ||
77 | #define USB_DEVICE_ID_AIRCABLE1 0x1502 | ||
78 | |||
79 | #define USB_VENDOR_ID_ALCOR 0x058f | ||
80 | #define USB_DEVICE_ID_ALCOR_USBRS232 0x9720 | ||
81 | |||
82 | #define USB_VENDOR_ID_ALPS 0x0433 | ||
83 | #define USB_DEVICE_ID_IBM_GAMEPAD 0x1101 | ||
84 | |||
85 | #define USB_VENDOR_ID_APPLE 0x05ac | ||
86 | #define USB_DEVICE_ID_APPLE_MIGHTYMOUSE 0x0304 | ||
87 | #define USB_DEVICE_ID_APPLE_FOUNTAIN_ANSI 0x020e | ||
88 | #define USB_DEVICE_ID_APPLE_FOUNTAIN_ISO 0x020f | ||
89 | #define USB_DEVICE_ID_APPLE_GEYSER_ANSI 0x0214 | ||
90 | #define USB_DEVICE_ID_APPLE_GEYSER_ISO 0x0215 | ||
91 | #define USB_DEVICE_ID_APPLE_GEYSER_JIS 0x0216 | ||
92 | #define USB_DEVICE_ID_APPLE_GEYSER3_ANSI 0x0217 | ||
93 | #define USB_DEVICE_ID_APPLE_GEYSER3_ISO 0x0218 | ||
94 | #define USB_DEVICE_ID_APPLE_GEYSER3_JIS 0x0219 | ||
95 | #define USB_DEVICE_ID_APPLE_GEYSER4_ANSI 0x021a | ||
96 | #define USB_DEVICE_ID_APPLE_GEYSER4_ISO 0x021b | ||
97 | #define USB_DEVICE_ID_APPLE_GEYSER4_JIS 0x021c | ||
98 | #define USB_DEVICE_ID_APPLE_FOUNTAIN_TP_ONLY 0x030a | ||
99 | #define USB_DEVICE_ID_APPLE_GEYSER1_TP_ONLY 0x030b | ||
100 | #define USB_DEVICE_ID_APPLE_IR 0x8240 | ||
101 | |||
102 | #define USB_VENDOR_ID_ATEN 0x0557 | ||
103 | #define USB_DEVICE_ID_ATEN_UC100KM 0x2004 | ||
104 | #define USB_DEVICE_ID_ATEN_CS124U 0x2202 | ||
105 | #define USB_DEVICE_ID_ATEN_2PORTKVM 0x2204 | ||
106 | #define USB_DEVICE_ID_ATEN_4PORTKVM 0x2205 | ||
107 | #define USB_DEVICE_ID_ATEN_4PORTKVMC 0x2208 | ||
108 | |||
109 | #define USB_VENDOR_ID_BERKSHIRE 0x0c98 | ||
110 | #define USB_DEVICE_ID_BERKSHIRE_PCWD 0x1140 | ||
111 | |||
112 | #define USB_VENDOR_ID_CHERRY 0x046a | ||
113 | #define USB_DEVICE_ID_CHERRY_CYMOTION 0x0023 | ||
114 | |||
115 | #define USB_VENDOR_ID_CHIC 0x05fe | ||
116 | #define USB_DEVICE_ID_CHIC_GAMEPAD 0x0014 | ||
117 | |||
118 | #define USB_VENDOR_ID_CIDC 0x1677 | ||
119 | |||
120 | #define USB_VENDOR_ID_CODEMERCS 0x07c0 | ||
121 | #define USB_DEVICE_ID_CODEMERCS_IOW_FIRST 0x1500 | ||
122 | #define USB_DEVICE_ID_CODEMERCS_IOW_LAST 0x15ff | ||
123 | |||
124 | #define USB_VENDOR_ID_CYPRESS 0x04b4 | ||
125 | #define USB_DEVICE_ID_CYPRESS_MOUSE 0x0001 | ||
126 | #define USB_DEVICE_ID_CYPRESS_HIDCOM 0x5500 | ||
127 | #define USB_DEVICE_ID_CYPRESS_ULTRAMOUSE 0x7417 | ||
128 | |||
129 | #define USB_VENDOR_ID_DELORME 0x1163 | ||
130 | #define USB_DEVICE_ID_DELORME_EARTHMATE 0x0100 | ||
131 | #define USB_DEVICE_ID_DELORME_EM_LT20 0x0200 | ||
132 | |||
133 | #define USB_VENDOR_ID_ESSENTIAL_REALITY 0x0d7f | ||
134 | #define USB_DEVICE_ID_ESSENTIAL_REALITY_P5 0x0100 | ||
135 | |||
136 | #define USB_VENDOR_ID_GLAB 0x06c2 | ||
137 | #define USB_DEVICE_ID_4_PHIDGETSERVO_30 0x0038 | ||
138 | #define USB_DEVICE_ID_1_PHIDGETSERVO_30 0x0039 | ||
139 | #define USB_DEVICE_ID_0_0_4_IF_KIT 0x0040 | ||
140 | #define USB_DEVICE_ID_0_16_16_IF_KIT 0x0044 | ||
141 | #define USB_DEVICE_ID_8_8_8_IF_KIT 0x0045 | ||
142 | #define USB_DEVICE_ID_0_8_7_IF_KIT 0x0051 | ||
143 | #define USB_DEVICE_ID_0_8_8_IF_KIT 0x0053 | ||
144 | #define USB_DEVICE_ID_PHIDGET_MOTORCONTROL 0x0058 | ||
145 | |||
146 | #define USB_VENDOR_ID_GRIFFIN 0x077d | ||
147 | #define USB_DEVICE_ID_POWERMATE 0x0410 | ||
148 | #define USB_DEVICE_ID_SOUNDKNOB 0x04AA | ||
149 | |||
150 | #define USB_VENDOR_ID_GTCO 0x078c | ||
151 | #define USB_DEVICE_ID_GTCO_90 0x0090 | ||
152 | #define USB_DEVICE_ID_GTCO_100 0x0100 | ||
153 | #define USB_DEVICE_ID_GTCO_101 0x0101 | ||
154 | #define USB_DEVICE_ID_GTCO_103 0x0103 | ||
155 | #define USB_DEVICE_ID_GTCO_104 0x0104 | ||
156 | #define USB_DEVICE_ID_GTCO_105 0x0105 | ||
157 | #define USB_DEVICE_ID_GTCO_106 0x0106 | ||
158 | #define USB_DEVICE_ID_GTCO_107 0x0107 | ||
159 | #define USB_DEVICE_ID_GTCO_108 0x0108 | ||
160 | #define USB_DEVICE_ID_GTCO_200 0x0200 | ||
161 | #define USB_DEVICE_ID_GTCO_201 0x0201 | ||
162 | #define USB_DEVICE_ID_GTCO_202 0x0202 | ||
163 | #define USB_DEVICE_ID_GTCO_203 0x0203 | ||
164 | #define USB_DEVICE_ID_GTCO_204 0x0204 | ||
165 | #define USB_DEVICE_ID_GTCO_205 0x0205 | ||
166 | #define USB_DEVICE_ID_GTCO_206 0x0206 | ||
167 | #define USB_DEVICE_ID_GTCO_207 0x0207 | ||
168 | #define USB_DEVICE_ID_GTCO_300 0x0300 | ||
169 | #define USB_DEVICE_ID_GTCO_301 0x0301 | ||
170 | #define USB_DEVICE_ID_GTCO_302 0x0302 | ||
171 | #define USB_DEVICE_ID_GTCO_303 0x0303 | ||
172 | #define USB_DEVICE_ID_GTCO_304 0x0304 | ||
173 | #define USB_DEVICE_ID_GTCO_305 0x0305 | ||
174 | #define USB_DEVICE_ID_GTCO_306 0x0306 | ||
175 | #define USB_DEVICE_ID_GTCO_307 0x0307 | ||
176 | #define USB_DEVICE_ID_GTCO_308 0x0308 | ||
177 | #define USB_DEVICE_ID_GTCO_309 0x0309 | ||
178 | #define USB_DEVICE_ID_GTCO_400 0x0400 | ||
179 | #define USB_DEVICE_ID_GTCO_401 0x0401 | ||
180 | #define USB_DEVICE_ID_GTCO_402 0x0402 | ||
181 | #define USB_DEVICE_ID_GTCO_403 0x0403 | ||
182 | #define USB_DEVICE_ID_GTCO_404 0x0404 | ||
183 | #define USB_DEVICE_ID_GTCO_405 0x0405 | ||
184 | #define USB_DEVICE_ID_GTCO_500 0x0500 | ||
185 | #define USB_DEVICE_ID_GTCO_501 0x0501 | ||
186 | #define USB_DEVICE_ID_GTCO_502 0x0502 | ||
187 | #define USB_DEVICE_ID_GTCO_503 0x0503 | ||
188 | #define USB_DEVICE_ID_GTCO_504 0x0504 | ||
189 | #define USB_DEVICE_ID_GTCO_1000 0x1000 | ||
190 | #define USB_DEVICE_ID_GTCO_1001 0x1001 | ||
191 | #define USB_DEVICE_ID_GTCO_1002 0x1002 | ||
192 | #define USB_DEVICE_ID_GTCO_1003 0x1003 | ||
193 | #define USB_DEVICE_ID_GTCO_1004 0x1004 | ||
194 | #define USB_DEVICE_ID_GTCO_1005 0x1005 | ||
195 | #define USB_DEVICE_ID_GTCO_1006 0x1006 | ||
196 | |||
197 | #define USB_VENDOR_ID_HAPP 0x078b | ||
198 | #define USB_DEVICE_ID_UGCI_DRIVING 0x0010 | ||
199 | #define USB_DEVICE_ID_UGCI_FLYING 0x0020 | ||
200 | #define USB_DEVICE_ID_UGCI_FIGHTING 0x0030 | ||
201 | |||
202 | #define USB_VENDOR_ID_IMATION 0x0718 | ||
203 | #define USB_DEVICE_ID_DISC_STAKKA 0xd000 | ||
204 | |||
205 | #define USB_VENDOR_ID_KBGEAR 0x084e | ||
206 | #define USB_DEVICE_ID_KBGEAR_JAMSTUDIO 0x1001 | ||
207 | |||
208 | #define USB_VENDOR_ID_LD 0x0f11 | ||
209 | #define USB_DEVICE_ID_LD_CASSY 0x1000 | ||
210 | #define USB_DEVICE_ID_LD_POCKETCASSY 0x1010 | ||
211 | #define USB_DEVICE_ID_LD_MOBILECASSY 0x1020 | ||
212 | #define USB_DEVICE_ID_LD_JWM 0x1080 | ||
213 | #define USB_DEVICE_ID_LD_DMMP 0x1081 | ||
214 | #define USB_DEVICE_ID_LD_UMIP 0x1090 | ||
215 | #define USB_DEVICE_ID_LD_XRAY1 0x1100 | ||
216 | #define USB_DEVICE_ID_LD_XRAY2 0x1101 | ||
217 | #define USB_DEVICE_ID_LD_VIDEOCOM 0x1200 | ||
218 | #define USB_DEVICE_ID_LD_COM3LAB 0x2000 | ||
219 | #define USB_DEVICE_ID_LD_TELEPORT 0x2010 | ||
220 | #define USB_DEVICE_ID_LD_NETWORKANALYSER 0x2020 | ||
221 | #define USB_DEVICE_ID_LD_POWERCONTROL 0x2030 | ||
222 | #define USB_DEVICE_ID_LD_MACHINETEST 0x2040 | ||
223 | |||
224 | #define USB_VENDOR_ID_LOGITECH 0x046d | ||
225 | #define USB_DEVICE_ID_LOGITECH_USB_RECEIVER 0xc101 | ||
226 | #define USB_DEVICE_ID_LOGITECH_USB_RECEIVER_2 0xc517 | ||
227 | #define USB_DEVICE_ID_DINOVO_EDGE 0xc714 | ||
228 | |||
229 | #define USB_VENDOR_ID_MCC 0x09db | ||
230 | #define USB_DEVICE_ID_MCC_PMD1024LS 0x0076 | ||
231 | #define USB_DEVICE_ID_MCC_PMD1208LS 0x007a | ||
232 | |||
233 | #define USB_VENDOR_ID_MGE 0x0463 | ||
234 | #define USB_DEVICE_ID_MGE_UPS 0xffff | ||
235 | #define USB_DEVICE_ID_MGE_UPS1 0x0001 | ||
236 | |||
237 | #define USB_VENDOR_ID_NEC 0x073e | ||
238 | #define USB_DEVICE_ID_NEC_USB_GAME_PAD 0x0301 | ||
239 | |||
240 | #define USB_VENDOR_ID_ONTRAK 0x0a07 | ||
241 | #define USB_DEVICE_ID_ONTRAK_ADU100 0x0064 | ||
242 | |||
243 | #define USB_VENDOR_ID_PANJIT 0x134c | ||
244 | |||
245 | #define USB_VENDOR_ID_PANTHERLORD 0x0810 | ||
246 | #define USB_DEVICE_ID_PANTHERLORD_TWIN_USB_JOYSTICK 0x0001 | ||
247 | |||
248 | #define USB_VENDOR_ID_SAITEK 0x06a3 | ||
249 | #define USB_DEVICE_ID_SAITEK_RUMBLEPAD 0xff17 | ||
250 | |||
251 | #define USB_VENDOR_ID_SONY 0x054c | ||
252 | #define USB_DEVICE_ID_SONY_PS3_CONTROLLER 0x0268 | ||
253 | |||
254 | #define USB_VENDOR_ID_SUN 0x0430 | ||
255 | #define USB_DEVICE_ID_RARITAN_KVM_DONGLE 0xcdab | ||
256 | |||
257 | #define USB_VENDOR_ID_TOPMAX 0x0663 | ||
258 | #define USB_DEVICE_ID_TOPMAX_COBRAPAD 0x0103 | ||
259 | |||
260 | #define USB_VENDOR_ID_TURBOX 0x062a | ||
261 | #define USB_DEVICE_ID_TURBOX_KEYBOARD 0x0201 | ||
262 | |||
263 | #define USB_VENDOR_ID_VERNIER 0x08f7 | ||
264 | #define USB_DEVICE_ID_VERNIER_LABPRO 0x0001 | ||
265 | #define USB_DEVICE_ID_VERNIER_GOTEMP 0x0002 | ||
266 | #define USB_DEVICE_ID_VERNIER_SKIP 0x0003 | ||
267 | #define USB_DEVICE_ID_VERNIER_CYCLOPS 0x0004 | ||
268 | |||
269 | #define USB_VENDOR_ID_WACOM 0x056a | ||
270 | |||
271 | #define USB_VENDOR_ID_WISEGROUP 0x0925 | ||
272 | #define USB_DEVICE_ID_1_PHIDGETSERVO_20 0x8101 | ||
273 | #define USB_DEVICE_ID_4_PHIDGETSERVO_20 0x8104 | ||
274 | #define USB_DEVICE_ID_8_8_4_IF_KIT 0x8201 | ||
275 | #define USB_DEVICE_ID_DUAL_USB_JOYPAD 0x8866 | ||
276 | |||
277 | #define USB_VENDOR_ID_WISEGROUP_LTD 0x6677 | ||
278 | #define USB_DEVICE_ID_SMARTJOY_DUAL_PLUS 0x8802 | ||
279 | |||
280 | #define USB_VENDOR_ID_YEALINK 0x6993 | ||
281 | #define USB_DEVICE_ID_YEALINK_P1K_P4K_B2K 0xb001 | ||
282 | |||
283 | /* | ||
284 | * Alphabetically sorted blacklist by quirk type. | ||
285 | */ | ||
286 | |||
287 | static const struct hid_blacklist { | ||
288 | __u16 idVendor; | ||
289 | __u16 idProduct; | ||
290 | unsigned quirks; | ||
291 | } hid_blacklist[] = { | ||
292 | |||
293 | { USB_VENDOR_ID_A4TECH, USB_DEVICE_ID_A4TECH_WCP32PU, HID_QUIRK_2WHEEL_MOUSE_HACK_7 }, | ||
294 | { USB_VENDOR_ID_CYPRESS, USB_DEVICE_ID_CYPRESS_MOUSE, HID_QUIRK_2WHEEL_MOUSE_HACK_5 }, | ||
295 | |||
296 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_USB_RECEIVER, HID_QUIRK_BAD_RELATIVE_KEYS }, | ||
297 | |||
298 | { USB_VENDOR_ID_AASHIMA, USB_DEVICE_ID_AASHIMA_GAMEPAD, HID_QUIRK_BADPAD }, | ||
299 | { USB_VENDOR_ID_AASHIMA, USB_DEVICE_ID_AASHIMA_PREDATOR, HID_QUIRK_BADPAD }, | ||
300 | { USB_VENDOR_ID_ALPS, USB_DEVICE_ID_IBM_GAMEPAD, HID_QUIRK_BADPAD }, | ||
301 | { USB_VENDOR_ID_CHIC, USB_DEVICE_ID_CHIC_GAMEPAD, HID_QUIRK_BADPAD }, | ||
302 | { USB_VENDOR_ID_HAPP, USB_DEVICE_ID_UGCI_DRIVING, HID_QUIRK_BADPAD | HID_QUIRK_MULTI_INPUT }, | ||
303 | { USB_VENDOR_ID_HAPP, USB_DEVICE_ID_UGCI_FLYING, HID_QUIRK_BADPAD | HID_QUIRK_MULTI_INPUT }, | ||
304 | { USB_VENDOR_ID_HAPP, USB_DEVICE_ID_UGCI_FIGHTING, HID_QUIRK_BADPAD | HID_QUIRK_MULTI_INPUT }, | ||
305 | { USB_VENDOR_ID_NEC, USB_DEVICE_ID_NEC_USB_GAME_PAD, HID_QUIRK_BADPAD }, | ||
306 | { USB_VENDOR_ID_SAITEK, USB_DEVICE_ID_SAITEK_RUMBLEPAD, HID_QUIRK_BADPAD }, | ||
307 | { USB_VENDOR_ID_TOPMAX, USB_DEVICE_ID_TOPMAX_COBRAPAD, HID_QUIRK_BADPAD }, | ||
308 | |||
309 | { USB_VENDOR_ID_CHERRY, USB_DEVICE_ID_CHERRY_CYMOTION, HID_QUIRK_CYMOTION }, | ||
310 | |||
311 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_DINOVO_EDGE, HID_QUIRK_DUPLICATE_USAGES }, | ||
312 | |||
313 | { USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_01, HID_QUIRK_IGNORE }, | ||
314 | { USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_10, HID_QUIRK_IGNORE }, | ||
315 | { USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_20, HID_QUIRK_IGNORE }, | ||
316 | { USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_21, HID_QUIRK_IGNORE }, | ||
317 | { USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_22, HID_QUIRK_IGNORE }, | ||
318 | { USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_23, HID_QUIRK_IGNORE }, | ||
319 | { USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_24, HID_QUIRK_IGNORE }, | ||
320 | { USB_VENDOR_ID_AIRCABLE, USB_DEVICE_ID_AIRCABLE1, HID_QUIRK_IGNORE }, | ||
321 | { USB_VENDOR_ID_ALCOR, USB_DEVICE_ID_ALCOR_USBRS232, HID_QUIRK_IGNORE }, | ||
322 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_IR, HID_QUIRK_IGNORE }, | ||
323 | { USB_VENDOR_ID_BERKSHIRE, USB_DEVICE_ID_BERKSHIRE_PCWD, HID_QUIRK_IGNORE }, | ||
324 | { USB_VENDOR_ID_CIDC, 0x0103, HID_QUIRK_IGNORE }, | ||
325 | { USB_VENDOR_ID_CYPRESS, USB_DEVICE_ID_CYPRESS_HIDCOM, HID_QUIRK_IGNORE }, | ||
326 | { USB_VENDOR_ID_CYPRESS, USB_DEVICE_ID_CYPRESS_ULTRAMOUSE, HID_QUIRK_IGNORE }, | ||
327 | { USB_VENDOR_ID_DELORME, USB_DEVICE_ID_DELORME_EARTHMATE, HID_QUIRK_IGNORE }, | ||
328 | { USB_VENDOR_ID_DELORME, USB_DEVICE_ID_DELORME_EM_LT20, HID_QUIRK_IGNORE }, | ||
329 | { USB_VENDOR_ID_ESSENTIAL_REALITY, USB_DEVICE_ID_ESSENTIAL_REALITY_P5, HID_QUIRK_IGNORE }, | ||
330 | { USB_VENDOR_ID_GLAB, USB_DEVICE_ID_4_PHIDGETSERVO_30, HID_QUIRK_IGNORE }, | ||
331 | { USB_VENDOR_ID_GLAB, USB_DEVICE_ID_1_PHIDGETSERVO_30, HID_QUIRK_IGNORE }, | ||
332 | { USB_VENDOR_ID_GLAB, USB_DEVICE_ID_0_0_4_IF_KIT, HID_QUIRK_IGNORE }, | ||
333 | { USB_VENDOR_ID_GLAB, USB_DEVICE_ID_0_16_16_IF_KIT, HID_QUIRK_IGNORE }, | ||
334 | { USB_VENDOR_ID_GLAB, USB_DEVICE_ID_8_8_8_IF_KIT, HID_QUIRK_IGNORE }, | ||
335 | { USB_VENDOR_ID_GLAB, USB_DEVICE_ID_0_8_7_IF_KIT, HID_QUIRK_IGNORE }, | ||
336 | { USB_VENDOR_ID_GLAB, USB_DEVICE_ID_0_8_8_IF_KIT, HID_QUIRK_IGNORE }, | ||
337 | { USB_VENDOR_ID_GLAB, USB_DEVICE_ID_PHIDGET_MOTORCONTROL, HID_QUIRK_IGNORE }, | ||
338 | { USB_VENDOR_ID_GRIFFIN, USB_DEVICE_ID_POWERMATE, HID_QUIRK_IGNORE }, | ||
339 | { USB_VENDOR_ID_GRIFFIN, USB_DEVICE_ID_SOUNDKNOB, HID_QUIRK_IGNORE }, | ||
340 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_90, HID_QUIRK_IGNORE }, | ||
341 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_100, HID_QUIRK_IGNORE }, | ||
342 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_101, HID_QUIRK_IGNORE }, | ||
343 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_103, HID_QUIRK_IGNORE }, | ||
344 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_104, HID_QUIRK_IGNORE }, | ||
345 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_105, HID_QUIRK_IGNORE }, | ||
346 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_106, HID_QUIRK_IGNORE }, | ||
347 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_107, HID_QUIRK_IGNORE }, | ||
348 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_108, HID_QUIRK_IGNORE }, | ||
349 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_200, HID_QUIRK_IGNORE }, | ||
350 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_201, HID_QUIRK_IGNORE }, | ||
351 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_202, HID_QUIRK_IGNORE }, | ||
352 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_203, HID_QUIRK_IGNORE }, | ||
353 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_204, HID_QUIRK_IGNORE }, | ||
354 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_205, HID_QUIRK_IGNORE }, | ||
355 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_206, HID_QUIRK_IGNORE }, | ||
356 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_207, HID_QUIRK_IGNORE }, | ||
357 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_300, HID_QUIRK_IGNORE }, | ||
358 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_301, HID_QUIRK_IGNORE }, | ||
359 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_302, HID_QUIRK_IGNORE }, | ||
360 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_303, HID_QUIRK_IGNORE }, | ||
361 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_304, HID_QUIRK_IGNORE }, | ||
362 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_305, HID_QUIRK_IGNORE }, | ||
363 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_306, HID_QUIRK_IGNORE }, | ||
364 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_307, HID_QUIRK_IGNORE }, | ||
365 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_308, HID_QUIRK_IGNORE }, | ||
366 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_309, HID_QUIRK_IGNORE }, | ||
367 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_400, HID_QUIRK_IGNORE }, | ||
368 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_401, HID_QUIRK_IGNORE }, | ||
369 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_402, HID_QUIRK_IGNORE }, | ||
370 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_403, HID_QUIRK_IGNORE }, | ||
371 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_404, HID_QUIRK_IGNORE }, | ||
372 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_405, HID_QUIRK_IGNORE }, | ||
373 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_500, HID_QUIRK_IGNORE }, | ||
374 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_501, HID_QUIRK_IGNORE }, | ||
375 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_502, HID_QUIRK_IGNORE }, | ||
376 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_503, HID_QUIRK_IGNORE }, | ||
377 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_504, HID_QUIRK_IGNORE }, | ||
378 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1000, HID_QUIRK_IGNORE }, | ||
379 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1001, HID_QUIRK_IGNORE }, | ||
380 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1002, HID_QUIRK_IGNORE }, | ||
381 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1003, HID_QUIRK_IGNORE }, | ||
382 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1004, HID_QUIRK_IGNORE }, | ||
383 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1005, HID_QUIRK_IGNORE }, | ||
384 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1006, HID_QUIRK_IGNORE }, | ||
385 | { USB_VENDOR_ID_IMATION, USB_DEVICE_ID_DISC_STAKKA, HID_QUIRK_IGNORE }, | ||
386 | { USB_VENDOR_ID_KBGEAR, USB_DEVICE_ID_KBGEAR_JAMSTUDIO, HID_QUIRK_IGNORE }, | ||
387 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_CASSY, HID_QUIRK_IGNORE }, | ||
388 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_POCKETCASSY, HID_QUIRK_IGNORE }, | ||
389 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_MOBILECASSY, HID_QUIRK_IGNORE }, | ||
390 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_JWM, HID_QUIRK_IGNORE }, | ||
391 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_DMMP, HID_QUIRK_IGNORE }, | ||
392 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_UMIP, HID_QUIRK_IGNORE }, | ||
393 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_XRAY1, HID_QUIRK_IGNORE }, | ||
394 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_XRAY2, HID_QUIRK_IGNORE }, | ||
395 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_VIDEOCOM, HID_QUIRK_IGNORE }, | ||
396 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_COM3LAB, HID_QUIRK_IGNORE }, | ||
397 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_TELEPORT, HID_QUIRK_IGNORE }, | ||
398 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_NETWORKANALYSER, HID_QUIRK_IGNORE }, | ||
399 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_POWERCONTROL, HID_QUIRK_IGNORE }, | ||
400 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_MACHINETEST, HID_QUIRK_IGNORE }, | ||
401 | { USB_VENDOR_ID_MCC, USB_DEVICE_ID_MCC_PMD1024LS, HID_QUIRK_IGNORE }, | ||
402 | { USB_VENDOR_ID_MCC, USB_DEVICE_ID_MCC_PMD1208LS, HID_QUIRK_IGNORE }, | ||
403 | { USB_VENDOR_ID_MGE, USB_DEVICE_ID_MGE_UPS, HID_QUIRK_IGNORE }, | ||
404 | { USB_VENDOR_ID_MGE, USB_DEVICE_ID_MGE_UPS1, HID_QUIRK_IGNORE }, | ||
405 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100, HID_QUIRK_IGNORE }, | ||
406 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 20, HID_QUIRK_IGNORE }, | ||
407 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 30, HID_QUIRK_IGNORE }, | ||
408 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 100, HID_QUIRK_IGNORE }, | ||
409 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 108, HID_QUIRK_IGNORE }, | ||
410 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 118, HID_QUIRK_IGNORE }, | ||
411 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 200, HID_QUIRK_IGNORE }, | ||
412 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 300, HID_QUIRK_IGNORE }, | ||
413 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 400, HID_QUIRK_IGNORE }, | ||
414 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 500, HID_QUIRK_IGNORE }, | ||
415 | { USB_VENDOR_ID_PANJIT, 0x0001, HID_QUIRK_IGNORE }, | ||
416 | { USB_VENDOR_ID_PANJIT, 0x0002, HID_QUIRK_IGNORE }, | ||
417 | { USB_VENDOR_ID_PANJIT, 0x0003, HID_QUIRK_IGNORE }, | ||
418 | { USB_VENDOR_ID_PANJIT, 0x0004, HID_QUIRK_IGNORE }, | ||
419 | { USB_VENDOR_ID_VERNIER, USB_DEVICE_ID_VERNIER_LABPRO, HID_QUIRK_IGNORE }, | ||
420 | { USB_VENDOR_ID_VERNIER, USB_DEVICE_ID_VERNIER_GOTEMP, HID_QUIRK_IGNORE }, | ||
421 | { USB_VENDOR_ID_VERNIER, USB_DEVICE_ID_VERNIER_SKIP, HID_QUIRK_IGNORE }, | ||
422 | { USB_VENDOR_ID_VERNIER, USB_DEVICE_ID_VERNIER_CYCLOPS, HID_QUIRK_IGNORE }, | ||
423 | { USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_4_PHIDGETSERVO_20, HID_QUIRK_IGNORE }, | ||
424 | { USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_1_PHIDGETSERVO_20, HID_QUIRK_IGNORE }, | ||
425 | { USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_8_8_4_IF_KIT, HID_QUIRK_IGNORE }, | ||
426 | { USB_VENDOR_ID_YEALINK, USB_DEVICE_ID_YEALINK_P1K_P4K_B2K, HID_QUIRK_IGNORE }, | ||
427 | |||
428 | { USB_VENDOR_ID_ACECAD, USB_DEVICE_ID_ACECAD_FLAIR, HID_QUIRK_IGNORE }, | ||
429 | { USB_VENDOR_ID_ACECAD, USB_DEVICE_ID_ACECAD_302, HID_QUIRK_IGNORE }, | ||
430 | |||
431 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_USB_RECEIVER_2, HID_QUIRK_LOGITECH_S510_DESCRIPTOR }, | ||
432 | |||
433 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_MIGHTYMOUSE, HID_QUIRK_MIGHTYMOUSE | HID_QUIRK_INVERT_HWHEEL }, | ||
434 | |||
435 | { USB_VENDOR_ID_PANTHERLORD, USB_DEVICE_ID_PANTHERLORD_TWIN_USB_JOYSTICK, HID_QUIRK_MULTI_INPUT | HID_QUIRK_SKIP_OUTPUT_REPORTS }, | ||
436 | |||
437 | { USB_VENDOR_ID_SONY, USB_DEVICE_ID_SONY_PS3_CONTROLLER, HID_QUIRK_SONY_PS3_CONTROLLER }, | ||
438 | |||
439 | { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_UC100KM, HID_QUIRK_NOGET }, | ||
440 | { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_CS124U, HID_QUIRK_NOGET }, | ||
441 | { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_2PORTKVM, HID_QUIRK_NOGET }, | ||
442 | { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_4PORTKVM, HID_QUIRK_NOGET }, | ||
443 | { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_4PORTKVMC, HID_QUIRK_NOGET }, | ||
444 | { USB_VENDOR_ID_SUN, USB_DEVICE_ID_RARITAN_KVM_DONGLE, HID_QUIRK_NOGET }, | ||
445 | { USB_VENDOR_ID_TURBOX, USB_DEVICE_ID_TURBOX_KEYBOARD, HID_QUIRK_NOGET }, | ||
446 | { USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_DUAL_USB_JOYPAD, HID_QUIRK_NOGET | HID_QUIRK_MULTI_INPUT }, | ||
447 | { USB_VENDOR_ID_WISEGROUP_LTD, USB_DEVICE_ID_SMARTJOY_DUAL_PLUS, HID_QUIRK_NOGET | HID_QUIRK_MULTI_INPUT }, | ||
448 | |||
449 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_FOUNTAIN_ANSI, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | ||
450 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_FOUNTAIN_ISO, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | ||
451 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER_ANSI, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | ||
452 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER_ISO, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE | HID_QUIRK_POWERBOOK_ISO_KEYBOARD}, | ||
453 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER_JIS, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | ||
454 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_ANSI, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | ||
455 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_ISO, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE | HID_QUIRK_POWERBOOK_ISO_KEYBOARD}, | ||
456 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_JIS, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | ||
457 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER4_ANSI, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | ||
458 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER4_ISO, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE | HID_QUIRK_POWERBOOK_ISO_KEYBOARD}, | ||
459 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER4_JIS, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | ||
460 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_FOUNTAIN_TP_ONLY, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | ||
461 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER1_TP_ONLY, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | ||
462 | |||
463 | { 0, 0 } | ||
464 | }; | ||
465 | |||
56 | /* | 466 | /* |
57 | * Input submission and I/O error handler. | 467 | * Input submission and I/O error handler. |
58 | */ | 468 | */ |
@@ -508,12 +918,6 @@ void usbhid_close(struct hid_device *hid) | |||
508 | usb_kill_urb(usbhid->urbin); | 918 | usb_kill_urb(usbhid->urbin); |
509 | } | 919 | } |
510 | 920 | ||
511 | #define USB_VENDOR_ID_PANJIT 0x134c | ||
512 | |||
513 | #define USB_VENDOR_ID_TURBOX 0x062a | ||
514 | #define USB_DEVICE_ID_TURBOX_KEYBOARD 0x0201 | ||
515 | #define USB_VENDOR_ID_CIDC 0x1677 | ||
516 | |||
517 | /* | 921 | /* |
518 | * Initialize all reports | 922 | * Initialize all reports |
519 | */ | 923 | */ |
@@ -545,411 +949,6 @@ void usbhid_init_reports(struct hid_device *hid) | |||
545 | warn("timeout initializing reports"); | 949 | warn("timeout initializing reports"); |
546 | } | 950 | } |
547 | 951 | ||
548 | #define USB_VENDOR_ID_GTCO 0x078c | ||
549 | #define USB_DEVICE_ID_GTCO_90 0x0090 | ||
550 | #define USB_DEVICE_ID_GTCO_100 0x0100 | ||
551 | #define USB_DEVICE_ID_GTCO_101 0x0101 | ||
552 | #define USB_DEVICE_ID_GTCO_103 0x0103 | ||
553 | #define USB_DEVICE_ID_GTCO_104 0x0104 | ||
554 | #define USB_DEVICE_ID_GTCO_105 0x0105 | ||
555 | #define USB_DEVICE_ID_GTCO_106 0x0106 | ||
556 | #define USB_DEVICE_ID_GTCO_107 0x0107 | ||
557 | #define USB_DEVICE_ID_GTCO_108 0x0108 | ||
558 | #define USB_DEVICE_ID_GTCO_200 0x0200 | ||
559 | #define USB_DEVICE_ID_GTCO_201 0x0201 | ||
560 | #define USB_DEVICE_ID_GTCO_202 0x0202 | ||
561 | #define USB_DEVICE_ID_GTCO_203 0x0203 | ||
562 | #define USB_DEVICE_ID_GTCO_204 0x0204 | ||
563 | #define USB_DEVICE_ID_GTCO_205 0x0205 | ||
564 | #define USB_DEVICE_ID_GTCO_206 0x0206 | ||
565 | #define USB_DEVICE_ID_GTCO_207 0x0207 | ||
566 | #define USB_DEVICE_ID_GTCO_300 0x0300 | ||
567 | #define USB_DEVICE_ID_GTCO_301 0x0301 | ||
568 | #define USB_DEVICE_ID_GTCO_302 0x0302 | ||
569 | #define USB_DEVICE_ID_GTCO_303 0x0303 | ||
570 | #define USB_DEVICE_ID_GTCO_304 0x0304 | ||
571 | #define USB_DEVICE_ID_GTCO_305 0x0305 | ||
572 | #define USB_DEVICE_ID_GTCO_306 0x0306 | ||
573 | #define USB_DEVICE_ID_GTCO_307 0x0307 | ||
574 | #define USB_DEVICE_ID_GTCO_308 0x0308 | ||
575 | #define USB_DEVICE_ID_GTCO_309 0x0309 | ||
576 | #define USB_DEVICE_ID_GTCO_400 0x0400 | ||
577 | #define USB_DEVICE_ID_GTCO_401 0x0401 | ||
578 | #define USB_DEVICE_ID_GTCO_402 0x0402 | ||
579 | #define USB_DEVICE_ID_GTCO_403 0x0403 | ||
580 | #define USB_DEVICE_ID_GTCO_404 0x0404 | ||
581 | #define USB_DEVICE_ID_GTCO_405 0x0405 | ||
582 | #define USB_DEVICE_ID_GTCO_500 0x0500 | ||
583 | #define USB_DEVICE_ID_GTCO_501 0x0501 | ||
584 | #define USB_DEVICE_ID_GTCO_502 0x0502 | ||
585 | #define USB_DEVICE_ID_GTCO_503 0x0503 | ||
586 | #define USB_DEVICE_ID_GTCO_504 0x0504 | ||
587 | #define USB_DEVICE_ID_GTCO_1000 0x1000 | ||
588 | #define USB_DEVICE_ID_GTCO_1001 0x1001 | ||
589 | #define USB_DEVICE_ID_GTCO_1002 0x1002 | ||
590 | #define USB_DEVICE_ID_GTCO_1003 0x1003 | ||
591 | #define USB_DEVICE_ID_GTCO_1004 0x1004 | ||
592 | #define USB_DEVICE_ID_GTCO_1005 0x1005 | ||
593 | #define USB_DEVICE_ID_GTCO_1006 0x1006 | ||
594 | |||
595 | #define USB_VENDOR_ID_WACOM 0x056a | ||
596 | |||
597 | #define USB_VENDOR_ID_ACECAD 0x0460 | ||
598 | #define USB_DEVICE_ID_ACECAD_FLAIR 0x0004 | ||
599 | #define USB_DEVICE_ID_ACECAD_302 0x0008 | ||
600 | |||
601 | #define USB_VENDOR_ID_KBGEAR 0x084e | ||
602 | #define USB_DEVICE_ID_KBGEAR_JAMSTUDIO 0x1001 | ||
603 | |||
604 | #define USB_VENDOR_ID_AIPTEK 0x08ca | ||
605 | #define USB_DEVICE_ID_AIPTEK_01 0x0001 | ||
606 | #define USB_DEVICE_ID_AIPTEK_10 0x0010 | ||
607 | #define USB_DEVICE_ID_AIPTEK_20 0x0020 | ||
608 | #define USB_DEVICE_ID_AIPTEK_21 0x0021 | ||
609 | #define USB_DEVICE_ID_AIPTEK_22 0x0022 | ||
610 | #define USB_DEVICE_ID_AIPTEK_23 0x0023 | ||
611 | #define USB_DEVICE_ID_AIPTEK_24 0x0024 | ||
612 | |||
613 | #define USB_VENDOR_ID_GRIFFIN 0x077d | ||
614 | #define USB_DEVICE_ID_POWERMATE 0x0410 | ||
615 | #define USB_DEVICE_ID_SOUNDKNOB 0x04AA | ||
616 | |||
617 | #define USB_VENDOR_ID_ATEN 0x0557 | ||
618 | #define USB_DEVICE_ID_ATEN_UC100KM 0x2004 | ||
619 | #define USB_DEVICE_ID_ATEN_CS124U 0x2202 | ||
620 | #define USB_DEVICE_ID_ATEN_2PORTKVM 0x2204 | ||
621 | #define USB_DEVICE_ID_ATEN_4PORTKVM 0x2205 | ||
622 | #define USB_DEVICE_ID_ATEN_4PORTKVMC 0x2208 | ||
623 | |||
624 | #define USB_VENDOR_ID_TOPMAX 0x0663 | ||
625 | #define USB_DEVICE_ID_TOPMAX_COBRAPAD 0x0103 | ||
626 | |||
627 | #define USB_VENDOR_ID_HAPP 0x078b | ||
628 | #define USB_DEVICE_ID_UGCI_DRIVING 0x0010 | ||
629 | #define USB_DEVICE_ID_UGCI_FLYING 0x0020 | ||
630 | #define USB_DEVICE_ID_UGCI_FIGHTING 0x0030 | ||
631 | |||
632 | #define USB_VENDOR_ID_MGE 0x0463 | ||
633 | #define USB_DEVICE_ID_MGE_UPS 0xffff | ||
634 | #define USB_DEVICE_ID_MGE_UPS1 0x0001 | ||
635 | |||
636 | #define USB_VENDOR_ID_ONTRAK 0x0a07 | ||
637 | #define USB_DEVICE_ID_ONTRAK_ADU100 0x0064 | ||
638 | |||
639 | #define USB_VENDOR_ID_ESSENTIAL_REALITY 0x0d7f | ||
640 | #define USB_DEVICE_ID_ESSENTIAL_REALITY_P5 0x0100 | ||
641 | |||
642 | #define USB_VENDOR_ID_A4TECH 0x09da | ||
643 | #define USB_DEVICE_ID_A4TECH_WCP32PU 0x0006 | ||
644 | |||
645 | #define USB_VENDOR_ID_AASHIMA 0x06d6 | ||
646 | #define USB_DEVICE_ID_AASHIMA_GAMEPAD 0x0025 | ||
647 | #define USB_DEVICE_ID_AASHIMA_PREDATOR 0x0026 | ||
648 | |||
649 | #define USB_VENDOR_ID_CYPRESS 0x04b4 | ||
650 | #define USB_DEVICE_ID_CYPRESS_MOUSE 0x0001 | ||
651 | #define USB_DEVICE_ID_CYPRESS_HIDCOM 0x5500 | ||
652 | #define USB_DEVICE_ID_CYPRESS_ULTRAMOUSE 0x7417 | ||
653 | |||
654 | #define USB_VENDOR_ID_BERKSHIRE 0x0c98 | ||
655 | #define USB_DEVICE_ID_BERKSHIRE_PCWD 0x1140 | ||
656 | |||
657 | #define USB_VENDOR_ID_ALPS 0x0433 | ||
658 | #define USB_DEVICE_ID_IBM_GAMEPAD 0x1101 | ||
659 | |||
660 | #define USB_VENDOR_ID_SAITEK 0x06a3 | ||
661 | #define USB_DEVICE_ID_SAITEK_RUMBLEPAD 0xff17 | ||
662 | |||
663 | #define USB_VENDOR_ID_NEC 0x073e | ||
664 | #define USB_DEVICE_ID_NEC_USB_GAME_PAD 0x0301 | ||
665 | |||
666 | #define USB_VENDOR_ID_CHIC 0x05fe | ||
667 | #define USB_DEVICE_ID_CHIC_GAMEPAD 0x0014 | ||
668 | |||
669 | #define USB_VENDOR_ID_GLAB 0x06c2 | ||
670 | #define USB_DEVICE_ID_4_PHIDGETSERVO_30 0x0038 | ||
671 | #define USB_DEVICE_ID_1_PHIDGETSERVO_30 0x0039 | ||
672 | #define USB_DEVICE_ID_0_0_4_IF_KIT 0x0040 | ||
673 | #define USB_DEVICE_ID_0_16_16_IF_KIT 0x0044 | ||
674 | #define USB_DEVICE_ID_8_8_8_IF_KIT 0x0045 | ||
675 | #define USB_DEVICE_ID_0_8_7_IF_KIT 0x0051 | ||
676 | #define USB_DEVICE_ID_0_8_8_IF_KIT 0x0053 | ||
677 | #define USB_DEVICE_ID_PHIDGET_MOTORCONTROL 0x0058 | ||
678 | |||
679 | #define USB_VENDOR_ID_WISEGROUP 0x0925 | ||
680 | #define USB_DEVICE_ID_1_PHIDGETSERVO_20 0x8101 | ||
681 | #define USB_DEVICE_ID_4_PHIDGETSERVO_20 0x8104 | ||
682 | #define USB_DEVICE_ID_8_8_4_IF_KIT 0x8201 | ||
683 | #define USB_DEVICE_ID_DUAL_USB_JOYPAD 0x8866 | ||
684 | |||
685 | #define USB_VENDOR_ID_WISEGROUP_LTD 0x6677 | ||
686 | #define USB_DEVICE_ID_SMARTJOY_DUAL_PLUS 0x8802 | ||
687 | |||
688 | #define USB_VENDOR_ID_CODEMERCS 0x07c0 | ||
689 | #define USB_DEVICE_ID_CODEMERCS_IOW_FIRST 0x1500 | ||
690 | #define USB_DEVICE_ID_CODEMERCS_IOW_LAST 0x15ff | ||
691 | |||
692 | #define USB_VENDOR_ID_DELORME 0x1163 | ||
693 | #define USB_DEVICE_ID_DELORME_EARTHMATE 0x0100 | ||
694 | #define USB_DEVICE_ID_DELORME_EM_LT20 0x0200 | ||
695 | |||
696 | #define USB_VENDOR_ID_MCC 0x09db | ||
697 | #define USB_DEVICE_ID_MCC_PMD1024LS 0x0076 | ||
698 | #define USB_DEVICE_ID_MCC_PMD1208LS 0x007a | ||
699 | |||
700 | #define USB_VENDOR_ID_VERNIER 0x08f7 | ||
701 | #define USB_DEVICE_ID_VERNIER_LABPRO 0x0001 | ||
702 | #define USB_DEVICE_ID_VERNIER_GOTEMP 0x0002 | ||
703 | #define USB_DEVICE_ID_VERNIER_SKIP 0x0003 | ||
704 | #define USB_DEVICE_ID_VERNIER_CYCLOPS 0x0004 | ||
705 | |||
706 | #define USB_VENDOR_ID_LD 0x0f11 | ||
707 | #define USB_DEVICE_ID_LD_CASSY 0x1000 | ||
708 | #define USB_DEVICE_ID_LD_POCKETCASSY 0x1010 | ||
709 | #define USB_DEVICE_ID_LD_MOBILECASSY 0x1020 | ||
710 | #define USB_DEVICE_ID_LD_JWM 0x1080 | ||
711 | #define USB_DEVICE_ID_LD_DMMP 0x1081 | ||
712 | #define USB_DEVICE_ID_LD_UMIP 0x1090 | ||
713 | #define USB_DEVICE_ID_LD_XRAY1 0x1100 | ||
714 | #define USB_DEVICE_ID_LD_XRAY2 0x1101 | ||
715 | #define USB_DEVICE_ID_LD_VIDEOCOM 0x1200 | ||
716 | #define USB_DEVICE_ID_LD_COM3LAB 0x2000 | ||
717 | #define USB_DEVICE_ID_LD_TELEPORT 0x2010 | ||
718 | #define USB_DEVICE_ID_LD_NETWORKANALYSER 0x2020 | ||
719 | #define USB_DEVICE_ID_LD_POWERCONTROL 0x2030 | ||
720 | #define USB_DEVICE_ID_LD_MACHINETEST 0x2040 | ||
721 | |||
722 | #define USB_VENDOR_ID_APPLE 0x05ac | ||
723 | #define USB_DEVICE_ID_APPLE_MIGHTYMOUSE 0x0304 | ||
724 | #define USB_DEVICE_ID_APPLE_FOUNTAIN_ANSI 0x020e | ||
725 | #define USB_DEVICE_ID_APPLE_FOUNTAIN_ISO 0x020f | ||
726 | #define USB_DEVICE_ID_APPLE_GEYSER_ANSI 0x0214 | ||
727 | #define USB_DEVICE_ID_APPLE_GEYSER_ISO 0x0215 | ||
728 | #define USB_DEVICE_ID_APPLE_GEYSER_JIS 0x0216 | ||
729 | #define USB_DEVICE_ID_APPLE_GEYSER3_ANSI 0x0217 | ||
730 | #define USB_DEVICE_ID_APPLE_GEYSER3_ISO 0x0218 | ||
731 | #define USB_DEVICE_ID_APPLE_GEYSER3_JIS 0x0219 | ||
732 | #define USB_DEVICE_ID_APPLE_GEYSER4_ANSI 0x021a | ||
733 | #define USB_DEVICE_ID_APPLE_GEYSER4_ISO 0x021b | ||
734 | #define USB_DEVICE_ID_APPLE_GEYSER4_JIS 0x021c | ||
735 | #define USB_DEVICE_ID_APPLE_FOUNTAIN_TP_ONLY 0x030a | ||
736 | #define USB_DEVICE_ID_APPLE_GEYSER1_TP_ONLY 0x030b | ||
737 | #define USB_DEVICE_ID_APPLE_IR 0x8240 | ||
738 | |||
739 | #define USB_VENDOR_ID_CHERRY 0x046a | ||
740 | #define USB_DEVICE_ID_CHERRY_CYMOTION 0x0023 | ||
741 | |||
742 | #define USB_VENDOR_ID_YEALINK 0x6993 | ||
743 | #define USB_DEVICE_ID_YEALINK_P1K_P4K_B2K 0xb001 | ||
744 | |||
745 | #define USB_VENDOR_ID_ALCOR 0x058f | ||
746 | #define USB_DEVICE_ID_ALCOR_USBRS232 0x9720 | ||
747 | |||
748 | #define USB_VENDOR_ID_SUN 0x0430 | ||
749 | #define USB_DEVICE_ID_RARITAN_KVM_DONGLE 0xcdab | ||
750 | |||
751 | #define USB_VENDOR_ID_AIRCABLE 0x16CA | ||
752 | #define USB_DEVICE_ID_AIRCABLE1 0x1502 | ||
753 | |||
754 | #define USB_VENDOR_ID_LOGITECH 0x046d | ||
755 | #define USB_DEVICE_ID_LOGITECH_USB_RECEIVER 0xc101 | ||
756 | #define USB_DEVICE_ID_LOGITECH_USB_RECEIVER_2 0xc517 | ||
757 | #define USB_DEVICE_ID_DINOVO_EDGE 0xc714 | ||
758 | |||
759 | #define USB_VENDOR_ID_IMATION 0x0718 | ||
760 | #define USB_DEVICE_ID_DISC_STAKKA 0xd000 | ||
761 | |||
762 | #define USB_VENDOR_ID_PANTHERLORD 0x0810 | ||
763 | #define USB_DEVICE_ID_PANTHERLORD_TWIN_USB_JOYSTICK 0x0001 | ||
764 | |||
765 | #define USB_VENDOR_ID_SONY 0x054c | ||
766 | #define USB_DEVICE_ID_SONY_PS3_CONTROLLER 0x0268 | ||
767 | |||
768 | /* | ||
769 | * Alphabetically sorted blacklist by quirk type. | ||
770 | */ | ||
771 | |||
772 | static const struct hid_blacklist { | ||
773 | __u16 idVendor; | ||
774 | __u16 idProduct; | ||
775 | unsigned quirks; | ||
776 | } hid_blacklist[] = { | ||
777 | |||
778 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_DINOVO_EDGE, HID_QUIRK_DUPLICATE_USAGES }, | ||
779 | |||
780 | { USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_01, HID_QUIRK_IGNORE }, | ||
781 | { USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_10, HID_QUIRK_IGNORE }, | ||
782 | { USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_20, HID_QUIRK_IGNORE }, | ||
783 | { USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_21, HID_QUIRK_IGNORE }, | ||
784 | { USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_22, HID_QUIRK_IGNORE }, | ||
785 | { USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_23, HID_QUIRK_IGNORE }, | ||
786 | { USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_24, HID_QUIRK_IGNORE }, | ||
787 | { USB_VENDOR_ID_AIRCABLE, USB_DEVICE_ID_AIRCABLE1, HID_QUIRK_IGNORE }, | ||
788 | { USB_VENDOR_ID_ALCOR, USB_DEVICE_ID_ALCOR_USBRS232, HID_QUIRK_IGNORE }, | ||
789 | { USB_VENDOR_ID_BERKSHIRE, USB_DEVICE_ID_BERKSHIRE_PCWD, HID_QUIRK_IGNORE }, | ||
790 | { USB_VENDOR_ID_CYPRESS, USB_DEVICE_ID_CYPRESS_HIDCOM, HID_QUIRK_IGNORE }, | ||
791 | { USB_VENDOR_ID_CYPRESS, USB_DEVICE_ID_CYPRESS_ULTRAMOUSE, HID_QUIRK_IGNORE }, | ||
792 | { USB_VENDOR_ID_DELORME, USB_DEVICE_ID_DELORME_EARTHMATE, HID_QUIRK_IGNORE }, | ||
793 | { USB_VENDOR_ID_DELORME, USB_DEVICE_ID_DELORME_EM_LT20, HID_QUIRK_IGNORE }, | ||
794 | { USB_VENDOR_ID_ESSENTIAL_REALITY, USB_DEVICE_ID_ESSENTIAL_REALITY_P5, HID_QUIRK_IGNORE }, | ||
795 | { USB_VENDOR_ID_GLAB, USB_DEVICE_ID_4_PHIDGETSERVO_30, HID_QUIRK_IGNORE }, | ||
796 | { USB_VENDOR_ID_GLAB, USB_DEVICE_ID_1_PHIDGETSERVO_30, HID_QUIRK_IGNORE }, | ||
797 | { USB_VENDOR_ID_GLAB, USB_DEVICE_ID_0_0_4_IF_KIT, HID_QUIRK_IGNORE }, | ||
798 | { USB_VENDOR_ID_GLAB, USB_DEVICE_ID_0_16_16_IF_KIT, HID_QUIRK_IGNORE }, | ||
799 | { USB_VENDOR_ID_GLAB, USB_DEVICE_ID_8_8_8_IF_KIT, HID_QUIRK_IGNORE }, | ||
800 | { USB_VENDOR_ID_GLAB, USB_DEVICE_ID_0_8_7_IF_KIT, HID_QUIRK_IGNORE }, | ||
801 | { USB_VENDOR_ID_GLAB, USB_DEVICE_ID_0_8_8_IF_KIT, HID_QUIRK_IGNORE }, | ||
802 | { USB_VENDOR_ID_GLAB, USB_DEVICE_ID_PHIDGET_MOTORCONTROL, HID_QUIRK_IGNORE }, | ||
803 | { USB_VENDOR_ID_GRIFFIN, USB_DEVICE_ID_POWERMATE, HID_QUIRK_IGNORE }, | ||
804 | { USB_VENDOR_ID_GRIFFIN, USB_DEVICE_ID_SOUNDKNOB, HID_QUIRK_IGNORE }, | ||
805 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_90, HID_QUIRK_IGNORE }, | ||
806 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_100, HID_QUIRK_IGNORE }, | ||
807 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_101, HID_QUIRK_IGNORE }, | ||
808 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_103, HID_QUIRK_IGNORE }, | ||
809 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_104, HID_QUIRK_IGNORE }, | ||
810 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_105, HID_QUIRK_IGNORE }, | ||
811 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_106, HID_QUIRK_IGNORE }, | ||
812 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_107, HID_QUIRK_IGNORE }, | ||
813 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_108, HID_QUIRK_IGNORE }, | ||
814 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_200, HID_QUIRK_IGNORE }, | ||
815 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_201, HID_QUIRK_IGNORE }, | ||
816 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_202, HID_QUIRK_IGNORE }, | ||
817 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_203, HID_QUIRK_IGNORE }, | ||
818 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_204, HID_QUIRK_IGNORE }, | ||
819 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_205, HID_QUIRK_IGNORE }, | ||
820 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_206, HID_QUIRK_IGNORE }, | ||
821 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_207, HID_QUIRK_IGNORE }, | ||
822 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_300, HID_QUIRK_IGNORE }, | ||
823 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_301, HID_QUIRK_IGNORE }, | ||
824 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_302, HID_QUIRK_IGNORE }, | ||
825 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_303, HID_QUIRK_IGNORE }, | ||
826 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_304, HID_QUIRK_IGNORE }, | ||
827 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_305, HID_QUIRK_IGNORE }, | ||
828 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_306, HID_QUIRK_IGNORE }, | ||
829 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_307, HID_QUIRK_IGNORE }, | ||
830 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_308, HID_QUIRK_IGNORE }, | ||
831 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_309, HID_QUIRK_IGNORE }, | ||
832 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_400, HID_QUIRK_IGNORE }, | ||
833 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_401, HID_QUIRK_IGNORE }, | ||
834 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_402, HID_QUIRK_IGNORE }, | ||
835 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_403, HID_QUIRK_IGNORE }, | ||
836 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_404, HID_QUIRK_IGNORE }, | ||
837 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_405, HID_QUIRK_IGNORE }, | ||
838 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_500, HID_QUIRK_IGNORE }, | ||
839 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_501, HID_QUIRK_IGNORE }, | ||
840 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_502, HID_QUIRK_IGNORE }, | ||
841 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_503, HID_QUIRK_IGNORE }, | ||
842 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_504, HID_QUIRK_IGNORE }, | ||
843 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1000, HID_QUIRK_IGNORE }, | ||
844 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1001, HID_QUIRK_IGNORE }, | ||
845 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1002, HID_QUIRK_IGNORE }, | ||
846 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1003, HID_QUIRK_IGNORE }, | ||
847 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1004, HID_QUIRK_IGNORE }, | ||
848 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1005, HID_QUIRK_IGNORE }, | ||
849 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1006, HID_QUIRK_IGNORE }, | ||
850 | { USB_VENDOR_ID_IMATION, USB_DEVICE_ID_DISC_STAKKA, HID_QUIRK_IGNORE }, | ||
851 | { USB_VENDOR_ID_KBGEAR, USB_DEVICE_ID_KBGEAR_JAMSTUDIO, HID_QUIRK_IGNORE }, | ||
852 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_CASSY, HID_QUIRK_IGNORE }, | ||
853 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_POCKETCASSY, HID_QUIRK_IGNORE }, | ||
854 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_MOBILECASSY, HID_QUIRK_IGNORE }, | ||
855 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_JWM, HID_QUIRK_IGNORE }, | ||
856 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_DMMP, HID_QUIRK_IGNORE }, | ||
857 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_UMIP, HID_QUIRK_IGNORE }, | ||
858 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_XRAY1, HID_QUIRK_IGNORE }, | ||
859 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_XRAY2, HID_QUIRK_IGNORE }, | ||
860 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_VIDEOCOM, HID_QUIRK_IGNORE }, | ||
861 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_COM3LAB, HID_QUIRK_IGNORE }, | ||
862 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_TELEPORT, HID_QUIRK_IGNORE }, | ||
863 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_NETWORKANALYSER, HID_QUIRK_IGNORE }, | ||
864 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_POWERCONTROL, HID_QUIRK_IGNORE }, | ||
865 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_MACHINETEST, HID_QUIRK_IGNORE }, | ||
866 | { USB_VENDOR_ID_MCC, USB_DEVICE_ID_MCC_PMD1024LS, HID_QUIRK_IGNORE }, | ||
867 | { USB_VENDOR_ID_MCC, USB_DEVICE_ID_MCC_PMD1208LS, HID_QUIRK_IGNORE }, | ||
868 | { USB_VENDOR_ID_MGE, USB_DEVICE_ID_MGE_UPS, HID_QUIRK_IGNORE }, | ||
869 | { USB_VENDOR_ID_MGE, USB_DEVICE_ID_MGE_UPS1, HID_QUIRK_IGNORE }, | ||
870 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100, HID_QUIRK_IGNORE }, | ||
871 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 20, HID_QUIRK_IGNORE }, | ||
872 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 30, HID_QUIRK_IGNORE }, | ||
873 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 100, HID_QUIRK_IGNORE }, | ||
874 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 108, HID_QUIRK_IGNORE }, | ||
875 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 118, HID_QUIRK_IGNORE }, | ||
876 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 200, HID_QUIRK_IGNORE }, | ||
877 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 300, HID_QUIRK_IGNORE }, | ||
878 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 400, HID_QUIRK_IGNORE }, | ||
879 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 500, HID_QUIRK_IGNORE }, | ||
880 | { USB_VENDOR_ID_VERNIER, USB_DEVICE_ID_VERNIER_LABPRO, HID_QUIRK_IGNORE }, | ||
881 | { USB_VENDOR_ID_VERNIER, USB_DEVICE_ID_VERNIER_GOTEMP, HID_QUIRK_IGNORE }, | ||
882 | { USB_VENDOR_ID_VERNIER, USB_DEVICE_ID_VERNIER_SKIP, HID_QUIRK_IGNORE }, | ||
883 | { USB_VENDOR_ID_VERNIER, USB_DEVICE_ID_VERNIER_CYCLOPS, HID_QUIRK_IGNORE }, | ||
884 | { USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_4_PHIDGETSERVO_20, HID_QUIRK_IGNORE }, | ||
885 | { USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_1_PHIDGETSERVO_20, HID_QUIRK_IGNORE }, | ||
886 | { USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_8_8_4_IF_KIT, HID_QUIRK_IGNORE }, | ||
887 | { USB_VENDOR_ID_YEALINK, USB_DEVICE_ID_YEALINK_P1K_P4K_B2K, HID_QUIRK_IGNORE }, | ||
888 | |||
889 | { USB_VENDOR_ID_ACECAD, USB_DEVICE_ID_ACECAD_FLAIR, HID_QUIRK_IGNORE }, | ||
890 | { USB_VENDOR_ID_ACECAD, USB_DEVICE_ID_ACECAD_302, HID_QUIRK_IGNORE }, | ||
891 | |||
892 | { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_UC100KM, HID_QUIRK_NOGET }, | ||
893 | { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_CS124U, HID_QUIRK_NOGET }, | ||
894 | { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_2PORTKVM, HID_QUIRK_NOGET }, | ||
895 | { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_4PORTKVM, HID_QUIRK_NOGET }, | ||
896 | { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_4PORTKVMC, HID_QUIRK_NOGET }, | ||
897 | { USB_VENDOR_ID_SUN, USB_DEVICE_ID_RARITAN_KVM_DONGLE, HID_QUIRK_NOGET }, | ||
898 | { USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_DUAL_USB_JOYPAD, HID_QUIRK_NOGET | HID_QUIRK_MULTI_INPUT }, | ||
899 | { USB_VENDOR_ID_WISEGROUP_LTD, USB_DEVICE_ID_SMARTJOY_DUAL_PLUS, HID_QUIRK_NOGET | HID_QUIRK_MULTI_INPUT }, | ||
900 | |||
901 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_MIGHTYMOUSE, HID_QUIRK_MIGHTYMOUSE | HID_QUIRK_INVERT_HWHEEL }, | ||
902 | { USB_VENDOR_ID_A4TECH, USB_DEVICE_ID_A4TECH_WCP32PU, HID_QUIRK_2WHEEL_MOUSE_HACK_7 }, | ||
903 | { USB_VENDOR_ID_CYPRESS, USB_DEVICE_ID_CYPRESS_MOUSE, HID_QUIRK_2WHEEL_MOUSE_HACK_5 }, | ||
904 | |||
905 | { USB_VENDOR_ID_AASHIMA, USB_DEVICE_ID_AASHIMA_GAMEPAD, HID_QUIRK_BADPAD }, | ||
906 | { USB_VENDOR_ID_AASHIMA, USB_DEVICE_ID_AASHIMA_PREDATOR, HID_QUIRK_BADPAD }, | ||
907 | { USB_VENDOR_ID_ALPS, USB_DEVICE_ID_IBM_GAMEPAD, HID_QUIRK_BADPAD }, | ||
908 | { USB_VENDOR_ID_CHIC, USB_DEVICE_ID_CHIC_GAMEPAD, HID_QUIRK_BADPAD }, | ||
909 | { USB_VENDOR_ID_HAPP, USB_DEVICE_ID_UGCI_DRIVING, HID_QUIRK_BADPAD | HID_QUIRK_MULTI_INPUT }, | ||
910 | { USB_VENDOR_ID_HAPP, USB_DEVICE_ID_UGCI_FLYING, HID_QUIRK_BADPAD | HID_QUIRK_MULTI_INPUT }, | ||
911 | { USB_VENDOR_ID_HAPP, USB_DEVICE_ID_UGCI_FIGHTING, HID_QUIRK_BADPAD | HID_QUIRK_MULTI_INPUT }, | ||
912 | { USB_VENDOR_ID_NEC, USB_DEVICE_ID_NEC_USB_GAME_PAD, HID_QUIRK_BADPAD }, | ||
913 | { USB_VENDOR_ID_SAITEK, USB_DEVICE_ID_SAITEK_RUMBLEPAD, HID_QUIRK_BADPAD }, | ||
914 | { USB_VENDOR_ID_TOPMAX, USB_DEVICE_ID_TOPMAX_COBRAPAD, HID_QUIRK_BADPAD }, | ||
915 | |||
916 | { USB_VENDOR_ID_CHERRY, USB_DEVICE_ID_CHERRY_CYMOTION, HID_QUIRK_CYMOTION }, | ||
917 | |||
918 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_FOUNTAIN_ANSI, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | ||
919 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_FOUNTAIN_ISO, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | ||
920 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER_ANSI, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | ||
921 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER_ISO, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE | HID_QUIRK_POWERBOOK_ISO_KEYBOARD}, | ||
922 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER_JIS, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | ||
923 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_ANSI, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | ||
924 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_ISO, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE | HID_QUIRK_POWERBOOK_ISO_KEYBOARD}, | ||
925 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_JIS, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | ||
926 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER4_ANSI, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | ||
927 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER4_ISO, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE | HID_QUIRK_POWERBOOK_ISO_KEYBOARD}, | ||
928 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER4_JIS, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | ||
929 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_FOUNTAIN_TP_ONLY, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | ||
930 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER1_TP_ONLY, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | ||
931 | |||
932 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_IR, HID_QUIRK_IGNORE }, | ||
933 | |||
934 | { USB_VENDOR_ID_PANJIT, 0x0001, HID_QUIRK_IGNORE }, | ||
935 | { USB_VENDOR_ID_PANJIT, 0x0002, HID_QUIRK_IGNORE }, | ||
936 | { USB_VENDOR_ID_PANJIT, 0x0003, HID_QUIRK_IGNORE }, | ||
937 | { USB_VENDOR_ID_PANJIT, 0x0004, HID_QUIRK_IGNORE }, | ||
938 | |||
939 | { USB_VENDOR_ID_TURBOX, USB_DEVICE_ID_TURBOX_KEYBOARD, HID_QUIRK_NOGET }, | ||
940 | |||
941 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_USB_RECEIVER, HID_QUIRK_BAD_RELATIVE_KEYS }, | ||
942 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_USB_RECEIVER_2, HID_QUIRK_LOGITECH_S510_DESCRIPTOR }, | ||
943 | |||
944 | { USB_VENDOR_ID_PANTHERLORD, USB_DEVICE_ID_PANTHERLORD_TWIN_USB_JOYSTICK, HID_QUIRK_MULTI_INPUT | HID_QUIRK_SKIP_OUTPUT_REPORTS }, | ||
945 | |||
946 | { USB_VENDOR_ID_SONY, USB_DEVICE_ID_SONY_PS3_CONTROLLER, HID_QUIRK_SONY_PS3_CONTROLLER }, | ||
947 | |||
948 | { USB_VENDOR_ID_CIDC, 0x0103, HID_QUIRK_IGNORE }, | ||
949 | |||
950 | { 0, 0 } | ||
951 | }; | ||
952 | |||
953 | /* | 952 | /* |
954 | * Traverse the supplied list of reports and find the longest | 953 | * Traverse the supplied list of reports and find the longest |
955 | */ | 954 | */ |