aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorHarald Brinkmann <hbrinkmann@braincalibration.de>2014-05-20 20:28:00 +0200
committerJiri Kosina <jkosina@suse.cz>2014-05-20 21:28:42 +0200
commit37c492c8f6a99870551fe2964b2dfce5d9e87375 (patch)
treeebd0971a7181fbb0d7cdb03f5cabb613d7b86fca /drivers/hid/Kconfig
parentHID: add missing hid usages (diff)
downloadlinux-dev-37c492c8f6a99870551fe2964b2dfce5d9e87375.tar.xz
linux-dev-37c492c8f6a99870551fe2964b2dfce5d9e87375.zip
HID: quirk for Saitek RAT7 and MMO7 mices' mode button
Some saitek mice implement a tristate button (for switching button mappings in the original driver) by keeping one of three (non-physical) buttons constantly pressed. This breaks X and probably other userspace software. This patch implements a quirk for the R.A.T.7 and M.M.O.7, tracking the mode and generating presses of a single button if it changes. Also the missing release event is generated instantly. Signed-off-by: Harald Brinkmann <hbrinkmann@braincalibration.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 7af9d0b5dea1..00e01383bf30 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -608,7 +608,10 @@ config HID_SAITEK
Support for Saitek devices that are not fully compliant with the
HID standard.
- Currently only supports the PS1000 controller.
+ Supported devices:
+ - PS1000 Dual Analog Pad
+ - R.A.T.7 Gaming Mouse
+ - M.M.O.7 Gaming Mouse
config HID_SAMSUNG
tristate "Samsung InfraRed remote control or keyboards"