]>
Commit | Line | Data |
---|---|---|
63f3861d JK |
1 | # |
2 | # HID driver configuration | |
3 | # | |
3cd70986 JE |
4 | menuconfig HID_SUPPORT |
5 | bool "HID Devices" | |
63f3861d | 6 | depends on INPUT |
3cd70986 | 7 | default y |
06bfb7eb JE |
8 | ---help--- |
9 | Say Y here to get to see options for various computer-human interface | |
10 | device drivers. This option alone does not add any kernel code. | |
11 | ||
12 | If you say N, all options in this submenu will be skipped and disabled. | |
3cd70986 JE |
13 | |
14 | if HID_SUPPORT | |
63f3861d JK |
15 | |
16 | config HID | |
17 | tristate "Generic HID support" | |
c96c9d7b | 18 | depends on INPUT |
63f3861d JK |
19 | default y |
20 | ---help--- | |
69e4d948 JK |
21 | A human interface device (HID) is a type of computer device that |
22 | interacts directly with and takes input from humans. The term "HID" | |
23 | most commonly used to refer to the USB-HID specification, but other | |
24 | devices (such as, but not strictly limited to, Bluetooth) are | |
25 | designed using HID specification (this involves certain keyboards, | |
26 | mice, tablets, etc). This option compiles into kernel the generic | |
27 | HID layer code (parser, usages, etc.), which can then be used by | |
28 | transport-specific HID implementation (like USB or Bluetooth). | |
29 | ||
30 | For docs and specs, see http://www.usb.org/developers/hidpage/ | |
31 | ||
205adbec | 32 | If unsure, say Y. |
63f3861d | 33 | |
4f5ca836 JF |
34 | config HID_BATTERY_STRENGTH |
35 | bool | |
d66c266a | 36 | depends on HID && POWER_SUPPLY && HID = POWER_SUPPLY |
4f5ca836 JF |
37 | default y |
38 | ||
86166b7b JK |
39 | config HIDRAW |
40 | bool "/dev/hidraw raw HID device support" | |
41 | depends on HID | |
42 | ---help--- | |
43 | Say Y here if you want to support HID devices (from the USB | |
44 | specification standpoint) that aren't strictly user interface | |
45 | devices, like monitor controls and Uninterruptable Power Supplies. | |
46 | ||
47 | This module supports these devices separately using a separate | |
48 | event interface on /dev/hidraw. | |
49 | ||
50 | There is also a /dev/hiddev configuration option in the USB HID | |
51 | configuration menu. In comparison to hiddev, this device does not process | |
52 | the hid events at all (no parsing, no lookups). This lets applications | |
53 | to work on raw hid events when they want to, and avoid using transport-specific | |
54 | userspace libhid/libusb libraries. | |
55 | ||
56 | If unsure, say Y. | |
57 | ||
6db3dfef JK |
58 | source "drivers/hid/usbhid/Kconfig" |
59 | ||
5f22a799 JS |
60 | menu "Special HID drivers" |
61 | depends on HID | |
62 | ||
14a21cd4 | 63 | config HID_A4TECH |
6a108a14 | 64 | tristate "A4 tech mice" if EXPERT |
14a21cd4 | 65 | depends on USB_HID |
6a108a14 | 66 | default !EXPERT |
14a21cd4 JS |
67 | ---help--- |
68 | Support for A4 tech X5 and WOP-35 / Trust 450L mice. | |
69 | ||
0ae43810 DT |
70 | config HID_ACRUX |
71 | tristate "ACRUX game controller support" | |
c0dbcc33 | 72 | depends on USB_HID |
0ae43810 DT |
73 | ---help--- |
74 | Say Y here if you want to enable support for ACRUX game controllers. | |
75 | ||
76 | config HID_ACRUX_FF | |
364b936f | 77 | bool "ACRUX force feedback support" |
0ae43810 | 78 | depends on HID_ACRUX |
c0dbcc33 SK |
79 | select INPUT_FF_MEMLESS |
80 | ---help--- | |
81 | Say Y here if you want to enable force feedback support for ACRUX | |
82 | game controllers. | |
83 | ||
8c19a515 | 84 | config HID_APPLE |
6a108a14 | 85 | tristate "Apple {i,Power,Mac}Books" if EXPERT |
8c19a515 | 86 | depends on (USB_HID || BT_HIDP) |
6a108a14 | 87 | default !EXPERT |
8c19a515 JS |
88 | ---help--- |
89 | Support for some Apple devices which less or more break | |
90 | HID specification. | |
91 | ||
f0bd8e43 JK |
92 | Say Y here if you want support for keyboards of Apple iBooks, PowerBooks, |
93 | MacBooks, MacBook Pros and Apple Aluminum. | |
8c19a515 | 94 | |
b5635b12 | 95 | config HID_BELKIN |
6a108a14 | 96 | tristate "Belkin Flip KVM and Wireless keyboard" if EXPERT |
b5635b12 | 97 | depends on USB_HID |
6a108a14 | 98 | default !EXPERT |
b5635b12 JS |
99 | ---help--- |
100 | Support for Belkin Flip KVM and Wireless keyboard. | |
101 | ||
3b239cd7 | 102 | config HID_CHERRY |
6a108a14 | 103 | tristate "Cherry Cymotion keyboard" if EXPERT |
3b239cd7 | 104 | depends on USB_HID |
6a108a14 | 105 | default !EXPERT |
3b239cd7 | 106 | ---help--- |
f0bd8e43 | 107 | Support for Cherry Cymotion keyboard. |
3b239cd7 | 108 | |
fcfacfd3 | 109 | config HID_CHICONY |
6a108a14 | 110 | tristate "Chicony Tactical pad" if EXPERT |
fcfacfd3 | 111 | depends on USB_HID |
6a108a14 | 112 | default !EXPERT |
fcfacfd3 JS |
113 | ---help--- |
114 | Support for Chicony Tactical pad. | |
115 | ||
3a370ca1 | 116 | config HID_PRODIKEYS |
95736de9 | 117 | tristate "Prodikeys PC-MIDI Keyboard support" |
3a370ca1 DP |
118 | depends on USB_HID && SND |
119 | select SND_RAWMIDI | |
3a370ca1 DP |
120 | ---help--- |
121 | Support for Prodikeys PC-MIDI Keyboard device support. | |
122 | Say Y here to enable support for this device. | |
123 | - Prodikeys PC-MIDI keyboard. | |
124 | The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI | |
125 | input and one MIDI output. These MIDI jacks appear as | |
126 | a sound "card" in the ALSA sound system. | |
127 | Note: if you say N here, this device will still function as a basic | |
128 | multimedia keyboard, but will lack support for the musical keyboard | |
129 | and some additional multimedia keys. | |
130 | ||
0f221320 | 131 | config HID_CYPRESS |
6a108a14 | 132 | tristate "Cypress mouse and barcode readers" if EXPERT |
0f221320 | 133 | depends on USB_HID |
6a108a14 | 134 | default !EXPERT |
0f221320 | 135 | ---help--- |
f0bd8e43 | 136 | Support for cypress mouse and barcode readers. |
0f221320 | 137 | |
0f6f4319 | 138 | config HID_DRAGONRISE |
a1043044 | 139 | tristate "DragonRise Inc. game controller" |
3f866fbd | 140 | depends on USB_HID |
0f6f4319 | 141 | ---help--- |
b4a65f4e NK |
142 | Say Y here if you have DragonRise Inc. game controllers. |
143 | These might be branded as: | |
144 | - Tesun USB-703 | |
145 | - Media-tech MT1504 "Rogue" | |
146 | - DVTech JS19 "Gear" | |
147 | - Defender Game Master | |
0f6f4319 JK |
148 | |
149 | config DRAGONRISE_FF | |
a1043044 | 150 | bool "DragonRise Inc. force feedback" |
0f6f4319 | 151 | depends on HID_DRAGONRISE |
3f866fbd RW |
152 | select INPUT_FF_MEMLESS |
153 | ---help--- | |
154 | Say Y here if you want to enable force feedback support for DragonRise Inc. | |
155 | game controllers. | |
156 | ||
04561c5a IF |
157 | config HID_EMS_FF |
158 | tristate "EMS Production Inc. force feedback support" | |
159 | depends on USB_HID | |
160 | select INPUT_FF_MEMLESS | |
161 | ---help--- | |
162 | Say Y here if you want to enable force feedback support for devices by | |
163 | EMS Production Ltd. | |
164 | Currently the following devices are known to be supported: | |
165 | - Trio Linker Plus II | |
166 | ||
64b386ea | 167 | config HID_ELECOM |
a1043044 | 168 | tristate "ELECOM BM084 bluetooth mouse" |
64b386ea RN |
169 | depends on BT_HIDP |
170 | ---help--- | |
171 | Support for the ELECOM BM084 (bluetooth mouse). | |
172 | ||
1f243e30 | 173 | config HID_EZKEY |
6a108a14 | 174 | tristate "Ezkey BTC 8193 keyboard" if EXPERT |
1f243e30 | 175 | depends on USB_HID |
6a108a14 | 176 | default !EXPERT |
1f243e30 | 177 | ---help--- |
f0bd8e43 | 178 | Support for Ezkey BTC 8193 keyboard. |
1f243e30 | 179 | |
d946e65e AH |
180 | config HID_HOLTEK |
181 | tristate "Holtek On Line Grip based game controller support" | |
182 | depends on USB_HID | |
183 | ---help--- | |
184 | Say Y here if you have a Holtek On Line Grip based game controller. | |
185 | ||
186 | config HOLTEK_FF | |
187 | bool "Holtek On Line Grip force feedback support" | |
188 | depends on HID_HOLTEK | |
189 | select INPUT_FF_MEMLESS | |
190 | ---help--- | |
191 | Say Y here if you have a Holtek On Line Grip based game controller | |
192 | and want to have force feedback support for it. | |
193 | ||
177900e8 | 194 | config HID_KEYTOUCH |
3d366e28 | 195 | tristate "Keytouch HID devices" |
177900e8 JK |
196 | depends on USB_HID |
197 | ---help--- | |
198 | Support for Keytouch HID devices not fully compliant with | |
199 | the specification. Currently supported: | |
200 | - Keytouch IEC 60945 | |
201 | ||
79422741 | 202 | config HID_KYE |
6a108a14 | 203 | tristate "Kye/Genius Ergo Mouse" if EXPERT |
79422741 | 204 | depends on USB_HID |
6a108a14 | 205 | default !EXPERT |
79422741 JK |
206 | ---help--- |
207 | Support for Kye/Genius Ergo Mouse. | |
208 | ||
f8a489cc | 209 | config HID_UCLOGIC |
f36ee074 | 210 | tristate "UC-Logic" |
f8a489cc NK |
211 | depends on USB_HID |
212 | ---help--- | |
213 | Support for UC-Logic tablets. | |
214 | ||
72a46344 NK |
215 | config HID_WALTOP |
216 | tristate "Waltop" | |
217 | depends on USB_HID | |
218 | ---help--- | |
219 | Support for Waltop tablets. | |
220 | ||
949f8fef | 221 | config HID_GYRATION |
a1043044 | 222 | tristate "Gyration remote control" |
949f8fef JS |
223 | depends on USB_HID |
224 | ---help--- | |
f0bd8e43 | 225 | Support for Gyration remote control. |
949f8fef | 226 | |
711a680e | 227 | config HID_TWINHAN |
a1043044 | 228 | tristate "Twinhan IR remote control" |
711a680e | 229 | depends on USB_HID |
711a680e BP |
230 | ---help--- |
231 | Support for Twinhan IR remote control. | |
232 | ||
fdf93aa3 | 233 | config HID_KENSINGTON |
6a108a14 | 234 | tristate "Kensington Slimblade Trackball" if EXPERT |
fdf93aa3 | 235 | depends on USB_HID |
6a108a14 | 236 | default !EXPERT |
fdf93aa3 JK |
237 | ---help--- |
238 | Support for Kensington Slimblade Trackball. | |
239 | ||
75b07022 CS |
240 | config HID_LCPOWER |
241 | tristate "LC-Power" | |
242 | depends on USB_HID | |
243 | ---help--- | |
244 | Support for LC-Power RC1000MCE RF remote control. | |
245 | ||
5f22a799 | 246 | config HID_LOGITECH |
6a108a14 | 247 | tristate "Logitech devices" if EXPERT |
5f22a799 | 248 | depends on USB_HID |
6a108a14 | 249 | default !EXPERT |
5f22a799 | 250 | ---help--- |
f0bd8e43 | 251 | Support for Logitech devices that are not fully compliant with HID standard. |
5f22a799 | 252 | |
534a7b8e NLC |
253 | config HID_LOGITECH_DJ |
254 | tristate "Logitech Unifying receivers full support" | |
255 | depends on HID_LOGITECH | |
256 | default m | |
257 | ---help--- | |
258 | Say Y if you want support for Logitech Unifying receivers and devices. | |
259 | Unifying receivers are capable of pairing up to 6 Logitech compliant | |
260 | devices to the same receiver. | |
261 | ||
606bd0a8 | 262 | config LOGITECH_FF |
0f6f4319 | 263 | bool "Logitech force feedback support" |
606bd0a8 JS |
264 | depends on HID_LOGITECH |
265 | select INPUT_FF_MEMLESS | |
266 | help | |
267 | Say Y here if you have one of these devices: | |
268 | - Logitech WingMan Cordless RumblePad | |
269 | - Logitech WingMan Cordless RumblePad 2 | |
270 | - Logitech WingMan Force 3D | |
271 | - Logitech Formula Force EX | |
fd30ea8c | 272 | - Logitech WingMan Formula Force GP |
606bd0a8 JS |
273 | - Logitech MOMO Force wheel |
274 | ||
275 | and if you want to enable force feedback for them. | |
276 | Note: if you say N here, this device will still be supported, but without | |
277 | force feedback. | |
278 | ||
279 | config LOGIRUMBLEPAD2_FF | |
2c6118e4 | 280 | bool "Logitech RumblePad/Rumblepad 2 force feedback support" |
606bd0a8 JS |
281 | depends on HID_LOGITECH |
282 | select INPUT_FF_MEMLESS | |
283 | help | |
284 | Say Y here if you want to enable force feedback support for Logitech | |
2c6118e4 | 285 | RumblePad and Rumblepad 2 devices. |
606bd0a8 | 286 | |
74f292ca GS |
287 | config LOGIG940_FF |
288 | bool "Logitech Flight System G940 force feedback support" | |
289 | depends on HID_LOGITECH | |
290 | select INPUT_FF_MEMLESS | |
291 | help | |
292 | Say Y here if you want to enable force feedback support for Logitech | |
293 | Flight System G940 devices. | |
294 | ||
a7ac90f1 MM |
295 | config LOGIWHEELS_FF |
296 | bool "Logitech wheels configuration and force feedback support" | |
32c88cbc SW |
297 | depends on HID_LOGITECH |
298 | select INPUT_FF_MEMLESS | |
70c2cabd | 299 | default LOGITECH_FF |
32c88cbc | 300 | help |
a7ac90f1 MM |
301 | Say Y here if you want to enable force feedback and range setting |
302 | support for following Logitech wheels: | |
303 | - Logitech Driving Force | |
304 | - Logitech Driving Force Pro | |
305 | - Logitech Driving Force GT | |
306 | - Logitech G25 | |
307 | - Logitech G27 | |
308 | - Logitech MOMO/MOMO 2 | |
309 | - Logitech Formula Force EX | |
32c88cbc | 310 | |
128537ce | 311 | config HID_MAGICMOUSE |
9f523147 | 312 | tristate "Apple MagicMouse multi-touch support" |
128537ce | 313 | depends on BT_HIDP |
128537ce | 314 | ---help--- |
9f523147 | 315 | Support for the Apple Magic Mouse multi-touch. |
128537ce MP |
316 | |
317 | Say Y here if you want support for the multi-touch features of the | |
318 | Apple Wireless "Magic" Mouse. | |
319 | ||
78a849a6 | 320 | config HID_MICROSOFT |
6a108a14 | 321 | tristate "Microsoft non-fully HID-compliant devices" if EXPERT |
78a849a6 | 322 | depends on USB_HID |
6a108a14 | 323 | default !EXPERT |
78a849a6 | 324 | ---help--- |
f0bd8e43 | 325 | Support for Microsoft devices that are not fully compliant with HID standard. |
78a849a6 | 326 | |
3b8006e5 | 327 | config HID_MONTEREY |
6a108a14 | 328 | tristate "Monterey Genius KB29E keyboard" if EXPERT |
3b8006e5 | 329 | depends on USB_HID |
6a108a14 | 330 | default !EXPERT |
3b8006e5 JS |
331 | ---help--- |
332 | Support for Monterey Genius KB29E. | |
333 | ||
5519cab4 BT |
334 | config HID_MULTITOUCH |
335 | tristate "HID Multitouch panels" | |
336 | depends on USB_HID | |
337 | ---help--- | |
338 | Generic support for HID multitouch panels. | |
339 | ||
340 | Say Y here if you have one of the following devices: | |
f786bba4 | 341 | - 3M PCT touch screens |
e6aac342 | 342 | - ActionStar dual touch panels |
b1057124 | 343 | - Atmel panels |
22408283 | 344 | - Cando dual touch panels |
942fd422 | 345 | - Chunghwa panels |
79603dc9 | 346 | - CVTouch panels |
2d93666e | 347 | - Cypress TrueTouch panels |
c04abeef | 348 | - Elo TouchSystems IntelliTouch Plus panels |
22408283 | 349 | - GeneralTouch 'Sensing Win7-TwoFinger' panels |
ee0fbd14 | 350 | - GoodTouch panels |
2d93666e | 351 | - Hanvon dual touch panels |
22408283 | 352 | - Ilitek dual touch panels |
4dfcced8 | 353 | - IrTouch Infrared USB panels |
c50bb1a4 | 354 | - LG Display panels (Dell ST2220Tc) |
df167c4a | 355 | - Lumio CrystalTouch panels |
4a6ee685 | 356 | - MosArt dual-touch panels |
6ab3a9a6 | 357 | - PenMount dual touch panels |
b7ea95ff | 358 | - PixArt optical touch screen |
2d93666e | 359 | - Pixcir dual touch panels |
5e7ea11f | 360 | - Quanta panels |
22408283 | 361 | - eGalax dual-touch panels, including the Joojoo and Wetab tablets |
043b403a | 362 | - Stantum multitouch panels |
5e74e56d | 363 | - Touch International Panels |
617b64f9 | 364 | - Unitec Panels |
bc8a2a9b | 365 | - XAT optical touch panels |
11576c61 | 366 | - Xiroku optical touch panels |
5519cab4 | 367 | |
2d93666e BT |
368 | If unsure, say N. |
369 | ||
370 | To compile this driver as a module, choose M here: the | |
371 | module will be called hid-multitouch. | |
372 | ||
94011f93 | 373 | config HID_NTRIG |
a1043044 | 374 | tristate "N-Trig touch screen" |
94011f93 | 375 | depends on USB_HID |
94011f93 RR |
376 | ---help--- |
377 | Support for N-Trig touch screen. | |
378 | ||
cd9ec30d | 379 | config HID_ORTEK |
d586dca0 | 380 | tristate "Ortek PKB-1700/WKB-2000/Skycable wireless keyboard and mouse trackpad" |
cd9ec30d | 381 | depends on USB_HID |
cd9ec30d | 382 | ---help--- |
d586dca0 JK |
383 | There are certain devices which have LogicalMaximum wrong in the keyboard |
384 | usage page of their report descriptor. The most prevailing ones so far | |
385 | are manufactured by Ortek, thus the name of the driver. Currently | |
386 | supported devices by this driver are | |
387 | ||
388 | - Ortek PKB-1700 | |
389 | - Ortek WKB-2000 | |
390 | - Skycable wireless presenter | |
cd9ec30d | 391 | |
0f6f4319 | 392 | config HID_PANTHERLORD |
a1043044 | 393 | tristate "Pantherlord/GreenAsia game controller" |
0f6f4319 | 394 | depends on USB_HID |
0f6f4319 JK |
395 | ---help--- |
396 | Say Y here if you have a PantherLord/GreenAsia based game controller | |
397 | or adapter. | |
398 | ||
5f022298 JS |
399 | config PANTHERLORD_FF |
400 | bool "Pantherlord force feedback support" | |
401 | depends on HID_PANTHERLORD | |
402 | select INPUT_FF_MEMLESS | |
0f6f4319 | 403 | ---help--- |
5f022298 JS |
404 | Say Y here if you have a PantherLord/GreenAsia based game controller |
405 | or adapter and want to enable force feedback support for it. | |
406 | ||
1e762532 | 407 | config HID_PETALYNX |
a1043044 | 408 | tristate "Petalynx Maxter remote control" |
1e762532 JS |
409 | depends on USB_HID |
410 | ---help--- | |
f0bd8e43 | 411 | Support for Petalynx Maxter remote control. |
1e762532 | 412 | |
236db47c BP |
413 | config HID_PICOLCD |
414 | tristate "PicoLCD (graphic version)" | |
415 | depends on USB_HID | |
416 | ---help--- | |
417 | This provides support for Minibox PicoLCD devices, currently | |
418 | only the graphical ones are supported. | |
419 | ||
420 | This includes support for the following device features: | |
421 | - Keypad | |
422 | - Switching between Firmware and Flash mode | |
9bbf2b98 | 423 | - EEProm / Flash access (via debugfs) |
5435f281 BP |
424 | Features selectively enabled: |
425 | - Framebuffer for monochrome 256x64 display | |
426 | - Backlight control | |
427 | - Contrast control | |
428 | - General purpose outputs | |
b8c21cf6 | 429 | Features that are not (yet) supported: |
236db47c | 430 | - IR |
236db47c | 431 | |
5435f281 | 432 | config HID_PICOLCD_FB |
6a108a14 DR |
433 | bool "Framebuffer support" if EXPERT |
434 | default !EXPERT | |
5435f281 BP |
435 | depends on HID_PICOLCD |
436 | depends on HID_PICOLCD=FB || FB=y | |
437 | select FB_DEFERRED_IO | |
438 | select FB_SYS_FILLRECT | |
439 | select FB_SYS_COPYAREA | |
440 | select FB_SYS_IMAGEBLIT | |
441 | select FB_SYS_FOPS | |
442 | ---help--- | |
443 | Provide access to PicoLCD's 256x64 monochrome display via a | |
444 | frambuffer device. | |
445 | ||
446 | config HID_PICOLCD_BACKLIGHT | |
6a108a14 DR |
447 | bool "Backlight control" if EXPERT |
448 | default !EXPERT | |
5435f281 BP |
449 | depends on HID_PICOLCD |
450 | depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y | |
451 | ---help--- | |
452 | Provide access to PicoLCD's backlight control via backlight | |
453 | class. | |
454 | ||
455 | config HID_PICOLCD_LCD | |
6a108a14 DR |
456 | bool "Contrast control" if EXPERT |
457 | default !EXPERT | |
5435f281 BP |
458 | depends on HID_PICOLCD |
459 | depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y | |
460 | ---help--- | |
461 | Provide access to PicoLCD's LCD contrast via lcd class. | |
462 | ||
463 | config HID_PICOLCD_LEDS | |
6a108a14 DR |
464 | bool "GPO via leds class" if EXPERT |
465 | default !EXPERT | |
5435f281 BP |
466 | depends on HID_PICOLCD |
467 | depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y | |
468 | ---help--- | |
469 | Provide access to PicoLCD's GPO pins via leds class. | |
470 | ||
f6a04605 | 471 | config HID_PRIMAX |
dfe9a312 | 472 | tristate "Primax non-fully HID-compliant devices" |
f6a04605 | 473 | depends on USB_HID |
f6a04605 TL |
474 | ---help--- |
475 | Support for Primax devices that are not fully compliant with the | |
476 | HID standard. | |
477 | ||
206f5f2f SA |
478 | config HID_ROCCAT |
479 | tristate "Roccat special event support" | |
480 | depends on USB_HID | |
303f272c | 481 | select HID_ROCCAT_COMMON |
206f5f2f SA |
482 | ---help--- |
483 | Support for Roccat special events. | |
484 | Say Y here if you have a Roccat mouse or keyboard and want OSD or | |
485 | macro execution support. | |
486 | ||
5772f636 SA |
487 | config HID_ROCCAT_COMMON |
488 | tristate | |
303f272c | 489 | depends on HID_ROCCAT |
5772f636 | 490 | |
e68cc603 SA |
491 | config HID_ROCCAT_ARVO |
492 | tristate "Roccat Arvo keyboard support" | |
493 | depends on USB_HID | |
303f272c | 494 | depends on HID_ROCCAT |
e68cc603 SA |
495 | ---help--- |
496 | Support for Roccat Arvo keyboard. | |
497 | ||
d41c2a70 SA |
498 | config HID_ROCCAT_ISKU |
499 | tristate "Roccat Isku keyboard support" | |
500 | depends on USB_HID | |
501 | depends on HID_ROCCAT | |
502 | ---help--- | |
503 | Support for Roccat Isku keyboard. | |
504 | ||
14bf62cd | 505 | config HID_ROCCAT_KONE |
23d386d8 | 506 | tristate "Roccat Kone Mouse support" |
14bf62cd | 507 | depends on USB_HID |
303f272c | 508 | depends on HID_ROCCAT |
14bf62cd SA |
509 | ---help--- |
510 | Support for Roccat Kone mouse. | |
511 | ||
47dbdbff SA |
512 | config HID_ROCCAT_KONEPLUS |
513 | tristate "Roccat Kone[+] mouse support" | |
514 | depends on USB_HID | |
303f272c | 515 | depends on HID_ROCCAT |
47dbdbff SA |
516 | ---help--- |
517 | Support for Roccat Kone[+] mouse. | |
518 | ||
0e70f97f SA |
519 | config HID_ROCCAT_KOVAPLUS |
520 | tristate "Roccat Kova[+] mouse support" | |
521 | depends on USB_HID | |
303f272c | 522 | depends on HID_ROCCAT |
0e70f97f SA |
523 | ---help--- |
524 | Support for Roccat Kova[+] mouse. | |
525 | ||
cb7cf3da SA |
526 | config HID_ROCCAT_PYRA |
527 | tristate "Roccat Pyra mouse support" | |
528 | depends on USB_HID | |
303f272c | 529 | depends on HID_ROCCAT |
cb7cf3da SA |
530 | ---help--- |
531 | Support for Roccat Pyra mouse. | |
532 | ||
980a3da6 | 533 | config HID_SAMSUNG |
a1043044 | 534 | tristate "Samsung InfraRed remote control or keyboards" |
980a3da6 JS |
535 | depends on USB_HID |
536 | ---help--- | |
b355850b | 537 | Support for Samsung InfraRed remote control or keyboards. |
980a3da6 | 538 | |
bd28ce00 | 539 | config HID_SONY |
a1043044 | 540 | tristate "Sony PS3 controller" |
bd28ce00 JS |
541 | depends on USB_HID |
542 | ---help--- | |
543 | Support for Sony PS3 controller. | |
544 | ||
74bc6953 SK |
545 | config HID_SPEEDLINK |
546 | tristate "Speedlink VAD Cezanne mouse support" | |
547 | depends on USB_HID | |
548 | ---help--- | |
549 | Support for Speedlink Vicious and Divine Cezanne mouse. | |
550 | ||
90231e7e | 551 | config HID_SUNPLUS |
a1043044 | 552 | tristate "Sunplus wireless desktop" |
90231e7e JS |
553 | depends on USB_HID |
554 | ---help--- | |
f0bd8e43 | 555 | Support for Sunplus wireless desktop. |
90231e7e | 556 | |
0f6f4319 | 557 | config HID_GREENASIA |
a1043044 | 558 | tristate "GreenAsia (Product ID 0x12) game controller support" |
42859e0b | 559 | depends on USB_HID |
0f6f4319 JK |
560 | ---help--- |
561 | Say Y here if you have a GreenAsia (Product ID 0x12) based game | |
562 | controller or adapter. | |
563 | ||
564 | config GREENASIA_FF | |
565 | bool "GreenAsia (Product ID 0x12) force feedback support" | |
566 | depends on HID_GREENASIA | |
42859e0b LL |
567 | select INPUT_FF_MEMLESS |
568 | ---help--- | |
569 | Say Y here if you have a GreenAsia (Product ID 0x12) based game controller | |
692105b8 | 570 | (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter |
42859e0b LL |
571 | and want to enable force feedback support for it. |
572 | ||
6cf851d8 JK |
573 | config HID_HYPERV_MOUSE |
574 | tristate "Microsoft Hyper-V mouse driver" | |
575 | depends on HYPERV | |
576 | ---help--- | |
577 | Select this option to enable the Hyper-V mouse driver. | |
578 | ||
fac733f0 | 579 | config HID_SMARTJOYPLUS |
73d5e8f7 | 580 | tristate "SmartJoy PLUS PS2/USB adapter support" |
fac733f0 | 581 | depends on USB_HID |
fac733f0 | 582 | ---help--- |
1bcc2067 SY |
583 | Support for SmartJoy PLUS PS2/USB adapter, Super Dual Box, |
584 | Super Joy Box 3 Pro, Super Dual Box Pro, and Super Joy Box 5 Pro. | |
585 | ||
586 | Note that DDR (Dance Dance Revolution) mode is not supported, nor | |
587 | is pressure sensitive buttons on the pro models. | |
fac733f0 JK |
588 | |
589 | config SMARTJOYPLUS_FF | |
590 | bool "SmartJoy PLUS PS2/USB adapter force feedback support" | |
591 | depends on HID_SMARTJOYPLUS | |
592 | select INPUT_FF_MEMLESS | |
593 | ---help--- | |
594 | Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to | |
595 | enable force feedback support for it. | |
596 | ||
44ea35c1 JW |
597 | config HID_TIVO_SLIDE |
598 | tristate "TiVo Slide Bluetooth remote control support" | |
599 | depends on USB_HID | |
600 | ---help--- | |
601 | Say Y if you have a TiVo Slide Bluetooth remote control. | |
602 | ||
f14f526d | 603 | config HID_TOPSEED |
54001081 | 604 | tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support" |
f14f526d | 605 | depends on USB_HID |
f14f526d | 606 | ---help--- |
54001081 KB |
607 | Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic |
608 | CLLRCMCE remote control. | |
f14f526d | 609 | |
0f6f4319 | 610 | config HID_THRUSTMASTER |
73d5e8f7 | 611 | tristate "ThrustMaster devices support" |
10e41a71 | 612 | depends on USB_HID |
0f6f4319 JK |
613 | ---help--- |
614 | Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or | |
615 | a THRUSTMASTER Ferrari GT Rumble Wheel. | |
616 | ||
617 | config THRUSTMASTER_FF | |
618 | bool "ThrustMaster devices force feedback support" | |
619 | depends on HID_THRUSTMASTER | |
10e41a71 | 620 | select INPUT_FF_MEMLESS |
0f6f4319 | 621 | ---help--- |
7a84b133 RAG |
622 | Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3, |
623 | a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT | |
624 | Rumble Force or Force Feedback Wheel. | |
10e41a71 | 625 | |
ca2dcd40 | 626 | config HID_WACOM |
2dbf209d | 627 | tristate "Wacom Bluetooth devices support" |
ca2dcd40 | 628 | depends on BT_HIDP |
ca2dcd40 BN |
629 | ---help--- |
630 | Support for Wacom Graphire Bluetooth tablet. | |
631 | ||
59d2334a PF |
632 | config HID_WACOM_POWER_SUPPLY |
633 | bool "Wacom Bluetooth devices power supply status support" | |
634 | depends on HID_WACOM | |
635 | select POWER_SUPPLY | |
636 | ---help--- | |
637 | Say Y here if you want to enable power supply status monitoring for | |
638 | Wacom Bluetooth devices. | |
639 | ||
fb51b443 DR |
640 | config HID_WIIMOTE |
641 | tristate "Nintendo Wii Remote support" | |
642 | depends on BT_HIDP | |
23a5a4a3 | 643 | depends on LEDS_CLASS |
6591d758 | 644 | select POWER_SUPPLY |
ef6f4115 | 645 | select INPUT_FF_MEMLESS |
fb51b443 DR |
646 | ---help--- |
647 | Support for the Nintendo Wii Remote bluetooth device. | |
648 | ||
cb99221b DR |
649 | config HID_WIIMOTE_EXT |
650 | bool "Nintendo Wii Remote Extension support" | |
651 | depends on HID_WIIMOTE | |
652 | default HID_WIIMOTE | |
653 | ---help--- | |
654 | Support for extension controllers of the Nintendo Wii Remote. Say yes | |
655 | here if you want to use the Nintendo Motion+, Nunchuck or Classic | |
656 | extension controllers with your Wii Remote. | |
657 | ||
0f6f4319 | 658 | config HID_ZEROPLUS |
73d5e8f7 | 659 | tristate "Zeroplus based game controller support" |
987fbc1f | 660 | depends on USB_HID |
0f6f4319 | 661 | ---help--- |
987fbc1f JS |
662 | Say Y here if you have a Zeroplus based game controller. |
663 | ||
0f6f4319 JK |
664 | config ZEROPLUS_FF |
665 | bool "Zeroplus based game controller force feedback support" | |
666 | depends on HID_ZEROPLUS | |
667 | select INPUT_FF_MEMLESS | |
668 | ---help--- | |
669 | Say Y here if you have a Zeroplus based game controller and want | |
670 | to have force feedback support for it. | |
671 | ||
a9885c8f | 672 | config HID_ZYDACRON |
73d5e8f7 | 673 | tristate "Zydacron remote control support" |
a9885c8f | 674 | depends on USB_HID |
a9885c8f DP |
675 | ---help--- |
676 | Support for Zydacron remote control. | |
677 | ||
5f22a799 JS |
678 | endmenu |
679 | ||
3cd70986 | 680 | endif # HID_SUPPORT |