On Fri, 21 Sep 2007 the mental interface of
Dario Gallucci told:
> I had the same problem.
>
> The mouse is working again whit evdev using
> Option "Device" and the specific event identifier given to the mouse by udev
> in /dev/input/by-path/...
>
> I hope this can solve temporary this problem.
Thanks a lot for pointing out.
I created a udev rule:
KERNEL=="event*", SYSFS{idVendor}=="046d", SYSFS{idProduct}=="c50e"
NAME="input/event-mx1000", SYMLINK="input/%k"
and added:
Option "Device" "/dev/input/event-mx1000"
to the InputDevice Section.
This works ;)
But I noticed in evdev(4) that 'Option "Device"' is strongly
discouraged.
Elimar
--
"Talking much about oneself can also
be a means to conceal oneself."
-Friedrich Nietzsche
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]