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>
This commit is contained in:
parent
6e2de8e0ab
commit
a7ac90f18c
@ -278,13 +278,20 @@ config LOGIG940_FF
|
|||||||
Say Y here if you want to enable force feedback support for Logitech
|
Say Y here if you want to enable force feedback support for Logitech
|
||||||
Flight System G940 devices.
|
Flight System G940 devices.
|
||||||
|
|
||||||
config LOGIWII_FF
|
config LOGIWHEELS_FF
|
||||||
bool "Logitech Speed Force Wireless force feedback support"
|
bool "Logitech wheels configuration and force feedback support"
|
||||||
depends on HID_LOGITECH
|
depends on HID_LOGITECH
|
||||||
select INPUT_FF_MEMLESS
|
select INPUT_FF_MEMLESS
|
||||||
help
|
help
|
||||||
Say Y here if you want to enable force feedback support for Logitech
|
Say Y here if you want to enable force feedback and range setting
|
||||||
Speed Force Wireless (Wii) devices.
|
support for following Logitech wheels:
|
||||||
|
- Logitech Driving Force
|
||||||
|
- Logitech Driving Force Pro
|
||||||
|
- Logitech Driving Force GT
|
||||||
|
- Logitech G25
|
||||||
|
- Logitech G27
|
||||||
|
- Logitech MOMO/MOMO 2
|
||||||
|
- Logitech Formula Force EX
|
||||||
|
|
||||||
config HID_MAGICMOUSE
|
config HID_MAGICMOUSE
|
||||||
tristate "Apple MagicMouse multi-touch support"
|
tristate "Apple MagicMouse multi-touch support"
|
||||||
|
@ -21,7 +21,7 @@ endif
|
|||||||
ifdef CONFIG_LOGIG940_FF
|
ifdef CONFIG_LOGIG940_FF
|
||||||
hid-logitech-y += hid-lg3ff.o
|
hid-logitech-y += hid-lg3ff.o
|
||||||
endif
|
endif
|
||||||
ifdef CONFIG_LOGIWII_FF
|
ifdef CONFIG_LOGIWHEELS_FF
|
||||||
hid-logitech-y += hid-lg4ff.o
|
hid-logitech-y += hid-lg4ff.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ int lg3ff_init(struct hid_device *hdev);
|
|||||||
static inline int lg3ff_init(struct hid_device *hdev) { return -1; }
|
static inline int lg3ff_init(struct hid_device *hdev) { return -1; }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_LOGIWII_FF
|
#ifdef CONFIG_LOGIWHEELS_FF
|
||||||
int lg4ff_init(struct hid_device *hdev);
|
int lg4ff_init(struct hid_device *hdev);
|
||||||
int lg4ff_deinit(struct hid_device *hdev);
|
int lg4ff_deinit(struct hid_device *hdev);
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user