| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 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 | #include <linux/hid.h> | 
|  | 19 |  | 
|  | 20 | #define USB_VENDOR_ID_A4TECH		0x09da | 
|  | 21 | #define USB_DEVICE_ID_A4TECH_WCP32PU	0x0006 | 
| Pavel Troller | c80e5ff | 2007-10-29 11:13:46 +0100 | [diff] [blame] | 22 | #define USB_DEVICE_ID_A4TECH_X5_005D	0x000a | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 23 |  | 
|  | 24 | #define USB_VENDOR_ID_AASHIMA		0x06d6 | 
|  | 25 | #define USB_DEVICE_ID_AASHIMA_GAMEPAD	0x0025 | 
|  | 26 | #define USB_DEVICE_ID_AASHIMA_PREDATOR	0x0026 | 
|  | 27 |  | 
|  | 28 | #define USB_VENDOR_ID_ACECAD		0x0460 | 
|  | 29 | #define USB_DEVICE_ID_ACECAD_FLAIR	0x0004 | 
|  | 30 | #define USB_DEVICE_ID_ACECAD_302	0x0008 | 
|  | 31 |  | 
| Tobias Lorenz | 3bce6f9 | 2008-01-27 22:19:22 +0100 | [diff] [blame] | 32 | #define USB_VENDOR_ID_ADS_TECH 		0x06e1 | 
|  | 33 | #define USB_DEVICE_ID_ADS_TECH_RADIO_SI470X	0xa155 | 
|  | 34 |  | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 35 | #define USB_VENDOR_ID_AIPTEK		0x08ca | 
|  | 36 | #define USB_DEVICE_ID_AIPTEK_01		0x0001 | 
|  | 37 | #define USB_DEVICE_ID_AIPTEK_10		0x0010 | 
|  | 38 | #define USB_DEVICE_ID_AIPTEK_20		0x0020 | 
|  | 39 | #define USB_DEVICE_ID_AIPTEK_21		0x0021 | 
|  | 40 | #define USB_DEVICE_ID_AIPTEK_22		0x0022 | 
|  | 41 | #define USB_DEVICE_ID_AIPTEK_23		0x0023 | 
|  | 42 | #define USB_DEVICE_ID_AIPTEK_24		0x0024 | 
|  | 43 |  | 
|  | 44 | #define USB_VENDOR_ID_AIRCABLE		0x16CA | 
|  | 45 | #define USB_DEVICE_ID_AIRCABLE1		0x1502 | 
|  | 46 |  | 
|  | 47 | #define USB_VENDOR_ID_ALCOR		0x058f | 
|  | 48 | #define USB_DEVICE_ID_ALCOR_USBRS232	0x9720 | 
|  | 49 |  | 
|  | 50 | #define USB_VENDOR_ID_ALPS		0x0433 | 
|  | 51 | #define USB_DEVICE_ID_IBM_GAMEPAD	0x1101 | 
|  | 52 |  | 
|  | 53 | #define USB_VENDOR_ID_APPLE		0x05ac | 
|  | 54 | #define USB_DEVICE_ID_APPLE_MIGHTYMOUSE	0x0304 | 
|  | 55 | #define USB_DEVICE_ID_APPLE_FOUNTAIN_ANSI	0x020e | 
|  | 56 | #define USB_DEVICE_ID_APPLE_FOUNTAIN_ISO	0x020f | 
|  | 57 | #define USB_DEVICE_ID_APPLE_GEYSER_ANSI	0x0214 | 
|  | 58 | #define USB_DEVICE_ID_APPLE_GEYSER_ISO	0x0215 | 
|  | 59 | #define USB_DEVICE_ID_APPLE_GEYSER_JIS	0x0216 | 
|  | 60 | #define USB_DEVICE_ID_APPLE_GEYSER3_ANSI	0x0217 | 
|  | 61 | #define USB_DEVICE_ID_APPLE_GEYSER3_ISO	0x0218 | 
|  | 62 | #define USB_DEVICE_ID_APPLE_GEYSER3_JIS	0x0219 | 
|  | 63 | #define USB_DEVICE_ID_APPLE_GEYSER4_ANSI	0x021a | 
|  | 64 | #define USB_DEVICE_ID_APPLE_GEYSER4_ISO	0x021b | 
|  | 65 | #define USB_DEVICE_ID_APPLE_GEYSER4_JIS	0x021c | 
| Michel Daenzer | a45d82d | 2007-10-24 16:30:37 +0200 | [diff] [blame] | 66 | #define USB_DEVICE_ID_APPLE_ALU_ANSI	0x0220 | 
|  | 67 | #define USB_DEVICE_ID_APPLE_ALU_ISO	0x0221 | 
|  | 68 | #define USB_DEVICE_ID_APPLE_ALU_JIS	0x0222 | 
| Tobias Mueller | 5906a04 | 2008-02-13 17:08:04 +0100 | [diff] [blame] | 69 | #define USB_DEVICE_ID_APPLE_GEYSER4_HF_ANSI    0x0229 | 
|  | 70 | #define USB_DEVICE_ID_APPLE_GEYSER4_HF_ISO     0x022a | 
|  | 71 | #define USB_DEVICE_ID_APPLE_GEYSER4_HF_JIS     0x022b | 
|  | 72 | #define USB_DEVICE_ID_APPLE_ALU_WIRELESS_ANSI  0x022c | 
|  | 73 | #define USB_DEVICE_ID_APPLE_ALU_WIRELESS_ISO   0x022d | 
|  | 74 | #define USB_DEVICE_ID_APPLE_ALU_WIRELESS_JIS   0x022e | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 75 | #define USB_DEVICE_ID_APPLE_FOUNTAIN_TP_ONLY	0x030a | 
|  | 76 | #define USB_DEVICE_ID_APPLE_GEYSER1_TP_ONLY	0x030b | 
| Stelian Pop | 0ce91cf | 2007-09-11 23:34:55 +0200 | [diff] [blame] | 77 | #define USB_DEVICE_ID_APPLE_IRCONTROL4	0x8242 | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 78 |  | 
| Christian Lamparter | 04a9b7f | 2007-07-30 14:38:26 +0200 | [diff] [blame] | 79 | #define USB_VENDOR_ID_ASUS		0x0b05 | 
|  | 80 | #define USB_DEVICE_ID_ASUS_LCM		0x1726 | 
|  | 81 |  | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 82 | #define USB_VENDOR_ID_ATEN		0x0557 | 
|  | 83 | #define USB_DEVICE_ID_ATEN_UC100KM	0x2004 | 
|  | 84 | #define USB_DEVICE_ID_ATEN_CS124U	0x2202 | 
|  | 85 | #define USB_DEVICE_ID_ATEN_2PORTKVM	0x2204 | 
|  | 86 | #define USB_DEVICE_ID_ATEN_4PORTKVM	0x2205 | 
|  | 87 | #define USB_DEVICE_ID_ATEN_4PORTKVMC	0x2208 | 
|  | 88 |  | 
|  | 89 | #define USB_VENDOR_ID_BELKIN           0x050d | 
|  | 90 | #define USB_DEVICE_ID_FLIP_KVM         0x3201 | 
|  | 91 |  | 
|  | 92 | #define USB_VENDOR_ID_BERKSHIRE		0x0c98 | 
|  | 93 | #define USB_DEVICE_ID_BERKSHIRE_PCWD	0x1140 | 
|  | 94 |  | 
|  | 95 | #define USB_VENDOR_ID_CHERRY		0x046a | 
|  | 96 | #define USB_DEVICE_ID_CHERRY_CYMOTION	0x0023 | 
|  | 97 |  | 
|  | 98 | #define USB_VENDOR_ID_CHIC		0x05fe | 
|  | 99 | #define USB_DEVICE_ID_CHIC_GAMEPAD	0x0014 | 
|  | 100 |  | 
|  | 101 | #define USB_VENDOR_ID_CIDC		0x1677 | 
|  | 102 |  | 
| Alfred E. Heggestad | c4025ad | 2007-08-29 15:53:03 +0200 | [diff] [blame] | 103 | #define USB_VENDOR_ID_CMEDIA		0x0d8c | 
|  | 104 | #define USB_DEVICE_ID_CM109		0x000e | 
|  | 105 |  | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 106 | #define USB_VENDOR_ID_CODEMERCS		0x07c0 | 
|  | 107 | #define USB_DEVICE_ID_CODEMERCS_IOW_FIRST	0x1500 | 
|  | 108 | #define USB_DEVICE_ID_CODEMERCS_IOW_LAST	0x15ff | 
|  | 109 |  | 
| Tobias Lorenz | 3bce6f9 | 2008-01-27 22:19:22 +0100 | [diff] [blame] | 110 | #define USB_VENDOR_ID_CYGNAL		0x10c4 | 
|  | 111 | #define USB_DEVICE_ID_CYGNAL_RADIO_SI470X	0x818a | 
|  | 112 |  | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 113 | #define USB_VENDOR_ID_CYPRESS		0x04b4 | 
|  | 114 | #define USB_DEVICE_ID_CYPRESS_MOUSE	0x0001 | 
|  | 115 | #define USB_DEVICE_ID_CYPRESS_HIDCOM	0x5500 | 
|  | 116 | #define USB_DEVICE_ID_CYPRESS_ULTRAMOUSE	0x7417 | 
| Jiri Kosina | 66da876 | 2007-05-02 11:55:42 +0200 | [diff] [blame] | 117 | #define USB_DEVICE_ID_CYPRESS_BARCODE_1	0xde61 | 
|  | 118 | #define USB_DEVICE_ID_CYPRESS_BARCODE_2	0xde64 | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 119 |  | 
|  | 120 | #define USB_VENDOR_ID_DELL		0x413c | 
|  | 121 | #define USB_DEVICE_ID_DELL_W7658	0x2005 | 
|  | 122 |  | 
|  | 123 | #define USB_VENDOR_ID_DELORME		0x1163 | 
|  | 124 | #define USB_DEVICE_ID_DELORME_EARTHMATE 0x0100 | 
|  | 125 | #define USB_DEVICE_ID_DELORME_EM_LT20	0x0200 | 
|  | 126 |  | 
| Mike Crowe | d500d11 | 2007-09-14 10:18:07 +0200 | [diff] [blame] | 127 | #define USB_VENDOR_ID_ELO		0x04E7 | 
|  | 128 | #define USB_DEVICE_ID_ELO_TS2700	0x0020 | 
|  | 129 |  | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 130 | #define USB_VENDOR_ID_ESSENTIAL_REALITY	0x0d7f | 
|  | 131 | #define USB_DEVICE_ID_ESSENTIAL_REALITY_P5 0x0100 | 
|  | 132 |  | 
| Jiri Kosina | 36ccaad | 2007-11-26 13:18:00 +0100 | [diff] [blame] | 133 | #define USB_VENDOR_ID_EZKEY 		0x0518 | 
|  | 134 | #define USB_DEVICE_ID_BTC_8193		0x0002 | 
|  | 135 |  | 
| Julien Eyries | 1b3ebe9 | 2007-06-12 10:12:40 +0200 | [diff] [blame] | 136 | #define USB_VENDOR_ID_GAMERON		0x0810 | 
|  | 137 | #define USB_DEVICE_ID_GAMERON_DUAL_PSX_ADAPTOR	0x0001 | 
|  | 138 |  | 
| Ilya Frolov | 4469435 | 2007-10-11 14:21:23 +0200 | [diff] [blame] | 139 | #define USB_VENDOR_ID_GENERAL_TOUCH	0x0dfc | 
|  | 140 |  | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 141 | #define USB_VENDOR_ID_GLAB		0x06c2 | 
|  | 142 | #define USB_DEVICE_ID_4_PHIDGETSERVO_30	0x0038 | 
|  | 143 | #define USB_DEVICE_ID_1_PHIDGETSERVO_30	0x0039 | 
|  | 144 | #define USB_DEVICE_ID_0_0_4_IF_KIT	0x0040 | 
|  | 145 | #define USB_DEVICE_ID_0_16_16_IF_KIT	0x0044 | 
|  | 146 | #define USB_DEVICE_ID_8_8_8_IF_KIT	0x0045 | 
|  | 147 | #define USB_DEVICE_ID_0_8_7_IF_KIT	0x0051 | 
|  | 148 | #define USB_DEVICE_ID_0_8_8_IF_KIT	0x0053 | 
|  | 149 | #define USB_DEVICE_ID_PHIDGET_MOTORCONTROL	0x0058 | 
|  | 150 |  | 
| Jerrold Jones | df7bded | 2007-10-22 11:38:41 +0200 | [diff] [blame] | 151 | #define USB_VENDOR_ID_GOTOP		0x08f2 | 
|  | 152 | #define USB_DEVICE_ID_SUPER_Q2		0x007f | 
|  | 153 | #define USB_DEVICE_ID_GOGOPEN		0x00ce | 
|  | 154 | #define USB_DEVICE_ID_PENPOWER		0x00f4 | 
|  | 155 |  | 
| Nicolas Mailhot | 15b55fb | 2007-12-16 18:16:43 +0100 | [diff] [blame] | 156 | #define USB_VENDOR_ID_GRETAGMACBETH	0x0971 | 
|  | 157 | #define USB_DEVICE_ID_GRETAGMACBETH_HUEY	0x2005 | 
|  | 158 |  | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 159 | #define USB_VENDOR_ID_GRIFFIN		0x077d | 
|  | 160 | #define USB_DEVICE_ID_POWERMATE		0x0410 | 
|  | 161 | #define USB_DEVICE_ID_SOUNDKNOB		0x04AA | 
|  | 162 |  | 
|  | 163 | #define USB_VENDOR_ID_GTCO		0x078c | 
|  | 164 | #define USB_DEVICE_ID_GTCO_90		0x0090 | 
|  | 165 | #define USB_DEVICE_ID_GTCO_100		0x0100 | 
|  | 166 | #define USB_DEVICE_ID_GTCO_101		0x0101 | 
|  | 167 | #define USB_DEVICE_ID_GTCO_103		0x0103 | 
|  | 168 | #define USB_DEVICE_ID_GTCO_104		0x0104 | 
|  | 169 | #define USB_DEVICE_ID_GTCO_105		0x0105 | 
|  | 170 | #define USB_DEVICE_ID_GTCO_106		0x0106 | 
|  | 171 | #define USB_DEVICE_ID_GTCO_107		0x0107 | 
|  | 172 | #define USB_DEVICE_ID_GTCO_108		0x0108 | 
|  | 173 | #define USB_DEVICE_ID_GTCO_200		0x0200 | 
|  | 174 | #define USB_DEVICE_ID_GTCO_201		0x0201 | 
|  | 175 | #define USB_DEVICE_ID_GTCO_202		0x0202 | 
|  | 176 | #define USB_DEVICE_ID_GTCO_203		0x0203 | 
|  | 177 | #define USB_DEVICE_ID_GTCO_204		0x0204 | 
|  | 178 | #define USB_DEVICE_ID_GTCO_205		0x0205 | 
|  | 179 | #define USB_DEVICE_ID_GTCO_206		0x0206 | 
|  | 180 | #define USB_DEVICE_ID_GTCO_207		0x0207 | 
|  | 181 | #define USB_DEVICE_ID_GTCO_300		0x0300 | 
|  | 182 | #define USB_DEVICE_ID_GTCO_301		0x0301 | 
|  | 183 | #define USB_DEVICE_ID_GTCO_302		0x0302 | 
|  | 184 | #define USB_DEVICE_ID_GTCO_303		0x0303 | 
|  | 185 | #define USB_DEVICE_ID_GTCO_304		0x0304 | 
|  | 186 | #define USB_DEVICE_ID_GTCO_305		0x0305 | 
|  | 187 | #define USB_DEVICE_ID_GTCO_306		0x0306 | 
|  | 188 | #define USB_DEVICE_ID_GTCO_307		0x0307 | 
|  | 189 | #define USB_DEVICE_ID_GTCO_308		0x0308 | 
|  | 190 | #define USB_DEVICE_ID_GTCO_309		0x0309 | 
|  | 191 | #define USB_DEVICE_ID_GTCO_400		0x0400 | 
|  | 192 | #define USB_DEVICE_ID_GTCO_401		0x0401 | 
|  | 193 | #define USB_DEVICE_ID_GTCO_402		0x0402 | 
|  | 194 | #define USB_DEVICE_ID_GTCO_403		0x0403 | 
|  | 195 | #define USB_DEVICE_ID_GTCO_404		0x0404 | 
|  | 196 | #define USB_DEVICE_ID_GTCO_405		0x0405 | 
|  | 197 | #define USB_DEVICE_ID_GTCO_500		0x0500 | 
|  | 198 | #define USB_DEVICE_ID_GTCO_501		0x0501 | 
|  | 199 | #define USB_DEVICE_ID_GTCO_502		0x0502 | 
|  | 200 | #define USB_DEVICE_ID_GTCO_503		0x0503 | 
|  | 201 | #define USB_DEVICE_ID_GTCO_504		0x0504 | 
| Jeremy Roberson | dda3fd3 | 2008-02-01 15:59:43 +0100 | [diff] [blame] | 202 | #define USB_DEVICE_ID_GTCO_600		0x0600 | 
|  | 203 | #define USB_DEVICE_ID_GTCO_601		0x0601 | 
|  | 204 | #define USB_DEVICE_ID_GTCO_602		0x0602 | 
|  | 205 | #define USB_DEVICE_ID_GTCO_603		0x0603 | 
|  | 206 | #define USB_DEVICE_ID_GTCO_604		0x0604 | 
|  | 207 | #define USB_DEVICE_ID_GTCO_605		0x0605 | 
|  | 208 | #define USB_DEVICE_ID_GTCO_606		0x0606 | 
|  | 209 | #define USB_DEVICE_ID_GTCO_607		0x0607 | 
|  | 210 | #define USB_DEVICE_ID_GTCO_608		0x0608 | 
|  | 211 | #define USB_DEVICE_ID_GTCO_609		0x0609 | 
|  | 212 | #define USB_DEVICE_ID_GTCO_609		0x0609 | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 213 | #define USB_DEVICE_ID_GTCO_1000		0x1000 | 
|  | 214 | #define USB_DEVICE_ID_GTCO_1001		0x1001 | 
|  | 215 | #define USB_DEVICE_ID_GTCO_1002		0x1002 | 
|  | 216 | #define USB_DEVICE_ID_GTCO_1003		0x1003 | 
|  | 217 | #define USB_DEVICE_ID_GTCO_1004		0x1004 | 
|  | 218 | #define USB_DEVICE_ID_GTCO_1005		0x1005 | 
|  | 219 | #define USB_DEVICE_ID_GTCO_1006		0x1006 | 
| Jeremy Roberson | dda3fd3 | 2008-02-01 15:59:43 +0100 | [diff] [blame] | 220 | #define USB_DEVICE_ID_GTCO_1007		0x1007 | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 221 | #define USB_VENDOR_ID_HAPP		0x078b | 
|  | 222 | #define USB_DEVICE_ID_UGCI_DRIVING	0x0010 | 
|  | 223 | #define USB_DEVICE_ID_UGCI_FLYING	0x0020 | 
|  | 224 | #define USB_DEVICE_ID_UGCI_FIGHTING	0x0030 | 
|  | 225 |  | 
|  | 226 | #define USB_VENDOR_ID_IMATION		0x0718 | 
|  | 227 | #define USB_DEVICE_ID_DISC_STAKKA	0xd000 | 
|  | 228 |  | 
|  | 229 | #define USB_VENDOR_ID_KBGEAR		0x084e | 
|  | 230 | #define USB_DEVICE_ID_KBGEAR_JAMSTUDIO	0x1001 | 
|  | 231 |  | 
|  | 232 | #define USB_VENDOR_ID_LD		0x0f11 | 
|  | 233 | #define USB_DEVICE_ID_LD_CASSY		0x1000 | 
|  | 234 | #define USB_DEVICE_ID_LD_POCKETCASSY	0x1010 | 
|  | 235 | #define USB_DEVICE_ID_LD_MOBILECASSY	0x1020 | 
|  | 236 | #define USB_DEVICE_ID_LD_JWM		0x1080 | 
|  | 237 | #define USB_DEVICE_ID_LD_DMMP		0x1081 | 
|  | 238 | #define USB_DEVICE_ID_LD_UMIP		0x1090 | 
|  | 239 | #define USB_DEVICE_ID_LD_XRAY1		0x1100 | 
|  | 240 | #define USB_DEVICE_ID_LD_XRAY2		0x1101 | 
|  | 241 | #define USB_DEVICE_ID_LD_VIDEOCOM	0x1200 | 
|  | 242 | #define USB_DEVICE_ID_LD_COM3LAB	0x2000 | 
|  | 243 | #define USB_DEVICE_ID_LD_TELEPORT	0x2010 | 
|  | 244 | #define USB_DEVICE_ID_LD_NETWORKANALYSER 0x2020 | 
|  | 245 | #define USB_DEVICE_ID_LD_POWERCONTROL	0x2030 | 
|  | 246 | #define USB_DEVICE_ID_LD_MACHINETEST	0x2040 | 
|  | 247 |  | 
|  | 248 | #define USB_VENDOR_ID_LOGITECH		0x046d | 
|  | 249 | #define USB_DEVICE_ID_LOGITECH_RECEIVER	0xc101 | 
| Phil Dibowitz | 9fdcfed | 2007-07-30 12:00:48 +0200 | [diff] [blame] | 250 | #define USB_DEVICE_ID_LOGITECH_HARMONY  0xc110 | 
|  | 251 | #define USB_DEVICE_ID_LOGITECH_HARMONY_2 0xc111 | 
|  | 252 | #define USB_DEVICE_ID_LOGITECH_HARMONY_3 0xc112 | 
|  | 253 | #define USB_DEVICE_ID_LOGITECH_HARMONY_4 0xc113 | 
|  | 254 | #define USB_DEVICE_ID_LOGITECH_HARMONY_5 0xc114 | 
|  | 255 | #define USB_DEVICE_ID_LOGITECH_HARMONY_6 0xc115 | 
|  | 256 | #define USB_DEVICE_ID_LOGITECH_HARMONY_7 0xc116 | 
|  | 257 | #define USB_DEVICE_ID_LOGITECH_HARMONY_8 0xc117 | 
|  | 258 | #define USB_DEVICE_ID_LOGITECH_HARMONY_9 0xc118 | 
|  | 259 | #define USB_DEVICE_ID_LOGITECH_HARMONY_10 0xc119 | 
|  | 260 | #define USB_DEVICE_ID_LOGITECH_HARMONY_11 0xc11a | 
|  | 261 | #define USB_DEVICE_ID_LOGITECH_HARMONY_12 0xc11b | 
|  | 262 | #define USB_DEVICE_ID_LOGITECH_HARMONY_13 0xc11c | 
|  | 263 | #define USB_DEVICE_ID_LOGITECH_HARMONY_14 0xc11d | 
|  | 264 | #define USB_DEVICE_ID_LOGITECH_HARMONY_15 0xc11e | 
|  | 265 | #define USB_DEVICE_ID_LOGITECH_HARMONY_16 0xc11f | 
|  | 266 | #define USB_DEVICE_ID_LOGITECH_HARMONY_17 0xc120 | 
|  | 267 | #define USB_DEVICE_ID_LOGITECH_HARMONY_18 0xc121 | 
|  | 268 | #define USB_DEVICE_ID_LOGITECH_HARMONY_19 0xc122 | 
|  | 269 | #define USB_DEVICE_ID_LOGITECH_HARMONY_20 0xc123 | 
|  | 270 | #define USB_DEVICE_ID_LOGITECH_HARMONY_21 0xc124 | 
|  | 271 | #define USB_DEVICE_ID_LOGITECH_HARMONY_22 0xc125 | 
|  | 272 | #define USB_DEVICE_ID_LOGITECH_HARMONY_23 0xc126 | 
|  | 273 | #define USB_DEVICE_ID_LOGITECH_HARMONY_24 0xc127 | 
|  | 274 | #define USB_DEVICE_ID_LOGITECH_HARMONY_25 0xc128 | 
|  | 275 | #define USB_DEVICE_ID_LOGITECH_HARMONY_26 0xc129 | 
|  | 276 | #define USB_DEVICE_ID_LOGITECH_HARMONY_27 0xc12a | 
|  | 277 | #define USB_DEVICE_ID_LOGITECH_HARMONY_28 0xc12b | 
|  | 278 | #define USB_DEVICE_ID_LOGITECH_HARMONY_29 0xc12c | 
|  | 279 | #define USB_DEVICE_ID_LOGITECH_HARMONY_30 0xc12d | 
|  | 280 | #define USB_DEVICE_ID_LOGITECH_HARMONY_31 0xc12e | 
|  | 281 | #define USB_DEVICE_ID_LOGITECH_HARMONY_32 0xc12f | 
|  | 282 | #define USB_DEVICE_ID_LOGITECH_HARMONY_33 0xc130 | 
|  | 283 | #define USB_DEVICE_ID_LOGITECH_HARMONY_34 0xc131 | 
|  | 284 | #define USB_DEVICE_ID_LOGITECH_HARMONY_35 0xc132 | 
|  | 285 | #define USB_DEVICE_ID_LOGITECH_HARMONY_36 0xc133 | 
|  | 286 | #define USB_DEVICE_ID_LOGITECH_HARMONY_37 0xc134 | 
|  | 287 | #define USB_DEVICE_ID_LOGITECH_HARMONY_38 0xc135 | 
|  | 288 | #define USB_DEVICE_ID_LOGITECH_HARMONY_39 0xc136 | 
|  | 289 | #define USB_DEVICE_ID_LOGITECH_HARMONY_40 0xc137 | 
|  | 290 | #define USB_DEVICE_ID_LOGITECH_HARMONY_41 0xc138 | 
|  | 291 | #define USB_DEVICE_ID_LOGITECH_HARMONY_42 0xc139 | 
|  | 292 | #define USB_DEVICE_ID_LOGITECH_HARMONY_43 0xc13a | 
|  | 293 | #define USB_DEVICE_ID_LOGITECH_HARMONY_44 0xc13b | 
|  | 294 | #define USB_DEVICE_ID_LOGITECH_HARMONY_45 0xc13c | 
|  | 295 | #define USB_DEVICE_ID_LOGITECH_HARMONY_46 0xc13d | 
|  | 296 | #define USB_DEVICE_ID_LOGITECH_HARMONY_47 0xc13e | 
|  | 297 | #define USB_DEVICE_ID_LOGITECH_HARMONY_48 0xc13f | 
|  | 298 | #define USB_DEVICE_ID_LOGITECH_HARMONY_49 0xc140 | 
|  | 299 | #define USB_DEVICE_ID_LOGITECH_HARMONY_50 0xc141 | 
|  | 300 | #define USB_DEVICE_ID_LOGITECH_HARMONY_51 0xc142 | 
|  | 301 | #define USB_DEVICE_ID_LOGITECH_HARMONY_52 0xc143 | 
|  | 302 | #define USB_DEVICE_ID_LOGITECH_HARMONY_53 0xc144 | 
|  | 303 | #define USB_DEVICE_ID_LOGITECH_HARMONY_54 0xc145 | 
|  | 304 | #define USB_DEVICE_ID_LOGITECH_HARMONY_55 0xc146 | 
|  | 305 | #define USB_DEVICE_ID_LOGITECH_HARMONY_56 0xc147 | 
|  | 306 | #define USB_DEVICE_ID_LOGITECH_HARMONY_57 0xc148 | 
|  | 307 | #define USB_DEVICE_ID_LOGITECH_HARMONY_58 0xc149 | 
|  | 308 | #define USB_DEVICE_ID_LOGITECH_HARMONY_59 0xc14a | 
|  | 309 | #define USB_DEVICE_ID_LOGITECH_HARMONY_60 0xc14b | 
|  | 310 | #define USB_DEVICE_ID_LOGITECH_HARMONY_61 0xc14c | 
|  | 311 | #define USB_DEVICE_ID_LOGITECH_HARMONY_62 0xc14d | 
|  | 312 | #define USB_DEVICE_ID_LOGITECH_HARMONY_63 0xc14e | 
|  | 313 | #define USB_DEVICE_ID_LOGITECH_HARMONY_64 0xc14f | 
| Jiri Kosina | 7cea465 | 2008-01-17 15:23:11 +0100 | [diff] [blame] | 314 | #define USB_DEVICE_ID_LOGITECH_EXTREME_3D	0xc215 | 
| Jan Kratochvil | fed76ab | 2007-05-09 02:50:49 +0200 | [diff] [blame] | 315 | #define USB_DEVICE_ID_LOGITECH_WHEEL	0xc294 | 
| Carlos Corbacho | bc37073 | 2007-11-17 01:30:25 +0100 | [diff] [blame] | 316 | #define USB_DEVICE_ID_LOGITECH_ELITE_KBD	0xc30a | 
| Jiri Kosina | 3c5f4b2 | 2007-06-28 22:33:47 +0200 | [diff] [blame] | 317 | #define USB_DEVICE_ID_LOGITECH_KBD	0xc311 | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 318 | #define USB_DEVICE_ID_S510_RECEIVER	0xc50c | 
|  | 319 | #define USB_DEVICE_ID_S510_RECEIVER_2	0xc517 | 
| Ryo Dairiki | 5f9c464 | 2007-06-25 10:31:12 +0200 | [diff] [blame] | 320 | #define USB_DEVICE_ID_LOGITECH_CORDLESS_DESKTOP_LX500	0xc512 | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 321 | #define USB_DEVICE_ID_MX3000_RECEIVER	0xc513 | 
|  | 322 | #define USB_DEVICE_ID_DINOVO_EDGE	0xc714 | 
|  | 323 |  | 
|  | 324 | #define USB_VENDOR_ID_MCC		0x09db | 
|  | 325 | #define USB_DEVICE_ID_MCC_PMD1024LS	0x0076 | 
|  | 326 | #define USB_DEVICE_ID_MCC_PMD1208LS	0x007a | 
|  | 327 |  | 
|  | 328 | #define USB_VENDOR_ID_MGE		0x0463 | 
|  | 329 | #define USB_DEVICE_ID_MGE_UPS		0xffff | 
|  | 330 | #define USB_DEVICE_ID_MGE_UPS1		0x0001 | 
|  | 331 |  | 
| Jiri Kosina | defd208 | 2007-05-19 16:28:04 +0200 | [diff] [blame] | 332 | #define USB_VENDOR_ID_MICROSOFT		0x045e | 
|  | 333 | #define USB_DEVICE_ID_SIDEWINDER_GV	0x003b | 
| Drew Fisher | 8dcd5afa | 2007-11-18 12:29:56 +0100 | [diff] [blame] | 334 | #define USB_DEVICE_ID_WIRELESS_OPTICAL_DESKTOP_3_0 0x009d | 
| Jiri Kosina | 628edcd | 2007-11-26 13:26:33 +0100 | [diff] [blame] | 335 | #define USB_DEVICE_ID_MS_NE4K		0x00db | 
|  | 336 | #define USB_DEVICE_ID_MS_LK6K		0x00f9 | 
| Jiri Kosina | defd208 | 2007-05-19 16:28:04 +0200 | [diff] [blame] | 337 |  | 
| Jiri Kosina | af9e0ea | 2007-11-14 12:13:26 +0100 | [diff] [blame] | 338 | #define USB_VENDOR_ID_MONTEREY		0x0566 | 
|  | 339 | #define USB_DEVICE_ID_GENIUS_KB29E	0x3004 | 
|  | 340 |  | 
| Jiri Kosina | b8e98f1 | 2007-06-18 17:41:14 +0200 | [diff] [blame] | 341 | #define USB_VENDOR_ID_NCR		0x0404 | 
|  | 342 | #define USB_DEVICE_ID_NCR_FIRST		0x0300 | 
|  | 343 | #define USB_DEVICE_ID_NCR_LAST		0x03ff | 
|  | 344 |  | 
| Phil Dibowitz | 9fdcfed | 2007-07-30 12:00:48 +0200 | [diff] [blame] | 345 | #define USB_VENDOR_ID_NATIONAL_SEMICONDUCTOR 0x0400 | 
|  | 346 | #define USB_DEVICE_ID_N_S_HARMONY       0xc359 | 
|  | 347 |  | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 348 | #define USB_VENDOR_ID_NEC		0x073e | 
|  | 349 | #define USB_DEVICE_ID_NEC_USB_GAME_PAD	0x0301 | 
|  | 350 |  | 
|  | 351 | #define USB_VENDOR_ID_ONTRAK		0x0a07 | 
|  | 352 | #define USB_DEVICE_ID_ONTRAK_ADU100	0x0064 | 
|  | 353 |  | 
|  | 354 | #define USB_VENDOR_ID_PANJIT		0x134c | 
|  | 355 |  | 
|  | 356 | #define USB_VENDOR_ID_PANTHERLORD	0x0810 | 
|  | 357 | #define USB_DEVICE_ID_PANTHERLORD_TWIN_USB_JOYSTICK	0x0001 | 
|  | 358 |  | 
| Jiri Kosina | 92d9e6e | 2007-06-18 13:30:11 +0200 | [diff] [blame] | 359 | #define USB_VENDOR_ID_PETALYNX		0x18b1 | 
|  | 360 | #define USB_DEVICE_ID_PETALYNX_MAXTER_REMOTE	0x0037 | 
|  | 361 |  | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 362 | #define USB_VENDOR_ID_PLAYDOTCOM	0x0b43 | 
|  | 363 | #define USB_DEVICE_ID_PLAYDOTCOM_EMS_USBII	0x0003 | 
|  | 364 |  | 
|  | 365 | #define USB_VENDOR_ID_SAITEK		0x06a3 | 
|  | 366 | #define USB_DEVICE_ID_SAITEK_RUMBLEPAD	0xff17 | 
|  | 367 |  | 
| Robert Schedel | fe56caa | 2007-12-26 00:57:40 +0100 | [diff] [blame] | 368 | #define USB_VENDOR_ID_SAMSUNG		0x0419 | 
|  | 369 | #define USB_DEVICE_ID_SAMSUNG_IR_REMOTE	0x0001 | 
|  | 370 |  | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 371 | #define USB_VENDOR_ID_SONY			0x054c | 
|  | 372 | #define USB_DEVICE_ID_SONY_PS3_CONTROLLER	0x0268 | 
|  | 373 |  | 
|  | 374 | #define USB_VENDOR_ID_SUN		0x0430 | 
|  | 375 | #define USB_DEVICE_ID_RARITAN_KVM_DONGLE	0xcdab | 
|  | 376 |  | 
|  | 377 | #define USB_VENDOR_ID_TOPMAX		0x0663 | 
|  | 378 | #define USB_DEVICE_ID_TOPMAX_COBRAPAD	0x0103 | 
|  | 379 |  | 
|  | 380 | #define USB_VENDOR_ID_TURBOX		0x062a | 
|  | 381 | #define USB_DEVICE_ID_TURBOX_KEYBOARD	0x0201 | 
|  | 382 |  | 
|  | 383 | #define USB_VENDOR_ID_VERNIER		0x08f7 | 
|  | 384 | #define USB_DEVICE_ID_VERNIER_LABPRO	0x0001 | 
|  | 385 | #define USB_DEVICE_ID_VERNIER_GOTEMP	0x0002 | 
|  | 386 | #define USB_DEVICE_ID_VERNIER_SKIP	0x0003 | 
|  | 387 | #define USB_DEVICE_ID_VERNIER_CYCLOPS	0x0004 | 
| Jiri Kosina | be541ed | 2008-02-11 13:04:26 +0100 | [diff] [blame] | 388 | #define USB_DEVICE_ID_VERNIER_LCSPEC	0x0006 | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 389 |  | 
|  | 390 | #define USB_VENDOR_ID_WACOM		0x056a | 
|  | 391 |  | 
|  | 392 | #define USB_VENDOR_ID_WISEGROUP		0x0925 | 
|  | 393 | #define USB_DEVICE_ID_1_PHIDGETSERVO_20	0x8101 | 
|  | 394 | #define USB_DEVICE_ID_4_PHIDGETSERVO_20	0x8104 | 
|  | 395 | #define USB_DEVICE_ID_8_8_4_IF_KIT	0x8201 | 
|  | 396 | #define USB_DEVICE_ID_QUAD_USB_JOYPAD	0x8800 | 
|  | 397 | #define USB_DEVICE_ID_DUAL_USB_JOYPAD	0x8866 | 
|  | 398 |  | 
|  | 399 | #define USB_VENDOR_ID_WISEGROUP_LTD	0x6677 | 
|  | 400 | #define USB_DEVICE_ID_SMARTJOY_DUAL_PLUS 0x8802 | 
|  | 401 |  | 
|  | 402 | #define USB_VENDOR_ID_YEALINK		0x6993 | 
|  | 403 | #define USB_DEVICE_ID_YEALINK_P1K_P4K_B2K	0xb001 | 
|  | 404 |  | 
|  | 405 | /* | 
|  | 406 | * Alphabetically sorted blacklist by quirk type. | 
|  | 407 | */ | 
|  | 408 |  | 
|  | 409 | static const struct hid_blacklist { | 
|  | 410 | __u16 idVendor; | 
|  | 411 | __u16 idProduct; | 
|  | 412 | __u32 quirks; | 
|  | 413 | } hid_blacklist[] = { | 
|  | 414 |  | 
|  | 415 | { USB_VENDOR_ID_A4TECH, USB_DEVICE_ID_A4TECH_WCP32PU, HID_QUIRK_2WHEEL_MOUSE_HACK_7 }, | 
| Pavel Troller | c80e5ff | 2007-10-29 11:13:46 +0100 | [diff] [blame] | 416 | { USB_VENDOR_ID_A4TECH, USB_DEVICE_ID_A4TECH_X5_005D, HID_QUIRK_2WHEEL_MOUSE_HACK_B8 }, | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 417 | { USB_VENDOR_ID_CYPRESS, USB_DEVICE_ID_CYPRESS_MOUSE, HID_QUIRK_2WHEEL_MOUSE_HACK_5 }, | 
|  | 418 |  | 
|  | 419 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_RECEIVER, HID_QUIRK_BAD_RELATIVE_KEYS }, | 
|  | 420 |  | 
|  | 421 | { USB_VENDOR_ID_AASHIMA, USB_DEVICE_ID_AASHIMA_GAMEPAD, HID_QUIRK_BADPAD }, | 
|  | 422 | { USB_VENDOR_ID_AASHIMA, USB_DEVICE_ID_AASHIMA_PREDATOR, HID_QUIRK_BADPAD }, | 
|  | 423 | { USB_VENDOR_ID_ALPS, USB_DEVICE_ID_IBM_GAMEPAD, HID_QUIRK_BADPAD }, | 
|  | 424 | { USB_VENDOR_ID_CHIC, USB_DEVICE_ID_CHIC_GAMEPAD, HID_QUIRK_BADPAD }, | 
| Julien Eyries | 1b3ebe9 | 2007-06-12 10:12:40 +0200 | [diff] [blame] | 425 | { USB_VENDOR_ID_GAMERON, USB_DEVICE_ID_GAMERON_DUAL_PSX_ADAPTOR, HID_QUIRK_MULTI_INPUT }, | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 426 | { USB_VENDOR_ID_HAPP, USB_DEVICE_ID_UGCI_DRIVING, HID_QUIRK_BADPAD | HID_QUIRK_MULTI_INPUT }, | 
|  | 427 | { USB_VENDOR_ID_HAPP, USB_DEVICE_ID_UGCI_FLYING, HID_QUIRK_BADPAD | HID_QUIRK_MULTI_INPUT }, | 
|  | 428 | { USB_VENDOR_ID_HAPP, USB_DEVICE_ID_UGCI_FIGHTING, HID_QUIRK_BADPAD | HID_QUIRK_MULTI_INPUT }, | 
|  | 429 | { USB_VENDOR_ID_NEC, USB_DEVICE_ID_NEC_USB_GAME_PAD, HID_QUIRK_BADPAD }, | 
|  | 430 | { USB_VENDOR_ID_SAITEK, USB_DEVICE_ID_SAITEK_RUMBLEPAD, HID_QUIRK_BADPAD }, | 
|  | 431 | { USB_VENDOR_ID_TOPMAX, USB_DEVICE_ID_TOPMAX_COBRAPAD, HID_QUIRK_BADPAD }, | 
|  | 432 |  | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 433 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_DINOVO_EDGE, HID_QUIRK_DUPLICATE_USAGES }, | 
|  | 434 |  | 
|  | 435 | { USB_VENDOR_ID_BELKIN, USB_DEVICE_ID_FLIP_KVM, HID_QUIRK_HIDDEV }, | 
| Stelian Pop | 0ce91cf | 2007-09-11 23:34:55 +0200 | [diff] [blame] | 436 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_IRCONTROL4, HID_QUIRK_HIDDEV | HID_QUIRK_IGNORE_HIDINPUT }, | 
| Jiri Kosina | defd208 | 2007-05-19 16:28:04 +0200 | [diff] [blame] | 437 | { USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_SIDEWINDER_GV, HID_QUIRK_HIDINPUT }, | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 438 |  | 
| Jiri Kosina | 36ccaad | 2007-11-26 13:18:00 +0100 | [diff] [blame] | 439 | { USB_VENDOR_ID_EZKEY, USB_DEVICE_ID_BTC_8193, HID_QUIRK_HWHEEL_WHEEL_INVERT }, | 
|  | 440 |  | 
| Tobias Lorenz | 3bce6f9 | 2008-01-27 22:19:22 +0100 | [diff] [blame] | 441 | { USB_VENDOR_ID_ADS_TECH, USB_DEVICE_ID_ADS_TECH_RADIO_SI470X, HID_QUIRK_IGNORE }, | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 442 | { USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_01, HID_QUIRK_IGNORE }, | 
|  | 443 | { USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_10, HID_QUIRK_IGNORE }, | 
|  | 444 | { USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_20, HID_QUIRK_IGNORE }, | 
|  | 445 | { USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_21, HID_QUIRK_IGNORE }, | 
|  | 446 | { USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_22, HID_QUIRK_IGNORE }, | 
|  | 447 | { USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_23, HID_QUIRK_IGNORE }, | 
|  | 448 | { USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_24, HID_QUIRK_IGNORE }, | 
|  | 449 | { USB_VENDOR_ID_AIRCABLE, USB_DEVICE_ID_AIRCABLE1, HID_QUIRK_IGNORE }, | 
|  | 450 | { USB_VENDOR_ID_ALCOR, USB_DEVICE_ID_ALCOR_USBRS232, HID_QUIRK_IGNORE }, | 
| Christian Lamparter | 04a9b7f | 2007-07-30 14:38:26 +0200 | [diff] [blame] | 451 | { USB_VENDOR_ID_ASUS, USB_DEVICE_ID_ASUS_LCM, HID_QUIRK_IGNORE}, | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 452 | { USB_VENDOR_ID_BERKSHIRE, USB_DEVICE_ID_BERKSHIRE_PCWD, HID_QUIRK_IGNORE }, | 
|  | 453 | { USB_VENDOR_ID_CIDC, 0x0103, HID_QUIRK_IGNORE }, | 
| Tobias Lorenz | 3bce6f9 | 2008-01-27 22:19:22 +0100 | [diff] [blame] | 454 | { USB_VENDOR_ID_CYGNAL, USB_DEVICE_ID_CYGNAL_RADIO_SI470X, HID_QUIRK_IGNORE }, | 
| Alfred E. Heggestad | c4025ad | 2007-08-29 15:53:03 +0200 | [diff] [blame] | 455 | { USB_VENDOR_ID_CMEDIA, USB_DEVICE_ID_CM109, HID_QUIRK_IGNORE }, | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 456 | { USB_VENDOR_ID_CYPRESS, USB_DEVICE_ID_CYPRESS_HIDCOM, HID_QUIRK_IGNORE }, | 
|  | 457 | { USB_VENDOR_ID_CYPRESS, USB_DEVICE_ID_CYPRESS_ULTRAMOUSE, HID_QUIRK_IGNORE }, | 
|  | 458 | { USB_VENDOR_ID_DELORME, USB_DEVICE_ID_DELORME_EARTHMATE, HID_QUIRK_IGNORE }, | 
|  | 459 | { USB_VENDOR_ID_DELORME, USB_DEVICE_ID_DELORME_EM_LT20, HID_QUIRK_IGNORE }, | 
|  | 460 | { USB_VENDOR_ID_ESSENTIAL_REALITY, USB_DEVICE_ID_ESSENTIAL_REALITY_P5, HID_QUIRK_IGNORE }, | 
| Ilya Frolov | 4469435 | 2007-10-11 14:21:23 +0200 | [diff] [blame] | 461 | { USB_VENDOR_ID_GENERAL_TOUCH, 0x0001, HID_QUIRK_IGNORE }, | 
|  | 462 | { USB_VENDOR_ID_GENERAL_TOUCH, 0x0002, HID_QUIRK_IGNORE }, | 
|  | 463 | { USB_VENDOR_ID_GENERAL_TOUCH, 0x0003, HID_QUIRK_IGNORE }, | 
|  | 464 | { USB_VENDOR_ID_GENERAL_TOUCH, 0x0004, HID_QUIRK_IGNORE }, | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 465 | { USB_VENDOR_ID_GLAB, USB_DEVICE_ID_4_PHIDGETSERVO_30, HID_QUIRK_IGNORE }, | 
|  | 466 | { USB_VENDOR_ID_GLAB, USB_DEVICE_ID_1_PHIDGETSERVO_30, HID_QUIRK_IGNORE }, | 
|  | 467 | { USB_VENDOR_ID_GLAB, USB_DEVICE_ID_0_0_4_IF_KIT, HID_QUIRK_IGNORE }, | 
|  | 468 | { USB_VENDOR_ID_GLAB, USB_DEVICE_ID_0_16_16_IF_KIT, HID_QUIRK_IGNORE }, | 
|  | 469 | { USB_VENDOR_ID_GLAB, USB_DEVICE_ID_8_8_8_IF_KIT, HID_QUIRK_IGNORE }, | 
|  | 470 | { USB_VENDOR_ID_GLAB, USB_DEVICE_ID_0_8_7_IF_KIT, HID_QUIRK_IGNORE }, | 
|  | 471 | { USB_VENDOR_ID_GLAB, USB_DEVICE_ID_0_8_8_IF_KIT, HID_QUIRK_IGNORE }, | 
|  | 472 | { USB_VENDOR_ID_GLAB, USB_DEVICE_ID_PHIDGET_MOTORCONTROL, HID_QUIRK_IGNORE }, | 
| Jerrold Jones | df7bded | 2007-10-22 11:38:41 +0200 | [diff] [blame] | 473 | { USB_VENDOR_ID_GOTOP, USB_DEVICE_ID_SUPER_Q2, HID_QUIRK_IGNORE }, | 
|  | 474 | { USB_VENDOR_ID_GOTOP, USB_DEVICE_ID_GOGOPEN, HID_QUIRK_IGNORE }, | 
|  | 475 | { USB_VENDOR_ID_GOTOP, USB_DEVICE_ID_PENPOWER, HID_QUIRK_IGNORE }, | 
| Nicolas Mailhot | 15b55fb | 2007-12-16 18:16:43 +0100 | [diff] [blame] | 476 | { USB_VENDOR_ID_GRETAGMACBETH, USB_DEVICE_ID_GRETAGMACBETH_HUEY, HID_QUIRK_IGNORE }, | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 477 | { USB_VENDOR_ID_GRIFFIN, USB_DEVICE_ID_POWERMATE, HID_QUIRK_IGNORE }, | 
|  | 478 | { USB_VENDOR_ID_GRIFFIN, USB_DEVICE_ID_SOUNDKNOB, HID_QUIRK_IGNORE }, | 
|  | 479 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_90, HID_QUIRK_IGNORE }, | 
|  | 480 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_100, HID_QUIRK_IGNORE }, | 
|  | 481 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_101, HID_QUIRK_IGNORE }, | 
|  | 482 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_103, HID_QUIRK_IGNORE }, | 
|  | 483 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_104, HID_QUIRK_IGNORE }, | 
|  | 484 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_105, HID_QUIRK_IGNORE }, | 
|  | 485 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_106, HID_QUIRK_IGNORE }, | 
|  | 486 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_107, HID_QUIRK_IGNORE }, | 
|  | 487 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_108, HID_QUIRK_IGNORE }, | 
|  | 488 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_200, HID_QUIRK_IGNORE }, | 
|  | 489 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_201, HID_QUIRK_IGNORE }, | 
|  | 490 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_202, HID_QUIRK_IGNORE }, | 
|  | 491 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_203, HID_QUIRK_IGNORE }, | 
|  | 492 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_204, HID_QUIRK_IGNORE }, | 
|  | 493 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_205, HID_QUIRK_IGNORE }, | 
|  | 494 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_206, HID_QUIRK_IGNORE }, | 
|  | 495 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_207, HID_QUIRK_IGNORE }, | 
|  | 496 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_300, HID_QUIRK_IGNORE }, | 
|  | 497 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_301, HID_QUIRK_IGNORE }, | 
|  | 498 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_302, HID_QUIRK_IGNORE }, | 
|  | 499 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_303, HID_QUIRK_IGNORE }, | 
|  | 500 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_304, HID_QUIRK_IGNORE }, | 
|  | 501 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_305, HID_QUIRK_IGNORE }, | 
|  | 502 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_306, HID_QUIRK_IGNORE }, | 
|  | 503 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_307, HID_QUIRK_IGNORE }, | 
|  | 504 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_308, HID_QUIRK_IGNORE }, | 
|  | 505 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_309, HID_QUIRK_IGNORE }, | 
|  | 506 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_400, HID_QUIRK_IGNORE }, | 
|  | 507 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_401, HID_QUIRK_IGNORE }, | 
|  | 508 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_402, HID_QUIRK_IGNORE }, | 
|  | 509 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_403, HID_QUIRK_IGNORE }, | 
|  | 510 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_404, HID_QUIRK_IGNORE }, | 
|  | 511 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_405, HID_QUIRK_IGNORE }, | 
|  | 512 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_500, HID_QUIRK_IGNORE }, | 
|  | 513 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_501, HID_QUIRK_IGNORE }, | 
|  | 514 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_502, HID_QUIRK_IGNORE }, | 
|  | 515 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_503, HID_QUIRK_IGNORE }, | 
|  | 516 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_504, HID_QUIRK_IGNORE }, | 
| Jeremy Roberson | dda3fd3 | 2008-02-01 15:59:43 +0100 | [diff] [blame] | 517 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_600, HID_QUIRK_IGNORE }, | 
|  | 518 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_601, HID_QUIRK_IGNORE }, | 
|  | 519 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_602, HID_QUIRK_IGNORE }, | 
|  | 520 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_603, HID_QUIRK_IGNORE }, | 
|  | 521 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_604, HID_QUIRK_IGNORE }, | 
|  | 522 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_605, HID_QUIRK_IGNORE }, | 
|  | 523 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_606, HID_QUIRK_IGNORE }, | 
|  | 524 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_607, HID_QUIRK_IGNORE }, | 
|  | 525 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_608, HID_QUIRK_IGNORE }, | 
|  | 526 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_609, HID_QUIRK_IGNORE }, | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 527 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1000, HID_QUIRK_IGNORE }, | 
|  | 528 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1001, HID_QUIRK_IGNORE }, | 
|  | 529 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1002, HID_QUIRK_IGNORE }, | 
|  | 530 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1003, HID_QUIRK_IGNORE }, | 
|  | 531 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1004, HID_QUIRK_IGNORE }, | 
|  | 532 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1005, HID_QUIRK_IGNORE }, | 
|  | 533 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1006, HID_QUIRK_IGNORE }, | 
| Jeremy Roberson | dda3fd3 | 2008-02-01 15:59:43 +0100 | [diff] [blame] | 534 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1007, HID_QUIRK_IGNORE }, | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 535 | { USB_VENDOR_ID_IMATION, USB_DEVICE_ID_DISC_STAKKA, HID_QUIRK_IGNORE }, | 
|  | 536 | { USB_VENDOR_ID_KBGEAR, USB_DEVICE_ID_KBGEAR_JAMSTUDIO, HID_QUIRK_IGNORE }, | 
|  | 537 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_CASSY, HID_QUIRK_IGNORE }, | 
|  | 538 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_POCKETCASSY, HID_QUIRK_IGNORE }, | 
|  | 539 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_MOBILECASSY, HID_QUIRK_IGNORE }, | 
|  | 540 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_JWM, HID_QUIRK_IGNORE }, | 
|  | 541 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_DMMP, HID_QUIRK_IGNORE }, | 
|  | 542 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_UMIP, HID_QUIRK_IGNORE }, | 
|  | 543 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_XRAY1, HID_QUIRK_IGNORE }, | 
|  | 544 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_XRAY2, HID_QUIRK_IGNORE }, | 
|  | 545 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_VIDEOCOM, HID_QUIRK_IGNORE }, | 
|  | 546 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_COM3LAB, HID_QUIRK_IGNORE }, | 
|  | 547 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_TELEPORT, HID_QUIRK_IGNORE }, | 
|  | 548 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_NETWORKANALYSER, HID_QUIRK_IGNORE }, | 
|  | 549 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_POWERCONTROL, HID_QUIRK_IGNORE }, | 
|  | 550 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_MACHINETEST, HID_QUIRK_IGNORE }, | 
|  | 551 | { USB_VENDOR_ID_MCC, USB_DEVICE_ID_MCC_PMD1024LS, HID_QUIRK_IGNORE }, | 
|  | 552 | { USB_VENDOR_ID_MCC, USB_DEVICE_ID_MCC_PMD1208LS, HID_QUIRK_IGNORE }, | 
|  | 553 | { USB_VENDOR_ID_MGE, USB_DEVICE_ID_MGE_UPS, HID_QUIRK_IGNORE }, | 
|  | 554 | { USB_VENDOR_ID_MGE, USB_DEVICE_ID_MGE_UPS1, HID_QUIRK_IGNORE }, | 
|  | 555 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100, HID_QUIRK_IGNORE }, | 
|  | 556 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 20, HID_QUIRK_IGNORE }, | 
|  | 557 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 30, HID_QUIRK_IGNORE }, | 
|  | 558 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 100, HID_QUIRK_IGNORE }, | 
|  | 559 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 108, HID_QUIRK_IGNORE }, | 
|  | 560 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 118, HID_QUIRK_IGNORE }, | 
|  | 561 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 200, HID_QUIRK_IGNORE }, | 
|  | 562 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 300, HID_QUIRK_IGNORE }, | 
|  | 563 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 400, HID_QUIRK_IGNORE }, | 
|  | 564 | { USB_VENDOR_ID_ONTRAK, USB_DEVICE_ID_ONTRAK_ADU100 + 500, HID_QUIRK_IGNORE }, | 
|  | 565 | { USB_VENDOR_ID_PANJIT, 0x0001, HID_QUIRK_IGNORE }, | 
|  | 566 | { USB_VENDOR_ID_PANJIT, 0x0002, HID_QUIRK_IGNORE }, | 
|  | 567 | { USB_VENDOR_ID_PANJIT, 0x0003, HID_QUIRK_IGNORE }, | 
|  | 568 | { USB_VENDOR_ID_PANJIT, 0x0004, HID_QUIRK_IGNORE }, | 
|  | 569 | { USB_VENDOR_ID_VERNIER, USB_DEVICE_ID_VERNIER_LABPRO, HID_QUIRK_IGNORE }, | 
|  | 570 | { USB_VENDOR_ID_VERNIER, USB_DEVICE_ID_VERNIER_GOTEMP, HID_QUIRK_IGNORE }, | 
|  | 571 | { USB_VENDOR_ID_VERNIER, USB_DEVICE_ID_VERNIER_SKIP, HID_QUIRK_IGNORE }, | 
|  | 572 | { USB_VENDOR_ID_VERNIER, USB_DEVICE_ID_VERNIER_CYCLOPS, HID_QUIRK_IGNORE }, | 
| Jiri Kosina | be541ed | 2008-02-11 13:04:26 +0100 | [diff] [blame] | 573 | { USB_VENDOR_ID_VERNIER, USB_DEVICE_ID_VERNIER_LCSPEC, HID_QUIRK_IGNORE }, | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 574 | { USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_4_PHIDGETSERVO_20, HID_QUIRK_IGNORE }, | 
|  | 575 | { USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_1_PHIDGETSERVO_20, HID_QUIRK_IGNORE }, | 
|  | 576 | { USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_8_8_4_IF_KIT, HID_QUIRK_IGNORE }, | 
|  | 577 | { USB_VENDOR_ID_YEALINK, USB_DEVICE_ID_YEALINK_P1K_P4K_B2K, HID_QUIRK_IGNORE }, | 
|  | 578 |  | 
|  | 579 | { USB_VENDOR_ID_ACECAD, USB_DEVICE_ID_ACECAD_FLAIR, HID_QUIRK_IGNORE }, | 
|  | 580 | { USB_VENDOR_ID_ACECAD, USB_DEVICE_ID_ACECAD_302, HID_QUIRK_IGNORE }, | 
|  | 581 |  | 
| Carlos Corbacho | bc37073 | 2007-11-17 01:30:25 +0100 | [diff] [blame] | 582 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_ELITE_KBD, HID_QUIRK_LOGITECH_IGNORE_DOUBLED_WHEEL | HID_QUIRK_LOGITECH_EXPANDED_KEYMAP }, | 
| Ryo Dairiki | 5f9c464 | 2007-06-25 10:31:12 +0200 | [diff] [blame] | 583 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_CORDLESS_DESKTOP_LX500, HID_QUIRK_LOGITECH_IGNORE_DOUBLED_WHEEL | HID_QUIRK_LOGITECH_EXPANDED_KEYMAP }, | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 584 |  | 
| Jiri Kosina | 628edcd | 2007-11-26 13:26:33 +0100 | [diff] [blame] | 585 | { USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_NE4K, HID_QUIRK_MICROSOFT_KEYS }, | 
|  | 586 | { USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_LK6K, HID_QUIRK_MICROSOFT_KEYS }, | 
|  | 587 |  | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 588 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_MIGHTYMOUSE, HID_QUIRK_MIGHTYMOUSE | HID_QUIRK_INVERT_HWHEEL }, | 
|  | 589 |  | 
|  | 590 | { USB_VENDOR_ID_PANTHERLORD, USB_DEVICE_ID_PANTHERLORD_TWIN_USB_JOYSTICK, HID_QUIRK_MULTI_INPUT | HID_QUIRK_SKIP_OUTPUT_REPORTS }, | 
|  | 591 | { USB_VENDOR_ID_PLAYDOTCOM, USB_DEVICE_ID_PLAYDOTCOM_EMS_USBII, HID_QUIRK_MULTI_INPUT }, | 
|  | 592 |  | 
| Bastien Nocera | 0887b4c | 2007-11-28 16:34:53 +0100 | [diff] [blame] | 593 | { USB_VENDOR_ID_SONY, USB_DEVICE_ID_SONY_PS3_CONTROLLER, HID_QUIRK_SONY_PS3_CONTROLLER | HID_QUIRK_HIDDEV }, | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 594 |  | 
|  | 595 | { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_UC100KM, HID_QUIRK_NOGET }, | 
|  | 596 | { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_CS124U, HID_QUIRK_NOGET }, | 
|  | 597 | { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_2PORTKVM, HID_QUIRK_NOGET }, | 
|  | 598 | { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_4PORTKVM, HID_QUIRK_NOGET }, | 
|  | 599 | { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_4PORTKVMC, HID_QUIRK_NOGET }, | 
| Mike Crowe | d500d11 | 2007-09-14 10:18:07 +0200 | [diff] [blame] | 600 | { USB_VENDOR_ID_ELO, USB_DEVICE_ID_ELO_TS2700, HID_QUIRK_NOGET }, | 
| Jiri Kosina | 7cea465 | 2008-01-17 15:23:11 +0100 | [diff] [blame] | 601 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_EXTREME_3D, HID_QUIRK_NOGET }, | 
| Jan Kratochvil | fed76ab | 2007-05-09 02:50:49 +0200 | [diff] [blame] | 602 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_WHEEL, HID_QUIRK_NOGET }, | 
| Drew Fisher | 8dcd5afa | 2007-11-18 12:29:56 +0100 | [diff] [blame] | 603 | { USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_WIRELESS_OPTICAL_DESKTOP_3_0, HID_QUIRK_NOGET }, | 
| Jiri Kosina | ea9a4a8 | 2007-06-19 14:09:14 +0200 | [diff] [blame] | 604 | { USB_VENDOR_ID_PETALYNX, USB_DEVICE_ID_PETALYNX_MAXTER_REMOTE, HID_QUIRK_NOGET }, | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 605 | { USB_VENDOR_ID_SUN, USB_DEVICE_ID_RARITAN_KVM_DONGLE, HID_QUIRK_NOGET }, | 
|  | 606 | { USB_VENDOR_ID_TURBOX, USB_DEVICE_ID_TURBOX_KEYBOARD, HID_QUIRK_NOGET }, | 
|  | 607 | { USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_DUAL_USB_JOYPAD, HID_QUIRK_NOGET | HID_QUIRK_MULTI_INPUT }, | 
|  | 608 | { USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_QUAD_USB_JOYPAD, HID_QUIRK_NOGET | HID_QUIRK_MULTI_INPUT }, | 
|  | 609 |  | 
|  | 610 | { USB_VENDOR_ID_WISEGROUP_LTD, USB_DEVICE_ID_SMARTJOY_DUAL_PLUS, HID_QUIRK_NOGET | HID_QUIRK_MULTI_INPUT }, | 
|  | 611 |  | 
| Michel Daenzer | 81e1a87 | 2007-10-24 16:30:34 +0200 | [diff] [blame] | 612 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_FOUNTAIN_ANSI, HID_QUIRK_APPLE_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | 
|  | 613 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_FOUNTAIN_ISO, HID_QUIRK_APPLE_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | 
|  | 614 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER_ANSI, HID_QUIRK_APPLE_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | 
|  | 615 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER_ISO, HID_QUIRK_APPLE_HAS_FN | HID_QUIRK_IGNORE_MOUSE | HID_QUIRK_APPLE_ISO_KEYBOARD}, | 
|  | 616 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER_JIS, HID_QUIRK_APPLE_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | 
|  | 617 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_ANSI, HID_QUIRK_APPLE_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | 
|  | 618 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_ISO, HID_QUIRK_APPLE_HAS_FN | HID_QUIRK_IGNORE_MOUSE | HID_QUIRK_APPLE_ISO_KEYBOARD}, | 
|  | 619 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_JIS, HID_QUIRK_APPLE_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | 
|  | 620 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER4_ANSI, HID_QUIRK_APPLE_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | 
|  | 621 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER4_ISO, HID_QUIRK_APPLE_HAS_FN | HID_QUIRK_IGNORE_MOUSE | HID_QUIRK_APPLE_ISO_KEYBOARD}, | 
|  | 622 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER4_JIS, HID_QUIRK_APPLE_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | 
| Michel Daenzer | a45d82d | 2007-10-24 16:30:37 +0200 | [diff] [blame] | 623 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_ANSI, HID_QUIRK_APPLE_HAS_FN }, | 
|  | 624 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_ISO, HID_QUIRK_APPLE_HAS_FN | HID_QUIRK_APPLE_ISO_KEYBOARD }, | 
|  | 625 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_JIS, HID_QUIRK_APPLE_HAS_FN }, | 
| Tobias Mueller | 5906a04 | 2008-02-13 17:08:04 +0100 | [diff] [blame] | 626 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER4_HF_ANSI, HID_QUIRK_APPLE_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | 
|  | 627 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER4_HF_ISO, HID_QUIRK_APPLE_HAS_FN | HID_QUIRK_IGNORE_MOUSE | HID_QUIRK_APPLE_ISO_KEYBOARD }, | 
|  | 628 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER4_HF_JIS, HID_QUIRK_APPLE_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | 
|  | 629 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_WIRELESS_ANSI, HID_QUIRK_APPLE_HAS_FN }, | 
|  | 630 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_WIRELESS_ISO, HID_QUIRK_APPLE_HAS_FN | HID_QUIRK_APPLE_ISO_KEYBOARD }, | 
|  | 631 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_WIRELESS_JIS, HID_QUIRK_APPLE_HAS_FN }, | 
| Michel Daenzer | 81e1a87 | 2007-10-24 16:30:34 +0200 | [diff] [blame] | 632 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_FOUNTAIN_TP_ONLY, HID_QUIRK_APPLE_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | 
|  | 633 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER1_TP_ONLY, HID_QUIRK_APPLE_HAS_FN | HID_QUIRK_IGNORE_MOUSE }, | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 634 |  | 
|  | 635 | { USB_VENDOR_ID_DELL, USB_DEVICE_ID_DELL_W7658, HID_QUIRK_RESET_LEDS }, | 
| Jiri Kosina | 3c5f4b2 | 2007-06-28 22:33:47 +0200 | [diff] [blame] | 636 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_KBD, HID_QUIRK_RESET_LEDS }, | 
| Phil Dibowitz | 9fdcfed | 2007-07-30 12:00:48 +0200 | [diff] [blame] | 637 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY, HID_QUIRK_IGNORE }, | 
|  | 638 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_2, HID_QUIRK_IGNORE }, | 
|  | 639 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_3, HID_QUIRK_IGNORE }, | 
|  | 640 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_4, HID_QUIRK_IGNORE }, | 
|  | 641 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_5, HID_QUIRK_IGNORE }, | 
|  | 642 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_6, HID_QUIRK_IGNORE }, | 
|  | 643 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_7, HID_QUIRK_IGNORE }, | 
|  | 644 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_8, HID_QUIRK_IGNORE }, | 
|  | 645 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_9, HID_QUIRK_IGNORE }, | 
|  | 646 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_10, HID_QUIRK_IGNORE }, | 
|  | 647 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_11, HID_QUIRK_IGNORE }, | 
|  | 648 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_12, HID_QUIRK_IGNORE }, | 
|  | 649 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_13, HID_QUIRK_IGNORE }, | 
|  | 650 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_14, HID_QUIRK_IGNORE }, | 
|  | 651 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_15, HID_QUIRK_IGNORE }, | 
|  | 652 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_16, HID_QUIRK_IGNORE }, | 
|  | 653 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_17, HID_QUIRK_IGNORE }, | 
|  | 654 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_18, HID_QUIRK_IGNORE }, | 
|  | 655 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_19, HID_QUIRK_IGNORE }, | 
|  | 656 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_20, HID_QUIRK_IGNORE }, | 
|  | 657 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_21, HID_QUIRK_IGNORE }, | 
|  | 658 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_22, HID_QUIRK_IGNORE }, | 
|  | 659 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_23, HID_QUIRK_IGNORE }, | 
|  | 660 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_24, HID_QUIRK_IGNORE }, | 
|  | 661 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_25, HID_QUIRK_IGNORE }, | 
|  | 662 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_26, HID_QUIRK_IGNORE }, | 
|  | 663 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_27, HID_QUIRK_IGNORE }, | 
|  | 664 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_28, HID_QUIRK_IGNORE }, | 
|  | 665 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_29, HID_QUIRK_IGNORE }, | 
|  | 666 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_30, HID_QUIRK_IGNORE }, | 
|  | 667 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_31, HID_QUIRK_IGNORE }, | 
|  | 668 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_32, HID_QUIRK_IGNORE }, | 
|  | 669 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_33, HID_QUIRK_IGNORE }, | 
|  | 670 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_34, HID_QUIRK_IGNORE }, | 
|  | 671 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_35, HID_QUIRK_IGNORE }, | 
|  | 672 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_36, HID_QUIRK_IGNORE }, | 
|  | 673 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_37, HID_QUIRK_IGNORE }, | 
|  | 674 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_38, HID_QUIRK_IGNORE }, | 
|  | 675 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_39, HID_QUIRK_IGNORE }, | 
|  | 676 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_40, HID_QUIRK_IGNORE }, | 
|  | 677 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_41, HID_QUIRK_IGNORE }, | 
|  | 678 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_42, HID_QUIRK_IGNORE }, | 
|  | 679 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_43, HID_QUIRK_IGNORE }, | 
|  | 680 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_44, HID_QUIRK_IGNORE }, | 
|  | 681 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_45, HID_QUIRK_IGNORE }, | 
|  | 682 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_46, HID_QUIRK_IGNORE }, | 
|  | 683 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_47, HID_QUIRK_IGNORE }, | 
|  | 684 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_48, HID_QUIRK_IGNORE }, | 
|  | 685 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_49, HID_QUIRK_IGNORE }, | 
|  | 686 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_50, HID_QUIRK_IGNORE }, | 
|  | 687 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_51, HID_QUIRK_IGNORE }, | 
|  | 688 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_52, HID_QUIRK_IGNORE }, | 
|  | 689 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_53, HID_QUIRK_IGNORE }, | 
|  | 690 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_54, HID_QUIRK_IGNORE }, | 
|  | 691 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_55, HID_QUIRK_IGNORE }, | 
|  | 692 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_56, HID_QUIRK_IGNORE }, | 
|  | 693 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_57, HID_QUIRK_IGNORE }, | 
|  | 694 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_58, HID_QUIRK_IGNORE }, | 
|  | 695 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_59, HID_QUIRK_IGNORE }, | 
|  | 696 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_60, HID_QUIRK_IGNORE }, | 
|  | 697 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_61, HID_QUIRK_IGNORE }, | 
|  | 698 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_62, HID_QUIRK_IGNORE }, | 
|  | 699 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_63, HID_QUIRK_IGNORE }, | 
|  | 700 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_64, HID_QUIRK_IGNORE }, | 
|  | 701 | { USB_VENDOR_ID_NATIONAL_SEMICONDUCTOR, USB_DEVICE_ID_N_S_HARMONY, HID_QUIRK_IGNORE }, | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 702 |  | 
| Jiri Kosina | ea9a4a8 | 2007-06-19 14:09:14 +0200 | [diff] [blame] | 703 | { 0, 0 } | 
|  | 704 | }; | 
|  | 705 |  | 
|  | 706 | /* Quirks for devices which require report descriptor fixup go here */ | 
|  | 707 | static const struct hid_rdesc_blacklist { | 
|  | 708 | __u16 idVendor; | 
|  | 709 | __u16 idProduct; | 
|  | 710 | __u32 quirks; | 
|  | 711 | } hid_rdesc_blacklist[] = { | 
|  | 712 |  | 
|  | 713 | { USB_VENDOR_ID_CHERRY, USB_DEVICE_ID_CHERRY_CYMOTION, HID_QUIRK_RDESC_CYMOTION }, | 
|  | 714 |  | 
|  | 715 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_MX3000_RECEIVER, HID_QUIRK_RDESC_LOGITECH }, | 
|  | 716 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_S510_RECEIVER, HID_QUIRK_RDESC_LOGITECH }, | 
|  | 717 | { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_S510_RECEIVER_2, HID_QUIRK_RDESC_LOGITECH }, | 
|  | 718 |  | 
| Jiri Kosina | af9e0ea | 2007-11-14 12:13:26 +0100 | [diff] [blame] | 719 | { USB_VENDOR_ID_MONTEREY, USB_DEVICE_ID_GENIUS_KB29E, HID_QUIRK_RDESC_BUTTON_CONSUMER }, | 
|  | 720 |  | 
| Tomoya Adachi | 08f0617 | 2007-10-03 23:27:49 +0200 | [diff] [blame] | 721 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER4_JIS, HID_QUIRK_RDESC_MACBOOK_JIS }, | 
|  | 722 |  | 
| Jiri Kosina | ea9a4a8 | 2007-06-19 14:09:14 +0200 | [diff] [blame] | 723 | { USB_VENDOR_ID_PETALYNX, USB_DEVICE_ID_PETALYNX_MAXTER_REMOTE, HID_QUIRK_RDESC_PETALYNX }, | 
|  | 724 |  | 
| Robert Schedel | fe56caa | 2007-12-26 00:57:40 +0100 | [diff] [blame] | 725 | { USB_VENDOR_ID_SAMSUNG, USB_DEVICE_ID_SAMSUNG_IR_REMOTE, HID_QUIRK_RDESC_SAMSUNG_REMOTE }, | 
|  | 726 |  | 
| Jiri Kosina | ea9a4a8 | 2007-06-19 14:09:14 +0200 | [diff] [blame] | 727 | { USB_VENDOR_ID_CYPRESS, USB_DEVICE_ID_CYPRESS_BARCODE_1, HID_QUIRK_RDESC_SWAPPED_MIN_MAX }, | 
|  | 728 | { USB_VENDOR_ID_CYPRESS, USB_DEVICE_ID_CYPRESS_BARCODE_2, HID_QUIRK_RDESC_SWAPPED_MIN_MAX }, | 
| Jiri Kosina | 66da876 | 2007-05-02 11:55:42 +0200 | [diff] [blame] | 729 |  | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 730 | { 0, 0 } | 
|  | 731 | }; | 
| Paul Walmsley | 8cef908 | 2007-04-19 14:37:44 +0200 | [diff] [blame] | 732 |  | 
|  | 733 | /* Dynamic HID quirks list - specified at runtime */ | 
|  | 734 | struct quirks_list_struct { | 
|  | 735 | struct hid_blacklist hid_bl_item; | 
|  | 736 | struct list_head node; | 
|  | 737 | }; | 
|  | 738 |  | 
|  | 739 | static LIST_HEAD(dquirks_list); | 
|  | 740 | static DECLARE_RWSEM(dquirks_rwsem); | 
|  | 741 |  | 
|  | 742 | /* Runtime ("dynamic") quirks manipulation functions */ | 
|  | 743 |  | 
| Paul Walmsley | 8222fbe | 2007-04-19 13:45:57 +0200 | [diff] [blame] | 744 | /** | 
| Paul Walmsley | 8cef908 | 2007-04-19 14:37:44 +0200 | [diff] [blame] | 745 | * usbhid_exists_dquirk: find any dynamic quirks for a USB HID device | 
|  | 746 | * @idVendor: the 16-bit USB vendor ID, in native byteorder | 
|  | 747 | * @idProduct: the 16-bit USB product ID, in native byteorder | 
|  | 748 | * | 
|  | 749 | * Description: | 
|  | 750 | *         Scans dquirks_list for a matching dynamic quirk and returns | 
|  | 751 | *         the pointer to the relevant struct hid_blacklist if found. | 
|  | 752 | *         Must be called with a read lock held on dquirks_rwsem. | 
|  | 753 | * | 
|  | 754 | * Returns: NULL if no quirk found, struct hid_blacklist * if found. | 
|  | 755 | */ | 
|  | 756 | static struct hid_blacklist *usbhid_exists_dquirk(const u16 idVendor, | 
|  | 757 | const u16 idProduct) | 
| Paul Walmsley | 8222fbe | 2007-04-19 13:45:57 +0200 | [diff] [blame] | 758 | { | 
| Paul Walmsley | 8cef908 | 2007-04-19 14:37:44 +0200 | [diff] [blame] | 759 | struct quirks_list_struct *q; | 
|  | 760 | struct hid_blacklist *bl_entry = NULL; | 
|  | 761 |  | 
| Paul Walmsley | 8cef908 | 2007-04-19 14:37:44 +0200 | [diff] [blame] | 762 | list_for_each_entry(q, &dquirks_list, node) { | 
|  | 763 | if (q->hid_bl_item.idVendor == idVendor && | 
|  | 764 | q->hid_bl_item.idProduct == idProduct) { | 
|  | 765 | bl_entry = &q->hid_bl_item; | 
|  | 766 | break; | 
|  | 767 | } | 
|  | 768 | } | 
|  | 769 |  | 
|  | 770 | if (bl_entry != NULL) | 
| Jiri Kosina | 58037eb | 2007-05-30 15:07:13 +0200 | [diff] [blame] | 771 | dbg_hid("Found dynamic quirk 0x%x for USB HID vendor 0x%hx prod 0x%hx\n", | 
| Paul Walmsley | 8cef908 | 2007-04-19 14:37:44 +0200 | [diff] [blame] | 772 | bl_entry->quirks, bl_entry->idVendor, | 
|  | 773 | bl_entry->idProduct); | 
|  | 774 |  | 
|  | 775 | return bl_entry; | 
|  | 776 | } | 
|  | 777 |  | 
|  | 778 |  | 
|  | 779 | /** | 
|  | 780 | * usbhid_modify_dquirk: add/replace a HID quirk | 
|  | 781 | * @idVendor: the 16-bit USB vendor ID, in native byteorder | 
|  | 782 | * @idProduct: the 16-bit USB product ID, in native byteorder | 
|  | 783 | * @quirks: the u32 quirks value to add/replace | 
|  | 784 | * | 
|  | 785 | * Description: | 
|  | 786 | *         If an dynamic quirk exists in memory for this (idVendor, | 
|  | 787 | *         idProduct) pair, replace its quirks value with what was | 
|  | 788 | *         provided.  Otherwise, add the quirk to the dynamic quirks list. | 
|  | 789 | * | 
|  | 790 | * Returns: 0 OK, -error on failure. | 
|  | 791 | */ | 
|  | 792 | int usbhid_modify_dquirk(const u16 idVendor, const u16 idProduct, | 
|  | 793 | const u32 quirks) | 
|  | 794 | { | 
|  | 795 | struct quirks_list_struct *q_new, *q; | 
|  | 796 | int list_edited = 0; | 
|  | 797 |  | 
|  | 798 | if (!idVendor) { | 
| Jiri Kosina | 58037eb | 2007-05-30 15:07:13 +0200 | [diff] [blame] | 799 | dbg_hid("Cannot add a quirk with idVendor = 0\n"); | 
| Paul Walmsley | 8cef908 | 2007-04-19 14:37:44 +0200 | [diff] [blame] | 800 | return -EINVAL; | 
|  | 801 | } | 
|  | 802 |  | 
|  | 803 | q_new = kmalloc(sizeof(struct quirks_list_struct), GFP_KERNEL); | 
|  | 804 | if (!q_new) { | 
| Jiri Kosina | 58037eb | 2007-05-30 15:07:13 +0200 | [diff] [blame] | 805 | dbg_hid("Could not allocate quirks_list_struct\n"); | 
| Paul Walmsley | 8cef908 | 2007-04-19 14:37:44 +0200 | [diff] [blame] | 806 | return -ENOMEM; | 
|  | 807 | } | 
|  | 808 |  | 
|  | 809 | q_new->hid_bl_item.idVendor = idVendor; | 
|  | 810 | q_new->hid_bl_item.idProduct = idProduct; | 
|  | 811 | q_new->hid_bl_item.quirks = quirks; | 
|  | 812 |  | 
|  | 813 | down_write(&dquirks_rwsem); | 
|  | 814 |  | 
|  | 815 | list_for_each_entry(q, &dquirks_list, node) { | 
|  | 816 |  | 
|  | 817 | if (q->hid_bl_item.idVendor == idVendor && | 
|  | 818 | q->hid_bl_item.idProduct == idProduct) { | 
|  | 819 |  | 
|  | 820 | list_replace(&q->node, &q_new->node); | 
|  | 821 | kfree(q); | 
|  | 822 | list_edited = 1; | 
|  | 823 | break; | 
|  | 824 |  | 
|  | 825 | } | 
|  | 826 |  | 
|  | 827 | } | 
|  | 828 |  | 
|  | 829 | if (!list_edited) | 
|  | 830 | list_add_tail(&q_new->node, &dquirks_list); | 
|  | 831 |  | 
|  | 832 | up_write(&dquirks_rwsem); | 
|  | 833 |  | 
|  | 834 | return 0; | 
|  | 835 | } | 
|  | 836 |  | 
| Paul Walmsley | 8cef908 | 2007-04-19 14:37:44 +0200 | [diff] [blame] | 837 | /** | 
|  | 838 | * usbhid_remove_all_dquirks: remove all runtime HID quirks from memory | 
|  | 839 | * | 
|  | 840 | * Description: | 
|  | 841 | *         Free all memory associated with dynamic quirks - called before | 
|  | 842 | *         module unload. | 
|  | 843 | * | 
|  | 844 | */ | 
|  | 845 | static void usbhid_remove_all_dquirks(void) | 
|  | 846 | { | 
|  | 847 | struct quirks_list_struct *q, *temp; | 
|  | 848 |  | 
|  | 849 | down_write(&dquirks_rwsem); | 
|  | 850 | list_for_each_entry_safe(q, temp, &dquirks_list, node) { | 
|  | 851 | list_del(&q->node); | 
|  | 852 | kfree(q); | 
|  | 853 | } | 
|  | 854 | up_write(&dquirks_rwsem); | 
|  | 855 |  | 
|  | 856 | } | 
|  | 857 |  | 
| Paul Walmsley | 876b927 | 2007-04-19 14:56:12 +0200 | [diff] [blame] | 858 | /** | 
|  | 859 | * usbhid_quirks_init: apply USB HID quirks specified at module load time | 
|  | 860 | */ | 
|  | 861 | int usbhid_quirks_init(char **quirks_param) | 
|  | 862 | { | 
|  | 863 | u16 idVendor, idProduct; | 
|  | 864 | u32 quirks; | 
|  | 865 | int n = 0, m; | 
|  | 866 |  | 
|  | 867 | for (; quirks_param[n] && n < MAX_USBHID_BOOT_QUIRKS; n++) { | 
|  | 868 |  | 
|  | 869 | m = sscanf(quirks_param[n], "0x%hx:0x%hx:0x%x", | 
|  | 870 | &idVendor, &idProduct, &quirks); | 
|  | 871 |  | 
|  | 872 | if (m != 3 || | 
|  | 873 | usbhid_modify_dquirk(idVendor, idProduct, quirks) != 0) { | 
|  | 874 | printk(KERN_WARNING | 
|  | 875 | "Could not parse HID quirk module param %s\n", | 
|  | 876 | quirks_param[n]); | 
|  | 877 | } | 
|  | 878 | } | 
|  | 879 |  | 
|  | 880 | return 0; | 
|  | 881 | } | 
|  | 882 |  | 
|  | 883 | /** | 
|  | 884 | * usbhid_quirks_exit: release memory associated with dynamic_quirks | 
|  | 885 | * | 
|  | 886 | * Description: | 
|  | 887 | *     Release all memory associated with dynamic quirks.  Called upon | 
|  | 888 | *     module unload. | 
|  | 889 | * | 
|  | 890 | * Returns: nothing | 
|  | 891 | */ | 
|  | 892 | void usbhid_quirks_exit(void) | 
|  | 893 | { | 
|  | 894 | usbhid_remove_all_dquirks(); | 
|  | 895 | } | 
| Paul Walmsley | 8cef908 | 2007-04-19 14:37:44 +0200 | [diff] [blame] | 896 |  | 
|  | 897 | /** | 
|  | 898 | * usbhid_exists_squirk: return any static quirks for a USB HID device | 
|  | 899 | * @idVendor: the 16-bit USB vendor ID, in native byteorder | 
|  | 900 | * @idProduct: the 16-bit USB product ID, in native byteorder | 
|  | 901 | * | 
|  | 902 | * Description: | 
|  | 903 | *     Given a USB vendor ID and product ID, return a pointer to | 
|  | 904 | *     the hid_blacklist entry associated with that device. | 
|  | 905 | * | 
|  | 906 | * Returns: pointer if quirk found, or NULL if no quirks found. | 
|  | 907 | */ | 
|  | 908 | static const struct hid_blacklist *usbhid_exists_squirk(const u16 idVendor, | 
|  | 909 | const u16 idProduct) | 
|  | 910 | { | 
|  | 911 | const struct hid_blacklist *bl_entry = NULL; | 
|  | 912 | int n = 0; | 
| Paul Walmsley | 8222fbe | 2007-04-19 13:45:57 +0200 | [diff] [blame] | 913 |  | 
|  | 914 | for (; hid_blacklist[n].idVendor; n++) | 
|  | 915 | if (hid_blacklist[n].idVendor == idVendor && | 
|  | 916 | hid_blacklist[n].idProduct == idProduct) | 
|  | 917 | bl_entry = &hid_blacklist[n]; | 
|  | 918 |  | 
|  | 919 | if (bl_entry != NULL) | 
| Jiri Kosina | 58037eb | 2007-05-30 15:07:13 +0200 | [diff] [blame] | 920 | dbg_hid("Found squirk 0x%x for USB HID vendor 0x%hx prod 0x%hx\n", | 
| Paul Walmsley | 8222fbe | 2007-04-19 13:45:57 +0200 | [diff] [blame] | 921 | bl_entry->quirks, bl_entry->idVendor, | 
|  | 922 | bl_entry->idProduct); | 
|  | 923 | return bl_entry; | 
|  | 924 | } | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 925 |  | 
|  | 926 | /** | 
|  | 927 | * usbhid_lookup_quirk: return any quirks associated with a USB HID device | 
|  | 928 | * @idVendor: the 16-bit USB vendor ID, in native byteorder | 
|  | 929 | * @idProduct: the 16-bit USB product ID, in native byteorder | 
|  | 930 | * | 
|  | 931 | * Description: | 
|  | 932 | *     Given a USB vendor ID and product ID, return any quirks associated | 
|  | 933 | *     with that device. | 
|  | 934 | * | 
|  | 935 | * Returns: a u32 quirks value. | 
|  | 936 | */ | 
|  | 937 | u32 usbhid_lookup_quirk(const u16 idVendor, const u16 idProduct) | 
|  | 938 | { | 
|  | 939 | u32 quirks = 0; | 
| Paul Walmsley | 8222fbe | 2007-04-19 13:45:57 +0200 | [diff] [blame] | 940 | const struct hid_blacklist *bl_entry = NULL; | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 941 |  | 
|  | 942 | /* Ignore all Wacom devices */ | 
|  | 943 | if (idVendor == USB_VENDOR_ID_WACOM) | 
|  | 944 | return HID_QUIRK_IGNORE; | 
|  | 945 |  | 
|  | 946 | /* ignore all Code Mercenaries IOWarrior devices */ | 
|  | 947 | if (idVendor == USB_VENDOR_ID_CODEMERCS) | 
|  | 948 | if (idProduct >= USB_DEVICE_ID_CODEMERCS_IOW_FIRST && | 
|  | 949 | idProduct <= USB_DEVICE_ID_CODEMERCS_IOW_LAST) | 
|  | 950 | return HID_QUIRK_IGNORE; | 
|  | 951 |  | 
| Jiri Kosina | b8e98f1 | 2007-06-18 17:41:14 +0200 | [diff] [blame] | 952 | /* NCR devices must not be queried for reports */ | 
|  | 953 | if (idVendor == USB_VENDOR_ID_NCR && | 
|  | 954 | idProduct >= USB_DEVICE_ID_NCR_FIRST && | 
|  | 955 | idProduct <= USB_DEVICE_ID_NCR_LAST) | 
|  | 956 | return HID_QUIRK_NOGET; | 
|  | 957 |  | 
| Paul Walmsley | 8cef908 | 2007-04-19 14:37:44 +0200 | [diff] [blame] | 958 | down_read(&dquirks_rwsem); | 
|  | 959 | bl_entry = usbhid_exists_dquirk(idVendor, idProduct); | 
|  | 960 | if (!bl_entry) | 
|  | 961 | bl_entry = usbhid_exists_squirk(idVendor, idProduct); | 
| Paul Walmsley | 8222fbe | 2007-04-19 13:45:57 +0200 | [diff] [blame] | 962 | if (bl_entry) | 
|  | 963 | quirks = bl_entry->quirks; | 
| Paul Walmsley | 8cef908 | 2007-04-19 14:37:44 +0200 | [diff] [blame] | 964 | up_read(&dquirks_rwsem); | 
|  | 965 |  | 
| Paul Walmsley | 2eb5dc3 | 2007-04-19 13:27:04 +0200 | [diff] [blame] | 966 | return quirks; | 
|  | 967 | } | 
| Paul Walmsley | 8222fbe | 2007-04-19 13:45:57 +0200 | [diff] [blame] | 968 |  | 
| Pascal Terjan | 9f6b372 | 2007-11-26 14:03:52 +0100 | [diff] [blame] | 969 | EXPORT_SYMBOL_GPL(usbhid_lookup_quirk); | 
|  | 970 |  | 
| Jiri Kosina | ea9a4a8 | 2007-06-19 14:09:14 +0200 | [diff] [blame] | 971 | /* | 
|  | 972 | * Cherry Cymotion keyboard have an invalid HID report descriptor, | 
|  | 973 | * that needs fixing before we can parse it. | 
|  | 974 | */ | 
|  | 975 | static void usbhid_fixup_cymotion_descriptor(char *rdesc, int rsize) | 
|  | 976 | { | 
|  | 977 | if (rsize >= 17 && rdesc[11] == 0x3c && rdesc[12] == 0x02) { | 
|  | 978 | printk(KERN_INFO "Fixing up Cherry Cymotion report descriptor\n"); | 
|  | 979 | rdesc[11] = rdesc[16] = 0xff; | 
|  | 980 | rdesc[12] = rdesc[17] = 0x03; | 
|  | 981 | } | 
|  | 982 | } | 
|  | 983 |  | 
|  | 984 |  | 
|  | 985 | /* | 
|  | 986 | * Certain Logitech keyboards send in report #3 keys which are far | 
|  | 987 | * above the logical maximum described in descriptor. This extends | 
|  | 988 | * the original value of 0x28c of logical maximum to 0x104d | 
|  | 989 | */ | 
|  | 990 | static void usbhid_fixup_logitech_descriptor(unsigned char *rdesc, int rsize) | 
|  | 991 | { | 
|  | 992 | if (rsize >= 90 && rdesc[83] == 0x26 | 
|  | 993 | && rdesc[84] == 0x8c | 
|  | 994 | && rdesc[85] == 0x02) { | 
|  | 995 | printk(KERN_INFO "Fixing up Logitech keyboard report descriptor\n"); | 
|  | 996 | rdesc[84] = rdesc[89] = 0x4d; | 
|  | 997 | rdesc[85] = rdesc[90] = 0x10; | 
|  | 998 | } | 
|  | 999 | } | 
|  | 1000 |  | 
| Robert Schedel | fe56caa | 2007-12-26 00:57:40 +0100 | [diff] [blame] | 1001 | /* | 
|  | 1002 | * Samsung IrDA remote controller (reports as Cypress USB Mouse). | 
|  | 1003 | * | 
|  | 1004 | * Vendor specific report #4 has a size of 48 bit, | 
|  | 1005 | * and therefore is not accepted when inspecting the descriptors. | 
|  | 1006 | * As a workaround we reinterpret the report as: | 
|  | 1007 | *   Variable type, count 6, size 8 bit, log. maximum 255 | 
|  | 1008 | * The burden to reconstruct the data is moved into user space. | 
|  | 1009 | */ | 
|  | 1010 | static void usbhid_fixup_samsung_irda_descriptor(unsigned char *rdesc, | 
|  | 1011 | int rsize) | 
|  | 1012 | { | 
|  | 1013 | if (rsize >= 182 && rdesc[175] == 0x25 | 
|  | 1014 | && rdesc[176] == 0x40 | 
|  | 1015 | && rdesc[177] == 0x75 | 
|  | 1016 | && rdesc[178] == 0x30 | 
|  | 1017 | && rdesc[179] == 0x95 | 
|  | 1018 | && rdesc[180] == 0x01 | 
|  | 1019 | && rdesc[182] == 0x40) { | 
|  | 1020 | printk(KERN_INFO "Fixing up Samsung IrDA report descriptor\n"); | 
|  | 1021 | rdesc[176] = 0xff; | 
|  | 1022 | rdesc[178] = 0x08; | 
|  | 1023 | rdesc[180] = 0x06; | 
|  | 1024 | rdesc[182] = 0x42; | 
|  | 1025 | } | 
|  | 1026 | } | 
|  | 1027 |  | 
| Jiri Kosina | ea9a4a8 | 2007-06-19 14:09:14 +0200 | [diff] [blame] | 1028 | /* Petalynx Maxter Remote has maximum for consumer page set too low */ | 
|  | 1029 | static void usbhid_fixup_petalynx_descriptor(unsigned char *rdesc, int rsize) | 
|  | 1030 | { | 
|  | 1031 | if (rsize >= 60 && rdesc[39] == 0x2a | 
|  | 1032 | && rdesc[40] == 0xf5 | 
|  | 1033 | && rdesc[41] == 0x00 | 
|  | 1034 | && rdesc[59] == 0x26 | 
|  | 1035 | && rdesc[60] == 0xf9 | 
|  | 1036 | && rdesc[61] == 0x00) { | 
|  | 1037 | printk(KERN_INFO "Fixing up Petalynx Maxter Remote report descriptor\n"); | 
|  | 1038 | rdesc[60] = 0xfa; | 
|  | 1039 | rdesc[40] = 0xfa; | 
|  | 1040 | } | 
|  | 1041 | } | 
|  | 1042 |  | 
|  | 1043 | /* | 
|  | 1044 | * Some USB barcode readers from cypress have usage min and usage max in | 
|  | 1045 | * the wrong order | 
|  | 1046 | */ | 
|  | 1047 | static void usbhid_fixup_cypress_descriptor(unsigned char *rdesc, int rsize) | 
|  | 1048 | { | 
|  | 1049 | short fixed = 0; | 
|  | 1050 | int i; | 
|  | 1051 |  | 
|  | 1052 | for (i = 0; i < rsize - 4; i++) { | 
|  | 1053 | if (rdesc[i] == 0x29 && rdesc [i+2] == 0x19) { | 
|  | 1054 | unsigned char tmp; | 
|  | 1055 |  | 
|  | 1056 | rdesc[i] = 0x19; rdesc[i+2] = 0x29; | 
|  | 1057 | tmp = rdesc[i+3]; | 
|  | 1058 | rdesc[i+3] = rdesc[i+1]; | 
|  | 1059 | rdesc[i+1] = tmp; | 
|  | 1060 | } | 
|  | 1061 | } | 
|  | 1062 |  | 
|  | 1063 | if (fixed) | 
|  | 1064 | printk(KERN_INFO "Fixing up Cypress report descriptor\n"); | 
|  | 1065 | } | 
|  | 1066 |  | 
| Tomoya Adachi | 08f0617 | 2007-10-03 23:27:49 +0200 | [diff] [blame] | 1067 | /* | 
|  | 1068 | * MacBook JIS keyboard has wrong logical maximum | 
|  | 1069 | */ | 
|  | 1070 | static void usbhid_fixup_macbook_descriptor(unsigned char *rdesc, int rsize) | 
|  | 1071 | { | 
|  | 1072 | if (rsize >= 60 && rdesc[53] == 0x65 | 
|  | 1073 | && rdesc[59] == 0x65) { | 
|  | 1074 | printk(KERN_INFO "Fixing up MacBook JIS keyboard report descriptor\n"); | 
|  | 1075 | rdesc[53] = rdesc[59] = 0xe7; | 
|  | 1076 | } | 
|  | 1077 | } | 
|  | 1078 |  | 
| Jiri Kosina | af9e0ea | 2007-11-14 12:13:26 +0100 | [diff] [blame] | 1079 | static void usbhid_fixup_button_consumer_descriptor(unsigned char *rdesc, int rsize) | 
|  | 1080 | { | 
|  | 1081 | if (rsize >= 30 && rdesc[29] == 0x05 | 
|  | 1082 | && rdesc[30] == 0x09) { | 
|  | 1083 | printk(KERN_INFO "Fixing up button/consumer in HID report descriptor\n"); | 
|  | 1084 | rdesc[30] = 0x0c; | 
|  | 1085 | } | 
|  | 1086 | } | 
| Jiri Kosina | ea9a4a8 | 2007-06-19 14:09:14 +0200 | [diff] [blame] | 1087 |  | 
|  | 1088 | static void __usbhid_fixup_report_descriptor(__u32 quirks, char *rdesc, unsigned rsize) | 
|  | 1089 | { | 
|  | 1090 | if ((quirks & HID_QUIRK_RDESC_CYMOTION)) | 
|  | 1091 | usbhid_fixup_cymotion_descriptor(rdesc, rsize); | 
|  | 1092 |  | 
|  | 1093 | if (quirks & HID_QUIRK_RDESC_LOGITECH) | 
|  | 1094 | usbhid_fixup_logitech_descriptor(rdesc, rsize); | 
|  | 1095 |  | 
|  | 1096 | if (quirks & HID_QUIRK_RDESC_SWAPPED_MIN_MAX) | 
|  | 1097 | usbhid_fixup_cypress_descriptor(rdesc, rsize); | 
|  | 1098 |  | 
|  | 1099 | if (quirks & HID_QUIRK_RDESC_PETALYNX) | 
|  | 1100 | usbhid_fixup_petalynx_descriptor(rdesc, rsize); | 
| Tomoya Adachi | 08f0617 | 2007-10-03 23:27:49 +0200 | [diff] [blame] | 1101 |  | 
|  | 1102 | if (quirks & HID_QUIRK_RDESC_MACBOOK_JIS) | 
|  | 1103 | usbhid_fixup_macbook_descriptor(rdesc, rsize); | 
| Jiri Kosina | af9e0ea | 2007-11-14 12:13:26 +0100 | [diff] [blame] | 1104 |  | 
|  | 1105 | if (quirks & HID_QUIRK_RDESC_BUTTON_CONSUMER) | 
|  | 1106 | usbhid_fixup_button_consumer_descriptor(rdesc, rsize); | 
| Robert Schedel | fe56caa | 2007-12-26 00:57:40 +0100 | [diff] [blame] | 1107 |  | 
|  | 1108 | if (quirks & HID_QUIRK_RDESC_SAMSUNG_REMOTE) | 
|  | 1109 | usbhid_fixup_samsung_irda_descriptor(rdesc, rsize); | 
|  | 1110 |  | 
| Jiri Kosina | ea9a4a8 | 2007-06-19 14:09:14 +0200 | [diff] [blame] | 1111 | } | 
|  | 1112 |  | 
|  | 1113 | /** | 
|  | 1114 | * usbhid_fixup_report_descriptor: check if report descriptor needs fixup | 
|  | 1115 | * | 
|  | 1116 | * Description: | 
|  | 1117 | *	Walks the hid_rdesc_blacklist[] array and checks whether the device | 
|  | 1118 | *	is known to have broken report descriptor that needs to be fixed up | 
|  | 1119 | *	prior to entering the HID parser | 
|  | 1120 | * | 
|  | 1121 | * Returns: nothing | 
|  | 1122 | */ | 
|  | 1123 | void usbhid_fixup_report_descriptor(const u16 idVendor, const u16 idProduct, | 
|  | 1124 | char *rdesc, unsigned rsize, char **quirks_param) | 
|  | 1125 | { | 
|  | 1126 | int n, m; | 
|  | 1127 | u16 paramVendor, paramProduct; | 
|  | 1128 | u32 quirks; | 
|  | 1129 |  | 
|  | 1130 | /* static rdesc quirk entries */ | 
|  | 1131 | for (n = 0; hid_rdesc_blacklist[n].idVendor; n++) | 
|  | 1132 | if (hid_rdesc_blacklist[n].idVendor == idVendor && | 
|  | 1133 | hid_rdesc_blacklist[n].idProduct == idProduct) | 
|  | 1134 | __usbhid_fixup_report_descriptor(hid_rdesc_blacklist[n].quirks, | 
|  | 1135 | rdesc, rsize); | 
|  | 1136 |  | 
|  | 1137 | /* runtime rdesc quirk entries handling */ | 
|  | 1138 | for (n = 0; quirks_param[n] && n < MAX_USBHID_BOOT_QUIRKS; n++) { | 
|  | 1139 | m = sscanf(quirks_param[n], "0x%hx:0x%hx:0x%x", | 
|  | 1140 | ¶mVendor, ¶mProduct, &quirks); | 
|  | 1141 |  | 
|  | 1142 | if (m != 3) | 
|  | 1143 | printk(KERN_WARNING | 
|  | 1144 | "Could not parse HID quirk module param %s\n", | 
|  | 1145 | quirks_param[n]); | 
|  | 1146 | else if (paramVendor == idVendor && paramProduct == idProduct) | 
|  | 1147 | __usbhid_fixup_report_descriptor(quirks, rdesc, rsize); | 
|  | 1148 | } | 
|  | 1149 |  | 
|  | 1150 | } |