summaryrefslogtreecommitdiffstats
path: root/drivers/hid/Makefile
diff options
context:
space:
mode:
authorChris Schlund <chrisschlund@gmx.de>2011-02-03 16:41:47 +0100
committerJiri Kosina <jkosina@suse.cz>2011-02-03 16:41:59 +0100
commit75b07022462fc33d6be15669ad604118653210a9 (patch)
treeac3eb74b5abc38e89e3fcb1711a94ff4fda13be9 /drivers/hid/Makefile
parentcf28a673666fba5770b40fb084584391f451c07d (diff)
downloadlinux-75b07022462fc33d6be15669ad604118653210a9.tar.gz
linux-75b07022462fc33d6be15669ad604118653210a9.tar.xz
linux-75b07022462fc33d6be15669ad604118653210a9.zip
HID: add support for wireless remote LC Power model RC1000MCE
Signed-off-by: Chris Schlund <chrisschlund@gmx.de> 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 6efc2a0370ad..2e1b1e3326c9 100644
--- a/drivers/hid/Makefile
+++ b/drivers/hid/Makefile
@@ -42,6 +42,7 @@ obj-$(CONFIG_HID_EZKEY) += hid-ezkey.o
obj-$(CONFIG_HID_GYRATION) += hid-gyration.o
obj-$(CONFIG_HID_KENSINGTON) += hid-kensington.o
obj-$(CONFIG_HID_KYE) += hid-kye.o
+obj-$(CONFIG_HID_LCPOWER) += hid-lcpower.o
obj-$(CONFIG_HID_LOGITECH) += hid-logitech.o
obj-$(CONFIG_HID_MAGICMOUSE) += hid-magicmouse.o
obj-$(CONFIG_HID_MICROSOFT) += hid-microsoft.o