I just dumped the Kinzu (it had a bug in the firmware that would disconnect the mouse each now and then), and now I've got myself an R.A.T.3. Didn't work perfectly out-of-the-box (mouse buttons stopped responding in Xorg after "mode" button is pressed), so I had to add this to the /ext/X11/xorg.conf:
Code:
Section "InputClass"
Identifier "Mouse Remap"
MatchProduct "Saitek Cyborg R.A.T.3 Mouse"
MatchDevicePath "/dev/input/event*"
Option "ButtonMapping" "1 2 3 4 5 0 0 0 0 0 0 0 0 0 0 0 0"
EndSection
.
Now it works like a charm.
P.S.: Special thanks to evtest command-line tool and
http://www.linuxquestions.org/hcl/showp ... 28/cat/452 .