Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1577343 > unrolled thread

[PATCH] Documentation: input: fix path to input code definitions

Started byMartin Kepplinger <martink@posteo.de>
First post2017-02-09 08:10 +0100
Last post2017-02-12 23:20 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] Documentation: input: fix path to input code definitions Martin Kepplinger <martink@posteo.de> - 2017-02-09 08:10 +0100
    Re: [PATCH] Documentation: input: fix path to input code  definitions Jonathan Corbet <corbet@lwn.net> - 2017-02-12 23:20 +0100

#1577343 — [PATCH] Documentation: input: fix path to input code definitions

FromMartin Kepplinger <martink@posteo.de>
Date2017-02-09 08:10 +0100
Subject[PATCH] Documentation: input: fix path to input code definitions
Message-ID<t8R1D-2Uq-1@gated-at.bofh.it>
Signed-off-by: Martin Kepplinger <martink@posteo.de>
---
 Documentation/input/input.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/input/input.txt b/Documentation/input/input.txt
index 0acfddb..7ebce10 100644
--- a/Documentation/input/input.txt
+++ b/Documentation/input/input.txt
@@ -279,10 +279,10 @@ 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, EV_KEY for a keypress or
-release. More types are defined in include/linux/input.h.
+release. More types are defined in include/uapi/linux/input-event-codes.h.
 
   'code' is event code, for example REL_X or KEY_BACKSPACE, again a complete
-list is in include/linux/input.h.
+list is in include/uapi/linux/input-event-codes.h.
 
   'value' is the value the event carries. Either a relative change for
 EV_REL, absolute new value for EV_ABS (joysticks ...), or 0 for EV_KEY for
-- 
2.1.4

[toc] | [next] | [standalone]


#1579306 — Re: [PATCH] Documentation: input: fix path to input code definitions

FromJonathan Corbet <corbet@lwn.net>
Date2017-02-12 23:20 +0100
SubjectRe: [PATCH] Documentation: input: fix path to input code definitions
Message-ID<taaEW-3t7-23@gated-at.bofh.it>
In reply to#1577343
On Thu,  9 Feb 2017 07:53:29 +0100
Martin Kepplinger <martink@posteo.de> wrote:

> Signed-off-by: Martin Kepplinger <martink@posteo.de>
> ---
>  Documentation/input/input.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/input/input.txt b/Documentation/input/input.txt
> index 0acfddb..7ebce10 100644
> --- a/Documentation/input/input.txt
> +++ b/Documentation/input/input.txt
> @@ -279,10 +279,10 @@ 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, EV_KEY for a keypress or
> -release. More types are defined in include/linux/input.h.
> +release. More types are defined in include/uapi/linux/input-event-codes.h.
>  
>    'code' is event code, for example REL_X or KEY_BACKSPACE, again a complete
> -list is in include/linux/input.h.
> +list is in include/uapi/linux/input-event-codes.h.
>  
>    'value' is the value the event carries. Either a relative change for
>  EV_REL, absolute new value for EV_ABS (joysticks ...), or 0 for EV_KEY for

Applied to the docs tree, thanks.  In the future, though, a proper
changelog text describing the change would be appreciated.

Thanks,

jon

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web