| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # HID driver configuration |
|---|
| 3 | 4 | # |
|---|
| .. | .. |
|---|
| 8 | 9 | tristate "HID bus support" |
|---|
| 9 | 10 | depends on INPUT |
|---|
| 10 | 11 | default y |
|---|
| 11 | | - ---help--- |
|---|
| 12 | + help |
|---|
| 12 | 13 | A human interface device (HID) is a type of computer device that |
|---|
| 13 | 14 | interacts directly with and takes input from humans. The term "HID" |
|---|
| 14 | 15 | most commonly used to refer to the USB-HID specification, but other |
|---|
| .. | .. |
|---|
| 19 | 20 | removed from the HID bus by the transport-layer drivers, such as |
|---|
| 20 | 21 | usbhid (USB_HID) and hidp (BT_HIDP). |
|---|
| 21 | 22 | |
|---|
| 22 | | - For docs and specs, see http://www.usb.org/developers/hidpage/ |
|---|
| 23 | + For docs and specs, see https://www.usb.org/developers/hidpage/ |
|---|
| 23 | 24 | |
|---|
| 24 | 25 | If unsure, say Y. |
|---|
| 25 | 26 | |
|---|
| .. | .. |
|---|
| 30 | 31 | depends on HID |
|---|
| 31 | 32 | select POWER_SUPPLY |
|---|
| 32 | 33 | default n |
|---|
| 33 | | - ---help--- |
|---|
| 34 | + help |
|---|
| 34 | 35 | This option adds support of reporting battery strength (for HID devices |
|---|
| 35 | 36 | that support this feature) through power_supply class so that userspace |
|---|
| 36 | 37 | tools, such as upower, can display it. |
|---|
| .. | .. |
|---|
| 38 | 39 | config HIDRAW |
|---|
| 39 | 40 | bool "/dev/hidraw raw HID device support" |
|---|
| 40 | 41 | depends on HID |
|---|
| 41 | | - ---help--- |
|---|
| 42 | + help |
|---|
| 42 | 43 | Say Y here if you want to support HID devices (from the USB |
|---|
| 43 | 44 | specification standpoint) that aren't strictly user interface |
|---|
| 44 | | - devices, like monitor controls and Uninterruptable Power Supplies. |
|---|
| 45 | + devices, like monitor controls and Uninterruptible Power Supplies. |
|---|
| 45 | 46 | |
|---|
| 46 | 47 | This module supports these devices separately using a separate |
|---|
| 47 | 48 | event interface on /dev/hidraw. |
|---|
| .. | .. |
|---|
| 58 | 59 | tristate "User-space I/O driver support for HID subsystem" |
|---|
| 59 | 60 | depends on HID |
|---|
| 60 | 61 | default n |
|---|
| 61 | | - ---help--- |
|---|
| 62 | + help |
|---|
| 62 | 63 | Say Y here if you want to provide HID I/O Drivers from user-space. |
|---|
| 63 | 64 | This allows to write I/O drivers in user-space and feed the data from |
|---|
| 64 | 65 | the device into the kernel. The kernel parses the HID reports, loads the |
|---|
| .. | .. |
|---|
| 79 | 80 | tristate "Generic HID driver" |
|---|
| 80 | 81 | depends on HID |
|---|
| 81 | 82 | default HID |
|---|
| 82 | | - ---help--- |
|---|
| 83 | + help |
|---|
| 83 | 84 | Support for generic devices on the HID bus. This includes most |
|---|
| 84 | 85 | keyboards and mice, joysticks, tablets and digitizers. |
|---|
| 85 | 86 | |
|---|
| .. | .. |
|---|
| 92 | 93 | depends on HID |
|---|
| 93 | 94 | |
|---|
| 94 | 95 | config HID_A4TECH |
|---|
| 95 | | - tristate "A4 tech mice" |
|---|
| 96 | + tristate "A4TECH mice" |
|---|
| 96 | 97 | depends on HID |
|---|
| 97 | 98 | default !EXPERT |
|---|
| 98 | | - ---help--- |
|---|
| 99 | | - Support for A4 tech X5 and WOP-35 / Trust 450L mice. |
|---|
| 99 | + help |
|---|
| 100 | + Support for some A4TECH mice with two scroll wheels. |
|---|
| 100 | 101 | |
|---|
| 101 | 102 | config HID_ACCUTOUCH |
|---|
| 102 | 103 | tristate "Accutouch touch device" |
|---|
| 103 | 104 | depends on USB_HID |
|---|
| 104 | | - ---help--- |
|---|
| 105 | + help |
|---|
| 105 | 106 | This selects a driver for the Accutouch 2216 touch controller. |
|---|
| 106 | 107 | |
|---|
| 107 | 108 | The driver works around a problem in the reported device capabilities |
|---|
| .. | .. |
|---|
| 113 | 114 | config HID_ACRUX |
|---|
| 114 | 115 | tristate "ACRUX game controller support" |
|---|
| 115 | 116 | depends on HID |
|---|
| 116 | | - ---help--- |
|---|
| 117 | + help |
|---|
| 117 | 118 | Say Y here if you want to enable support for ACRUX game controllers. |
|---|
| 118 | 119 | |
|---|
| 119 | 120 | config HID_ACRUX_FF |
|---|
| 120 | 121 | bool "ACRUX force feedback support" |
|---|
| 121 | 122 | depends on HID_ACRUX |
|---|
| 122 | 123 | select INPUT_FF_MEMLESS |
|---|
| 123 | | - ---help--- |
|---|
| 124 | + help |
|---|
| 124 | 125 | Say Y here if you want to enable force feedback support for ACRUX |
|---|
| 125 | 126 | game controllers. |
|---|
| 126 | 127 | |
|---|
| .. | .. |
|---|
| 128 | 129 | tristate "Apple {i,Power,Mac}Books" |
|---|
| 129 | 130 | depends on HID |
|---|
| 130 | 131 | default !EXPERT |
|---|
| 131 | | - ---help--- |
|---|
| 132 | + help |
|---|
| 132 | 133 | Support for some Apple devices which less or more break |
|---|
| 133 | 134 | HID specification. |
|---|
| 134 | 135 | |
|---|
| .. | .. |
|---|
| 138 | 139 | config HID_APPLEIR |
|---|
| 139 | 140 | tristate "Apple infrared receiver" |
|---|
| 140 | 141 | depends on (USB_HID) |
|---|
| 141 | | - ---help--- |
|---|
| 142 | + help |
|---|
| 142 | 143 | Support for Apple infrared remote control. All the Apple computers from |
|---|
| 143 | 144 | 2005 onwards include such a port, except the unibody Macbook (2009), |
|---|
| 144 | 145 | and Mac Pros. This receiver is also used in the Apple TV set-top box |
|---|
| .. | .. |
|---|
| 150 | 151 | tristate "Asus" |
|---|
| 151 | 152 | depends on USB_HID |
|---|
| 152 | 153 | depends on LEDS_CLASS |
|---|
| 153 | | - ---help--- |
|---|
| 154 | + depends on ASUS_WMI || ASUS_WMI=n |
|---|
| 155 | + select POWER_SUPPLY |
|---|
| 156 | + help |
|---|
| 154 | 157 | Support for Asus notebook built-in keyboard and touchpad via i2c, and |
|---|
| 155 | 158 | the Asus Republic of Gamers laptop keyboard special keys. |
|---|
| 156 | 159 | |
|---|
| .. | .. |
|---|
| 163 | 166 | config HID_AUREAL |
|---|
| 164 | 167 | tristate "Aureal" |
|---|
| 165 | 168 | depends on HID |
|---|
| 166 | | - ---help--- |
|---|
| 169 | + help |
|---|
| 167 | 170 | Support for Aureal Cy se W-01RN Remote Controller and other Aureal derived remotes. |
|---|
| 168 | 171 | |
|---|
| 169 | 172 | config HID_BELKIN |
|---|
| 170 | 173 | tristate "Belkin Flip KVM and Wireless keyboard" |
|---|
| 171 | 174 | depends on HID |
|---|
| 172 | 175 | default !EXPERT |
|---|
| 173 | | - ---help--- |
|---|
| 176 | + help |
|---|
| 174 | 177 | Support for Belkin Flip KVM and Wireless keyboard. |
|---|
| 175 | 178 | |
|---|
| 176 | 179 | config HID_BETOP_FF |
|---|
| 177 | 180 | tristate "Betop Production Inc. force feedback support" |
|---|
| 178 | 181 | depends on USB_HID |
|---|
| 179 | 182 | select INPUT_FF_MEMLESS |
|---|
| 180 | | - ---help--- |
|---|
| 183 | + help |
|---|
| 181 | 184 | Say Y here if you want to enable force feedback support for devices by |
|---|
| 182 | 185 | BETOP Production Ltd. |
|---|
| 183 | 186 | Currently the following devices are known to be supported: |
|---|
| 184 | 187 | - BETOP 2185 PC & BFM MODE |
|---|
| 185 | 188 | |
|---|
| 189 | +config HID_BIGBEN_FF |
|---|
| 190 | + tristate "BigBen Interactive Kids' gamepad support" |
|---|
| 191 | + depends on USB_HID |
|---|
| 192 | + depends on NEW_LEDS |
|---|
| 193 | + depends on LEDS_CLASS |
|---|
| 194 | + select INPUT_FF_MEMLESS |
|---|
| 195 | + help |
|---|
| 196 | + Support for the "Kid-friendly Wired Controller" PS3OFMINIPAD |
|---|
| 197 | + gamepad made by BigBen Interactive, originally sold as a PS3 |
|---|
| 198 | + accessory. This driver fixes input mapping and adds support for |
|---|
| 199 | + force feedback effects and LEDs on the device. |
|---|
| 200 | + |
|---|
| 186 | 201 | config HID_CHERRY |
|---|
| 187 | 202 | tristate "Cherry Cymotion keyboard" |
|---|
| 188 | 203 | depends on HID |
|---|
| 189 | 204 | default !EXPERT |
|---|
| 190 | | - ---help--- |
|---|
| 205 | + help |
|---|
| 191 | 206 | Support for Cherry Cymotion keyboard. |
|---|
| 192 | 207 | |
|---|
| 193 | 208 | config HID_CHICONY |
|---|
| 194 | 209 | tristate "Chicony devices" |
|---|
| 195 | 210 | depends on USB_HID |
|---|
| 196 | 211 | default !EXPERT |
|---|
| 197 | | - ---help--- |
|---|
| 212 | + help |
|---|
| 198 | 213 | Support for Chicony Tactical pad and special keys on Chicony keyboards. |
|---|
| 199 | 214 | |
|---|
| 200 | 215 | config HID_CORSAIR |
|---|
| 201 | 216 | tristate "Corsair devices" |
|---|
| 202 | 217 | depends on USB_HID && LEDS_CLASS |
|---|
| 203 | | - ---help--- |
|---|
| 218 | + help |
|---|
| 204 | 219 | Support for Corsair devices that are not fully compliant with the |
|---|
| 205 | 220 | HID standard. |
|---|
| 206 | 221 | |
|---|
| .. | .. |
|---|
| 218 | 233 | Supported devices: |
|---|
| 219 | 234 | - Cougar 500k Gaming Keyboard |
|---|
| 220 | 235 | |
|---|
| 236 | +config HID_MACALLY |
|---|
| 237 | + tristate "Macally devices" |
|---|
| 238 | + depends on HID |
|---|
| 239 | + help |
|---|
| 240 | + Support for Macally devices that are not fully compliant with the |
|---|
| 241 | + HID standard. |
|---|
| 242 | + |
|---|
| 243 | + supported devices: |
|---|
| 244 | + - Macally ikey keyboard |
|---|
| 245 | + |
|---|
| 221 | 246 | config HID_PRODIKEYS |
|---|
| 222 | 247 | tristate "Prodikeys PC-MIDI Keyboard support" |
|---|
| 223 | 248 | depends on USB_HID && SND |
|---|
| 224 | 249 | select SND_RAWMIDI |
|---|
| 225 | | - ---help--- |
|---|
| 250 | + help |
|---|
| 226 | 251 | Support for Prodikeys PC-MIDI Keyboard device support. |
|---|
| 227 | 252 | Say Y here to enable support for this device. |
|---|
| 228 | 253 | - Prodikeys PC-MIDI keyboard. |
|---|
| .. | .. |
|---|
| 236 | 261 | config HID_CMEDIA |
|---|
| 237 | 262 | tristate "CMedia CM6533 HID audio jack controls" |
|---|
| 238 | 263 | depends on HID |
|---|
| 239 | | - ---help--- |
|---|
| 264 | + help |
|---|
| 240 | 265 | Support for CMedia CM6533 HID audio jack controls. |
|---|
| 241 | 266 | |
|---|
| 242 | 267 | config HID_CP2112 |
|---|
| 243 | 268 | tristate "Silicon Labs CP2112 HID USB-to-SMBus Bridge support" |
|---|
| 244 | 269 | depends on USB_HID && HIDRAW && I2C && GPIOLIB |
|---|
| 245 | 270 | select GPIOLIB_IRQCHIP |
|---|
| 246 | | - ---help--- |
|---|
| 271 | + help |
|---|
| 247 | 272 | Support for Silicon Labs CP2112 HID USB to SMBus Master Bridge. |
|---|
| 248 | 273 | This is a HID device driver which registers as an i2c adapter |
|---|
| 249 | 274 | and gpiochip to expose these functions of the CP2112. The |
|---|
| 250 | 275 | customizable USB descriptor fields are exposed as sysfs attributes. |
|---|
| 251 | 276 | |
|---|
| 277 | +config HID_CREATIVE_SB0540 |
|---|
| 278 | + tristate "Creative SB0540 infrared receiver" |
|---|
| 279 | + depends on USB_HID |
|---|
| 280 | + help |
|---|
| 281 | + Support for Creative infrared SB0540-compatible remote controls, such |
|---|
| 282 | + as the RM-1500 and RM-1800 remotes. |
|---|
| 283 | + |
|---|
| 284 | + Say Y here if you want support for Creative SB0540 infrared receiver. |
|---|
| 285 | + |
|---|
| 252 | 286 | config HID_CYPRESS |
|---|
| 253 | 287 | tristate "Cypress mouse and barcode readers" |
|---|
| 254 | 288 | depends on HID |
|---|
| 255 | 289 | default !EXPERT |
|---|
| 256 | | - ---help--- |
|---|
| 290 | + help |
|---|
| 257 | 291 | Support for cypress mouse and barcode readers. |
|---|
| 258 | 292 | |
|---|
| 259 | 293 | config HID_DRAGONRISE |
|---|
| 260 | 294 | tristate "DragonRise Inc. game controller" |
|---|
| 261 | 295 | depends on HID |
|---|
| 262 | | - ---help--- |
|---|
| 296 | + help |
|---|
| 263 | 297 | Say Y here if you have DragonRise Inc. game controllers. |
|---|
| 264 | 298 | These might be branded as: |
|---|
| 265 | 299 | - Tesun USB-703 |
|---|
| .. | .. |
|---|
| 271 | 305 | bool "DragonRise Inc. force feedback" |
|---|
| 272 | 306 | depends on HID_DRAGONRISE |
|---|
| 273 | 307 | select INPUT_FF_MEMLESS |
|---|
| 274 | | - ---help--- |
|---|
| 308 | + help |
|---|
| 275 | 309 | Say Y here if you want to enable force feedback support for DragonRise Inc. |
|---|
| 276 | 310 | game controllers. |
|---|
| 277 | 311 | |
|---|
| .. | .. |
|---|
| 279 | 313 | tristate "EMS Production Inc. force feedback support" |
|---|
| 280 | 314 | depends on HID |
|---|
| 281 | 315 | select INPUT_FF_MEMLESS |
|---|
| 282 | | - ---help--- |
|---|
| 316 | + help |
|---|
| 283 | 317 | Say Y here if you want to enable force feedback support for devices by |
|---|
| 284 | 318 | EMS Production Ltd. |
|---|
| 285 | 319 | Currently the following devices are known to be supported: |
|---|
| .. | .. |
|---|
| 288 | 322 | config HID_ELAN |
|---|
| 289 | 323 | tristate "ELAN USB Touchpad Support" |
|---|
| 290 | 324 | depends on LEDS_CLASS && USB_HID |
|---|
| 291 | | - ---help--- |
|---|
| 325 | + help |
|---|
| 292 | 326 | Say Y to enable support for the USB ELAN touchpad |
|---|
| 293 | 327 | Currently the following devices are known to be supported: |
|---|
| 294 | 328 | - HP Pavilion X2 10-p0XX. |
|---|
| .. | .. |
|---|
| 296 | 330 | config HID_ELECOM |
|---|
| 297 | 331 | tristate "ELECOM HID devices" |
|---|
| 298 | 332 | depends on HID |
|---|
| 299 | | - ---help--- |
|---|
| 333 | + help |
|---|
| 300 | 334 | Support for ELECOM devices: |
|---|
| 301 | 335 | - BM084 Bluetooth Mouse |
|---|
| 302 | 336 | - EX-G Trackballs (M-XT3DRBK, M-XT3URBK) |
|---|
| .. | .. |
|---|
| 306 | 340 | config HID_ELO |
|---|
| 307 | 341 | tristate "ELO USB 4000/4500 touchscreen" |
|---|
| 308 | 342 | depends on USB_HID |
|---|
| 309 | | - ---help--- |
|---|
| 343 | + help |
|---|
| 310 | 344 | Support for the ELO USB 4000/4500 touchscreens. Note that this is for |
|---|
| 311 | 345 | different devices than those handled by CONFIG_TOUCHSCREEN_USB_ELO. |
|---|
| 312 | 346 | |
|---|
| .. | .. |
|---|
| 314 | 348 | tristate "Ezkey BTC 8193 keyboard" |
|---|
| 315 | 349 | depends on HID |
|---|
| 316 | 350 | default !EXPERT |
|---|
| 317 | | - ---help--- |
|---|
| 351 | + help |
|---|
| 318 | 352 | Support for Ezkey BTC 8193 keyboard. |
|---|
| 319 | 353 | |
|---|
| 320 | 354 | config HID_GEMBIRD |
|---|
| 321 | 355 | tristate "Gembird Joypad" |
|---|
| 322 | 356 | depends on HID |
|---|
| 323 | | - ---help--- |
|---|
| 357 | + help |
|---|
| 324 | 358 | Support for Gembird JPD-DualForce 2. |
|---|
| 325 | 359 | |
|---|
| 326 | 360 | config HID_GFRM |
|---|
| 327 | 361 | tristate "Google Fiber TV Box remote control support" |
|---|
| 328 | 362 | depends on HID |
|---|
| 329 | | - ---help--- |
|---|
| 363 | + help |
|---|
| 330 | 364 | Support for Google Fiber TV Box remote controls |
|---|
| 365 | + |
|---|
| 366 | +config HID_GLORIOUS |
|---|
| 367 | + tristate "Glorious PC Gaming Race mice" |
|---|
| 368 | + depends on HID |
|---|
| 369 | + help |
|---|
| 370 | + Support for Glorious PC Gaming Race mice such as |
|---|
| 371 | + the Glorious Model O, O- and D. |
|---|
| 331 | 372 | |
|---|
| 332 | 373 | config HID_HOLTEK |
|---|
| 333 | 374 | tristate "Holtek HID devices" |
|---|
| 334 | 375 | depends on USB_HID |
|---|
| 335 | | - ---help--- |
|---|
| 376 | + help |
|---|
| 336 | 377 | Support for Holtek based devices: |
|---|
| 337 | 378 | - Holtek On Line Grip based game controller |
|---|
| 338 | 379 | - Trust GXT 18 Gaming Keyboard |
|---|
| .. | .. |
|---|
| 346 | 387 | bool "Holtek On Line Grip force feedback support" |
|---|
| 347 | 388 | depends on HID_HOLTEK |
|---|
| 348 | 389 | select INPUT_FF_MEMLESS |
|---|
| 349 | | - ---help--- |
|---|
| 390 | + help |
|---|
| 350 | 391 | Say Y here if you have a Holtek On Line Grip based game controller |
|---|
| 351 | 392 | and want to have force feedback support for it. |
|---|
| 352 | 393 | |
|---|
| 353 | 394 | config HID_GOOGLE_HAMMER |
|---|
| 354 | 395 | tristate "Google Hammer Keyboard" |
|---|
| 355 | | - depends on USB_HID && LEDS_CLASS |
|---|
| 356 | | - ---help--- |
|---|
| 396 | + depends on USB_HID && LEDS_CLASS && CROS_EC |
|---|
| 397 | + help |
|---|
| 357 | 398 | Say Y here if you have a Google Hammer device. |
|---|
| 399 | + |
|---|
| 400 | +config HID_VIVALDI |
|---|
| 401 | + tristate "Vivaldi Keyboard" |
|---|
| 402 | + depends on HID |
|---|
| 403 | + help |
|---|
| 404 | + Say Y here if you want to enable support for Vivaldi keyboards. |
|---|
| 405 | + |
|---|
| 406 | + Vivaldi keyboards use a vendor-specific (Google) HID usage to report |
|---|
| 407 | + how the keys in the top row are physically ordered. |
|---|
| 358 | 408 | |
|---|
| 359 | 409 | config HID_GT683R |
|---|
| 360 | 410 | tristate "MSI GT68xR LED support" |
|---|
| 361 | 411 | depends on LEDS_CLASS && USB_HID |
|---|
| 362 | | - ---help--- |
|---|
| 412 | + help |
|---|
| 363 | 413 | Say Y here if you want to enable support for the three MSI GT68xR LEDs |
|---|
| 364 | 414 | |
|---|
| 365 | 415 | This driver support following modes: |
|---|
| .. | .. |
|---|
| 373 | 423 | config HID_KEYTOUCH |
|---|
| 374 | 424 | tristate "Keytouch HID devices" |
|---|
| 375 | 425 | depends on HID |
|---|
| 376 | | - ---help--- |
|---|
| 426 | + help |
|---|
| 377 | 427 | Support for Keytouch HID devices not fully compliant with |
|---|
| 378 | 428 | the specification. Currently supported: |
|---|
| 379 | 429 | - Keytouch IEC 60945 |
|---|
| .. | .. |
|---|
| 381 | 431 | config HID_KYE |
|---|
| 382 | 432 | tristate "KYE/Genius devices" |
|---|
| 383 | 433 | depends on HID |
|---|
| 384 | | - ---help--- |
|---|
| 434 | + help |
|---|
| 385 | 435 | Support for KYE/Genius devices not fully compliant with HID standard: |
|---|
| 386 | 436 | - Ergo Mouse |
|---|
| 387 | 437 | - EasyPen i405X tablet |
|---|
| .. | .. |
|---|
| 391 | 441 | config HID_UCLOGIC |
|---|
| 392 | 442 | tristate "UC-Logic" |
|---|
| 393 | 443 | depends on USB_HID |
|---|
| 394 | | - ---help--- |
|---|
| 444 | + help |
|---|
| 395 | 445 | Support for UC-Logic and Huion tablets. |
|---|
| 396 | 446 | |
|---|
| 397 | 447 | config HID_WALTOP |
|---|
| 398 | 448 | tristate "Waltop" |
|---|
| 399 | 449 | depends on HID |
|---|
| 400 | | - ---help--- |
|---|
| 450 | + help |
|---|
| 401 | 451 | Support for Waltop tablets. |
|---|
| 452 | + |
|---|
| 453 | +config HID_VIEWSONIC |
|---|
| 454 | + tristate "ViewSonic/Signotec" |
|---|
| 455 | + depends on HID |
|---|
| 456 | + help |
|---|
| 457 | + Support for ViewSonic/Signotec PD1011 signature pad. |
|---|
| 402 | 458 | |
|---|
| 403 | 459 | config HID_GYRATION |
|---|
| 404 | 460 | tristate "Gyration remote control" |
|---|
| 405 | 461 | depends on HID |
|---|
| 406 | | - ---help--- |
|---|
| 462 | + help |
|---|
| 407 | 463 | Support for Gyration remote control. |
|---|
| 408 | 464 | |
|---|
| 409 | 465 | config HID_ICADE |
|---|
| 410 | 466 | tristate "ION iCade arcade controller" |
|---|
| 411 | 467 | depends on HID |
|---|
| 412 | | - ---help--- |
|---|
| 468 | + help |
|---|
| 413 | 469 | Support for the ION iCade arcade controller to work as a joystick. |
|---|
| 414 | 470 | |
|---|
| 415 | 471 | To compile this driver as a module, choose M here: the |
|---|
| .. | .. |
|---|
| 419 | 475 | tristate "ITE devices" |
|---|
| 420 | 476 | depends on HID |
|---|
| 421 | 477 | default !EXPERT |
|---|
| 422 | | - ---help--- |
|---|
| 478 | + help |
|---|
| 423 | 479 | Support for ITE devices not fully compliant with HID standard. |
|---|
| 424 | 480 | |
|---|
| 425 | 481 | config HID_JABRA |
|---|
| 426 | 482 | tristate "Jabra USB HID Driver" |
|---|
| 427 | 483 | depends on HID |
|---|
| 428 | | - ---help--- |
|---|
| 484 | + help |
|---|
| 429 | 485 | Support for Jabra USB HID devices. |
|---|
| 430 | 486 | |
|---|
| 431 | 487 | Prevents mapping of vendor defined HID usages to input events. Without |
|---|
| .. | .. |
|---|
| 436 | 492 | config HID_TWINHAN |
|---|
| 437 | 493 | tristate "Twinhan IR remote control" |
|---|
| 438 | 494 | depends on HID |
|---|
| 439 | | - ---help--- |
|---|
| 495 | + help |
|---|
| 440 | 496 | Support for Twinhan IR remote control. |
|---|
| 441 | 497 | |
|---|
| 442 | 498 | config HID_KENSINGTON |
|---|
| 443 | 499 | tristate "Kensington Slimblade Trackball" |
|---|
| 444 | 500 | depends on HID |
|---|
| 445 | 501 | default !EXPERT |
|---|
| 446 | | - ---help--- |
|---|
| 502 | + help |
|---|
| 447 | 503 | Support for Kensington Slimblade Trackball. |
|---|
| 448 | 504 | |
|---|
| 449 | 505 | config HID_LCPOWER |
|---|
| 450 | 506 | tristate "LC-Power" |
|---|
| 451 | 507 | depends on HID |
|---|
| 452 | | - ---help--- |
|---|
| 508 | + help |
|---|
| 453 | 509 | Support for LC-Power RC1000MCE RF remote control. |
|---|
| 454 | 510 | |
|---|
| 455 | 511 | config HID_LED |
|---|
| 456 | 512 | tristate "Simple RGB LED support" |
|---|
| 457 | 513 | depends on HID |
|---|
| 458 | 514 | depends on LEDS_CLASS |
|---|
| 459 | | - ---help--- |
|---|
| 515 | + help |
|---|
| 460 | 516 | Support for simple RGB LED devices. Currently supported are: |
|---|
| 461 | 517 | - Riso Kagaku Webmail Notifier |
|---|
| 462 | 518 | - Dream Cheeky Webmail Notifier and Friends Alert |
|---|
| .. | .. |
|---|
| 472 | 528 | depends on HID |
|---|
| 473 | 529 | select NEW_LEDS |
|---|
| 474 | 530 | select LEDS_CLASS |
|---|
| 475 | | - ---help--- |
|---|
| 531 | + help |
|---|
| 476 | 532 | Support for IBM/Lenovo devices that are not fully compliant with HID standard. |
|---|
| 477 | 533 | |
|---|
| 478 | 534 | Say Y if you want support for horizontal scrolling of the IBM/Lenovo |
|---|
| .. | .. |
|---|
| 486 | 542 | config HID_LOGITECH |
|---|
| 487 | 543 | tristate "Logitech devices" |
|---|
| 488 | 544 | depends on USB_HID |
|---|
| 545 | + depends on LEDS_CLASS |
|---|
| 489 | 546 | default !EXPERT |
|---|
| 490 | | - ---help--- |
|---|
| 547 | + help |
|---|
| 491 | 548 | Support for Logitech devices that are not fully compliant with HID standard. |
|---|
| 492 | 549 | |
|---|
| 493 | 550 | config HID_LOGITECH_DJ |
|---|
| 494 | | - tristate "Logitech Unifying receivers full support" |
|---|
| 551 | + tristate "Logitech receivers full support" |
|---|
| 552 | + depends on USB_HID |
|---|
| 495 | 553 | depends on HIDRAW |
|---|
| 496 | 554 | depends on HID_LOGITECH |
|---|
| 497 | 555 | select HID_LOGITECH_HIDPP |
|---|
| 498 | | - ---help--- |
|---|
| 499 | | - Say Y if you want support for Logitech Unifying receivers and devices. |
|---|
| 500 | | - Unifying receivers are capable of pairing up to 6 Logitech compliant |
|---|
| 556 | + help |
|---|
| 557 | + Say Y if you want support for Logitech receivers and devices. |
|---|
| 558 | + Logitech receivers are capable of pairing multiple Logitech compliant |
|---|
| 501 | 559 | devices to the same receiver. Without this driver it will be handled by |
|---|
| 502 | 560 | generic USB_HID driver and all incoming events will be multiplexed |
|---|
| 503 | 561 | into a single mouse and a single keyboard device. |
|---|
| .. | .. |
|---|
| 506 | 564 | tristate "Logitech HID++ devices support" |
|---|
| 507 | 565 | depends on HID_LOGITECH |
|---|
| 508 | 566 | select POWER_SUPPLY |
|---|
| 509 | | - ---help--- |
|---|
| 567 | + help |
|---|
| 510 | 568 | Support for Logitech devices relyingon the HID++ Logitech specification |
|---|
| 511 | 569 | |
|---|
| 512 | 570 | Say Y if you want support for Logitech devices relying on the HID++ |
|---|
| .. | .. |
|---|
| 572 | 630 | config HID_MAGICMOUSE |
|---|
| 573 | 631 | tristate "Apple Magic Mouse/Trackpad multi-touch support" |
|---|
| 574 | 632 | depends on HID |
|---|
| 575 | | - ---help--- |
|---|
| 633 | + help |
|---|
| 576 | 634 | Support for the Apple Magic Mouse/Trackpad multi-touch. |
|---|
| 577 | 635 | |
|---|
| 578 | 636 | Say Y here if you want support for the multi-touch features of the |
|---|
| 579 | 637 | Apple Wireless "Magic" Mouse and the Apple Wireless "Magic" Trackpad. |
|---|
| 580 | 638 | |
|---|
| 639 | +config HID_MALTRON |
|---|
| 640 | + tristate "Maltron L90 keyboard" |
|---|
| 641 | + depends on HID |
|---|
| 642 | + help |
|---|
| 643 | + Adds support for the volume up, volume down, mute, and play/pause buttons |
|---|
| 644 | + of the Maltron L90 keyboard. |
|---|
| 645 | + |
|---|
| 581 | 646 | config HID_MAYFLASH |
|---|
| 582 | 647 | tristate "Mayflash game controller adapter force feedback" |
|---|
| 583 | 648 | depends on HID |
|---|
| 584 | 649 | select INPUT_FF_MEMLESS |
|---|
| 585 | | - ---help--- |
|---|
| 650 | + help |
|---|
| 586 | 651 | Say Y here if you have HJZ Mayflash PS3 game controller adapters |
|---|
| 587 | 652 | and want to enable force feedback support. |
|---|
| 588 | 653 | |
|---|
| .. | .. |
|---|
| 590 | 655 | tristate "Redragon keyboards" |
|---|
| 591 | 656 | depends on HID |
|---|
| 592 | 657 | default !EXPERT |
|---|
| 593 | | - ---help--- |
|---|
| 658 | + help |
|---|
| 594 | 659 | Support for Redragon keyboards that need fix-ups to work properly. |
|---|
| 595 | 660 | |
|---|
| 596 | 661 | config HID_MICROSOFT |
|---|
| 597 | 662 | tristate "Microsoft non-fully HID-compliant devices" |
|---|
| 598 | 663 | depends on HID |
|---|
| 599 | 664 | default !EXPERT |
|---|
| 600 | | - ---help--- |
|---|
| 665 | + select INPUT_FF_MEMLESS |
|---|
| 666 | + help |
|---|
| 601 | 667 | Support for Microsoft devices that are not fully compliant with HID standard. |
|---|
| 602 | 668 | |
|---|
| 603 | 669 | config HID_MONTEREY |
|---|
| 604 | 670 | tristate "Monterey Genius KB29E keyboard" |
|---|
| 605 | 671 | depends on HID |
|---|
| 606 | 672 | default !EXPERT |
|---|
| 607 | | - ---help--- |
|---|
| 673 | + help |
|---|
| 608 | 674 | Support for Monterey Genius KB29E. |
|---|
| 609 | 675 | |
|---|
| 610 | 676 | config HID_MULTITOUCH |
|---|
| 611 | 677 | tristate "HID Multitouch panels" |
|---|
| 612 | 678 | depends on HID |
|---|
| 613 | | - ---help--- |
|---|
| 679 | + help |
|---|
| 614 | 680 | Generic support for HID multitouch panels. |
|---|
| 615 | 681 | |
|---|
| 616 | 682 | Say Y here if you have one of the following devices: |
|---|
| .. | .. |
|---|
| 666 | 732 | |
|---|
| 667 | 733 | config HID_NTI |
|---|
| 668 | 734 | tristate "NTI keyboard adapters" |
|---|
| 669 | | - ---help--- |
|---|
| 735 | + help |
|---|
| 670 | 736 | Support for the "extra" Sun keyboard keys on keyboards attached |
|---|
| 671 | 737 | through Network Technologies USB-SUN keyboard adapters. |
|---|
| 672 | 738 | |
|---|
| 673 | 739 | config HID_NTRIG |
|---|
| 674 | 740 | tristate "N-Trig touch screen" |
|---|
| 675 | 741 | depends on USB_HID |
|---|
| 676 | | - ---help--- |
|---|
| 742 | + help |
|---|
| 677 | 743 | Support for N-Trig touch screen. |
|---|
| 678 | 744 | |
|---|
| 679 | 745 | config HID_ORTEK |
|---|
| 680 | 746 | tristate "Ortek PKB-1700/WKB-2000/Skycable wireless keyboard and mouse trackpad" |
|---|
| 681 | 747 | depends on HID |
|---|
| 682 | | - ---help--- |
|---|
| 748 | + help |
|---|
| 683 | 749 | There are certain devices which have LogicalMaximum wrong in the keyboard |
|---|
| 684 | 750 | usage page of their report descriptor. The most prevailing ones so far |
|---|
| 685 | 751 | are manufactured by Ortek, thus the name of the driver. Currently |
|---|
| .. | .. |
|---|
| 692 | 758 | config HID_PANTHERLORD |
|---|
| 693 | 759 | tristate "Pantherlord/GreenAsia game controller" |
|---|
| 694 | 760 | depends on HID |
|---|
| 695 | | - ---help--- |
|---|
| 761 | + help |
|---|
| 696 | 762 | Say Y here if you have a PantherLord/GreenAsia based game controller |
|---|
| 697 | 763 | or adapter. |
|---|
| 698 | 764 | |
|---|
| .. | .. |
|---|
| 700 | 766 | bool "Pantherlord force feedback support" |
|---|
| 701 | 767 | depends on HID_PANTHERLORD |
|---|
| 702 | 768 | select INPUT_FF_MEMLESS |
|---|
| 703 | | - ---help--- |
|---|
| 769 | + help |
|---|
| 704 | 770 | Say Y here if you have a PantherLord/GreenAsia based game controller |
|---|
| 705 | 771 | or adapter and want to enable force feedback support for it. |
|---|
| 706 | 772 | |
|---|
| 707 | 773 | config HID_PENMOUNT |
|---|
| 708 | 774 | tristate "Penmount touch device" |
|---|
| 709 | 775 | depends on USB_HID |
|---|
| 710 | | - ---help--- |
|---|
| 776 | + help |
|---|
| 711 | 777 | This selects a driver for the PenMount 6000 touch controller. |
|---|
| 712 | 778 | |
|---|
| 713 | 779 | The driver works around a problem in the report descript allowing |
|---|
| .. | .. |
|---|
| 718 | 784 | config HID_PETALYNX |
|---|
| 719 | 785 | tristate "Petalynx Maxter remote control" |
|---|
| 720 | 786 | depends on HID |
|---|
| 721 | | - ---help--- |
|---|
| 787 | + help |
|---|
| 722 | 788 | Support for Petalynx Maxter remote control. |
|---|
| 723 | 789 | |
|---|
| 724 | 790 | config HID_PICOLCD |
|---|
| 725 | 791 | tristate "PicoLCD (graphic version)" |
|---|
| 726 | 792 | depends on HID |
|---|
| 727 | | - ---help--- |
|---|
| 793 | + help |
|---|
| 728 | 794 | This provides support for Minibox PicoLCD devices, currently |
|---|
| 729 | 795 | only the graphical ones are supported. |
|---|
| 730 | 796 | |
|---|
| .. | .. |
|---|
| 750 | 816 | select FB_SYS_COPYAREA |
|---|
| 751 | 817 | select FB_SYS_IMAGEBLIT |
|---|
| 752 | 818 | select FB_SYS_FOPS |
|---|
| 753 | | - ---help--- |
|---|
| 819 | + help |
|---|
| 754 | 820 | Provide access to PicoLCD's 256x64 monochrome display via a |
|---|
| 755 | 821 | framebuffer device. |
|---|
| 756 | 822 | |
|---|
| .. | .. |
|---|
| 759 | 825 | default !EXPERT |
|---|
| 760 | 826 | depends on HID_PICOLCD |
|---|
| 761 | 827 | depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y |
|---|
| 762 | | - ---help--- |
|---|
| 828 | + help |
|---|
| 763 | 829 | Provide access to PicoLCD's backlight control via backlight |
|---|
| 764 | 830 | class. |
|---|
| 765 | 831 | |
|---|
| .. | .. |
|---|
| 768 | 834 | default !EXPERT |
|---|
| 769 | 835 | depends on HID_PICOLCD |
|---|
| 770 | 836 | depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y |
|---|
| 771 | | - ---help--- |
|---|
| 837 | + help |
|---|
| 772 | 838 | Provide access to PicoLCD's LCD contrast via lcd class. |
|---|
| 773 | 839 | |
|---|
| 774 | 840 | config HID_PICOLCD_LEDS |
|---|
| .. | .. |
|---|
| 776 | 842 | default !EXPERT |
|---|
| 777 | 843 | depends on HID_PICOLCD |
|---|
| 778 | 844 | depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y |
|---|
| 779 | | - ---help--- |
|---|
| 845 | + help |
|---|
| 780 | 846 | Provide access to PicoLCD's GPO pins via leds class. |
|---|
| 781 | 847 | |
|---|
| 782 | 848 | config HID_PICOLCD_CIR |
|---|
| .. | .. |
|---|
| 784 | 850 | default !EXPERT |
|---|
| 785 | 851 | depends on HID_PICOLCD |
|---|
| 786 | 852 | depends on HID_PICOLCD=RC_CORE || RC_CORE=y |
|---|
| 787 | | - ---help--- |
|---|
| 853 | + help |
|---|
| 788 | 854 | Provide access to PicoLCD's CIR interface via remote control (LIRC). |
|---|
| 789 | 855 | |
|---|
| 790 | 856 | config HID_PLANTRONICS |
|---|
| 791 | 857 | tristate "Plantronics USB HID Driver" |
|---|
| 792 | 858 | depends on HID |
|---|
| 793 | | - ---help--- |
|---|
| 859 | + help |
|---|
| 794 | 860 | Provides HID support for Plantronics USB audio devices. |
|---|
| 795 | 861 | Correctly maps vendor unique volume up/down HID usages to |
|---|
| 796 | 862 | KEY_VOLUMEUP and KEY_VOLUMEDOWN events and prevents core mapping |
|---|
| .. | .. |
|---|
| 798 | 864 | |
|---|
| 799 | 865 | Say M here if you may ever plug in a Plantronics USB audio device. |
|---|
| 800 | 866 | |
|---|
| 867 | +config HID_PLAYSTATION |
|---|
| 868 | + tristate "PlayStation HID Driver" |
|---|
| 869 | + depends on HID |
|---|
| 870 | + select CRC32 |
|---|
| 871 | + select POWER_SUPPLY |
|---|
| 872 | + help |
|---|
| 873 | + Provides support for Sony PS5 controllers including support for |
|---|
| 874 | + its special functionalities e.g. touchpad, lights and motion |
|---|
| 875 | + sensors. |
|---|
| 876 | + |
|---|
| 877 | +config PLAYSTATION_FF |
|---|
| 878 | + bool "PlayStation force feedback support" |
|---|
| 879 | + depends on HID_PLAYSTATION |
|---|
| 880 | + select INPUT_FF_MEMLESS |
|---|
| 881 | + help |
|---|
| 882 | + Say Y here if you would like to enable force feedback support for |
|---|
| 883 | + PlayStation game controllers. |
|---|
| 884 | + |
|---|
| 801 | 885 | config HID_PRIMAX |
|---|
| 802 | 886 | tristate "Primax non-fully HID-compliant devices" |
|---|
| 803 | 887 | depends on HID |
|---|
| 804 | | - ---help--- |
|---|
| 888 | + help |
|---|
| 805 | 889 | Support for Primax devices that are not fully compliant with the |
|---|
| 806 | 890 | HID standard. |
|---|
| 807 | 891 | |
|---|
| 808 | 892 | config HID_RETRODE |
|---|
| 809 | 893 | tristate "Retrode 2 USB adapter for vintage video games" |
|---|
| 810 | 894 | depends on USB_HID |
|---|
| 811 | | - ---help--- |
|---|
| 895 | + help |
|---|
| 812 | 896 | Support for |
|---|
| 813 | 897 | * Retrode 2 cartridge and controller adapter |
|---|
| 814 | 898 | |
|---|
| 815 | 899 | config HID_ROCCAT |
|---|
| 816 | 900 | tristate "Roccat device support" |
|---|
| 817 | 901 | depends on USB_HID |
|---|
| 818 | | - ---help--- |
|---|
| 902 | + help |
|---|
| 819 | 903 | Support for Roccat devices. |
|---|
| 820 | 904 | Say Y here if you have a Roccat mouse or keyboard and want |
|---|
| 821 | 905 | support for its special functionalities. |
|---|
| .. | .. |
|---|
| 823 | 907 | config HID_SAITEK |
|---|
| 824 | 908 | tristate "Saitek (Mad Catz) non-fully HID-compliant devices" |
|---|
| 825 | 909 | depends on HID |
|---|
| 826 | | - ---help--- |
|---|
| 910 | + help |
|---|
| 827 | 911 | Support for Saitek devices that are not fully compliant with the |
|---|
| 828 | 912 | HID standard. |
|---|
| 829 | 913 | |
|---|
| .. | .. |
|---|
| 835 | 919 | config HID_SAMSUNG |
|---|
| 836 | 920 | tristate "Samsung InfraRed remote control or keyboards" |
|---|
| 837 | 921 | depends on USB_HID |
|---|
| 838 | | - ---help--- |
|---|
| 922 | + help |
|---|
| 839 | 923 | Support for Samsung InfraRed remote control or keyboards. |
|---|
| 840 | 924 | |
|---|
| 841 | 925 | config HID_SONY |
|---|
| .. | .. |
|---|
| 844 | 928 | depends on NEW_LEDS |
|---|
| 845 | 929 | depends on LEDS_CLASS |
|---|
| 846 | 930 | select POWER_SUPPLY |
|---|
| 847 | | - ---help--- |
|---|
| 931 | + select CRC32 |
|---|
| 932 | + help |
|---|
| 848 | 933 | Support for |
|---|
| 849 | 934 | |
|---|
| 850 | 935 | * Sony PS3 6-axis controllers |
|---|
| .. | .. |
|---|
| 857 | 942 | bool "Sony PS2/3/4 accessories force feedback support" |
|---|
| 858 | 943 | depends on HID_SONY |
|---|
| 859 | 944 | select INPUT_FF_MEMLESS |
|---|
| 860 | | - ---help--- |
|---|
| 945 | + help |
|---|
| 861 | 946 | Say Y here if you have a Sony PS2/3/4 accessory and want to enable |
|---|
| 862 | 947 | force feedback support for it. |
|---|
| 863 | 948 | |
|---|
| 864 | 949 | config HID_SPEEDLINK |
|---|
| 865 | 950 | tristate "Speedlink VAD Cezanne mouse support" |
|---|
| 866 | 951 | depends on HID |
|---|
| 867 | | - ---help--- |
|---|
| 952 | + help |
|---|
| 868 | 953 | Support for Speedlink Vicious and Divine Cezanne mouse. |
|---|
| 869 | 954 | |
|---|
| 870 | 955 | config HID_STEAM |
|---|
| 871 | 956 | tristate "Steam Controller support" |
|---|
| 872 | 957 | depends on HID |
|---|
| 873 | 958 | select POWER_SUPPLY |
|---|
| 874 | | - ---help--- |
|---|
| 959 | + help |
|---|
| 875 | 960 | Say Y here if you have a Steam Controller if you want to use it |
|---|
| 876 | 961 | without running the Steam Client. It supports both the wired and |
|---|
| 877 | 962 | the wireless adaptor. |
|---|
| .. | .. |
|---|
| 879 | 964 | config HID_STEELSERIES |
|---|
| 880 | 965 | tristate "Steelseries SRW-S1 steering wheel support" |
|---|
| 881 | 966 | depends on HID |
|---|
| 882 | | - ---help--- |
|---|
| 967 | + help |
|---|
| 883 | 968 | Support for Steelseries SRW-S1 steering wheel |
|---|
| 884 | 969 | |
|---|
| 885 | 970 | config HID_SUNPLUS |
|---|
| 886 | 971 | tristate "Sunplus wireless desktop" |
|---|
| 887 | 972 | depends on HID |
|---|
| 888 | | - ---help--- |
|---|
| 973 | + help |
|---|
| 889 | 974 | Support for Sunplus wireless desktop. |
|---|
| 890 | 975 | |
|---|
| 891 | 976 | config HID_RMI |
|---|
| .. | .. |
|---|
| 896 | 981 | select RMI4_F11 |
|---|
| 897 | 982 | select RMI4_F12 |
|---|
| 898 | 983 | select RMI4_F30 |
|---|
| 899 | | - ---help--- |
|---|
| 984 | + help |
|---|
| 900 | 985 | Support for Synaptics RMI4 touchpads. |
|---|
| 901 | 986 | Say Y here if you have a Synaptics RMI4 touchpads over i2c-hid or usbhid |
|---|
| 902 | 987 | and want support for its special functionalities. |
|---|
| .. | .. |
|---|
| 904 | 989 | config HID_GREENASIA |
|---|
| 905 | 990 | tristate "GreenAsia (Product ID 0x12) game controller support" |
|---|
| 906 | 991 | depends on HID |
|---|
| 907 | | - ---help--- |
|---|
| 992 | + help |
|---|
| 908 | 993 | Say Y here if you have a GreenAsia (Product ID 0x12) based game |
|---|
| 909 | 994 | controller or adapter. |
|---|
| 910 | 995 | |
|---|
| .. | .. |
|---|
| 912 | 997 | bool "GreenAsia (Product ID 0x12) force feedback support" |
|---|
| 913 | 998 | depends on HID_GREENASIA |
|---|
| 914 | 999 | select INPUT_FF_MEMLESS |
|---|
| 915 | | - ---help--- |
|---|
| 1000 | + help |
|---|
| 916 | 1001 | Say Y here if you have a GreenAsia (Product ID 0x12) based game controller |
|---|
| 917 | 1002 | (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter |
|---|
| 918 | 1003 | and want to enable force feedback support for it. |
|---|
| .. | .. |
|---|
| 920 | 1005 | config HID_HYPERV_MOUSE |
|---|
| 921 | 1006 | tristate "Microsoft Hyper-V mouse driver" |
|---|
| 922 | 1007 | depends on HYPERV |
|---|
| 923 | | - ---help--- |
|---|
| 1008 | + help |
|---|
| 924 | 1009 | Select this option to enable the Hyper-V mouse driver. |
|---|
| 925 | 1010 | |
|---|
| 926 | 1011 | config HID_SMARTJOYPLUS |
|---|
| 927 | 1012 | tristate "SmartJoy PLUS PS2/USB adapter support" |
|---|
| 928 | 1013 | depends on HID |
|---|
| 929 | | - ---help--- |
|---|
| 1014 | + help |
|---|
| 930 | 1015 | Support for SmartJoy PLUS PS2/USB adapter, Super Dual Box, |
|---|
| 931 | 1016 | Super Joy Box 3 Pro, Super Dual Box Pro, and Super Joy Box 5 Pro. |
|---|
| 932 | 1017 | |
|---|
| .. | .. |
|---|
| 937 | 1022 | bool "SmartJoy PLUS PS2/USB adapter force feedback support" |
|---|
| 938 | 1023 | depends on HID_SMARTJOYPLUS |
|---|
| 939 | 1024 | select INPUT_FF_MEMLESS |
|---|
| 940 | | - ---help--- |
|---|
| 1025 | + help |
|---|
| 941 | 1026 | Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to |
|---|
| 942 | 1027 | enable force feedback support for it. |
|---|
| 943 | 1028 | |
|---|
| 944 | 1029 | config HID_TIVO |
|---|
| 945 | 1030 | tristate "TiVo Slide Bluetooth remote control support" |
|---|
| 946 | 1031 | depends on HID |
|---|
| 947 | | - ---help--- |
|---|
| 1032 | + help |
|---|
| 948 | 1033 | Say Y if you have a TiVo Slide Bluetooth remote control. |
|---|
| 949 | 1034 | |
|---|
| 950 | 1035 | config HID_TOPSEED |
|---|
| 951 | 1036 | tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support" |
|---|
| 952 | 1037 | depends on HID |
|---|
| 953 | | - ---help--- |
|---|
| 1038 | + help |
|---|
| 954 | 1039 | Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic |
|---|
| 955 | 1040 | CLLRCMCE remote control. |
|---|
| 956 | 1041 | |
|---|
| .. | .. |
|---|
| 959 | 1044 | depends on HID |
|---|
| 960 | 1045 | depends on LEDS_CLASS |
|---|
| 961 | 1046 | select HID_LED |
|---|
| 962 | | - ---help--- |
|---|
| 1047 | + help |
|---|
| 963 | 1048 | Support for the ThingM blink(1) USB RGB LED. This driver has been |
|---|
| 964 | 1049 | merged into the generic hid led driver. Config symbol HID_THINGM |
|---|
| 965 | 1050 | just selects HID_LED and will be removed soon. |
|---|
| .. | .. |
|---|
| 967 | 1052 | config HID_THRUSTMASTER |
|---|
| 968 | 1053 | tristate "ThrustMaster devices support" |
|---|
| 969 | 1054 | depends on HID |
|---|
| 970 | | - ---help--- |
|---|
| 1055 | + help |
|---|
| 971 | 1056 | Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or |
|---|
| 972 | 1057 | a THRUSTMASTER Ferrari GT Rumble Wheel. |
|---|
| 973 | 1058 | |
|---|
| .. | .. |
|---|
| 975 | 1060 | bool "ThrustMaster devices force feedback support" |
|---|
| 976 | 1061 | depends on HID_THRUSTMASTER |
|---|
| 977 | 1062 | select INPUT_FF_MEMLESS |
|---|
| 978 | | - ---help--- |
|---|
| 1063 | + help |
|---|
| 979 | 1064 | Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3, |
|---|
| 980 | 1065 | a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT |
|---|
| 981 | 1066 | Rumble Force or Force Feedback Wheel. |
|---|
| .. | .. |
|---|
| 983 | 1068 | config HID_UDRAW_PS3 |
|---|
| 984 | 1069 | tristate "THQ PS3 uDraw tablet" |
|---|
| 985 | 1070 | depends on HID |
|---|
| 986 | | - ---help--- |
|---|
| 1071 | + help |
|---|
| 987 | 1072 | Say Y here if you want to use the THQ uDraw gaming tablet for |
|---|
| 988 | 1073 | the PS3. |
|---|
| 1074 | + |
|---|
| 1075 | +config HID_U2FZERO |
|---|
| 1076 | + tristate "U2F Zero LED and RNG support" |
|---|
| 1077 | + depends on USB_HID |
|---|
| 1078 | + depends on LEDS_CLASS |
|---|
| 1079 | + depends on HW_RANDOM |
|---|
| 1080 | + help |
|---|
| 1081 | + Support for the LED of the U2F Zero device. |
|---|
| 1082 | + |
|---|
| 1083 | + U2F Zero supports custom commands for blinking the LED |
|---|
| 1084 | + and getting data from the internal hardware RNG. |
|---|
| 1085 | + The internal hardware can be used to feed the enthropy pool. |
|---|
| 1086 | + |
|---|
| 1087 | + U2F Zero only supports blinking its LED, so this driver doesn't |
|---|
| 1088 | + allow setting the brightness to anything but 1, which will |
|---|
| 1089 | + trigger a single blink and immediately reset back to 0. |
|---|
| 989 | 1090 | |
|---|
| 990 | 1091 | config HID_WACOM |
|---|
| 991 | 1092 | tristate "Wacom Intuos/Graphire tablet support (USB)" |
|---|
| .. | .. |
|---|
| 1007 | 1108 | depends on LEDS_CLASS |
|---|
| 1008 | 1109 | select POWER_SUPPLY |
|---|
| 1009 | 1110 | select INPUT_FF_MEMLESS |
|---|
| 1010 | | - ---help--- |
|---|
| 1111 | + help |
|---|
| 1011 | 1112 | Support for Nintendo Wii and Wii U Bluetooth peripherals. Supported |
|---|
| 1012 | 1113 | devices are the Wii Remote and its extension devices, but also devices |
|---|
| 1013 | 1114 | based on the Wii Remote like the Wii U Pro Controller or the |
|---|
| .. | .. |
|---|
| 1029 | 1130 | config HID_XINMO |
|---|
| 1030 | 1131 | tristate "Xin-Mo non-fully compliant devices" |
|---|
| 1031 | 1132 | depends on HID |
|---|
| 1032 | | - ---help--- |
|---|
| 1133 | + help |
|---|
| 1033 | 1134 | Support for Xin-Mo devices that are not fully compliant with the HID |
|---|
| 1034 | 1135 | standard. Currently only supports the Xin-Mo Dual Arcade. Say Y here |
|---|
| 1035 | 1136 | if you have a Xin-Mo Dual Arcade controller. |
|---|
| .. | .. |
|---|
| 1037 | 1138 | config HID_ZEROPLUS |
|---|
| 1038 | 1139 | tristate "Zeroplus based game controller support" |
|---|
| 1039 | 1140 | depends on HID |
|---|
| 1040 | | - ---help--- |
|---|
| 1141 | + help |
|---|
| 1041 | 1142 | Say Y here if you have a Zeroplus based game controller. |
|---|
| 1042 | 1143 | |
|---|
| 1043 | 1144 | config ZEROPLUS_FF |
|---|
| 1044 | 1145 | bool "Zeroplus based game controller force feedback support" |
|---|
| 1045 | 1146 | depends on HID_ZEROPLUS |
|---|
| 1046 | 1147 | select INPUT_FF_MEMLESS |
|---|
| 1047 | | - ---help--- |
|---|
| 1148 | + help |
|---|
| 1048 | 1149 | Say Y here if you have a Zeroplus based game controller and want |
|---|
| 1049 | 1150 | to have force feedback support for it. |
|---|
| 1050 | 1151 | |
|---|
| 1051 | 1152 | config HID_ZYDACRON |
|---|
| 1052 | 1153 | tristate "Zydacron remote control support" |
|---|
| 1053 | 1154 | depends on HID |
|---|
| 1054 | | - ---help--- |
|---|
| 1155 | + help |
|---|
| 1055 | 1156 | Support for Zydacron remote control. |
|---|
| 1056 | 1157 | |
|---|
| 1057 | 1158 | config HID_SENSOR_HUB |
|---|
| .. | .. |
|---|
| 1059 | 1160 | depends on HID && HAS_IOMEM |
|---|
| 1060 | 1161 | select MFD_CORE |
|---|
| 1061 | 1162 | default n |
|---|
| 1062 | | - ---help--- |
|---|
| 1163 | + help |
|---|
| 1063 | 1164 | Support for HID Sensor framework. This creates a MFD instance |
|---|
| 1064 | 1165 | for a sensor hub and identifies all the sensors connected to it. |
|---|
| 1065 | 1166 | Each sensor is registered as a MFD cell, so that sensor specific |
|---|
| .. | .. |
|---|
| 1072 | 1173 | tristate "HID Sensors hub custom sensor support" |
|---|
| 1073 | 1174 | depends on HID_SENSOR_HUB |
|---|
| 1074 | 1175 | default n |
|---|
| 1075 | | - ---help--- |
|---|
| 1176 | + help |
|---|
| 1076 | 1177 | HID Sensor hub specification allows definition of some custom and |
|---|
| 1077 | 1178 | generic sensors. Unlike other HID sensors, they can't be exported |
|---|
| 1078 | 1179 | via Linux IIO because of custom fields. This is up to the manufacturer |
|---|
| 1079 | 1180 | to decide how to interpret these special sensor ids and process in |
|---|
| 1080 | 1181 | the user space. Currently some manufacturers are using these ids for |
|---|
| 1081 | 1182 | sensor calibration and debugging other sensors. Manufacturers |
|---|
| 1082 | | - should't use these special custom sensor ids to export any of the |
|---|
| 1183 | + shouldn't use these special custom sensor ids to export any of the |
|---|
| 1083 | 1184 | standard sensors. |
|---|
| 1084 | 1185 | Select this config option for custom/generic sensor support. |
|---|
| 1085 | 1186 | |
|---|
| 1086 | 1187 | config HID_ALPS |
|---|
| 1087 | 1188 | tristate "Alps HID device support" |
|---|
| 1088 | 1189 | depends on HID |
|---|
| 1089 | | - ---help--- |
|---|
| 1190 | + help |
|---|
| 1090 | 1191 | Support for Alps I2C HID touchpads and StickPointer. |
|---|
| 1091 | 1192 | Say Y here if you have a Alps touchpads over i2c-hid or usbhid |
|---|
| 1092 | 1193 | and want support for its special functionalities. |
|---|
| 1093 | 1194 | |
|---|
| 1195 | +config HID_MCP2221 |
|---|
| 1196 | + tristate "Microchip MCP2221 HID USB-to-I2C/SMbus host support" |
|---|
| 1197 | + depends on USB_HID && I2C |
|---|
| 1198 | + depends on GPIOLIB |
|---|
| 1199 | + help |
|---|
| 1200 | + Provides I2C and SMBUS host adapter functionality over USB-HID |
|---|
| 1201 | + through MCP2221 device. |
|---|
| 1202 | + |
|---|
| 1203 | + To compile this driver as a module, choose M here: the module |
|---|
| 1204 | + will be called hid-mcp2221.ko. |
|---|
| 1205 | + |
|---|
| 1094 | 1206 | endmenu |
|---|
| 1095 | 1207 | |
|---|
| 1096 | 1208 | endif # HID |
|---|