I am setting up a USB touchscreen on Feodra 8. Everything works fine except that the device event number changes during reboots, which is normal. I read a guide assign a static event number and I couldn't get it to work. The guide was for an Ubuntu system so I am thinking Fedora might be alittle different. The guide says to edit this file /etc/udev/rules.d/010-local.rules which doesn't exist on my Fedora system and add
SUBSYSTEMS=="usb", DRIVERS=="usbtouchscreen", KERNEL=="event*", SYMLINK+="input/touchscreen"
So am I missing something here or is there another reason why this isn't working?