linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: Marcelo Tosatti <marcelo.tosatti@cyclades.com.br>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [PATCH] User level driver support for input subsystem
Date: Sun, 30 Nov 2003 23:00:23 +0100	[thread overview]
Message-ID: <1070229623.9032.372.camel@pegasus> (raw)

Hi Marcelo,

this is a backport of the user level driver support for input subsystem
from 2.6. Please consider including them into 2.4.24. We want to use it
for Bluetooth HID devices which need access to the input subsystem from
userspace.

Regards

Marcel


Please do a

        bk pull http://linux-mh.bkbits.net/uinput-2.4

This will update the following files:

 CREDITS                      |    1 
 Documentation/Configure.help |    9 
 Documentation/devices.txt    |    1 
 drivers/input/Config.in      |    1 
 drivers/input/Makefile       |    1 
 drivers/input/uinput.c       |  428 +++++++++++++++++++++++++++++++++++++++++++
 include/linux/uinput.h       |   79 +++++++
 7 files changed, 520 insertions(+)

through these ChangeSets:

<marcel@holtmann.org> (03/11/30 1.1196)
   [PATCH] User level driver support for input subsystem
   
   This driver adds support for user level drivers for input
   subsystem accessible under char device /dev/input/uinput.




                 reply	other threads:[~2003-11-30 22:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1070229623.9032.372.camel@pegasus \
    --to=marcel@holtmann.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo.tosatti@cyclades.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).