diff options
author | Lukasz Lubojanski <lukasz@lubojanski.info> | 2008-12-11 16:07:59 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-01-03 19:00:53 -0500 |
commit | 42859e0bd21daba9974757fcfe4a4dde265fe28d (patch) | |
tree | 564a60ccdcd1197a052b356dc95e10197d31ded9 /drivers/hid/Kconfig | |
parent | d04b431e3d769fbbf26c4f4072002375c8cc4ed9 (diff) |
HID: force feedback driver for GreenAsia 0x12 PID
I have implemented Force Feedback driver for another "GreeAsia" based device
(0e8f:0012 "GreenAsia Inc. USB Joystick"). The functionality was tested with
MANTA Warior MM816 and SpeedLink Strike2 SL-6635 and fftest software -
everything seems to work right.
Signed-off-by: Lukasz Lubojanski <lukasz@lubojanski.info>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 1033129d4767..81dd9b8eeeaa 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -237,6 +237,15 @@ config HID_SUNPLUS | |||
237 | ---help--- | 237 | ---help--- |
238 | Support for Sunplus wireless desktop. | 238 | Support for Sunplus wireless desktop. |
239 | 239 | ||
240 | config GREENASIA_FF | ||
241 | tristate "GreenAsia (Product ID 0x12) force feedback support" | ||
242 | depends on USB_HID | ||
243 | select INPUT_FF_MEMLESS | ||
244 | ---help--- | ||
245 | Say Y here if you have a GreenAsia (Product ID 0x12) based game controller | ||
246 | (like MANTA Warior MM816 and SpeedLink Strike2 SL-6635) or adapter | ||
247 | and want to enable force feedback support for it. | ||
248 | |||
240 | config THRUSTMASTER_FF | 249 | config THRUSTMASTER_FF |
241 | tristate "ThrustMaster devices support" | 250 | tristate "ThrustMaster devices support" |
242 | depends on USB_HID | 251 | depends on USB_HID |