You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
574 B
33 lines
574 B
4 years ago
|
======================
|
||
|
USB Protocol Hub Class
|
||
|
======================
|
||
|
|
||
|
USB Protocol Hub Class is a part of the USB Device Stack library. It provides
|
||
|
basic macro definitions, data structures and API functions which are compliant
|
||
|
with Hub part of USB specification version 2.0.0/2.0.1 for user.
|
||
|
|
||
|
In addition, it provides interfaces of USB requests filling and input data
|
||
|
analyzing for the upper layer to use.
|
||
|
|
||
|
Features
|
||
|
--------
|
||
|
* Hub requests filling
|
||
|
* Hub change bitmap analyzing
|
||
|
|
||
|
Applications
|
||
|
------------
|
||
|
|
||
|
N/A
|
||
|
|
||
|
Dependencies
|
||
|
------------
|
||
|
|
||
|
N/A
|
||
|
|
||
|
|
||
|
Limitations
|
||
|
-----------
|
||
|
|
||
|
N/A
|
||
|
|