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