aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Makefile
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2012-06-10 15:16:13 +0200
committerHumberto Borba <humberos@gmail.com>2013-01-12 21:01:54 -0200
commit626b761c50ca45ea6f3c0f6c38ca6007307cbaa2 (patch)
treec5df6c03bc790a237f69e1177e14ff547e34ac00 /drivers/hid/Makefile
parent4a1388e60a9401ed94ee2711396f2571d6cc1568 (diff)
downloadkernel_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/Makefile1
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