aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-dummy.c
diff options
context:
space:
mode:
authorRichard Walmsley <richwalm@gmail.com>2009-03-04 04:12:04 -0500
committerJiri Kosina <jkosina@suse.cz>2009-03-30 09:12:53 -0400
commit3f866fbd52d1863db5c07700e560aef22c4fdc01 (patch)
treeabd18ad213d750a079ee7d765dbd456eecdee061 /drivers/hid/hid-dummy.c
parent27a9c17930fbc356cad1d77591a033b3d9b86dd7 (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/hid-dummy.c')
-rw-r--r--drivers/hid/hid-dummy.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-dummy.c b/drivers/hid/hid-dummy.c
index b4cc0f743d63..536aa15af281 100644
--- a/drivers/hid/hid-dummy.c
+++ b/drivers/hid/hid-dummy.c
@@ -28,6 +28,9 @@ static int __init hid_dummy_init(void)
28#ifdef CONFIG_HID_DELL_MODULE 28#ifdef CONFIG_HID_DELL_MODULE
29 HID_COMPAT_CALL_DRIVER(dell); 29 HID_COMPAT_CALL_DRIVER(dell);
30#endif 30#endif
31#ifdef CONFIG_DRAGONRISE_FF_MODULE
32 HID_COMPAT_CALL_DRIVER(dragonrise);
33#endif
31#ifdef CONFIG_HID_EZKEY_MODULE 34#ifdef CONFIG_HID_EZKEY_MODULE
32 HID_COMPAT_CALL_DRIVER(ezkey); 35 HID_COMPAT_CALL_DRIVER(ezkey);
33#endif 36#endif