passthrought an USB device "by ID" to CT

Can anyone confirm if this is actually possible or not? I've seen several posts on this forum trying to do USB passthrough over the years, and it seems no one has been able to do it (passthrough from a USB device to an LXC container using the device's "ID").
 
It is not possible to do this for containers in the easy way that it is possible for VMs. I believe post #2 assumed that you were talking about VMs instead.

It is possible to pass devices and USB devices from the Proxmox host to a container but it is much more low-level and often involves manually editing configuration files. You typlically pass Linux device nodes (created by the Linux driver) instead of USB device ID or port. Also, hot plug/unplug does not work with containers (only with VMs). There are ways to work-around this using Linux udev-rules and rebooting the container but all of it really depends on the device.