WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: UDEV rules not working  (Read 1163 times)

Offline mbertrand

  • Full Member
  • ***
  • Posts: 225
UDEV rules not working
« on: August 30, 2012, 11:11:15 AM »
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.