diff options
author | Richard Walmsley <richwalm@gmail.com> | 2009-03-04 04:12:04 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-03-30 09:12:53 -0400 |
commit | 3f866fbd52d1863db5c07700e560aef22c4fdc01 (patch) | |
tree | abd18ad213d750a079ee7d765dbd456eecdee061 /drivers/hid/Kconfig | |
parent | 27a9c17930fbc356cad1d77591a033b3d9b86dd7 (diff) |
HID: DragonRise game controller force feedback driver
Adds force feedback support for USB DragonRise Inc. game controllers.
These devices are mass produced in China and distributed under several vendors.
Signed-off-by: Richard Walmsley <richwalm@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 97183066a27b..9cc662c7e744 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -128,6 +128,14 @@ config HID_CYPRESS | |||
128 | ---help--- | 128 | ---help--- |
129 | Support for cypress mouse and barcode readers. | 129 | Support for cypress mouse and barcode readers. |
130 | 130 | ||
131 | config DRAGONRISE_FF | ||
132 | tristate "DragonRise Inc. force feedback support" | ||
133 | depends on USB_HID | ||
134 | select INPUT_FF_MEMLESS | ||
135 | ---help--- | ||
136 | Say Y here if you want to enable force feedback support for DragonRise Inc. | ||
137 | game controllers. | ||
138 | |||
131 | config HID_EZKEY | 139 | config HID_EZKEY |
132 | tristate "Ezkey" if EMBEDDED | 140 | tristate "Ezkey" if EMBEDDED |
133 | depends on USB_HID | 141 | depends on USB_HID |