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/hid-ids.h | |
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/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 5cd1a6a356a3..a945d795e4ed 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -485,6 +485,7 @@ | |||
485 | 485 | ||
486 | #define USB_VENDOR_ID_ROCCAT 0x1e7d | 486 | #define USB_VENDOR_ID_ROCCAT 0x1e7d |
487 | #define USB_DEVICE_ID_ROCCAT_KONE 0x2ced | 487 | #define USB_DEVICE_ID_ROCCAT_KONE 0x2ced |
488 | #define USB_DEVICE_ID_ROCCAT_KONEPLUS 0x2d51 | ||
488 | #define USB_DEVICE_ID_ROCCAT_PYRA_WIRED 0x2c24 | 489 | #define USB_DEVICE_ID_ROCCAT_PYRA_WIRED 0x2c24 |
489 | #define USB_DEVICE_ID_ROCCAT_PYRA_WIRELESS 0x2cf6 | 490 | #define USB_DEVICE_ID_ROCCAT_PYRA_WIRELESS 0x2cf6 |
490 | 491 | ||