From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Chandler Paul Subject: [RFC v3 0/1] userio (originally ps2emu) - virtual serio device module Date: Wed, 22 Jul 2015 15:52:52 -0400 Message-ID: <1437594773-22274-1-git-send-email-cpaul@redhat.com> Return-path: Sender: linux-doc-owner@vger.kernel.org To: Dmitry Torokhov , Andrew Morton , Mauro Carvalho Chehab , Greg KH , Arnd Bergmann , Joe Perches , Jiri Slaby , Vishnu Patekar , Sebastian Ott , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, linux-api@vger.kernel.org Cc: Benjamin Tissoires , Hans de Goede List-Id: linux-api@vger.kernel.org Here's the latest revision of the userio patch with all of the suggested edits made, along with a couple of extras I picked up on the way. Cheers, Stephen Chandler Paul Stephen Chandler Paul (1): Input: Add userio module Documentation/input/userio.txt | 70 +++++++++++ MAINTAINERS | 6 + drivers/input/serio/Kconfig | 11 ++ drivers/input/serio/Makefile | 1 + drivers/input/serio/userio.c | 261 +++++++++++++++++++++++++++++++++++++++++ include/uapi/linux/userio.h | 42 +++++++ 6 files changed, 391 insertions(+) create mode 100644 Documentation/input/userio.txt create mode 100644 drivers/input/serio/userio.c create mode 100644 include/uapi/linux/userio.h -- 2.4.3