diff options
author | Stefan Achatz <erazor_de@users.sourceforge.net> | 2010-11-26 14:57:42 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-01-07 19:18:28 -0500 |
commit | 47dbdbffe15b9582a41727766d43f1d4208e977e (patch) | |
tree | 98713eb7b7089cfd5e93499473246303a0e1718e /drivers/hid/Kconfig | |
parent | 14a057f80f0c4d45a9e68009f8bcb6b246e87ca0 (diff) |
HID: roccat: Add support for Roccat Kone[+] v2
This patch adds support for Roccat Kone[+] gaming mouse. Kone[+] is an enhanced version
of the old Kone with more memory for macros, a better sensor and more functionality.
This driver is conceptual similar to the existing Kone and Pyra drivers.
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 3d9a95f28aea..d2a27519ed13 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -406,6 +406,13 @@ config HID_ROCCAT_KONE | |||
406 | ---help--- | 406 | ---help--- |
407 | Support for Roccat Kone mouse. | 407 | Support for Roccat Kone mouse. |
408 | 408 | ||
409 | config HID_ROCCAT_KONEPLUS | ||
410 | tristate "Roccat Kone[+] mouse support" | ||
411 | depends on USB_HID | ||
412 | select HID_ROCCAT | ||
413 | ---help--- | ||
414 | Support for Roccat Kone[+] mouse. | ||
415 | |||
409 | config HID_ROCCAT_PYRA | 416 | config HID_ROCCAT_PYRA |
410 | tristate "Roccat Pyra mouse support" | 417 | tristate "Roccat Pyra mouse support" |
411 | depends on USB_HID | 418 | depends on USB_HID |