]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/hid/hid-ids.h
HID: quirk for Saitek RAT7 and MMO7 mices' mode button
authorHarald Brinkmann <hbrinkmann@braincalibration.de>
Tue, 20 May 2014 18:28:00 +0000 (20:28 +0200)
committerJiri Kosina <jkosina@suse.cz>
Tue, 20 May 2014 19:28:42 +0000 (21:28 +0200)
commit37c492c8f6a99870551fe2964b2dfce5d9e87375
treeebd0971a7181fbb0d7cdb03f5cabb613d7b86fca
parentf362e690e5530dd8ace289da991bda558731678e
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>
drivers/hid/Kconfig
drivers/hid/hid-core.c
drivers/hid/hid-ids.h
drivers/hid/hid-saitek.c