diff options
author | Stefan Achatz <erazor_de@users.sourceforge.net> | 2010-05-19 18:55:16 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-05-25 09:57:03 +0200 |
commit | 206f5f2fcb5ff5bb0c60f9e9189937f3ca03e378 (patch) | |
tree | 9699132bf54da1b36560208892a4067bd889a992 /drivers/hid/Kconfig | |
parent | c2fd1a4ebf9127c280d227acb635eb1df213439c (diff) | |
download | kernel_samsung_espresso10-206f5f2fcb5ff5bb0c60f9e9189937f3ca03e378.zip kernel_samsung_espresso10-206f5f2fcb5ff5bb0c60f9e9189937f3ca03e378.tar.gz kernel_samsung_espresso10-206f5f2fcb5ff5bb0c60f9e9189937f3ca03e378.tar.bz2 |
HID: roccat: propagate special events of roccat hardware to userspace
Module roccat is a char device used to report special events of roccat hardware
to userland. These events include requests for on-screen-display of profile or
dpi settings or requests for execution of macro sequences that are not stored
in device. The information in these events depends on hid device implementation
and contains data that is not available in a single hid event or else hidraw
could have been used.
It is inspired by hidraw, but uses only one circular buffer for all readers.
The device is as generic as possible so that the functionality is usable by all
(kone and upcomming) roccat device drivers.
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 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 76ba59b..132278f 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -347,6 +347,14 @@ config HID_QUANTA ---help--- Support for Quanta Optical Touch dual-touch panels. +config HID_ROCCAT + tristate "Roccat special event support" + depends on USB_HID + ---help--- + Support for Roccat special events. + Say Y here if you have a Roccat mouse or keyboard and want OSD or + macro execution support. + config HID_ROCCAT_KONE tristate "Roccat Kone Mouse support" depends on USB_HID |