aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hid/Makefile
diff options
context:
space:
mode:
authorMarcel Hasler <mahasler@gmail.com>2016-11-03 19:47:42 +0100
committerJiri Kosina <jkosina@suse.cz>2016-11-03 14:51:29 -0600
commitf8690450f3d0d415f42c94f7e69258d8ba54ff29 (patch)
tree228ecd25d13e859fb6c27e94807de34656a2bb0c /drivers/hid/Makefile
parentHID: usbhid: Add quirks for Mayflash/Dragonrise GameCube and PS3 adapters (diff)
downloadwireguard-linux-f8690450f3d0d415f42c94f7e69258d8ba54ff29.tar.xz
wireguard-linux-f8690450f3d0d415f42c94f7e69258d8ba54ff29.zip
HID: Add new force feedback driver for Mayflash game controller adapters
Add a new module named hid-mf that implements force feedback for game controller adapters manufactured by Mayflash. Currently only the PS3 adapter is supported, other adapters still need to be tested. Signed-off-by: Marcel Hasler <mahasler@gmail.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 86b2b5785fd2..c0453f196c06 100644
--- a/drivers/hid/Makefile
+++ b/drivers/hid/Makefile
@@ -58,6 +58,7 @@ obj-$(CONFIG_HID_LOGITECH) += hid-logitech.o
obj-$(CONFIG_HID_LOGITECH_DJ) += hid-logitech-dj.o
obj-$(CONFIG_HID_LOGITECH_HIDPP) += hid-logitech-hidpp.o
obj-$(CONFIG_HID_MAGICMOUSE) += hid-magicmouse.o
+obj-$(CONFIG_HID_MAYFLASH) += hid-mf.o
obj-$(CONFIG_HID_MICROSOFT) += hid-microsoft.o
obj-$(CONFIG_HID_MONTEREY) += hid-monterey.o
obj-$(CONFIG_HID_MULTITOUCH) += hid-multitouch.o