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


Groups > linux.kernel > #1606174 > unrolled thread

[PATCH] Docs: Input: initial uinput documentation

Started byMarcos Paulo de Souza <marcos.souza.org@gmail.com>
First post2017-03-22 04:10 +0100
Last post2017-03-22 04:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH] Docs: Input: initial uinput documentation Marcos Paulo de Souza <marcos.souza.org@gmail.com> - 2017-03-22 04:10 +0100

#1606174 — [PATCH] Docs: Input: initial uinput documentation

FromMarcos Paulo de Souza <marcos.souza.org@gmail.com>
Date2017-03-22 04:10 +0100
Subject[PATCH] Docs: Input: initial uinput documentation
Message-ID<tnEOS-4iL-7@gated-at.bofh.it>
Hi guys,

so, after taking some time to understand how to work with uinput, and to grab some examples
on web, I discovered that kernel doesn't have any "official" documentation about it.

So, here we are :)

I added some examples based in my tests, there are samples of EV_REL and EV_KEY, but
we can add more in the future to cover other cases.

Notes:
* I created the doc in rst format, following the trend to adapt all documentation using the
  new format (although input subsystem still have some work to do...)
* This documentation was converted to HTML, and it can be checked here:
  https://marcosps.github.io/
* Let me know if you find anything that can make the documentation more clear, or
  anything that can make the code better

Marcos Paulo de Souza (1):
  Documentation: Input: Add uinput documentation

 Documentation/input/uinput.rst | 158 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 158 insertions(+)
 create mode 100644 Documentation/input/uinput.rst

-- 
2.9.3

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web