diff options
author | Dmitry Torokhov <[email protected]> | 2024-08-29 11:20:26 -0700 |
---|---|---|
committer | Dmitry Torokhov <[email protected]> | 2024-08-29 11:24:50 -0700 |
commit | b9401c658d2c7c0d5a7f33399389eaa18e1d1cea (patch) | |
tree | 65e6a60c8051e2300f90b34f3f4fa99e16b3213a | |
parent | 30f85882393193d344b815f02ecb5c8d7db4923d (diff) |
MAINTAINERS: add gameport.h, serio.h and uinput.h to INPUT section
Add gameport.h, serio.h and uinput.h and complementing them headers
from include/uapi/ to "INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN)
DRIVERS" section so that get_maintainers.pl script will pick them up
and patches affecting them will be sent to the right place.
Signed-off-by: Dmitry Torokhov <[email protected]>
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 493808e822b4..813e22145ae8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10882,10 +10882,16 @@ F: Documentation/devicetree/bindings/serio/ F: Documentation/input/ F: drivers/input/ F: include/dt-bindings/input/ +F: include/linux/gameport.h F: include/linux/input.h F: include/linux/input/ +F: include/linux/serio.h +F: include/linux/uinput.h +F: include/uapi/linux/gameport.h F: include/uapi/linux/input-event-codes.h F: include/uapi/linux/input.h +F: include/uapi/linux/serio.h +F: include/uapi/linux/uinput.h INPUT MULTITOUCH (MT) PROTOCOL M: Henrik Rydberg <[email protected]> |