Add usb processing to the connection config.
Use with:
<Connection>
<USB>
<Interface>0</Interface>
</USB>
</Connection>
After adding the corerct rule to udev, reloading udev, unplugging/replugging the cable
it "works" (bugs so far are that it errors out on bug commits. Looking after that).
Example udev rule:
SUBSYSTEM=="usb", ATTR{idVendor}=="0421", ATTR{idProduct}=="041e", MODE="0660", GROUP="plugdev"
where idVendor and idProduct comes from lsusb and group plugdev is an available group under debian
that I am registered with.