Re: [PATCH] MAINTAINERS: Add an entry for the input MT protocol
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2010-06-23 22:54:54
Also in:
lkml
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2010-06-23 22:54:54
Also in:
lkml
On Wednesday, June 23, 2010 03:04:24 pm Henrik Rydberg wrote:
This patch adds a maintainer for the input multitouch (MT) protocol, such that get_maintainer.pl selects it whenever an MT event is present in the patch. Cc: Joe Perches <joe@perches.com> Cc: David S. Miller <davem@davemloft.net> Signed-off-by: Henrik Rydberg <redacted> --- MAINTAINERS | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-)diff --git a/MAINTAINERS b/MAINTAINERS index 6d119c9..32157c8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS@@ -3858,6 +3858,13 @@ S: Maintained F: drivers/char/isicom.c F: include/linux/isicom.h +MULTITOUCH INPUT MT PROTOCOL
Should we call the section "INPUT MULTITOUCH (MT) PROTOCOL" and move it closer to the main INPUT section so that if anyone looks in MAINTAINERS directly they'd see both entries?
+M: Henrik Rydberg [off-list ref] +L: linux-input@vger.kernel.org +S: Maintained +F: Documentation/input/multi-touch-protocol.txt +K: ABS_MT + MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER M: Felipe Balbi [off-list ref] L: linux-usb@vger.kernel.org
-- Dmitry