summary refs log tree commit diff
path: root/drivers/hid/Makefile
diff options
context:
space:
mode:
authorHuang Bo <huangbobupt@163.com>2014-11-26 18:21:03 +0800
committerJiri Kosina <jkosina@suse.cz>2014-12-22 14:42:39 +0100
commitfc38a8a66e1bda87da13e8eb549dd87ddd86f3b8 (patch)
treee52d83242d168467927ee0c50a3c848c1a5fd339 /drivers/hid/Makefile
parent0349678ccd74d16c1f2bb58ecafec13ef7110e36 (diff)
downloadlinux-fc38a8a66e1bda87da13e8eb549dd87ddd86f3b8.tar.gz
HID: add BETOP game controller force feedback support
Adds force feedback support for BETOP USB game controllers.
These devices are mass produced in China.

Signed-off-by: Huang Bo <huangbobupt@163.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Makefile')
-rw-r--r--drivers/hid/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile
index debd15b44b59..3a27d14be28d 100644
--- a/drivers/hid/Makefile
+++ b/drivers/hid/Makefile
@@ -39,6 +39,7 @@ obj-$(CONFIG_HID_APPLE)		+= hid-apple.o
 obj-$(CONFIG_HID_APPLEIR)	+= hid-appleir.o
 obj-$(CONFIG_HID_AUREAL)        += hid-aureal.o
 obj-$(CONFIG_HID_BELKIN)	+= hid-belkin.o
+obj-$(CONFIG_HID_BETOP_FF)	+= hid-betopff.o
 obj-$(CONFIG_HID_CHERRY)	+= hid-cherry.o
 obj-$(CONFIG_HID_CHICONY)	+= hid-chicony.o
 obj-$(CONFIG_HID_CP2112)	+= hid-cp2112.o