Skip to content

Commit

Permalink
Add usb hci
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Jan 22, 2025
1 parent eeb3b87 commit ae4dbcf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/hardware/usb_hci.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# USB Host Controller Interface

USB 控制器的接口标准:

- [OHCI](http://www.o3one.org/hwdocs/usb/hcir1_0a.pdf): Open Host Controller Interface, USB 1.1
- [UHCI](http://ftp.netbsd.org/pub/NetBSD/misc/blymn/uhci11d.pdf): Universal Host Controller Interface by Intel, USB 1.1
- [EHCI](https://www.intel.com/content/www/us/en/products/docs/io/universal-serial-bus/ehci-specification.html): Enhanced Host Controller Interface, USB 2.0
- [xHCI](https://www.intel.com/content/dam/www/public/us/en/documents/technical-specifications/extensible-host-controler-interface-usb-xhci.pdf): eXtensible Host Controller Interface, USB 1.1-3.0
- VHCI: Virtual Host Controller Interface for USB/IP

0 comments on commit ae4dbcf

Please sign in to comment.