It seems to me that this mouse sends two button events for some of the
"physical buttons". For example moving the wheel to the left reports
button press 13
button press 6
button release 6
button release 13
Similar results for the many other buttons on the beast.
Is this what the device actually does or does it signify a faulty X
setup on my part?
I have the evdev driver in my kernel.
I use xorg.conf and have
Section "InputDevice"
Identifier "Logitech MX1000"
Driver "evdev"
Option "Device" "/dev/input/event2"
EndSection
gottl...@allan /dev/input/by-id $ ls -l
/dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse
lrwxrwxrwx 1 root root 9 Dec 15 11:20
/dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse -> ../event2
thanks,
allan