diff options
author | Stefan Achatz <erazor_de@users.sourceforge.net> | 2011-01-06 03:00:34 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-01-20 05:27:54 -0500 |
commit | e68cc603b063416c85f3e408184219fb71d4a9ff (patch) | |
tree | 2b1cc1a5bd0234d9a0b7ba44560a48ef2ea88555 /drivers/hid/Kconfig | |
parent | dacfecdbf3a0a5072984ff8b3c224a48c8461008 (diff) |
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/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 24cca2f69dfc..539865a07546 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -417,6 +417,13 @@ config HID_ROCCAT | |||
417 | Say Y here if you have a Roccat mouse or keyboard and want OSD or | 417 | Say Y here if you have a Roccat mouse or keyboard and want OSD or |
418 | macro execution support. | 418 | macro execution support. |
419 | 419 | ||
420 | config HID_ROCCAT_ARVO | ||
421 | tristate "Roccat Arvo keyboard support" | ||
422 | depends on USB_HID | ||
423 | select HID_ROCCAT | ||
424 | ---help--- | ||
425 | Support for Roccat Arvo keyboard. | ||
426 | |||
420 | config HID_ROCCAT_KONE | 427 | config HID_ROCCAT_KONE |
421 | tristate "Roccat Kone Mouse support" | 428 | tristate "Roccat Kone Mouse support" |
422 | depends on USB_HID | 429 | depends on USB_HID |