summaryrefslogtreecommitdiffstats
path: root/drivers/hid/Makefile
diff options
context:
space:
mode:
authorfrank zago <frank@zago.net>2022-04-20 21:40:41 -0500
committerJiri Kosina <jkosina@suse.cz>2022-05-06 08:29:26 +0200
commit06be0d6442a07f73107964d7b56c21759c6dfb00 (patch)
treea84b500ee20150dd7a80735090d8682f748c2d68 /drivers/hid/Makefile
parent5e206459f670b579da9b7861a0f3ce3b989a68b6 (diff)
downloadlinux-06be0d6442a07f73107964d7b56c21759c6dfb00.tar.bz2
HID: Add support for Mega World controller force feedback
This patch adds support for one of the several Mega World USB game controller with integrated force feedback. It is a HID based memory-less game controller, with a weak motor on the left, and a strong one on the right. Signed-off-by: frank zago <frank@zago.net> 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 d5ce8d747b14..c2a2db163094 100644
--- a/drivers/hid/Makefile
+++ b/drivers/hid/Makefile
@@ -76,6 +76,7 @@ obj-$(CONFIG_HID_MAGICMOUSE) += hid-magicmouse.o
obj-$(CONFIG_HID_MALTRON) += hid-maltron.o
obj-$(CONFIG_HID_MCP2221) += hid-mcp2221.o
obj-$(CONFIG_HID_MAYFLASH) += hid-mf.o
+obj-$(CONFIG_HID_MEGAWORLD_FF) += hid-megaworld.o
obj-$(CONFIG_HID_MICROSOFT) += hid-microsoft.o
obj-$(CONFIG_HID_MONTEREY) += hid-monterey.o
obj-$(CONFIG_HID_MULTITOUCH) += hid-multitouch.o