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