diff mbox series

[RESEND,2/2] MAINTAINERS: Add entry for RC Simulator Controllers

Message ID 20220822060936.769855-2-marcus.folkesson@gmail.com (mailing list archive)
State New, archived
Headers show
Series [RESEND,1/2] HID: Add driver for RC Simulator Controllers | expand

Commit Message

Marcus Folkesson Aug. 22, 2022, 6:09 a.m. UTC
Add an entry for RC Simulator Controllers and add myself
as maintainers of this driver.

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 64379c699903..216b9f021f72 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16896,6 +16896,13 @@  M:	Patrick Lerda <patrick9876@free.fr>
 S:	Maintained
 F:	drivers/media/rc/ir-rcmm-decoder.c
 
+RC SIMULATOR CONTROLLERS
+M:	Marcus Folkesson <marcus.folkesson@gmail.com>
+L:	linux-input@vger.kernel.org
+S:	Maintained
+F:	Documentation/hid/rcsim.rst
+F:	drivers/hid/hid-rcsim.c
+
 RCUTORTURE TEST FRAMEWORK
 M:	"Paul E. McKenney" <paulmck@kernel.org>
 M:	Josh Triplett <josh@joshtriplett.org>