diff options
| author | David Herrmann <dh.herrmann@googlemail.com> | 2012-06-10 15:16:13 +0200 |
|---|---|---|
| committer | Humberto Borba <humberos@gmail.com> | 2013-01-12 21:01:54 -0200 |
| commit | 626b761c50ca45ea6f3c0f6c38ca6007307cbaa2 (patch) | |
| tree | c5df6c03bc790a237f69e1177e14ff547e34ac00 /drivers/hid/Makefile | |
| parent | 4a1388e60a9401ed94ee2711396f2571d6cc1568 (diff) | |
| download | kernel_samsung_smdk4412-626b761c50ca45ea6f3c0f6c38ca6007307cbaa2.tar.gz kernel_samsung_smdk4412-626b761c50ca45ea6f3c0f6c38ca6007307cbaa2.tar.bz2 kernel_samsung_smdk4412-626b761c50ca45ea6f3c0f6c38ca6007307cbaa2.zip | |
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>
Diffstat (limited to 'drivers/hid/Makefile')
| -rw-r--r-- | drivers/hid/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile index f8cc4ea7335..5a255e02987 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile @@ -8,6 +8,7 @@ ifdef CONFIG_DEBUG_FS endif obj-$(CONFIG_HID) += hid.o +obj-$(CONFIG_UHID) += uhid.o hid-$(CONFIG_HIDRAW) += hidraw.o |
