diff options
author | Michal Malý <madcatxster@gmail.com> | 2011-08-04 10:24:22 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-08-04 10:45:55 -0400 |
commit | a7ac90f18cf1182f01846f36f7d2706e2cc7747c (patch) | |
tree | 8163cc1add7d177212e91b58f2a136b901bb7e10 /drivers/hid/Kconfig | |
parent | 6e2de8e0ab238f7ee818c545a7ea97a4fc333e33 (diff) |
HID: lg4ff - Fix misleading info in Kconfig
The description of lg4ff driver has to be changed to reflect the fact that the
driver now handles a lot more Logitech wh the Wii. Entry in Kconfig has been
renamed to LOGIWHEELS_FF
Signed-off-by: Michal Malý <madcatxster@gmail.com>
Signed-off-by: Simon Wood <simon@mungewell.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 306b15f39c9c..6ae234f21453 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -278,13 +278,20 @@ config LOGIG940_FF | |||
278 | Say Y here if you want to enable force feedback support for Logitech | 278 | Say Y here if you want to enable force feedback support for Logitech |
279 | Flight System G940 devices. | 279 | Flight System G940 devices. |
280 | 280 | ||
281 | config LOGIWII_FF | 281 | config LOGIWHEELS_FF |
282 | bool "Logitech Speed Force Wireless force feedback support" | 282 | bool "Logitech wheels configuration and force feedback support" |
283 | depends on HID_LOGITECH | 283 | depends on HID_LOGITECH |
284 | select INPUT_FF_MEMLESS | 284 | select INPUT_FF_MEMLESS |
285 | help | 285 | help |
286 | Say Y here if you want to enable force feedback support for Logitech | 286 | Say Y here if you want to enable force feedback and range setting |
287 | Speed Force Wireless (Wii) devices. | 287 | support for following Logitech wheels: |
288 | - Logitech Driving Force | ||
289 | - Logitech Driving Force Pro | ||
290 | - Logitech Driving Force GT | ||
291 | - Logitech G25 | ||
292 | - Logitech G27 | ||
293 | - Logitech MOMO/MOMO 2 | ||
294 | - Logitech Formula Force EX | ||
288 | 295 | ||
289 | config HID_MAGICMOUSE | 296 | config HID_MAGICMOUSE |
290 | tristate "Apple MagicMouse multi-touch support" | 297 | tristate "Apple MagicMouse multi-touch support" |