HID: hid-multitouch: Send events per slot if CONTACTCOUNT is missing
[deliverable/linux.git] / drivers / hid / Kconfig
CommitLineData
63f3861d
JK
1#
2# HID driver configuration
3#
3cd70986
JE
4menuconfig 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
14if HID_SUPPORT
63f3861d
JK
15
16config 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
86166b7b
JK
34config HIDRAW
35 bool "/dev/hidraw raw HID device support"
36 depends on HID
37 ---help---
38 Say Y here if you want to support HID devices (from the USB
39 specification standpoint) that aren't strictly user interface
40 devices, like monitor controls and Uninterruptable Power Supplies.
41
42 This module supports these devices separately using a separate
43 event interface on /dev/hidraw.
44
45 There is also a /dev/hiddev configuration option in the USB HID
46 configuration menu. In comparison to hiddev, this device does not process
47 the hid events at all (no parsing, no lookups). This lets applications
48 to work on raw hid events when they want to, and avoid using transport-specific
49 userspace libhid/libusb libraries.
50
51 If unsure, say Y.
52
6db3dfef
JK
53source "drivers/hid/usbhid/Kconfig"
54
5f22a799
JS
55menu "Special HID drivers"
56 depends on HID
57
b6353f4f 58config HID_3M_PCT
a1043044 59 tristate "3M PCT touchscreen"
b6353f4f 60 depends on USB_HID
b6353f4f
SC
61 ---help---
62 Support for 3M PCT touch screens.
63
14a21cd4 64config HID_A4TECH
a1043044 65 tristate "A4 tech mice" if EMBEDDED
14a21cd4 66 depends on USB_HID
d04b431e 67 default !EMBEDDED
14a21cd4
JS
68 ---help---
69 Support for A4 tech X5 and WOP-35 / Trust 450L mice.
70
c0dbcc33 71config HID_ACRUX_FF
a1043044 72 tristate "ACRUX force feedback"
c0dbcc33 73 depends on USB_HID
c0dbcc33
SK
74 select INPUT_FF_MEMLESS
75 ---help---
76 Say Y here if you want to enable force feedback support for ACRUX
77 game controllers.
78
8c19a515 79config HID_APPLE
a1043044 80 tristate "Apple {i,Power,Mac}Books" if EMBEDDED
8c19a515 81 depends on (USB_HID || BT_HIDP)
d04b431e 82 default !EMBEDDED
8c19a515
JS
83 ---help---
84 Support for some Apple devices which less or more break
85 HID specification.
86
f0bd8e43
JK
87 Say Y here if you want support for keyboards of Apple iBooks, PowerBooks,
88 MacBooks, MacBook Pros and Apple Aluminum.
8c19a515 89
b5635b12 90config HID_BELKIN
a1043044 91 tristate "Belkin Flip KVM and Wireless keyboard" if EMBEDDED
b5635b12 92 depends on USB_HID
d04b431e 93 default !EMBEDDED
b5635b12
JS
94 ---help---
95 Support for Belkin Flip KVM and Wireless keyboard.
96
36213e1e
SC
97config HID_CANDO
98 tristate "Cando dual touch panel"
99 depends on USB_HID
100 ---help---
101 Support for Cando dual touch panel.
102
3b239cd7 103config HID_CHERRY
a1043044 104 tristate "Cherry Cymotion keyboard" if EMBEDDED
3b239cd7 105 depends on USB_HID
d04b431e 106 default !EMBEDDED
3b239cd7 107 ---help---
f0bd8e43 108 Support for Cherry Cymotion keyboard.
3b239cd7 109
fcfacfd3 110config HID_CHICONY
a1043044 111 tristate "Chicony Tactical pad" if EMBEDDED
fcfacfd3 112 depends on USB_HID
d04b431e 113 default !EMBEDDED
fcfacfd3
JS
114 ---help---
115 Support for Chicony Tactical pad.
116
3a370ca1 117config HID_PRODIKEYS
95736de9 118 tristate "Prodikeys PC-MIDI Keyboard support"
3a370ca1
DP
119 depends on USB_HID && SND
120 select SND_RAWMIDI
3a370ca1
DP
121 ---help---
122 Support for Prodikeys PC-MIDI Keyboard device support.
123 Say Y here to enable support for this device.
124 - Prodikeys PC-MIDI keyboard.
125 The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI
126 input and one MIDI output. These MIDI jacks appear as
127 a sound "card" in the ALSA sound system.
128 Note: if you say N here, this device will still function as a basic
129 multimedia keyboard, but will lack support for the musical keyboard
130 and some additional multimedia keys.
131
0f221320 132config HID_CYPRESS
a1043044 133 tristate "Cypress mouse and barcode readers" if EMBEDDED
0f221320 134 depends on USB_HID
d04b431e 135 default !EMBEDDED
0f221320 136 ---help---
f0bd8e43 137 Support for cypress mouse and barcode readers.
0f221320 138
0f6f4319 139config HID_DRAGONRISE
a1043044 140 tristate "DragonRise Inc. game controller"
3f866fbd 141 depends on USB_HID
0f6f4319
JK
142 ---help---
143 Say Y here if you have DragonRise Inc.game controllers.
144
145config DRAGONRISE_FF
a1043044 146 bool "DragonRise Inc. force feedback"
0f6f4319 147 depends on HID_DRAGONRISE
3f866fbd
RW
148 select INPUT_FF_MEMLESS
149 ---help---
150 Say Y here if you want to enable force feedback support for DragonRise Inc.
151 game controllers.
152
04561c5a
IF
153config HID_EMS_FF
154 tristate "EMS Production Inc. force feedback support"
155 depends on USB_HID
156 select INPUT_FF_MEMLESS
157 ---help---
158 Say Y here if you want to enable force feedback support for devices by
159 EMS Production Ltd.
160 Currently the following devices are known to be supported:
161 - Trio Linker Plus II
162
0c3910c2
SC
163config HID_EGALAX
164 tristate "eGalax multi-touch panel"
165 depends on USB_HID
166 ---help---
e12b355b
HR
167 Support for the eGalax dual-touch panels, including the
168 Joojoo and Wetab tablets.
0c3910c2 169
64b386ea 170config HID_ELECOM
a1043044 171 tristate "ELECOM BM084 bluetooth mouse"
64b386ea
RN
172 depends on BT_HIDP
173 ---help---
174 Support for the ELECOM BM084 (bluetooth mouse).
175
1f243e30 176config HID_EZKEY
a1043044 177 tristate "Ezkey BTC 8193 keyboard" if EMBEDDED
1f243e30 178 depends on USB_HID
d04b431e 179 default !EMBEDDED
1f243e30 180 ---help---
f0bd8e43 181 Support for Ezkey BTC 8193 keyboard.
1f243e30 182
79422741 183config HID_KYE
a1043044 184 tristate "Kye/Genius Ergo Mouse" if EMBEDDED
79422741
JK
185 depends on USB_HID
186 default !EMBEDDED
187 ---help---
188 Support for Kye/Genius Ergo Mouse.
189
f8a489cc 190config HID_UCLOGIC
f36ee074 191 tristate "UC-Logic"
f8a489cc
NK
192 depends on USB_HID
193 ---help---
194 Support for UC-Logic tablets.
195
72a46344
NK
196config HID_WALTOP
197 tristate "Waltop"
198 depends on USB_HID
199 ---help---
200 Support for Waltop tablets.
201
949f8fef 202config HID_GYRATION
a1043044 203 tristate "Gyration remote control"
949f8fef
JS
204 depends on USB_HID
205 ---help---
f0bd8e43 206 Support for Gyration remote control.
949f8fef 207
711a680e 208config HID_TWINHAN
a1043044 209 tristate "Twinhan IR remote control"
711a680e 210 depends on USB_HID
711a680e
BP
211 ---help---
212 Support for Twinhan IR remote control.
213
fdf93aa3 214config HID_KENSINGTON
a1043044 215 tristate "Kensington Slimblade Trackball" if EMBEDDED
fdf93aa3
JK
216 depends on USB_HID
217 default !EMBEDDED
218 ---help---
219 Support for Kensington Slimblade Trackball.
220
5f22a799 221config HID_LOGITECH
a1043044 222 tristate "Logitech devices" if EMBEDDED
5f22a799 223 depends on USB_HID
d04b431e 224 default !EMBEDDED
5f22a799 225 ---help---
f0bd8e43 226 Support for Logitech devices that are not fully compliant with HID standard.
5f22a799 227
606bd0a8 228config LOGITECH_FF
0f6f4319 229 bool "Logitech force feedback support"
606bd0a8
JS
230 depends on HID_LOGITECH
231 select INPUT_FF_MEMLESS
232 help
233 Say Y here if you have one of these devices:
234 - Logitech WingMan Cordless RumblePad
235 - Logitech WingMan Cordless RumblePad 2
236 - Logitech WingMan Force 3D
237 - Logitech Formula Force EX
fd30ea8c 238 - Logitech WingMan Formula Force GP
606bd0a8
JS
239 - Logitech MOMO Force wheel
240
241 and if you want to enable force feedback for them.
242 Note: if you say N here, this device will still be supported, but without
243 force feedback.
244
245config LOGIRUMBLEPAD2_FF
2c6118e4 246 bool "Logitech RumblePad/Rumblepad 2 force feedback support"
606bd0a8
JS
247 depends on HID_LOGITECH
248 select INPUT_FF_MEMLESS
249 help
250 Say Y here if you want to enable force feedback support for Logitech
2c6118e4 251 RumblePad and Rumblepad 2 devices.
606bd0a8 252
74f292ca
GS
253config LOGIG940_FF
254 bool "Logitech Flight System G940 force feedback support"
255 depends on HID_LOGITECH
256 select INPUT_FF_MEMLESS
257 help
258 Say Y here if you want to enable force feedback support for Logitech
259 Flight System G940 devices.
260
32c88cbc
SW
261config LOGIWII_FF
262 bool "Logitech Speed Force Wireless force feedback support"
263 depends on HID_LOGITECH
264 select INPUT_FF_MEMLESS
265 help
266 Say Y here if you want to enable force feedback support for Logitech
267 Speed Force Wireless (Wii) devices.
268
128537ce 269config HID_MAGICMOUSE
9f523147 270 tristate "Apple MagicMouse multi-touch support"
128537ce 271 depends on BT_HIDP
128537ce 272 ---help---
9f523147 273 Support for the Apple Magic Mouse multi-touch.
128537ce
MP
274
275 Say Y here if you want support for the multi-touch features of the
276 Apple Wireless "Magic" Mouse.
277
78a849a6 278config HID_MICROSOFT
a1043044 279 tristate "Microsoft non-fully HID-compliant devices" if EMBEDDED
78a849a6 280 depends on USB_HID
d04b431e 281 default !EMBEDDED
78a849a6 282 ---help---
f0bd8e43 283 Support for Microsoft devices that are not fully compliant with HID standard.
78a849a6 284
77f720b7 285config HID_MOSART
a1043044 286 tristate "MosArt dual-touch panels"
77f720b7
SC
287 depends on USB_HID
288 ---help---
289 Support for MosArt dual-touch panels.
290
3b8006e5 291config HID_MONTEREY
a1043044 292 tristate "Monterey Genius KB29E keyboard" if EMBEDDED
3b8006e5 293 depends on USB_HID
d04b431e 294 default !EMBEDDED
3b8006e5
JS
295 ---help---
296 Support for Monterey Genius KB29E.
297
5519cab4
BT
298config HID_MULTITOUCH
299 tristate "HID Multitouch panels"
300 depends on USB_HID
301 ---help---
302 Generic support for HID multitouch panels.
303
304 Say Y here if you have one of the following devices:
2d93666e
BT
305 - Cypress TrueTouch panels
306 - Hanvon dual touch panels
4dfcced8 307 - IrTouch Infrared USB panels
2d93666e 308 - Pixcir dual touch panels
5572da08 309 - 'Sensing Win7-TwoFinger' panel by GeneralTouch
5519cab4 310
2d93666e
BT
311 If unsure, say N.
312
313 To compile this driver as a module, choose M here: the
314 module will be called hid-multitouch.
315
94011f93 316config HID_NTRIG
a1043044 317 tristate "N-Trig touch screen"
94011f93 318 depends on USB_HID
94011f93
RR
319 ---help---
320 Support for N-Trig touch screen.
321
cd9ec30d 322config HID_ORTEK
a1043044 323 tristate "Ortek WKB-2000 wireless keyboard and mouse trackpad"
cd9ec30d 324 depends on USB_HID
cd9ec30d
JH
325 ---help---
326 Support for Ortek WKB-2000 wireless keyboard + mouse trackpad.
327
0f6f4319 328config HID_PANTHERLORD
a1043044 329 tristate "Pantherlord/GreenAsia game controller"
0f6f4319 330 depends on USB_HID
0f6f4319
JK
331 ---help---
332 Say Y here if you have a PantherLord/GreenAsia based game controller
333 or adapter.
334
5f022298
JS
335config PANTHERLORD_FF
336 bool "Pantherlord force feedback support"
337 depends on HID_PANTHERLORD
338 select INPUT_FF_MEMLESS
0f6f4319 339 ---help---
5f022298
JS
340 Say Y here if you have a PantherLord/GreenAsia based game controller
341 or adapter and want to enable force feedback support for it.
342
1e762532 343config HID_PETALYNX
a1043044 344 tristate "Petalynx Maxter remote control"
1e762532
JS
345 depends on USB_HID
346 ---help---
f0bd8e43 347 Support for Petalynx Maxter remote control.
1e762532 348
236db47c
BP
349config HID_PICOLCD
350 tristate "PicoLCD (graphic version)"
351 depends on USB_HID
352 ---help---
353 This provides support for Minibox PicoLCD devices, currently
354 only the graphical ones are supported.
355
356 This includes support for the following device features:
357 - Keypad
358 - Switching between Firmware and Flash mode
9bbf2b98 359 - EEProm / Flash access (via debugfs)
5435f281
BP
360 Features selectively enabled:
361 - Framebuffer for monochrome 256x64 display
362 - Backlight control
363 - Contrast control
364 - General purpose outputs
b8c21cf6 365 Features that are not (yet) supported:
236db47c 366 - IR
236db47c 367
5435f281
BP
368config HID_PICOLCD_FB
369 bool "Framebuffer support" if EMBEDDED
370 default !EMBEDDED
371 depends on HID_PICOLCD
372 depends on HID_PICOLCD=FB || FB=y
373 select FB_DEFERRED_IO
374 select FB_SYS_FILLRECT
375 select FB_SYS_COPYAREA
376 select FB_SYS_IMAGEBLIT
377 select FB_SYS_FOPS
378 ---help---
379 Provide access to PicoLCD's 256x64 monochrome display via a
380 frambuffer device.
381
382config HID_PICOLCD_BACKLIGHT
383 bool "Backlight control" if EMBEDDED
384 default !EMBEDDED
385 depends on HID_PICOLCD
386 depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y
387 ---help---
388 Provide access to PicoLCD's backlight control via backlight
389 class.
390
391config HID_PICOLCD_LCD
392 bool "Contrast control" if EMBEDDED
393 default !EMBEDDED
394 depends on HID_PICOLCD
395 depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y
396 ---help---
397 Provide access to PicoLCD's LCD contrast via lcd class.
398
399config HID_PICOLCD_LEDS
400 bool "GPO via leds class" if EMBEDDED
401 default !EMBEDDED
402 depends on HID_PICOLCD
403 depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y
404 ---help---
405 Provide access to PicoLCD's GPO pins via leds class.
406
49e4739a 407config HID_QUANTA
a1043044 408 tristate "Quanta Optical Touch panels"
49e4739a
SC
409 depends on USB_HID
410 ---help---
411 Support for Quanta Optical Touch dual-touch panels.
412
206f5f2f
SA
413config HID_ROCCAT
414 tristate "Roccat special event support"
415 depends on USB_HID
416 ---help---
417 Support for Roccat special events.
418 Say Y here if you have a Roccat mouse or keyboard and want OSD or
419 macro execution support.
420
14bf62cd 421config HID_ROCCAT_KONE
23d386d8 422 tristate "Roccat Kone Mouse support"
14bf62cd 423 depends on USB_HID
fdd45ef4 424 select HID_ROCCAT
14bf62cd
SA
425 ---help---
426 Support for Roccat Kone mouse.
427
47dbdbff
SA
428config HID_ROCCAT_KONEPLUS
429 tristate "Roccat Kone[+] mouse support"
430 depends on USB_HID
431 select HID_ROCCAT
432 ---help---
433 Support for Roccat Kone[+] mouse.
434
cb7cf3da
SA
435config HID_ROCCAT_PYRA
436 tristate "Roccat Pyra mouse support"
437 depends on USB_HID
438 select HID_ROCCAT
439 ---help---
440 Support for Roccat Pyra mouse.
441
980a3da6 442config HID_SAMSUNG
a1043044 443 tristate "Samsung InfraRed remote control or keyboards"
980a3da6
JS
444 depends on USB_HID
445 ---help---
b355850b 446 Support for Samsung InfraRed remote control or keyboards.
980a3da6 447
bd28ce00 448config HID_SONY
a1043044 449 tristate "Sony PS3 controller"
bd28ce00
JS
450 depends on USB_HID
451 ---help---
452 Support for Sony PS3 controller.
453
d3fb5454 454config HID_STANTUM
a1043044 455 tristate "Stantum multitouch panel"
d3fb5454
SC
456 depends on USB_HID
457 ---help---
458 Support for Stantum multitouch panel.
459
90231e7e 460config HID_SUNPLUS
a1043044 461 tristate "Sunplus wireless desktop"
90231e7e
JS
462 depends on USB_HID
463 ---help---
f0bd8e43 464 Support for Sunplus wireless desktop.
90231e7e 465
0f6f4319 466config HID_GREENASIA
a1043044 467 tristate "GreenAsia (Product ID 0x12) game controller support"
42859e0b 468 depends on USB_HID
0f6f4319
JK
469 ---help---
470 Say Y here if you have a GreenAsia (Product ID 0x12) based game
471 controller or adapter.
472
473config GREENASIA_FF
474 bool "GreenAsia (Product ID 0x12) force feedback support"
475 depends on HID_GREENASIA
42859e0b
LL
476 select INPUT_FF_MEMLESS
477 ---help---
478 Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
692105b8 479 (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
42859e0b
LL
480 and want to enable force feedback support for it.
481
fac733f0 482config HID_SMARTJOYPLUS
73d5e8f7 483 tristate "SmartJoy PLUS PS2/USB adapter support"
fac733f0 484 depends on USB_HID
fac733f0
JK
485 ---help---
486 Support for SmartJoy PLUS PS2/USB adapter.
487
488config SMARTJOYPLUS_FF
489 bool "SmartJoy PLUS PS2/USB adapter force feedback support"
490 depends on HID_SMARTJOYPLUS
491 select INPUT_FF_MEMLESS
492 ---help---
493 Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
494 enable force feedback support for it.
495
f14f526d 496config HID_TOPSEED
54001081 497 tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support"
f14f526d 498 depends on USB_HID
f14f526d 499 ---help---
54001081
KB
500 Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic
501 CLLRCMCE remote control.
f14f526d 502
0f6f4319 503config HID_THRUSTMASTER
73d5e8f7 504 tristate "ThrustMaster devices support"
10e41a71 505 depends on USB_HID
0f6f4319
JK
506 ---help---
507 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
508 a THRUSTMASTER Ferrari GT Rumble Wheel.
509
510config THRUSTMASTER_FF
511 bool "ThrustMaster devices force feedback support"
512 depends on HID_THRUSTMASTER
10e41a71 513 select INPUT_FF_MEMLESS
0f6f4319 514 ---help---
7a84b133
RAG
515 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
516 a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
517 Rumble Force or Force Feedback Wheel.
10e41a71 518
ca2dcd40 519config HID_WACOM
2dbf209d 520 tristate "Wacom Bluetooth devices support"
ca2dcd40 521 depends on BT_HIDP
ca2dcd40
BN
522 ---help---
523 Support for Wacom Graphire Bluetooth tablet.
524
59d2334a
PF
525config HID_WACOM_POWER_SUPPLY
526 bool "Wacom Bluetooth devices power supply status support"
527 depends on HID_WACOM
528 select POWER_SUPPLY
529 ---help---
530 Say Y here if you want to enable power supply status monitoring for
531 Wacom Bluetooth devices.
532
0f6f4319 533config HID_ZEROPLUS
73d5e8f7 534 tristate "Zeroplus based game controller support"
987fbc1f 535 depends on USB_HID
0f6f4319 536 ---help---
987fbc1f
JS
537 Say Y here if you have a Zeroplus based game controller.
538
0f6f4319
JK
539config ZEROPLUS_FF
540 bool "Zeroplus based game controller force feedback support"
541 depends on HID_ZEROPLUS
542 select INPUT_FF_MEMLESS
543 ---help---
544 Say Y here if you have a Zeroplus based game controller and want
545 to have force feedback support for it.
546
a9885c8f 547config HID_ZYDACRON
73d5e8f7 548 tristate "Zydacron remote control support"
a9885c8f 549 depends on USB_HID
a9885c8f
DP
550 ---help---
551 Support for Zydacron remote control.
552
5f22a799
JS
553endmenu
554
3cd70986 555endif # HID_SUPPORT
This page took 0.475079 seconds and 5 git commands to generate.