Changeset 54330 in vbox
- Timestamp:
- Feb 20, 2015 2:16:38 PM (10 years ago)
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_BasicConcepts.xml
r51261 r54330 98 98 99 99 <glossdef> 100 <para>Fully supported ( 32 bits and 64 bits). Guest Additions are101 available.</para>100 <para>Fully supported (64 bits, prior to Solaris 11 11/11 also 32 bits). 101 Guest Additions are available.</para> 102 102 </glossdef> 103 103 </glossentry> … … 298 298 299 299 <listitem> 300 <para><emphasis role="bold">USB.</emphasis> VirtualBox emulates two 301 USB host controllers, EHCI and OHCI. There is a need for two host 302 controllers because OHCI only handles USB low- and full-speed 300 <para><emphasis role="bold">USB.</emphasis> VirtualBox emulates three 301 USB host controllers: xHCI, EHCI, and OHCI. While xHCI handles all USB 302 transfer speeds, only guest operating systems released approximately 303 after 2011 support xHCI. Note that for Windows 7 guests, 3rd party 304 drivers must be installed for xHCI support.</para> 305 <para> 306 Older operating systems typically support OHCI and EHCI. The two 307 controllers are needed because OHCI only handles USB low- and full-speed 303 308 devices (both USB 1.x and 2.0), while EHCI only handles high-speed 304 devices (USB 2.0 only). The emulated USB controllers do not 309 devices (USB 2.0 only).</para> 310 <para> 311 The emulated USB controllers do not 305 312 communicate directly with devices on the host but rather with a 306 313 virtual USB layer which abstracts the USB protocol and allows the … … 1218 1225 1219 1226 <para>In the Settings dialog, you can first configure whether USB is 1220 available in the guest at all, and in addition also optionally enable 1221 the USB 2.0 (EHCI) controller for the guest. If so, you can determine in 1222 detail which devices are available. For this, you must create so-called 1223 "filters" by specifying certain properties of the USB device.<note> 1224 <para>The EHCI controller is shipped as a VirtualBox extension 1227 available in the guest at all, and then choose the level of USB support: 1228 OHCI for USB 1.1, EHCI (which will also enable OHCI) for USB 2.0, 1229 or xHCI for all USB speeds. <note> 1230 <para>The xHCI and EHCI controllers are shipped as a VirtualBox extension 1225 1231 package, which must be installed separately. See <xref 1226 1232 linkend="intro-installing" /> for more information.</para> 1227 1233 </note></para> 1234 1235 <para>When USB support is enabled for a VM, you can determine in 1236 detail which devices are available. For this, you must create so-called 1237 "filters" by specifying certain properties of the USB device.</para> 1228 1238 1229 1239 <para>Clicking on the "+" button to the right of the "USB Device -
trunk/doc/manual/en_US/user_Glossary.xml
r50041 r54330 471 471 472 472 <glossentry> 473 <glossterm>xHCI</glossterm> 474 475 <glossdef> 476 <para>eXtended Host Controller Interface, the interface that 477 implements the USB 3.0 standard.</para> 478 </glossdef> 479 </glossentry> 480 481 <glossentry> 473 482 <glossterm>XML</glossterm> 474 483 -
trunk/doc/manual/en_US/user_Troubleshooting.xml
r54295 r54330 379 379 380 380 <listitem> 381 <para><computeroutput>ohci/ehci </computeroutput> -- print a subset382 of the OHCI/EHCI USB controller state</para>381 <para><computeroutput>ohci/ehci/xhci</computeroutput> -- print a subset 382 of the OHCI/EHCI/xHCI USB controller state</para> 383 383 </listitem> 384 384
Note:
See TracChangeset
for help on using the changeset viewer.