diff options
author | Marcus Folkesson <marcus.folkesson@gmail.com> | 2022-09-02 10:25:52 +0200 |
---|---|---|
committer | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2022-09-20 11:35:00 +0100 |
commit | 2c5e8e61402557119a086a994d2be06a535f5f30 (patch) | |
tree | 21e32224bb9f779d1d387dd11b5cbe656c64170c /MAINTAINERS | |
parent | a1f764268f3390406f4dcbe3d2f537f2424f22ca (diff) |
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 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 589517372408..40aae61d73a9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9065,6 +9065,12 @@ F: drivers/hid/hid-sensor-* F: drivers/iio/*/hid-* F: include/linux/hid-sensor-* +HID VRC-2 CAR CONTROLLER DRIVER +M: Marcus Folkesson <marcus.folkesson@gmail.com> +L: linux-input@vger.kernel.org +S: Maintained +F: drivers/hid/hid-vrc2.c + HID WACOM DRIVER M: Ping Cheng <ping.cheng@wacom.com> M: Jason Gerecke <jason.gerecke@wacom.com> |