Statistics
| Branch: | Revision:

root / docs / usb2.txt @ 992aeb8e

History | View | Annotate | Download (5.7 kB)

# Date Author Comment
0546b8c2 09/14/2012 10:21 am Stefan Weil

Spelling fixes in comments and documentation

These wrong spellings were detected by codespell:

  • successully -> successfully
  • alot -> a lot
  • wanna -> want to
  • infomation -> information
  • occured -> occurred

["also is" -> "is also" and "ressources" -> "resources" suggested by...

e78bd5ab 05/30/2012 05:28 am Gerd Hoffmann

xhci: add usage info to docs

Signed-off-by: Gerd Hoffmann <>
Signed-off-by: Anthony Liguori <>

76f30473 07/08/2011 12:25 pm Gerd Hoffmann

usb: update documentation

Add a paragraph on companion controller mode and a
configuration file which sets it all up for you.

Signed-off-by: Gerd Hoffmann <>

f72e502e 06/14/2011 01:56 pm Gerd Hoffmann

usb: documentation update

Add some more informations to docs/usb2.txt about using usb2 (also usb1)
devices.

Signed-off-by: Gerd Hoffmann <>

94527ead 05/26/2011 12:57 pm Gerd Hoffmann

usb: add ehci adapter

This patch finally merges the EHCI host adapter aka USB 2.0 support.

Based on the ehci bits collected @ git://git.kiszka.org/qemu.git ehci

EHCI has a long out-of-tree history. Project was started by Mark
Burkley, with contributions by Niels de Vos. David S. Ahern continued...