HID: uhid: introduce user-space I/O driver support for HID
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 10 Jun 2012 13:16:13 +0000 (15:16 +0200)
committerColin Cross <ccross@android.com>
Thu, 16 Aug 2012 19:44:27 +0000 (12:44 -0700)
commit44099818374d63aa4b892f4ff700f97ff7ec236f
treec1a58710ec292a930cbc626136d6e4f9f6274831
parentefadaa2555535c0e0f345d071da4d547dc3f9abc
HID: uhid: introduce user-space I/O driver support for HID

This adds a dummy driver that will support user-space I/O drivers for the
HID subsystem. This allows to write transport-level drivers like USB-HID
and Bluetooth-HID in user-space.

Low-Energy Bluetooth needs this to feed HID data that is parsed in
user-space back into the kernel.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/Kconfig
drivers/hid/Makefile
drivers/hid/uhid.c [new file with mode: 0644]