USB数据流模型

USB数据流模型

<<USB Specification11>>

<< USB Specification20>>

<< Linux Device Drivers, 3rd Edition>>

<< Universal Serial Bus>> http://wiki.osdev.org/Universal_Serial_Bus#What_this_text_covers

 

  1. 从不同的层次观察USB系统

USB数据流模型

  1. 从不同的层次更细节地观察USB系统

 

USB数据流模型

 

每个端点都是一个简单的连接点,或者支持数据流进设备,或者支持其流出设备,两者不可得兼。

 

 

  1. Usb通信流

USB数据流模型

 

 

  1. 内核里对usb设备的抽象

USB数据流模型

* - devices have one (usually) or more configs;

* - configs have one (often) or more interfaces;

* - interfaces have one (usually) or more settings;

* - each interface setting has zero or (usually) more endpoints.


 

上一篇:JDK8 stream toMap() java.lang.IllegalStateException: Duplicate key异常解决(key重复)


下一篇:[转载+原创]Emgu CV on C# (六) —— Emgu CV on Canny边缘检测