From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753384Ab0FWWqc (ORCPT ); Wed, 23 Jun 2010 18:46:32 -0400 Received: from mail.perches.com ([173.55.12.10]:1266 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751940Ab0FWWqa (ORCPT ); Wed, 23 Jun 2010 18:46:30 -0400 Subject: Re: [PATCH] MAINTAINERS: Add an entry for the input MT protocol From: Joe Perches To: Henrik Rydberg Cc: Dmitry Torokhov , Andrew Morton , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" In-Reply-To: <4C228B49.5000408@euromail.se> References: <1277330664-13884-1-git-send-email-rydberg@euromail.se> <1277332072.31591.92.camel@Joe-Laptop.home> <4C228B49.5000408@euromail.se> Content-Type: text/plain; charset="UTF-8" Date: Wed, 23 Jun 2010 15:46:26 -0700 Message-ID: <1277333186.31591.102.camel@Joe-Laptop.home> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2010-06-24 at 00:31 +0200, Henrik Rydberg wrote: > Joe Perches wrote: > > On Thu, 2010-06-24 at 00:04 +0200, 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. > >> +MULTITOUCH INPUT MT PROTOCOL > >> +M: Henrik Rydberg > >> +L: linux-input@vger.kernel.org > >> +S: Maintained > >> +F: Documentation/input/multi-touch-protocol.txt > >> +K: ABS_MT > > That 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? Maybe. The leading \b and trailing _ are just attempts to avoid potential clashes with future stuff.