HID: multitouch: add support of Panasonic multitouch panels
[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_BELKIN
96 tristate "Belkin Flip KVM and Wireless keyboard" if EXPERT
97 depends on USB_HID
98 default !EXPERT
99 ---help---
100 Support for Belkin Flip KVM and Wireless keyboard.
101
102 config HID_CHERRY
103 tristate "Cherry Cymotion keyboard" if EXPERT
104 depends on USB_HID
105 default !EXPERT
106 ---help---
107 Support for Cherry Cymotion keyboard.
108
109 config HID_CHICONY
110 tristate "Chicony Tactical pad" if EXPERT
111 depends on USB_HID
112 default !EXPERT
113 ---help---
114 Support for Chicony Tactical pad.
115
116 config HID_PRODIKEYS
117 tristate "Prodikeys PC-MIDI Keyboard support"
118 depends on USB_HID && SND
119 select SND_RAWMIDI
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
131 config HID_CYPRESS
132 tristate "Cypress mouse and barcode readers" if EXPERT
133 depends on USB_HID
134 default !EXPERT
135 ---help---
136 Support for cypress mouse and barcode readers.
137
138 config HID_DRAGONRISE
139 tristate "DragonRise Inc. game controller"
140 depends on USB_HID
141 ---help---
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
148
149 config DRAGONRISE_FF
150 bool "DragonRise Inc. force feedback"
151 depends on HID_DRAGONRISE
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
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
167 config HID_ELECOM
168 tristate "ELECOM BM084 bluetooth mouse"
169 depends on BT_HIDP
170 ---help---
171 Support for the ELECOM BM084 (bluetooth mouse).
172
173 config HID_EZKEY
174 tristate "Ezkey BTC 8193 keyboard" if EXPERT
175 depends on USB_HID
176 default !EXPERT
177 ---help---
178 Support for Ezkey BTC 8193 keyboard.
179
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
194 config HID_KEYTOUCH
195 tristate "Keytouch HID devices"
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
202 config HID_KYE
203 tristate "Kye/Genius Ergo Mouse" if EXPERT
204 depends on USB_HID
205 default !EXPERT
206 ---help---
207 Support for Kye/Genius Ergo Mouse.
208
209 config HID_UCLOGIC
210 tristate "UC-Logic"
211 depends on USB_HID
212 ---help---
213 Support for UC-Logic tablets.
214
215 config HID_WALTOP
216 tristate "Waltop"
217 depends on USB_HID
218 ---help---
219 Support for Waltop tablets.
220
221 config HID_GYRATION
222 tristate "Gyration remote control"
223 depends on USB_HID
224 ---help---
225 Support for Gyration remote control.
226
227 config HID_TWINHAN
228 tristate "Twinhan IR remote control"
229 depends on USB_HID
230 ---help---
231 Support for Twinhan IR remote control.
232
233 config HID_KENSINGTON
234 tristate "Kensington Slimblade Trackball" if EXPERT
235 depends on USB_HID
236 default !EXPERT
237 ---help---
238 Support for Kensington Slimblade Trackball.
239
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
246 config HID_LOGITECH
247 tristate "Logitech devices" if EXPERT
248 depends on USB_HID
249 default !EXPERT
250 ---help---
251 Support for Logitech devices that are not fully compliant with HID standard.
252
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
262 config LOGITECH_FF
263 bool "Logitech force feedback support"
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
272 - Logitech WingMan Formula Force GP
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
280 bool "Logitech RumblePad/Rumblepad 2 force feedback support"
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
285 RumblePad and Rumblepad 2 devices.
286
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
295 config LOGIWHEELS_FF
296 bool "Logitech wheels configuration and force feedback support"
297 depends on HID_LOGITECH
298 select INPUT_FF_MEMLESS
299 default LOGITECH_FF
300 help
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
310
311 config HID_MAGICMOUSE
312 tristate "Apple MagicMouse multi-touch support"
313 depends on BT_HIDP
314 ---help---
315 Support for the Apple Magic Mouse multi-touch.
316
317 Say Y here if you want support for the multi-touch features of the
318 Apple Wireless "Magic" Mouse.
319
320 config HID_MICROSOFT
321 tristate "Microsoft non-fully HID-compliant devices" if EXPERT
322 depends on USB_HID
323 default !EXPERT
324 ---help---
325 Support for Microsoft devices that are not fully compliant with HID standard.
326
327 config HID_MONTEREY
328 tristate "Monterey Genius KB29E keyboard" if EXPERT
329 depends on USB_HID
330 default !EXPERT
331 ---help---
332 Support for Monterey Genius KB29E.
333
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:
341 - 3M PCT touch screens
342 - ActionStar dual touch panels
343 - Atmel panels
344 - Cando dual touch panels
345 - Chunghwa panels
346 - CVTouch panels
347 - Cypress TrueTouch panels
348 - Elo TouchSystems IntelliTouch Plus panels
349 - GeneralTouch 'Sensing Win7-TwoFinger' panels
350 - GoodTouch panels
351 - Hanvon dual touch panels
352 - Ilitek dual touch panels
353 - IrTouch Infrared USB panels
354 - LG Display panels (Dell ST2220Tc)
355 - Lumio CrystalTouch panels
356 - MosArt dual-touch panels
357 - Panasonic multitouch panels
358 - PenMount dual touch panels
359 - Perixx Peripad 701 touchpad
360 - PixArt optical touch screen
361 - Pixcir dual touch panels
362 - Quanta panels
363 - eGalax dual-touch panels, including the Joojoo and Wetab tablets
364 - Stantum multitouch panels
365 - Touch International Panels
366 - Unitec Panels
367 - XAT optical touch panels
368 - Xiroku optical touch panels
369
370 If unsure, say N.
371
372 To compile this driver as a module, choose M here: the
373 module will be called hid-multitouch.
374
375 config HID_NTRIG
376 tristate "N-Trig touch screen"
377 depends on USB_HID
378 ---help---
379 Support for N-Trig touch screen.
380
381 config HID_ORTEK
382 tristate "Ortek PKB-1700/WKB-2000/Skycable wireless keyboard and mouse trackpad"
383 depends on USB_HID
384 ---help---
385 There are certain devices which have LogicalMaximum wrong in the keyboard
386 usage page of their report descriptor. The most prevailing ones so far
387 are manufactured by Ortek, thus the name of the driver. Currently
388 supported devices by this driver are
389
390 - Ortek PKB-1700
391 - Ortek WKB-2000
392 - Skycable wireless presenter
393
394 config HID_PANTHERLORD
395 tristate "Pantherlord/GreenAsia game controller"
396 depends on USB_HID
397 ---help---
398 Say Y here if you have a PantherLord/GreenAsia based game controller
399 or adapter.
400
401 config PANTHERLORD_FF
402 bool "Pantherlord force feedback support"
403 depends on HID_PANTHERLORD
404 select INPUT_FF_MEMLESS
405 ---help---
406 Say Y here if you have a PantherLord/GreenAsia based game controller
407 or adapter and want to enable force feedback support for it.
408
409 config HID_PETALYNX
410 tristate "Petalynx Maxter remote control"
411 depends on USB_HID
412 ---help---
413 Support for Petalynx Maxter remote control.
414
415 config HID_PICOLCD
416 tristate "PicoLCD (graphic version)"
417 depends on USB_HID
418 ---help---
419 This provides support for Minibox PicoLCD devices, currently
420 only the graphical ones are supported.
421
422 This includes support for the following device features:
423 - Keypad
424 - Switching between Firmware and Flash mode
425 - EEProm / Flash access (via debugfs)
426 Features selectively enabled:
427 - Framebuffer for monochrome 256x64 display
428 - Backlight control
429 - Contrast control
430 - General purpose outputs
431 Features that are not (yet) supported:
432 - IR
433
434 config HID_PICOLCD_FB
435 bool "Framebuffer support" if EXPERT
436 default !EXPERT
437 depends on HID_PICOLCD
438 depends on HID_PICOLCD=FB || FB=y
439 select FB_DEFERRED_IO
440 select FB_SYS_FILLRECT
441 select FB_SYS_COPYAREA
442 select FB_SYS_IMAGEBLIT
443 select FB_SYS_FOPS
444 ---help---
445 Provide access to PicoLCD's 256x64 monochrome display via a
446 frambuffer device.
447
448 config HID_PICOLCD_BACKLIGHT
449 bool "Backlight control" if EXPERT
450 default !EXPERT
451 depends on HID_PICOLCD
452 depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y
453 ---help---
454 Provide access to PicoLCD's backlight control via backlight
455 class.
456
457 config HID_PICOLCD_LCD
458 bool "Contrast control" if EXPERT
459 default !EXPERT
460 depends on HID_PICOLCD
461 depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y
462 ---help---
463 Provide access to PicoLCD's LCD contrast via lcd class.
464
465 config HID_PICOLCD_LEDS
466 bool "GPO via leds class" if EXPERT
467 default !EXPERT
468 depends on HID_PICOLCD
469 depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y
470 ---help---
471 Provide access to PicoLCD's GPO pins via leds class.
472
473 config HID_PRIMAX
474 tristate "Primax non-fully HID-compliant devices"
475 depends on USB_HID
476 ---help---
477 Support for Primax devices that are not fully compliant with the
478 HID standard.
479
480 config HID_ROCCAT
481 tristate "Roccat special event support"
482 depends on USB_HID
483 select HID_ROCCAT_COMMON
484 ---help---
485 Support for Roccat special events.
486 Say Y here if you have a Roccat mouse or keyboard and want OSD or
487 macro execution support.
488
489 config HID_ROCCAT_COMMON
490 tristate
491 depends on HID_ROCCAT
492
493 config HID_ROCCAT_ARVO
494 tristate "Roccat Arvo keyboard support"
495 depends on USB_HID
496 depends on HID_ROCCAT
497 ---help---
498 Support for Roccat Arvo keyboard.
499
500 config HID_ROCCAT_ISKU
501 tristate "Roccat Isku keyboard support"
502 depends on USB_HID
503 depends on HID_ROCCAT
504 ---help---
505 Support for Roccat Isku keyboard.
506
507 config HID_ROCCAT_KONE
508 tristate "Roccat Kone Mouse support"
509 depends on USB_HID
510 depends on HID_ROCCAT
511 ---help---
512 Support for Roccat Kone mouse.
513
514 config HID_ROCCAT_KONEPLUS
515 tristate "Roccat Kone[+] mouse support"
516 depends on USB_HID
517 depends on HID_ROCCAT
518 ---help---
519 Support for Roccat Kone[+] mouse.
520
521 config HID_ROCCAT_KOVAPLUS
522 tristate "Roccat Kova[+] mouse support"
523 depends on USB_HID
524 depends on HID_ROCCAT
525 ---help---
526 Support for Roccat Kova[+] mouse.
527
528 config HID_ROCCAT_PYRA
529 tristate "Roccat Pyra mouse support"
530 depends on USB_HID
531 depends on HID_ROCCAT
532 ---help---
533 Support for Roccat Pyra mouse.
534
535 config HID_SAMSUNG
536 tristate "Samsung InfraRed remote control or keyboards"
537 depends on USB_HID
538 ---help---
539 Support for Samsung InfraRed remote control or keyboards.
540
541 config HID_SONY
542 tristate "Sony PS3 controller"
543 depends on USB_HID
544 ---help---
545 Support for Sony PS3 controller.
546
547 config HID_SPEEDLINK
548 tristate "Speedlink VAD Cezanne mouse support"
549 depends on USB_HID
550 ---help---
551 Support for Speedlink Vicious and Divine Cezanne mouse.
552
553 config HID_SUNPLUS
554 tristate "Sunplus wireless desktop"
555 depends on USB_HID
556 ---help---
557 Support for Sunplus wireless desktop.
558
559 config HID_GREENASIA
560 tristate "GreenAsia (Product ID 0x12) game controller support"
561 depends on USB_HID
562 ---help---
563 Say Y here if you have a GreenAsia (Product ID 0x12) based game
564 controller or adapter.
565
566 config GREENASIA_FF
567 bool "GreenAsia (Product ID 0x12) force feedback support"
568 depends on HID_GREENASIA
569 select INPUT_FF_MEMLESS
570 ---help---
571 Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
572 (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
573 and want to enable force feedback support for it.
574
575 config HID_HYPERV_MOUSE
576 tristate "Microsoft Hyper-V mouse driver"
577 depends on HYPERV
578 ---help---
579 Select this option to enable the Hyper-V mouse driver.
580
581 config HID_SMARTJOYPLUS
582 tristate "SmartJoy PLUS PS2/USB adapter support"
583 depends on USB_HID
584 ---help---
585 Support for SmartJoy PLUS PS2/USB adapter, Super Dual Box,
586 Super Joy Box 3 Pro, Super Dual Box Pro, and Super Joy Box 5 Pro.
587
588 Note that DDR (Dance Dance Revolution) mode is not supported, nor
589 is pressure sensitive buttons on the pro models.
590
591 config SMARTJOYPLUS_FF
592 bool "SmartJoy PLUS PS2/USB adapter force feedback support"
593 depends on HID_SMARTJOYPLUS
594 select INPUT_FF_MEMLESS
595 ---help---
596 Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
597 enable force feedback support for it.
598
599 config HID_TOPSEED
600 tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support"
601 depends on USB_HID
602 ---help---
603 Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic
604 CLLRCMCE remote control.
605
606 config HID_THRUSTMASTER
607 tristate "ThrustMaster devices support"
608 depends on USB_HID
609 ---help---
610 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
611 a THRUSTMASTER Ferrari GT Rumble Wheel.
612
613 config THRUSTMASTER_FF
614 bool "ThrustMaster devices force feedback support"
615 depends on HID_THRUSTMASTER
616 select INPUT_FF_MEMLESS
617 ---help---
618 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
619 a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
620 Rumble Force or Force Feedback Wheel.
621
622 config HID_WACOM
623 tristate "Wacom Bluetooth devices support"
624 depends on BT_HIDP
625 ---help---
626 Support for Wacom Graphire Bluetooth tablet.
627
628 config HID_WACOM_POWER_SUPPLY
629 bool "Wacom Bluetooth devices power supply status support"
630 depends on HID_WACOM
631 select POWER_SUPPLY
632 ---help---
633 Say Y here if you want to enable power supply status monitoring for
634 Wacom Bluetooth devices.
635
636 config HID_WIIMOTE
637 tristate "Nintendo Wii Remote support"
638 depends on BT_HIDP
639 depends on LEDS_CLASS
640 select POWER_SUPPLY
641 select INPUT_FF_MEMLESS
642 ---help---
643 Support for the Nintendo Wii Remote bluetooth device.
644
645 config HID_WIIMOTE_EXT
646 bool "Nintendo Wii Remote Extension support"
647 depends on HID_WIIMOTE
648 default HID_WIIMOTE
649 ---help---
650 Support for extension controllers of the Nintendo Wii Remote. Say yes
651 here if you want to use the Nintendo Motion+, Nunchuck or Classic
652 extension controllers with your Wii Remote.
653
654 config HID_ZEROPLUS
655 tristate "Zeroplus based game controller support"
656 depends on USB_HID
657 ---help---
658 Say Y here if you have a Zeroplus based game controller.
659
660 config ZEROPLUS_FF
661 bool "Zeroplus based game controller force feedback support"
662 depends on HID_ZEROPLUS
663 select INPUT_FF_MEMLESS
664 ---help---
665 Say Y here if you have a Zeroplus based game controller and want
666 to have force feedback support for it.
667
668 config HID_ZYDACRON
669 tristate "Zydacron remote control support"
670 depends on USB_HID
671 ---help---
672 Support for Zydacron remote control.
673
674 endmenu
675
676 endif # HID_SUPPORT
This page took 0.091135 seconds and 5 git commands to generate.