Changeset 94213 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Mar 13, 2022 8:57:16 PM (3 years ago)
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-usbdevsource.xml
r82969 r94213 20 20 <refentry id="vboxmanage-usbdevsource" lang="en"> 21 21 <refentryinfo> 22 <pubdate> September 2019</pubdate>22 <pubdate>$Date$</pubdate> 23 23 <title>VBoxManage usbdevsource</title> 24 24 </refentryinfo> 25 25 26 26 <refmeta> 27 <refentrytitle> VBoxManage-usbdevsource</refentrytitle>27 <refentrytitle>vboxmanage-usbdevsource</refentrytitle> 28 28 <manvolnum>1</manvolnum> 29 29 </refmeta> … … 32 32 <refname>vboxmanage-usbdevsource</refname> 33 33 <refpurpose>add and remove USB device sources</refpurpose> 34 <refclass> Oracle VM VirtualBox</refclass>34 <refclass>&product-name;</refclass> 35 35 </refnamediv> 36 36 … … 82 82 <listitem><para> 83 83 Specifies the USB proxy service backend to use. 84 </para>< remark>85 What is the USB proxy service? How do you86 determine the backend to use?87 </ remark></listitem>84 </para><para> 85 For now only USBIP is supported to specify a remote 86 server using the USB/IP protocol. 87 </para></listitem> 88 88 </varlistentry> 89 89 </variablelist> -
trunk/doc/manual/en_US/user_VBoxManage.xml
r94212 r94213 1127 1127 <xi:include href="user_man_VBoxManage-dhcpserver.xml" xpointer="element(/1)" xmlns:xi="http://www.w3.org/2001/XInclude" /> 1128 1128 1129 <sect1 id="vboxmanage-usbdevsource"> 1130 1131 <title>VBoxManage usbdevsource</title> 1132 1133 <para> 1134 The <command>usbdevsource</command> commands enable you to add and 1135 remove USB devices globally. 1136 </para> 1137 1138 <para> 1139 The following command adds a USB device. 1140 </para> 1141 1142 <screen>VBoxManage usbdevsource add <source name> 1143 --backend <backend> 1144 --address <address> 1145 </screen> 1146 1147 <para> 1148 Where the command line options are as follows: 1149 </para> 1150 1151 <itemizedlist> 1152 1153 <listitem> 1154 <para> 1155 <computeroutput><source name></computeroutput>: 1156 Specifies the ID of the source USB device to be added. 1157 Mandatory. 1158 </para> 1159 </listitem> 1160 1161 <listitem> 1162 <para> 1163 <computeroutput>--backend <backend></computeroutput>: 1164 Specifies the USB proxy service backend to use. Mandatory. 1165 </para> 1166 </listitem> 1167 1168 <listitem> 1169 <para> 1170 <computeroutput> --address <address></computeroutput>: 1171 Specifies the backend specific address. Mandatory. 1172 </para> 1173 </listitem> 1174 1175 </itemizedlist> 1176 1177 <para> 1178 The following command removes a USB device. 1179 </para> 1180 1181 <screen>VBoxManage usbdevsource remove <source name> 1182 </screen> 1183 1184 <para> 1185 Where the command line options are as follows: 1186 </para> 1187 1188 <itemizedlist> 1189 1190 <listitem> 1191 <para> 1192 <computeroutput><source name></computeroutput>: 1193 Specifies the ID of the source USB device to be removed. 1194 Mandatory. 1195 </para> 1196 </listitem> 1197 1198 </itemizedlist> 1199 1200 </sect1> 1129 <xi:include href="user_man_VBoxManage-usbdevsource.xml" xpointer="element(/1)" xmlns:xi="http://www.w3.org/2001/XInclude" /> 1201 1130 1202 1131 <xi:include href="user_man_VBoxManage-extpack.xml" xpointer="element(/1)" xmlns:xi="http://www.w3.org/2001/XInclude" />
Note:
See TracChangeset
for help on using the changeset viewer.