diff options
| author | Jiri Kosina <jkosina@suse.cz> | 2012-03-20 08:18:05 -0400 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2012-03-20 08:18:05 -0400 |
| commit | 4a247a4119ee932e06e985e0a95a13c3eed4715b (patch) | |
| tree | 42b6a7c9edf2f40c7b645a493d63bdb67e5f7100 /drivers/hid/Kconfig | |
| parent | 77aa8e65f0e20c294907a9fa8af92a3dbe0e0a51 (diff) | |
| parent | 4d5df5d11e8027c11c1079205757527cbaade62d (diff) | |
Merge branch 'upstream' into for-linus
Conflicts:
drivers/hid/Makefile
Diffstat (limited to 'drivers/hid/Kconfig')
| -rw-r--r-- | drivers/hid/Kconfig | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 3890ac69806..a3d03325299 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
| @@ -200,11 +200,14 @@ config HID_KEYTOUCH | |||
| 200 | - Keytouch IEC 60945 | 200 | - Keytouch IEC 60945 |
| 201 | 201 | ||
| 202 | config HID_KYE | 202 | config HID_KYE |
| 203 | tristate "Kye/Genius Ergo Mouse" if EXPERT | 203 | tristate "KYE/Genius devices" |
| 204 | depends on USB_HID | 204 | depends on USB_HID |
| 205 | default !EXPERT | ||
| 206 | ---help--- | 205 | ---help--- |
| 207 | Support for Kye/Genius Ergo Mouse. | 206 | Support for KYE/Genius devices not fully compliant with HID standard: |
| 207 | - Ergo Mouse | ||
| 208 | - EasyPen i405X tablet | ||
| 209 | - MousePen i608X tablet | ||
| 210 | - EasyPen M610X tablet | ||
| 208 | 211 | ||
| 209 | config HID_UCLOGIC | 212 | config HID_UCLOGIC |
| 210 | tristate "UC-Logic" | 213 | tristate "UC-Logic" |
| @@ -257,7 +260,9 @@ config HID_LOGITECH_DJ | |||
| 257 | ---help--- | 260 | ---help--- |
| 258 | Say Y if you want support for Logitech Unifying receivers and devices. | 261 | Say Y if you want support for Logitech Unifying receivers and devices. |
| 259 | Unifying receivers are capable of pairing up to 6 Logitech compliant | 262 | Unifying receivers are capable of pairing up to 6 Logitech compliant |
| 260 | devices to the same receiver. | 263 | devices to the same receiver. Without this driver it will be handled by |
| 264 | generic USB_HID driver and all incomming events will be multiplexed | ||
| 265 | into a single mouse and a single keyboard device. | ||
| 261 | 266 | ||
| 262 | config LOGITECH_FF | 267 | config LOGITECH_FF |
| 263 | bool "Logitech force feedback support" | 268 | bool "Logitech force feedback support" |
| @@ -485,6 +490,15 @@ config HID_ROCCAT | |||
| 485 | Say Y here if you have a Roccat mouse or keyboard and want | 490 | Say Y here if you have a Roccat mouse or keyboard and want |
| 486 | support for its special functionalities. | 491 | support for its special functionalities. |
| 487 | 492 | ||
| 493 | config HID_SAITEK | ||
| 494 | tristate "Saitek non-fully HID-compliant devices" | ||
| 495 | depends on USB_HID | ||
| 496 | ---help--- | ||
| 497 | Support for Saitek devices that are not fully compliant with the | ||
| 498 | HID standard. | ||
| 499 | |||
| 500 | Currently only supports the PS1000 controller. | ||
| 501 | |||
| 488 | config HID_SAMSUNG | 502 | config HID_SAMSUNG |
| 489 | tristate "Samsung InfraRed remote control or keyboards" | 503 | tristate "Samsung InfraRed remote control or keyboards" |
| 490 | depends on USB_HID | 504 | depends on USB_HID |
| @@ -549,6 +563,12 @@ config SMARTJOYPLUS_FF | |||
| 549 | Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to | 563 | Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to |
| 550 | enable force feedback support for it. | 564 | enable force feedback support for it. |
| 551 | 565 | ||
| 566 | config HID_TIVO | ||
| 567 | tristate "TiVo Slide Bluetooth remote control support" | ||
| 568 | depends on (USB_HID || BT_HIDP) | ||
| 569 | ---help--- | ||
| 570 | Say Y if you have a TiVo Slide Bluetooth remote control. | ||
| 571 | |||
| 552 | config HID_TOPSEED | 572 | config HID_TOPSEED |
| 553 | tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support" | 573 | tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support" |
| 554 | depends on USB_HID | 574 | depends on USB_HID |
