# udev rules for n-trig tablets. # # These rules were compiled for the Ubuntu/Debian GNU/Linux distribution, but others may, # and indeed are encouraged to, use them also. # # Should you do so, PLEASE CO-ORDINATE ANY CHANGES OR ADDITIONS of new devices with ???? # so that we can try to present users with a standard set of device nodes which they can # rely on across the board. KERNEL!="event[0-9]*", GOTO="n-trig_end" # To mirror linuxwacom, we keep the input/n-trig link as the generic stylus device. ATTRS{name}=="N-Trig Touchscreen", SUBSYSTEM=="input", ENV{x11_driver}="wacom", SYMLINK+="input/n-trig-touch" ATTRS{name}=="N-Trig MultiTouch", SUBSYSTEM=="input", ENV{x11_driver}="wacom", SYMLINK+="input/n-trig-mttouch" ATTRS{name}=="N-Trig Pen", SUBSYSTEM=="input", ENV{x11_driver}="wacom", SYMLINK+="input/n-trig" # Check and repossess the device if a module other than the n-trig one is already bound # to it. ATTRS{idVendor}=="1b96", ACTION=="add", RUN+="check_driver ntrig $devpath $env{ID_BUS}" LABEL="n-trig_end"