Udev rules for USB devices

I’m trying to set up persistent names for some USB devices I have connected to my Turris Omnia. I’ve added rules like this:

ATTRS{idVendor}==“0658”, ATTRS{idProduct}==“0200”, SYMLINK+=“aeoteczwave”

in a file in /etc/udev/rules.d. I have tried to reboot and issue commands like:

udevadm control --reload-rules
udevadm trigger

But I cannot get the rule work. Any ideas?

OpenWRT does not use udev. The kernel registered handler in OpenWRT is tool called hotplug.
https://openwrt.org/docs/guide-user/base-system/hotplug

I am not sure how it works toggether with udev. I suspect it does not.

Thanks. That explains some things! Stupid me.