I've used the following command to get list of attributes to use for creating a rule for persistent naming of touch screen node
udevadm info -a -p $(sudo udevadm info -q path -n /dev/input/event2)
With this info I've created the following:
SUBSYSTEMS=="usb", ATTRS{manufacturer}=="Hampshire Company", ATTRS{product}=="TSHARC Analog Resistive", SYMLINK+="input/touchscreen"
It does not work.