Comment 32 for bug 40473

Revision history for this message
Loïc Martin (loic-martin3) wrote : Re: /etc/X11/xorg.conf should point to /dev/input/wacom instead of /dev/wacom and xserver-xorg-input-wacom should depend on wacom-tools

Sorry for reporting against udev.

After a quick check, the problem is in wacom-tools, more exactly in the udev rule created by wacom-tools :

Here is an extract of wacom-tools ubuntu diff
( http://archive.ubuntu.com/ubuntu/pool/main/w/wacom-tools/wacom-tools_0.7.2-0ubuntu7.diff.gz )

+# udev rule for wacom tablets.
+
+KERNEL=="event[0-9]*", SYSFS{idVendor}=="056a", SYMLINK+="input/wacom"

Reopening bug for wacom-tools