Hi,
USB redirection is not working for a windows VM. It is a special USB token device. The solution used to be to kill the process handling the usb device by
sudo fuser -v -k /dev/bus/usb/xxx/xxx
Then it would redirect normally. However, something has changed, and a new process is spawned automatically the moment I kill the previous one. I have also connected a bluetooth adapter that can be redirected normally. I am not sure where to look next.