diff options
author | Anssi Hannula <anssi.hannula@gmail.com> | 2007-09-19 10:13:20 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2007-10-14 07:40:01 -0400 |
commit | 5edc41ee8717ef44f6f96347000c8f2c825c823e (patch) | |
tree | 7e9e1d09b98fa0fd8418f2cef2d0f0e52b53b928 /drivers/hid/usbhid/Kconfig | |
parent | d500d11615db64b99c24f92c07427879581fde4b (diff) |
HID: use hid-plff driver for GreenAsia 0e8f:0003 devices
Add 0e8f:0003 into the list of devices supported by the hid-plff
force feedback driver. These devices identify themselves as
"GreenAsia Inc. USB Joystick " and can be either adapters or
actual game controllers. The testing was done with a Köng Gaming
gamepad.
Signed-off-by: Anssi Hannula <anssi.hannula@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/usbhid/Kconfig')
-rw-r--r-- | drivers/hid/usbhid/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/hid/usbhid/Kconfig b/drivers/hid/usbhid/Kconfig index b27023f23c87..c557d7040a69 100644 --- a/drivers/hid/usbhid/Kconfig +++ b/drivers/hid/usbhid/Kconfig | |||
@@ -71,12 +71,12 @@ config LOGITECH_FF | |||
71 | force feedback. | 71 | force feedback. |
72 | 72 | ||
73 | config PANTHERLORD_FF | 73 | config PANTHERLORD_FF |
74 | bool "PantherLord USB/PS2 2in1 Adapter support" | 74 | bool "PantherLord/GreenAsia based device support" |
75 | depends on HID_FF | 75 | depends on HID_FF |
76 | select INPUT_FF_MEMLESS if USB_HID | 76 | select INPUT_FF_MEMLESS if USB_HID |
77 | help | 77 | help |
78 | Say Y here if you have a PantherLord USB/PS2 2in1 Adapter and want | 78 | Say Y here if you have a PantherLord/GreenAsia based game controller |
79 | to enable force feedback support for it. | 79 | or adapter and want to enable force feedback support for it. |
80 | 80 | ||
81 | config THRUSTMASTER_FF | 81 | config THRUSTMASTER_FF |
82 | bool "ThrustMaster devices support (EXPERIMENTAL)" | 82 | bool "ThrustMaster devices support (EXPERIMENTAL)" |