summaryrefslogtreecommitdiffstats
path: root/drivers/hid/Makefile
diff options
context:
space:
mode:
authorMarcus Folkesson <marcus.folkesson@gmail.com>2022-09-02 10:25:52 +0200
committerBenjamin Tissoires <benjamin.tissoires@redhat.com>2022-09-20 11:35:00 +0100
commit2c5e8e61402557119a086a994d2be06a535f5f30 (patch)
tree21e32224bb9f779d1d387dd11b5cbe656c64170c /drivers/hid/Makefile
parenta1f764268f3390406f4dcbe3d2f537f2424f22ca (diff)
downloadlinux-2c5e8e61402557119a086a994d2be06a535f5f30.tar.bz2
HID: Add driver for VRC-2 Car Controller
VRC-2 is 2-axis controller often used in car simulators. Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Link: https://lore.kernel.org/r/20220902082552.2433744-2-marcus.folkesson@gmail.com
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 b0bef8098139..be4f78d6482f 100644
--- a/drivers/hid/Makefile
+++ b/drivers/hid/Makefile
@@ -136,6 +136,7 @@ obj-$(CONFIG_HID_XINMO) += hid-xinmo.o
obj-$(CONFIG_HID_ZEROPLUS) += hid-zpff.o
obj-$(CONFIG_HID_ZYDACRON) += hid-zydacron.o
obj-$(CONFIG_HID_VIEWSONIC) += hid-viewsonic.o
+obj-$(CONFIG_HID_VRC2) += hid-vrc2.o
wacom-objs := wacom_wac.o wacom_sys.o
obj-$(CONFIG_HID_WACOM) += wacom.o