udev rule for similar devices
Solution 1:
-
10-gesture.rules
10 is very early for such devices and this rule just to create simlinks.Try using high number 90~99 only if you know rules that you want to override (fully or partially) or influence its actions later)
-
udev support variable substitution, so you could use some attributes in symlink name. Otherwise, create a script that verify previous symlinks (or store last number in a file), increment and use it with
RUN+=""
action.