linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add an entry for the input MT protocol
@ 2010-06-24 10:12 Henrik Rydberg
  0 siblings, 0 replies; 7+ messages in thread
From: Henrik Rydberg @ 2010-06-24 10:12 UTC (permalink / raw)
  To: Dmitry Torokhov
  Cc: Andrew Morton, linux-input, linux-kernel, Henrik Rydberg,
	Joe Perches, David S. Miller

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 <rydberg@euromail.se>
---
 MAINTAINERS |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6d119c9..603413b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2887,6 +2887,13 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
 S:	Maintained
 F:	drivers/input/
 
+INPUT MULTITOUCH (MT) PROTOCOL
+M:	Henrik Rydberg <rydberg@euromail.se>
+L:	linux-input@vger.kernel.org
+S:	Maintained
+F:	Documentation/input/multi-touch-protocol.txt
+K:	\b(ABS|SYN)_MT_
+
 INTEL IDLE DRIVER
 M:	Len Brown <lenb@kernel.org>
 L:	linux-pm@lists.linux-foundation.org
-- 
1.6.3.3


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] MAINTAINERS: Add an entry for the input MT protocol
  2010-06-23 22:54 ` Dmitry Torokhov
@ 2010-06-23 22:56   ` Henrik Rydberg
  0 siblings, 0 replies; 7+ messages in thread
From: Henrik Rydberg @ 2010-06-23 22:56 UTC (permalink / raw)
  To: Dmitry Torokhov
  Cc: Andrew Morton, linux-input, linux-kernel, Joe Perches, David S. Miller

Dmitry Torokhov wrote:
> 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 <rydberg@euromail.se>
>> ---
>>  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? 

Yes, thought about it too.

Henrik

>> +M:	Henrik Rydberg <rydberg@euromail.se>
>> +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 <felipe.balbi@nokia.com>
>>  L:	linux-usb@vger.kernel.org
> 


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] MAINTAINERS: Add an entry for the input MT protocol
  2010-06-23 22:04 Henrik Rydberg
  2010-06-23 22:27 ` Joe Perches
@ 2010-06-23 22:54 ` Dmitry Torokhov
  2010-06-23 22:56   ` Henrik Rydberg
  1 sibling, 1 reply; 7+ messages in thread
From: Dmitry Torokhov @ 2010-06-23 22:54 UTC (permalink / raw)
  To: Henrik Rydberg
  Cc: Andrew Morton, linux-input, linux-kernel, Joe Perches, David S. Miller

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 <rydberg@euromail.se>
> ---
>  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 <rydberg@euromail.se>
> +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 <felipe.balbi@nokia.com>
>  L:	linux-usb@vger.kernel.org

-- 
Dmitry

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] MAINTAINERS: Add an entry for the input MT protocol
  2010-06-23 22:31   ` Henrik Rydberg
@ 2010-06-23 22:46     ` Joe Perches
  0 siblings, 0 replies; 7+ messages in thread
From: Joe Perches @ 2010-06-23 22:46 UTC (permalink / raw)
  To: Henrik Rydberg
  Cc: Dmitry Torokhov, Andrew Morton, linux-input, linux-kernel,
	David S. Miller

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 <rydberg@euromail.se>
> >> +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. 



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] MAINTAINERS: Add an entry for the input MT protocol
  2010-06-23 22:27 ` Joe Perches
@ 2010-06-23 22:31   ` Henrik Rydberg
  2010-06-23 22:46     ` Joe Perches
  0 siblings, 1 reply; 7+ messages in thread
From: Henrik Rydberg @ 2010-06-23 22:31 UTC (permalink / raw)
  To: Joe Perches
  Cc: Dmitry Torokhov, Andrew Morton, linux-input, linux-kernel,
	David S. Miller

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 <rydberg@euromail.se>
>> +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?

Henrik


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] MAINTAINERS: Add an entry for the input MT protocol
  2010-06-23 22:04 Henrik Rydberg
@ 2010-06-23 22:27 ` Joe Perches
  2010-06-23 22:31   ` Henrik Rydberg
  2010-06-23 22:54 ` Dmitry Torokhov
  1 sibling, 1 reply; 7+ messages in thread
From: Joe Perches @ 2010-06-23 22:27 UTC (permalink / raw)
  To: Henrik Rydberg
  Cc: Dmitry Torokhov, Andrew Morton, linux-input, linux-kernel,
	David S. Miller

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 <rydberg@euromail.se>
> +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_



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] MAINTAINERS: Add an entry for the input MT protocol
@ 2010-06-23 22:04 Henrik Rydberg
  2010-06-23 22:27 ` Joe Perches
  2010-06-23 22:54 ` Dmitry Torokhov
  0 siblings, 2 replies; 7+ messages in thread
From: Henrik Rydberg @ 2010-06-23 22:04 UTC (permalink / raw)
  To: Dmitry Torokhov
  Cc: Andrew Morton, linux-input, linux-kernel, Henrik Rydberg,
	Joe Perches, David S. Miller

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 <rydberg@euromail.se>
---
 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
+M:	Henrik Rydberg <rydberg@euromail.se>
+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 <felipe.balbi@nokia.com>
 L:	linux-usb@vger.kernel.org
-- 
1.6.3.3


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-06-24 10:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-24 10:12 [PATCH] MAINTAINERS: Add an entry for the input MT protocol Henrik Rydberg
  -- strict thread matches above, loose matches on Subject: below --
2010-06-23 22:04 Henrik Rydberg
2010-06-23 22:27 ` Joe Perches
2010-06-23 22:31   ` Henrik Rydberg
2010-06-23 22:46     ` Joe Perches
2010-06-23 22:54 ` Dmitry Torokhov
2010-06-23 22:56   ` Henrik Rydberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).