diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-06-28 19:37:25 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-07-02 16:40:29 -0400 |
commit | 65938133784a3092c61b00aa63d1830fb465c1ac (patch) | |
tree | aea0789b62d94beee65cec2276e066808eff82d2 | |
parent | 88832613715eb46c90b1e75b4c0a537f1cb5797e (diff) |
MAINTAINERS: update input subsystem patterns
Add include/uapi/linux/input-event-codes.h and Documentation/input to
the file patterns, so that patches touching these files get copied
to linux-input mailing list.
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 98861181fb2a..e14c5aa501ef 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -6604,8 +6604,10 @@ S: Maintained | |||
6604 | F: drivers/input/ | 6604 | F: drivers/input/ |
6605 | F: include/linux/input.h | 6605 | F: include/linux/input.h |
6606 | F: include/uapi/linux/input.h | 6606 | F: include/uapi/linux/input.h |
6607 | F: include/uapi/linux/input-event-codes.h | ||
6607 | F: include/linux/input/ | 6608 | F: include/linux/input/ |
6608 | F: Documentation/devicetree/bindings/input/ | 6609 | F: Documentation/devicetree/bindings/input/ |
6610 | F: Documentation/input/ | ||
6609 | 6611 | ||
6610 | INPUT MULTITOUCH (MT) PROTOCOL | 6612 | INPUT MULTITOUCH (MT) PROTOCOL |
6611 | M: Henrik Rydberg <rydberg@bitmath.org> | 6613 | M: Henrik Rydberg <rydberg@bitmath.org> |