[PATCH] HID: mode button quirk for Mad Catz R.A.T.5

2015-09-03 Thread Harald Brinkmann
Hi all, this patch applies to Linux 4.2.0. It enables the Saitek HID quirk for the mode button of the Mad Catz R.A.T.5 gaming mouse. Signed-off-by: Harald Brinkmann --- drivers/hid/Kconfig |5 ++--- drivers/hid/hid-core.c |1 + drivers/hid/hid-ids.h|1 + drivers/hid/hid

[PATCH v3] HID: quirk for Saitek RAT7 and MMO7 mices' mode button

2014-05-20 Thread Harald Brinkmann
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 --- drivers/hid/Kconfig |5 - drivers/hid/hid-core.c |4 drivers/hid

[PATCH v2] HID: quirk for Saitek RAT7 and MMO7 mices' mode button

2014-03-26 Thread Harald Brinkmann
tton if it changes. Also the missing release event is generated instantly. Signed-off-by: Harald Brinkmann --- drivers/hid/Kconfig |5 - drivers/hid/hid-ids.h|2 drivers/hid/hid-saitek.c | 154 +++-- 3 files changed, 153 insertions(+), 8 deletion