Comment 10 for bug 1581626

Revision history for this message
maxadamo (massimilianoadamo) wrote :

you should be able to fix this issue, creating a file as following:
$ cat /etc/X11/xorg.conf.d/jabra.conf
Section "InputClass"
    Identifier "Jabra Audio docking station"
    MatchDevicePath "/dev/input/event*"
    MatchProduct "Netcom"
    MatchVendor "GN_Netcom_A_S"
    Option "Ignore" "true"
EndSection