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