diff options
author | Don Prince <dhprince.devel@yahoo.co.uk> | 2010-05-14 17:30:59 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-05-17 10:37:04 +0200 |
commit | a9885c8f7bf62e251fc178f838b9f0ee897c158a (patch) | |
tree | 5eee76da6440a878f6d0aac30f006f81cf0432b1 /drivers/hid/Makefile | |
parent | 1721a238ba5df9e870ed952464d38714261f5be9 (diff) |
HID: Zydacron Remote Control driver
A specialised HID driver for the Zydacron Remote Control (usb id: 13ec:0006).
The specialised HID driver adds support for the buttons which are not
currently handled by the default HID driver.
Signed-off-by: Don Prince <dhprince-devel@yahoo.co.uk>
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 0b2618f092c..d1f1b448977 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile @@ -54,6 +54,7 @@ obj-$(CONFIG_HID_THRUSTMASTER) += hid-tmff.o obj-$(CONFIG_HID_TOPSEED) += hid-topseed.o obj-$(CONFIG_HID_TWINHAN) += hid-twinhan.o obj-$(CONFIG_HID_ZEROPLUS) += hid-zpff.o +obj-$(CONFIG_HID_ZYDACRON) += hid-zydacron.o obj-$(CONFIG_HID_WACOM) += hid-wacom.o obj-$(CONFIG_USB_HID) += usbhid/ |