diff options
author | Stefan Achatz <erazor_de@users.sourceforge.net> | 2011-01-06 09:00:34 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-01-20 11:27:54 +0100 |
commit | e68cc603b063416c85f3e408184219fb71d4a9ff (patch) | |
tree | 2b1cc1a5bd0234d9a0b7ba44560a48ef2ea88555 /drivers/hid/Makefile | |
parent | dacfecdbf3a0a5072984ff8b3c224a48c8461008 (diff) | |
download | linux-rt-e68cc603b063416c85f3e408184219fb71d4a9ff.tar.gz |
HID: roccat: Add support for Roccat Arvo keyboard
This patch add support for Roccat Arvo keyboard. Arvo has 5 additional
configurable buttons and the ability to deactivate certain keys.
Userland tools can soon be found at http://sourceforge.net/projects/roccat
Signed-off-by: Stefan Achatz <erazor_de@users.sourceforge.net>
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 6efc2a0370ad..fea4eb8c9301 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile @@ -56,6 +56,7 @@ obj-$(CONFIG_HID_PANTHERLORD) += hid-pl.o obj-$(CONFIG_HID_PETALYNX) += hid-petalynx.o obj-$(CONFIG_HID_PICOLCD) += hid-picolcd.o obj-$(CONFIG_HID_ROCCAT) += hid-roccat.o +obj-$(CONFIG_HID_ROCCAT_ARVO) += hid-roccat-arvo.o obj-$(CONFIG_HID_ROCCAT_KONE) += hid-roccat-kone.o obj-$(CONFIG_HID_ROCCAT_KONEPLUS) += hid-roccat-koneplus.o obj-$(CONFIG_HID_ROCCAT_PYRA) += hid-roccat-pyra.o |