From: David Herrmann <dh.herrmann@googlemail.com>
To: linux-input@vger.kernel.org
Cc: jkosina@suse.cz, marcel@holtmann.org,
claudio.takahasi@openbossa.org, jprvita@openbossa.org,
linux-bluetooth@vger.kernel.org,
David Herrmann <dh.herrmann@googlemail.com>
Subject: [PATCH 0/1] HID: User-space HID I/O driver (UHID)
Date: Mon, 30 Apr 2012 17:27:29 +0200 [thread overview]
Message-ID: <1335799650-17597-1-git-send-email-dh.herrmann@googlemail.com> (raw)
Hi
This implements a hid_ll_driver user-space interface similar to uinput for the
input devices. It allows to implement the HID transport-layer in user-space as
required by Bluetooth Low-Energy (HoG).
This is my "first final revision" for the module. Please review and test.
Changes from the previous RFCs include:
- The feature-report mechanism is now implemented
- Several min_t() fixes
- Minor coding-style issues
I did not change __attribute__((__packed__)) to __packed as the latter one is
not provided to user-space.
If there are any more issues, please tell me. And for the record, the HoG devs
told me that they are working since several months with it now so we have a real
user-space application that needs it ;)
If there are no more issues (which i doubt) I can also resend this splitted into
multiple patches.
Regards
David
David Herrmann (1):
HID: User-space I/O driver support for HID subsystem
Documentation/hid/uhid.txt | 169 +++++++++++++
drivers/hid/Kconfig | 21 ++
drivers/hid/Makefile | 2 +-
drivers/hid/uhid.c | 572 +++++++++++++++++++++++++++++++++++++++++++
include/linux/Kbuild | 1 +
include/linux/uhid.h | 104 ++++++++
samples/uhid/Makefile | 10 +
samples/uhid/uhid-example.c | 381 ++++++++++++++++++++++++++++
8 files changed, 1259 insertions(+), 1 deletion(-)
create mode 100644 Documentation/hid/uhid.txt
create mode 100644 drivers/hid/uhid.c
create mode 100644 include/linux/uhid.h
create mode 100644 samples/uhid/Makefile
create mode 100644 samples/uhid/uhid-example.c
--
1.7.10
next reply other threads:[~2012-04-30 15:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-30 15:27 David Herrmann [this message]
2012-04-30 15:27 ` [PATCH 1/1] HID: User-space I/O driver support for HID subsystem David Herrmann
2012-05-02 19:09 ` [PATCH 0/1] HID: User-space HID I/O driver (UHID) Joao Paulo Rechi Vita
2012-05-03 15:33 ` David Herrmann
2012-05-05 15:50 ` David Herrmann
2012-05-10 10:19 ` Jiri Kosina
2012-05-20 10:40 ` David Herrmann
2012-05-23 13:55 ` Jiri Kosina
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=1335799650-17597-1-git-send-email-dh.herrmann@googlemail.com \
--to=dh.herrmann@googlemail.com \
--cc=claudio.takahasi@openbossa.org \
--cc=jkosina@suse.cz \
--cc=jprvita@openbossa.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=marcel@holtmann.org \
/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).