Comment 10 for bug 567068

Revision history for this message
Andreas Raster (rakete) wrote : Re: udev rules with dot in key fails with Env must be KEY=VALUE pairs

Same problem here, trying to get my Marble Mouse working the way I had it working under 9.04.

These are the udev rules I am using:

ENV{ID_VENDOR}=="Logitech", \
    ENV{ID_MODEL}=="USB_Trackball", \
        ENV{x11_options.EmulateWheel}="true", \
        ENV{x11_options.EmulateWheelButton}="3", \
        ENV{x11_options.EmulateWheelTimeout}="200", \
        ENV{x11_options.YAxisMapping}="4 5", \
        ENV{x11_options.Emulate3Buttons}="false", \
        ENV{x11_options.Buttons}="9", \
        ENV{x11_options.ButtonMapping}="1 8 3 4 5 6 7 2 9"

syslog output:
May 18 19:26:33 capcom upstart-udev-bridge[517]: Env must be KEY=VALUE pairs