linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Input: Fix documentation. Event type is EV_KEY, not REL_KEY.
@ 2009-04-17  9:30 Thadeu Lima de Souza Cascardo
  2009-04-17 15:36 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Thadeu Lima de Souza Cascardo @ 2009-04-17  9:30 UTC (permalink / raw)
  To: linux-input; +Cc: Thadeu Lima de Souza Cascardo

---
 Documentation/input/input.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/input/input.txt b/Documentation/input/input.txt
index 686ee99..b93c084 100644
--- a/Documentation/input/input.txt
+++ b/Documentation/input/input.txt
@@ -278,7 +278,7 @@ struct input_event {
 };
 
   'time' is the timestamp, it returns the time at which the event happened.
-Type is for example EV_REL for relative moment, REL_KEY for a keypress or
+Type is for example EV_REL for relative moment, EV_KEY for a keypress or
 release. More types are defined in include/linux/input.h.
 
   'code' is event code, for example REL_X or KEY_BACKSPACE, again a complete
-- 
1.6.2.2


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

* Re: [PATCH] Input: Fix documentation. Event type is EV_KEY, not REL_KEY.
  2009-04-17  9:30 [PATCH] Input: Fix documentation. Event type is EV_KEY, not REL_KEY Thadeu Lima de Souza Cascardo
@ 2009-04-17 15:36 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2009-04-17 15:36 UTC (permalink / raw)
  To: Thadeu Lima de Souza Cascardo; +Cc: linux-input

On Fri, Apr 17, 2009 at 06:30:23AM -0300, Thadeu Lima de Souza Cascardo wrote:
> ---
>  Documentation/input/input.txt |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/Documentation/input/input.txt b/Documentation/input/input.txt
> index 686ee99..b93c084 100644
> --- a/Documentation/input/input.txt
> +++ b/Documentation/input/input.txt
> @@ -278,7 +278,7 @@ struct input_event {
>  };
>  
>    'time' is the timestamp, it returns the time at which the event happened.
> -Type is for example EV_REL for relative moment, REL_KEY for a keypress or
> +Type is for example EV_REL for relative moment, EV_KEY for a keypress or
>  release. More types are defined in include/linux/input.h.
>  
>    'code' is event code, for example REL_X or KEY_BACKSPACE, again a complete

Will apply, thank you.

-- 
Dmitry

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

end of thread, other threads:[~2009-04-17 15:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-17  9:30 [PATCH] Input: Fix documentation. Event type is EV_KEY, not REL_KEY Thadeu Lima de Souza Cascardo
2009-04-17 15:36 ` Dmitry Torokhov

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).