From f215e02bf85f68d3a6106c2a1f4f7f063f819064 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:17:27 +0200 Subject: Adding upstream version 7.0.14-dfsg. Signed-off-by: Daniel Baumann --- doc/manual/en_US/man_VBoxManage-usbdevsource.xml | 129 +++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 doc/manual/en_US/man_VBoxManage-usbdevsource.xml (limited to 'doc/manual/en_US/man_VBoxManage-usbdevsource.xml') diff --git a/doc/manual/en_US/man_VBoxManage-usbdevsource.xml b/doc/manual/en_US/man_VBoxManage-usbdevsource.xml new file mode 100644 index 00000000..7a5dd9d1 --- /dev/null +++ b/doc/manual/en_US/man_VBoxManage-usbdevsource.xml @@ -0,0 +1,129 @@ + + + + +%all.entities; +]> + + + $Date: 2023-01-17 15:15:46 +0100 (Tue, 17 Jan 2023) $ + VBoxManage usbdevsource + + + + vboxmanage-usbdevsource + 1 + + + + vboxmanage-usbdevsource + add and remove USB device sources + &product-name; + + + + + VBoxManage usbdevsource add + source-name + --backend=backend + --address=address + + + + VBoxManage usbdevsource remove + source-name + + + + + Description + + 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. + + + Add a USB Device Source + + + 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. + + + + --address=address + + Specifies the address of the USB backend. + + + + --backend=backend + + Specifies the USB proxy service backend to use. + + For now only USBIP is supported to specify a remote + server using the USB/IP protocol. + + + + + + Remove a USB Device + + + The VBoxManage usbdevsource remove command + removes a USB device. + + + + source-name + + Specifies the name of the USB device source to remove. + + + + + + + + Examples + + + The following command adds a USB device server called + hostusb01. + +$ VBoxManage usbdevsource add hostusb01 --backend USBIP --address 10.0.1.16 + + -- cgit v1.2.3