Re: [PATCH] MAINTAINERS: Add an entry for the input MT protocol
From: Henrik Rydberg <hidden>
Date: 2010-06-23 22:32:18
Also in:
lkml
From: Henrik Rydberg <hidden>
Date: 2010-06-23 22:32:18
Also in:
lkml
Joe Perches wrote:
On Thu, 2010-06-24 at 00:04 +0200, Henrik Rydberg wrote:quoted
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.quoted
+MULTITOUCH INPUT MT PROTOCOL +M: Henrik Rydberg [off-list ref] +L: linux-input@vger.kernel.org +S: Maintained +F: Documentation/input/multi-touch-protocol.txt +K: ABS_MTThat doesn't seem to match anything other than multitouch stuff, but it's probably best to specify the pattern as much as possible. If you didn't know, K: entries can be entered as perl regex, so maybe something like: K: \b(ABS|SYN)_MT_
Thanks for the info. However, since every application using the MT protocol by necessity uses at least one event called ABS_MT*, it should be fine as is, shouldn't it? Henrik