[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Logitech M305 mouse 4th and 5th button



I am having trouble getting my Logitech M305 mouse's last two buttons (5- button mouse, 7 buttons counting the wheel) working (wheezy).

This is my /etc/udev/rules.d/50-logitech-m305.rules:

ACTION!="add|change", GOTO="xorg_local_end"
KERNEL!="event*", GOTO="xorg_local_end"

ENV{ID_INPUT_MOUSE}!="1", GOTO="xorg_local_end"
ENV{ID_VENDOR_ID}!="046d", GOTO="xorg_local_end"
ENV{ID_MODEL_ID}!="c52f", GOTO="xorg_local_end"

ENV{x11_options.Buttons}="7"
ENV{x11_options.ZAxisMapping}="4 5"

LABEL="xorg_local_end"

Regards,
    Panayiotis


Reply to: