You are not logged in.
Pages: 1
Lately I've noticed that whenever I reboot, the event number of my Wacom changes. It's went from event2 to event6 to event5. Getting annoyed with having to reset this each time in /etc/X11/xorg.conf, I made up a simple udev rule to solve this. Save this as /etc/udev/rules.d/10-wacom.rules
KERNEL=="event*", SYSFS{idVendor}=="056a", NAME="input/%k", SYMLINK="input/wacom"
Hope this helps anyone having the same problem.
Last edited by johnisevil (2007-03-07 05:05:57)
Offline
Pages: 1