All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: input: fix path to input code definitions
@ 2017-02-09  6:53 Martin Kepplinger
  2017-02-12 22:18 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Kepplinger @ 2017-02-09  6:53 UTC (permalink / raw)
  To: corbet; +Cc: linux-doc, linux-kernel, Martin Kepplinger

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

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

* Re: [PATCH] Documentation: input: fix path to input code definitions
  2017-02-09  6:53 [PATCH] Documentation: input: fix path to input code definitions Martin Kepplinger
@ 2017-02-12 22:18 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2017-02-12 22:18 UTC (permalink / raw)
  To: Martin Kepplinger; +Cc: linux-doc, linux-kernel

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

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

end of thread, other threads:[~2017-02-12 22:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-09  6:53 [PATCH] Documentation: input: fix path to input code definitions Martin Kepplinger
2017-02-12 22:18 ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.