diff options
author | Marcus Folkesson <marcus.folkesson@gmail.com> | 2022-09-02 11:25:52 +0300 |
---|---|---|
committer | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2022-09-20 13:35:00 +0300 |
commit | 2c5e8e61402557119a086a994d2be06a535f5f30 (patch) | |
tree | 21e32224bb9f779d1d387dd11b5cbe656c64170c /drivers/hid/Makefile | |
parent | a1f764268f3390406f4dcbe3d2f537f2424f22ca (diff) | |
download | linux-2c5e8e61402557119a086a994d2be06a535f5f30.tar.xz |
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/Makefile | 1 |
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 |