From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758647AbdCVDJS (ORCPT ); Tue, 21 Mar 2017 23:09:18 -0400 Received: from mail-qt0-f170.google.com ([209.85.216.170]:35906 "EHLO mail-qt0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757425AbdCVDJR (ORCPT ); Tue, 21 Mar 2017 23:09:17 -0400 From: Marcos Paulo de Souza To: linux-kernel@vger.kernel.org Cc: Marcos Paulo de Souza Subject: [PATCH] Docs: Input: initial uinput documentation Date: Wed, 22 Mar 2017 00:01:56 -0300 Message-Id: <20170322030201.4423-1-marcos.souza.org@gmail.com> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170322025820.4108-2-marcos.souza.org@gmail.com> References: <20170322025820.4108-2-marcos.souza.org@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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