diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-19 16:31:34 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-19 16:31:34 -0500 |
commit | d43a338e395371733a80ec473b40baac5f74d768 (patch) | |
tree | d4c01b62865bed1af2463d7a4eb4cb25ca46c66e /drivers/usb/input/Kconfig | |
parent | cb4aaf46c0283dd79ab2e8b8b165c0bf13ab6194 (diff) | |
parent | 62b529a7b9c11880a8820494a25db0e2ecdf3bed (diff) |
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/input
* 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/input:
Input: remove obsolete setup parameters from input drivers
Input: HIL - fix improper call to release_region()
Input: hid-lgff - treat devices as joysticks unless told otherwise
Input: HID - add support for Logitech Formula Force EX
Input: gpio-keys - switch to common GPIO API
Input: do not lock device when showing name, phys and uniq
Input: i8042 - let serio bus suspend ports
Input: psmouse - properly reset mouse on shutdown/suspend
Diffstat (limited to 'drivers/usb/input/Kconfig')
-rw-r--r-- | drivers/usb/input/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/usb/input/Kconfig b/drivers/usb/input/Kconfig index 2e71d3cca198..69a9f3b6d0a9 100644 --- a/drivers/usb/input/Kconfig +++ b/drivers/usb/input/Kconfig | |||
@@ -58,13 +58,17 @@ config HID_PID | |||
58 | devices. | 58 | devices. |
59 | 59 | ||
60 | config LOGITECH_FF | 60 | config LOGITECH_FF |
61 | bool "Logitech WingMan *3D support" | 61 | bool "Logitech devices support" |
62 | depends on HID_FF | 62 | depends on HID_FF |
63 | select INPUT_FF_MEMLESS if USB_HID | 63 | select INPUT_FF_MEMLESS if USB_HID |
64 | help | 64 | help |
65 | Say Y here if you have one of these devices: | 65 | Say Y here if you have one of these devices: |
66 | - Logitech WingMan Cordless RumblePad | 66 | - Logitech WingMan Cordless RumblePad |
67 | - Logitech WingMan Cordless RumblePad 2 | ||
67 | - Logitech WingMan Force 3D | 68 | - Logitech WingMan Force 3D |
69 | - Logitech Formula Force EX | ||
70 | - Logitech MOMO Force wheel | ||
71 | |||
68 | and if you want to enable force feedback for them. | 72 | and if you want to enable force feedback for them. |
69 | Note: if you say N here, this device will still be supported, but without | 73 | Note: if you say N here, this device will still be supported, but without |
70 | force feedback. | 74 | force feedback. |