Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752514AbbGVTxY (ORCPT ); Wed, 22 Jul 2015 15:53:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25470 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752873AbbGVTxW (ORCPT ); Wed, 22 Jul 2015 15:53:22 -0400 From: Stephen Chandler Paul 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 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> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 965 Lines: 28 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/