Enabling USB devices in Windows docker to container

I have a USB/Ethernet adapter but even if I run --net=host I don’t see the ethernet adapter in my container (host is windows the container is Linux).

docker run --device=/dev/bus/usb:/dev/bus/usb --privileged --net=host -it my_container /bin/bash

K-

I can share my post from another topic

Are you using Docker Desktop or just Docker CE in a WSL2 distro or any virtual machine?