HID: Aureal Remote Control Device Driver
[deliverable/linux.git] / drivers / hid / Kconfig
1 #
2 # HID driver configuration
3 #
4 menuconfig HID_SUPPORT
5 bool "HID Devices"
6 depends on INPUT
7 default y
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.
13
14 if HID_SUPPORT
15
16 config HID
17 tristate "Generic HID support"
18 depends on INPUT
19 default y
20 ---help---
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
32 If unsure, say Y.
33
34 config HID_BATTERY_STRENGTH
35 bool
36 depends on HID && POWER_SUPPLY && HID = POWER_SUPPLY
37 default y
38
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
58 source "drivers/hid/usbhid/Kconfig"
59
60 menu "Special HID drivers"
61 depends on HID
62
63 config HID_A4TECH
64 tristate "A4 tech mice" if EXPERT
65 depends on USB_HID
66 default !EXPERT
67 ---help---
68 Support for A4 tech X5 and WOP-35 / Trust 450L mice.
69
70 config HID_ACRUX
71 tristate "ACRUX game controller support"
72 depends on USB_HID
73 ---help---
74 Say Y here if you want to enable support for ACRUX game controllers.
75
76 config HID_ACRUX_FF
77 bool "ACRUX force feedback support"
78 depends on HID_ACRUX
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
84 config HID_APPLE
85 tristate "Apple {i,Power,Mac}Books" if EXPERT
86 depends on (USB_HID || BT_HIDP)
87 default !EXPERT
88 ---help---
89 Support for some Apple devices which less or more break
90 HID specification.
91
92 Say Y here if you want support for keyboards of Apple iBooks, PowerBooks,
93 MacBooks, MacBook Pros and Apple Aluminum.
94
95 config HID_AUREAL
96 tristate "Aureal"
97 depends on USB_HID
98 ---help---
99 Support for Aureal Cy se W-01RN Remote Controller and other Aureal derived remotes.
100
101 config HID_BELKIN
102 tristate "Belkin Flip KVM and Wireless keyboard" if EXPERT
103 depends on USB_HID
104 default !EXPERT
105 ---help---
106 Support for Belkin Flip KVM and Wireless keyboard.
107
108 config HID_CHERRY
109 tristate "Cherry Cymotion keyboard" if EXPERT
110 depends on USB_HID
111 default !EXPERT
112 ---help---
113 Support for Cherry Cymotion keyboard.
114
115 config HID_CHICONY
116 tristate "Chicony Tactical pad" if EXPERT
117 depends on USB_HID
118 default !EXPERT
119 ---help---
120 Support for Chicony Tactical pad.
121
122 config HID_PRODIKEYS
123 tristate "Prodikeys PC-MIDI Keyboard support"
124 depends on USB_HID && SND
125 select SND_RAWMIDI
126 ---help---
127 Support for Prodikeys PC-MIDI Keyboard device support.
128 Say Y here to enable support for this device.
129 - Prodikeys PC-MIDI keyboard.
130 The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI
131 input and one MIDI output. These MIDI jacks appear as
132 a sound "card" in the ALSA sound system.
133 Note: if you say N here, this device will still function as a basic
134 multimedia keyboard, but will lack support for the musical keyboard
135 and some additional multimedia keys.
136
137 config HID_CYPRESS
138 tristate "Cypress mouse and barcode readers" if EXPERT
139 depends on USB_HID
140 default !EXPERT
141 ---help---
142 Support for cypress mouse and barcode readers.
143
144 config HID_DRAGONRISE
145 tristate "DragonRise Inc. game controller"
146 depends on USB_HID
147 ---help---
148 Say Y here if you have DragonRise Inc. game controllers.
149 These might be branded as:
150 - Tesun USB-703
151 - Media-tech MT1504 "Rogue"
152 - DVTech JS19 "Gear"
153 - Defender Game Master
154
155 config DRAGONRISE_FF
156 bool "DragonRise Inc. force feedback"
157 depends on HID_DRAGONRISE
158 select INPUT_FF_MEMLESS
159 ---help---
160 Say Y here if you want to enable force feedback support for DragonRise Inc.
161 game controllers.
162
163 config HID_EMS_FF
164 tristate "EMS Production Inc. force feedback support"
165 depends on USB_HID
166 select INPUT_FF_MEMLESS
167 ---help---
168 Say Y here if you want to enable force feedback support for devices by
169 EMS Production Ltd.
170 Currently the following devices are known to be supported:
171 - Trio Linker Plus II
172
173 config HID_ELECOM
174 tristate "ELECOM BM084 bluetooth mouse"
175 depends on BT_HIDP
176 ---help---
177 Support for the ELECOM BM084 (bluetooth mouse).
178
179 config HID_EZKEY
180 tristate "Ezkey BTC 8193 keyboard" if EXPERT
181 depends on USB_HID
182 default !EXPERT
183 ---help---
184 Support for Ezkey BTC 8193 keyboard.
185
186 config HID_HOLTEK
187 tristate "Holtek On Line Grip based game controller support"
188 depends on USB_HID
189 ---help---
190 Say Y here if you have a Holtek On Line Grip based game controller.
191
192 config HOLTEK_FF
193 bool "Holtek On Line Grip force feedback support"
194 depends on HID_HOLTEK
195 select INPUT_FF_MEMLESS
196 ---help---
197 Say Y here if you have a Holtek On Line Grip based game controller
198 and want to have force feedback support for it.
199
200 config HID_KEYTOUCH
201 tristate "Keytouch HID devices"
202 depends on USB_HID
203 ---help---
204 Support for Keytouch HID devices not fully compliant with
205 the specification. Currently supported:
206 - Keytouch IEC 60945
207
208 config HID_KYE
209 tristate "KYE/Genius devices"
210 depends on USB_HID
211 ---help---
212 Support for KYE/Genius devices not fully compliant with HID standard:
213 - Ergo Mouse
214 - EasyPen i405X tablet
215 - MousePen i608X tablet
216 - EasyPen M610X tablet
217
218 config HID_UCLOGIC
219 tristate "UC-Logic"
220 depends on USB_HID
221 ---help---
222 Support for UC-Logic tablets.
223
224 config HID_WALTOP
225 tristate "Waltop"
226 depends on USB_HID
227 ---help---
228 Support for Waltop tablets.
229
230 config HID_GYRATION
231 tristate "Gyration remote control"
232 depends on USB_HID
233 ---help---
234 Support for Gyration remote control.
235
236 config HID_TWINHAN
237 tristate "Twinhan IR remote control"
238 depends on USB_HID
239 ---help---
240 Support for Twinhan IR remote control.
241
242 config HID_KENSINGTON
243 tristate "Kensington Slimblade Trackball" if EXPERT
244 depends on USB_HID
245 default !EXPERT
246 ---help---
247 Support for Kensington Slimblade Trackball.
248
249 config HID_LCPOWER
250 tristate "LC-Power"
251 depends on USB_HID
252 ---help---
253 Support for LC-Power RC1000MCE RF remote control.
254
255 config HID_LOGITECH
256 tristate "Logitech devices" if EXPERT
257 depends on USB_HID
258 default !EXPERT
259 ---help---
260 Support for Logitech devices that are not fully compliant with HID standard.
261
262 config HID_LOGITECH_DJ
263 tristate "Logitech Unifying receivers full support"
264 depends on HID_LOGITECH
265 default m
266 ---help---
267 Say Y if you want support for Logitech Unifying receivers and devices.
268 Unifying receivers are capable of pairing up to 6 Logitech compliant
269 devices to the same receiver. Without this driver it will be handled by
270 generic USB_HID driver and all incomming events will be multiplexed
271 into a single mouse and a single keyboard device.
272
273 config LOGITECH_FF
274 bool "Logitech force feedback support"
275 depends on HID_LOGITECH
276 select INPUT_FF_MEMLESS
277 help
278 Say Y here if you have one of these devices:
279 - Logitech WingMan Cordless RumblePad
280 - Logitech WingMan Cordless RumblePad 2
281 - Logitech WingMan Force 3D
282 - Logitech Formula Force EX
283 - Logitech WingMan Formula Force GP
284 - Logitech MOMO Force wheel
285
286 and if you want to enable force feedback for them.
287 Note: if you say N here, this device will still be supported, but without
288 force feedback.
289
290 config LOGIRUMBLEPAD2_FF
291 bool "Logitech RumblePad/Rumblepad 2 force feedback support"
292 depends on HID_LOGITECH
293 select INPUT_FF_MEMLESS
294 help
295 Say Y here if you want to enable force feedback support for Logitech
296 RumblePad and Rumblepad 2 devices.
297
298 config LOGIG940_FF
299 bool "Logitech Flight System G940 force feedback support"
300 depends on HID_LOGITECH
301 select INPUT_FF_MEMLESS
302 help
303 Say Y here if you want to enable force feedback support for Logitech
304 Flight System G940 devices.
305
306 config LOGIWHEELS_FF
307 bool "Logitech wheels configuration and force feedback support"
308 depends on HID_LOGITECH
309 select INPUT_FF_MEMLESS
310 default LOGITECH_FF
311 help
312 Say Y here if you want to enable force feedback and range setting
313 support for following Logitech wheels:
314 - Logitech Driving Force
315 - Logitech Driving Force Pro
316 - Logitech Driving Force GT
317 - Logitech G25
318 - Logitech G27
319 - Logitech MOMO/MOMO 2
320 - Logitech Formula Force EX
321
322 config HID_MAGICMOUSE
323 tristate "Apple MagicMouse multi-touch support"
324 depends on BT_HIDP
325 ---help---
326 Support for the Apple Magic Mouse multi-touch.
327
328 Say Y here if you want support for the multi-touch features of the
329 Apple Wireless "Magic" Mouse.
330
331 config HID_MICROSOFT
332 tristate "Microsoft non-fully HID-compliant devices" if EXPERT
333 depends on USB_HID
334 default !EXPERT
335 ---help---
336 Support for Microsoft devices that are not fully compliant with HID standard.
337
338 config HID_MONTEREY
339 tristate "Monterey Genius KB29E keyboard" if EXPERT
340 depends on USB_HID
341 default !EXPERT
342 ---help---
343 Support for Monterey Genius KB29E.
344
345 config HID_MULTITOUCH
346 tristate "HID Multitouch panels"
347 depends on USB_HID
348 ---help---
349 Generic support for HID multitouch panels.
350
351 Say Y here if you have one of the following devices:
352 - 3M PCT touch screens
353 - ActionStar dual touch panels
354 - Atmel panels
355 - Cando dual touch panels
356 - Chunghwa panels
357 - CVTouch panels
358 - Cypress TrueTouch panels
359 - Elo TouchSystems IntelliTouch Plus panels
360 - GeneralTouch 'Sensing Win7-TwoFinger' panels
361 - GoodTouch panels
362 - Hanvon dual touch panels
363 - Ilitek dual touch panels
364 - IrTouch Infrared USB panels
365 - LG Display panels (Dell ST2220Tc)
366 - Lumio CrystalTouch panels
367 - MosArt dual-touch panels
368 - Panasonic multitouch panels
369 - PenMount dual touch panels
370 - Perixx Peripad 701 touchpad
371 - PixArt optical touch screen
372 - Pixcir dual touch panels
373 - Quanta panels
374 - eGalax dual-touch panels, including the Joojoo and Wetab tablets
375 - Stantum multitouch panels
376 - Touch International Panels
377 - Unitec Panels
378 - XAT optical touch panels
379 - Xiroku optical touch panels
380
381 If unsure, say N.
382
383 To compile this driver as a module, choose M here: the
384 module will be called hid-multitouch.
385
386 config HID_NTRIG
387 tristate "N-Trig touch screen"
388 depends on USB_HID
389 ---help---
390 Support for N-Trig touch screen.
391
392 config HID_ORTEK
393 tristate "Ortek PKB-1700/WKB-2000/Skycable wireless keyboard and mouse trackpad"
394 depends on USB_HID
395 ---help---
396 There are certain devices which have LogicalMaximum wrong in the keyboard
397 usage page of their report descriptor. The most prevailing ones so far
398 are manufactured by Ortek, thus the name of the driver. Currently
399 supported devices by this driver are
400
401 - Ortek PKB-1700
402 - Ortek WKB-2000
403 - Skycable wireless presenter
404
405 config HID_PANTHERLORD
406 tristate "Pantherlord/GreenAsia game controller"
407 depends on USB_HID
408 ---help---
409 Say Y here if you have a PantherLord/GreenAsia based game controller
410 or adapter.
411
412 config PANTHERLORD_FF
413 bool "Pantherlord force feedback support"
414 depends on HID_PANTHERLORD
415 select INPUT_FF_MEMLESS
416 ---help---
417 Say Y here if you have a PantherLord/GreenAsia based game controller
418 or adapter and want to enable force feedback support for it.
419
420 config HID_PETALYNX
421 tristate "Petalynx Maxter remote control"
422 depends on USB_HID
423 ---help---
424 Support for Petalynx Maxter remote control.
425
426 config HID_PICOLCD
427 tristate "PicoLCD (graphic version)"
428 depends on USB_HID
429 ---help---
430 This provides support for Minibox PicoLCD devices, currently
431 only the graphical ones are supported.
432
433 This includes support for the following device features:
434 - Keypad
435 - Switching between Firmware and Flash mode
436 - EEProm / Flash access (via debugfs)
437 Features selectively enabled:
438 - Framebuffer for monochrome 256x64 display
439 - Backlight control
440 - Contrast control
441 - General purpose outputs
442 Features that are not (yet) supported:
443 - IR
444
445 config HID_PICOLCD_FB
446 bool "Framebuffer support" if EXPERT
447 default !EXPERT
448 depends on HID_PICOLCD
449 depends on HID_PICOLCD=FB || FB=y
450 select FB_DEFERRED_IO
451 select FB_SYS_FILLRECT
452 select FB_SYS_COPYAREA
453 select FB_SYS_IMAGEBLIT
454 select FB_SYS_FOPS
455 ---help---
456 Provide access to PicoLCD's 256x64 monochrome display via a
457 frambuffer device.
458
459 config HID_PICOLCD_BACKLIGHT
460 bool "Backlight control" if EXPERT
461 default !EXPERT
462 depends on HID_PICOLCD
463 depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y
464 ---help---
465 Provide access to PicoLCD's backlight control via backlight
466 class.
467
468 config HID_PICOLCD_LCD
469 bool "Contrast control" if EXPERT
470 default !EXPERT
471 depends on HID_PICOLCD
472 depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y
473 ---help---
474 Provide access to PicoLCD's LCD contrast via lcd class.
475
476 config HID_PICOLCD_LEDS
477 bool "GPO via leds class" if EXPERT
478 default !EXPERT
479 depends on HID_PICOLCD
480 depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y
481 ---help---
482 Provide access to PicoLCD's GPO pins via leds class.
483
484 config HID_PRIMAX
485 tristate "Primax non-fully HID-compliant devices"
486 depends on USB_HID
487 ---help---
488 Support for Primax devices that are not fully compliant with the
489 HID standard.
490
491 config HID_ROCCAT
492 tristate "Roccat device support"
493 depends on USB_HID
494 ---help---
495 Support for Roccat devices.
496 Say Y here if you have a Roccat mouse or keyboard and want
497 support for its special functionalities.
498
499 config HID_SAITEK
500 tristate "Saitek non-fully HID-compliant devices"
501 depends on USB_HID
502 ---help---
503 Support for Saitek devices that are not fully compliant with the
504 HID standard.
505
506 Currently only supports the PS1000 controller.
507
508 config HID_SAMSUNG
509 tristate "Samsung InfraRed remote control or keyboards"
510 depends on USB_HID
511 ---help---
512 Support for Samsung InfraRed remote control or keyboards.
513
514 config HID_SONY
515 tristate "Sony PS3 controller"
516 depends on USB_HID
517 ---help---
518 Support for Sony PS3 controller.
519
520 config HID_SPEEDLINK
521 tristate "Speedlink VAD Cezanne mouse support"
522 depends on USB_HID
523 ---help---
524 Support for Speedlink Vicious and Divine Cezanne mouse.
525
526 config HID_SUNPLUS
527 tristate "Sunplus wireless desktop"
528 depends on USB_HID
529 ---help---
530 Support for Sunplus wireless desktop.
531
532 config HID_GREENASIA
533 tristate "GreenAsia (Product ID 0x12) game controller support"
534 depends on USB_HID
535 ---help---
536 Say Y here if you have a GreenAsia (Product ID 0x12) based game
537 controller or adapter.
538
539 config GREENASIA_FF
540 bool "GreenAsia (Product ID 0x12) force feedback support"
541 depends on HID_GREENASIA
542 select INPUT_FF_MEMLESS
543 ---help---
544 Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
545 (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
546 and want to enable force feedback support for it.
547
548 config HID_HYPERV_MOUSE
549 tristate "Microsoft Hyper-V mouse driver"
550 depends on HYPERV
551 ---help---
552 Select this option to enable the Hyper-V mouse driver.
553
554 config HID_SMARTJOYPLUS
555 tristate "SmartJoy PLUS PS2/USB adapter support"
556 depends on USB_HID
557 ---help---
558 Support for SmartJoy PLUS PS2/USB adapter, Super Dual Box,
559 Super Joy Box 3 Pro, Super Dual Box Pro, and Super Joy Box 5 Pro.
560
561 Note that DDR (Dance Dance Revolution) mode is not supported, nor
562 is pressure sensitive buttons on the pro models.
563
564 config SMARTJOYPLUS_FF
565 bool "SmartJoy PLUS PS2/USB adapter force feedback support"
566 depends on HID_SMARTJOYPLUS
567 select INPUT_FF_MEMLESS
568 ---help---
569 Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
570 enable force feedback support for it.
571
572 config HID_TIVO
573 tristate "TiVo Slide Bluetooth remote control support"
574 depends on (USB_HID || BT_HIDP)
575 ---help---
576 Say Y if you have a TiVo Slide Bluetooth remote control.
577
578 config HID_TOPSEED
579 tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support"
580 depends on USB_HID
581 ---help---
582 Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic
583 CLLRCMCE remote control.
584
585 config HID_THRUSTMASTER
586 tristate "ThrustMaster devices support"
587 depends on USB_HID
588 ---help---
589 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
590 a THRUSTMASTER Ferrari GT Rumble Wheel.
591
592 config THRUSTMASTER_FF
593 bool "ThrustMaster devices force feedback support"
594 depends on HID_THRUSTMASTER
595 select INPUT_FF_MEMLESS
596 ---help---
597 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
598 a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
599 Rumble Force or Force Feedback Wheel.
600
601 config HID_WACOM
602 tristate "Wacom Bluetooth devices support"
603 depends on BT_HIDP
604 ---help---
605 Support for Wacom Graphire Bluetooth tablet.
606
607 config HID_WACOM_POWER_SUPPLY
608 bool "Wacom Bluetooth devices power supply status support"
609 depends on HID_WACOM
610 select POWER_SUPPLY
611 ---help---
612 Say Y here if you want to enable power supply status monitoring for
613 Wacom Bluetooth devices.
614
615 config HID_WIIMOTE
616 tristate "Nintendo Wii Remote support"
617 depends on BT_HIDP
618 depends on LEDS_CLASS
619 select POWER_SUPPLY
620 select INPUT_FF_MEMLESS
621 ---help---
622 Support for the Nintendo Wii Remote bluetooth device.
623
624 config HID_WIIMOTE_EXT
625 bool "Nintendo Wii Remote Extension support"
626 depends on HID_WIIMOTE
627 default HID_WIIMOTE
628 ---help---
629 Support for extension controllers of the Nintendo Wii Remote. Say yes
630 here if you want to use the Nintendo Motion+, Nunchuck or Classic
631 extension controllers with your Wii Remote.
632
633 config HID_ZEROPLUS
634 tristate "Zeroplus based game controller support"
635 depends on USB_HID
636 ---help---
637 Say Y here if you have a Zeroplus based game controller.
638
639 config ZEROPLUS_FF
640 bool "Zeroplus based game controller force feedback support"
641 depends on HID_ZEROPLUS
642 select INPUT_FF_MEMLESS
643 ---help---
644 Say Y here if you have a Zeroplus based game controller and want
645 to have force feedback support for it.
646
647 config HID_ZYDACRON
648 tristate "Zydacron remote control support"
649 depends on USB_HID
650 ---help---
651 Support for Zydacron remote control.
652
653 endmenu
654
655 endif # HID_SUPPORT
This page took 0.053736 seconds and 5 git commands to generate.