]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/hid/Makefile
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)
committerJiri Kosina <jkosina@suse.cz>
Mon, 18 Jun 2012 11:41:59 +0000 (13:41 +0200)
commit1ccd7a2a33f2b47e46c51f4501e9623a51d28090
treebfcee4e23158ec8eb777c77ef3ea1d484dde7fff
parent3c2c4b73aa79e4a1b601710b59e092441175f4bb
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]