Add and remove USB device sources.
The VBoxManage usbdevsource command adds a USB device source and makes it available to the guests on the host system. You can also use this command to remove the USB device source.
VBoxManage usbdevsource add <source-name> <--backend=backend> <--address=address>
The VBoxManage usbdevsource add command adds a USB device source, which is available to all guests on the host system.
source-name
Specifies a unique name for the USB device source.
addressSpecifies the address of the USB backend.
backendSpecifies the USB proxy service backend to use.
For now only USBIP is supported to specify a remote server using the USB/IP protocol.