Universal Serial Bus: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
→‎Functions: Add SuperSpeed
→‎USB 3.0 Host Controllers: Rewrite, as USB3 has been out a while
Line 36: Line 36:
{{Main|eXtensible Host Controller Interface}}
{{Main|eXtensible Host Controller Interface}}


Like its predecessor USB 2.0, USB 3.0 has only one host controller specification: Intel's '''eXtensible Host Controller Interface'''. Unlike its predecessor EHCI, however, xHCI controllers can and do interface with USB 1.0 and 2.0 devices without the use of companion controllers. Even on early hardware where there was both an EHCI and xHCI controller included (so that OSes which did not yet support xHCI could still use at least some USB devices), ports attached to the EHCI controller could generally be "re-routed" to the xHCI controller, and the EHCI controller disabled entirely.
In late 2008, the USB-IF released the USB 3.0 specifications. USB 3.0 host controllers are just starting to make their way into consumer devices since NEC introduced the world's first “SuperSpeed USB 3.0 host controller” in May, 2009, [http://www.techspot.com/news/34763-nec-introduces-worlds-first-usb-30-host-controller.html techspot reports].


Also unlike its predecessors, xHCI was designed with some degree of ''forwards compatibility'', so that revisions to the USB specification can be made without designing a new host controller interface (for instance, USB 3.1 and 3.2 add new speeds, with only minor updates to the specification to match them.) Unfortunately, this means that xHCI bears only a passing resemblance to the controllers that came before it, and make it challenging to write drivers for.
Intel is currently working on a USB 3.0 host controller specification called the '''eXtensible Host Controller Interface''' ('''xHCI''').

A Linux driver is available for reference [http://git.kernel.org/?p=linux/kernel/git/sarah/xhci.git;a=summary here] developed by Sarah Sharp at Intel.

In 2009, NEC introduced the [http://www.am.necel.com/usb/product/upd720200.html µPD720200], a USB 3.0 host controller compliant with Intel's draft [[xHCI]] specification.

On June 18th, 2010, Intel publicly released the xHCI specification.


== Basic Concepts and Nomenclature ==
== Basic Concepts and Nomenclature ==