From 16f504a9dca3fe3b70568f67b7d41241ae485288 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 18:49:04 +0200 Subject: Adding upstream version 7.0.6-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..be507201 --- /dev/null +++ b/doc/manual/en_US/man_VBoxManage-usbdevsource.xml @@ -0,0 +1,129 @@ + + + + +%all.entities; +]> + + + $Date: 2022-08-22 19:43:14 +0200 (Mon, 22 Aug 2022) $ + 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