The Wacom Tablet can be identified using the driver name. I link it as /dev/input/mouseWACOM and /dev/input/eventWACOM into the system: KERNEL="mouse*", DRIVER="wacom", NAME="input/mouseWACOM" KERNEL="event*", DRIVER="wacom", NAME="input/eventWACOM" The event is needed for the X driver for the wacom tablet. Back to udev |