diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-07-04 17:06:45 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 17:50:56 -0400 |
commit | 606bd0a8616a0e59021cb2997e942513f24f641d (patch) | |
tree | f4884ef8d1beb2c13eaa3af45512c7b43def30ae /drivers/hid/usbhid/Kconfig | |
parent | 6edfa8dc33803a49ad936ead9840e453bee6ca3b (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/usbhid/Kconfig')
-rw-r--r-- | drivers/hid/usbhid/Kconfig | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/drivers/hid/usbhid/Kconfig b/drivers/hid/usbhid/Kconfig index 177bfa1a3e5b..0e7e2e6d975e 100644 --- a/drivers/hid/usbhid/Kconfig +++ b/drivers/hid/usbhid/Kconfig | |||
@@ -44,30 +44,6 @@ config HID_PID | |||
44 | feedback for it. Microsoft Sidewinder Force Feedback 2 is one of such | 44 | feedback for it. Microsoft Sidewinder Force Feedback 2 is one of such |
45 | devices. | 45 | devices. |
46 | 46 | ||
47 | config LOGITECH_FF | ||
48 | bool "Logitech devices support" | ||
49 | depends on HID_FF | ||
50 | select INPUT_FF_MEMLESS if USB_HID | ||
51 | help | ||
52 | Say Y here if you have one of these devices: | ||
53 | - Logitech WingMan Cordless RumblePad | ||
54 | - Logitech WingMan Cordless RumblePad 2 | ||
55 | - Logitech WingMan Force 3D | ||
56 | - Logitech Formula Force EX | ||
57 | - Logitech MOMO Force wheel | ||
58 | |||
59 | and if you want to enable force feedback for them. | ||
60 | Note: if you say N here, this device will still be supported, but without | ||
61 | force feedback. | ||
62 | |||
63 | config LOGIRUMBLEPAD2_FF | ||
64 | bool "Logitech Rumblepad 2 support" | ||
65 | depends on HID_FF | ||
66 | select INPUT_FF_MEMLESS if USB_HID | ||
67 | help | ||
68 | Say Y here if you want to enable force feedback support for Logitech | ||
69 | Rumblepad 2 devices. | ||
70 | |||
71 | config PANTHERLORD_FF | 47 | config PANTHERLORD_FF |
72 | bool "PantherLord/GreenAsia based device support" | 48 | bool "PantherLord/GreenAsia based device support" |
73 | depends on HID_FF | 49 | depends on HID_FF |