Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: mbertrand on August 30, 2012, 02:11:15 PM
-
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.