aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorJiri Slaby <jirislaby@gmail.com>2008-07-04 17:06:45 -0400
committerJiri Kosina <jkosina@suse.cz>2008-10-14 17:50:56 -0400
commit606bd0a8616a0e59021cb2997e942513f24f641d (patch)
treef4884ef8d1beb2c13eaa3af45512c7b43def30ae /drivers/hid/Kconfig
parent6edfa8dc33803a49ad936ead9840e453bee6ca3b (diff)
HID: move logitech FF processing
Merge the logitech force feedback processing directly into logitech driver from the usbhid core. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig24
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 1ab067ee7e6c..4319af320adf 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -160,6 +160,30 @@ config HID_LOGITECH
160 Support for some Logitech devices which breaks less or more 160 Support for some Logitech devices which breaks less or more
161 HID specification. 161 HID specification.
162 162
163config LOGITECH_FF
164 bool "Logitech force feedback"
165 depends on HID_LOGITECH
166 select INPUT_FF_MEMLESS
167 help
168 Say Y here if you have one of these devices:
169 - Logitech WingMan Cordless RumblePad
170 - Logitech WingMan Cordless RumblePad 2
171 - Logitech WingMan Force 3D
172 - Logitech Formula Force EX
173 - Logitech MOMO Force wheel
174
175 and if you want to enable force feedback for them.
176 Note: if you say N here, this device will still be supported, but without
177 force feedback.
178
179config LOGIRUMBLEPAD2_FF
180 bool "Logitech Rumblepad 2 force feedback"
181 depends on HID_LOGITECH
182 select INPUT_FF_MEMLESS
183 help
184 Say Y here if you want to enable force feedback support for Logitech
185 Rumblepad 2 devices.
186
163config HID_MICROSOFT 187config HID_MICROSOFT
164 tristate "Microsoft" 188 tristate "Microsoft"
165 default m 189 default m