xhci(4) - OpenBSD manual pages (original) (raw)
NAME
xhci
—USB eXtensible Host Controller Interface
SYNOPSIS
xhci* at acpi?
xhci* at fdt?
xhci* at pci?
usb* at xhci?
DESCRIPTION
The xhci
driver provides support for the USB eXtensible Host Controller Interface, which provides an interface tousb(4) devices.
xHCI controllers support all USB 3.0, 2.0 and 1.x device speeds.
SEE ALSO
HISTORY
The xhci
driver appeared inOpenBSD 5.6.
AUTHORS
The xhci
driver was written byMartin Pieuchot <mpi@openbsd.org>.