diff options
author | Anssi Hannula <anssi.hannula@gmail.com> | 2006-07-19 01:40:30 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2006-07-19 01:40:30 -0400 |
commit | 7d928a2b14eede1f333db7b7b684c57f7fa7f456 (patch) | |
tree | b674c2668e42bae63188f80b4f519fa6c9aef55b /drivers/input/Kconfig | |
parent | 509ca1a9383601fdc5612d3d3ba5b981f6eb6c8b (diff) |
Input: unified force feedback support for memoryless devices
Consolidate core implementing memoryless devices in one module; added
support for gain and envelopes and periodic => rumble conversion.
Signed-off-by: Anssi Hannula <anssi.hannula@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/Kconfig')
-rw-r--r-- | drivers/input/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig index 58223b5d842a..96232313b1b9 100644 --- a/drivers/input/Kconfig +++ b/drivers/input/Kconfig | |||
@@ -24,6 +24,20 @@ config INPUT | |||
24 | 24 | ||
25 | if INPUT | 25 | if INPUT |
26 | 26 | ||
27 | config INPUT_FF_MEMLESS | ||
28 | tristate "Support for memoryless force-feedback devices" | ||
29 | default n | ||
30 | ---help--- | ||
31 | Say Y here if you have memoryless force-feedback input device | ||
32 | such as Logitech WingMan Force 3D, ThrustMaster FireStorm Dual | ||
33 | Power 2, or similar. You will also need to enable hardware-specific | ||
34 | driver. | ||
35 | |||
36 | If unsure, say N. | ||
37 | |||
38 | To compile this driver as a module, choose M here: the | ||
39 | module will be called ff-memless. | ||
40 | |||
27 | comment "Userland interfaces" | 41 | comment "Userland interfaces" |
28 | 42 | ||
29 | config INPUT_MOUSEDEV | 43 | config INPUT_MOUSEDEV |