From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Cc: linux-input@vger.kernel.org
Subject: Re: [PATCH] Input: Fix documentation. Event type is EV_KEY, not REL_KEY.
Date: Fri, 17 Apr 2009 08:36:45 -0700 [thread overview]
Message-ID: <20090417153645.GA20999@dtor-d630.eng.vmware.com> (raw)
In-Reply-To: <1239960623-28133-1-git-send-email-cascardo@holoscopio.com>
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
prev parent reply other threads:[~2009-04-17 15:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090417153645.GA20999@dtor-d630.eng.vmware.com \
--to=dmitry.torokhov@gmail.com \
--cc=cascardo@holoscopio.com \
--cc=linux-input@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).