Add supported USB devices for WaaG and LaaG OSs

Signed-off-by: Deb Taylor <deb.taylor@intel.com>
This commit is contained in:
Deb Taylor 2019-09-09 12:17:54 -04:00
parent cd40980d5f
commit fd60bb0768
1 changed files with 27 additions and 0 deletions

View File

@ -43,6 +43,33 @@ An xHCI register access from UOS will induce EPT trap from UOS to
DM, and the xHCI DM or DRD DM will emulate hardware behaviors to make
the subsystem run.
USB devices supported by USB mediator
*************************************
The following USB devices are supported for the WaaG and LaaG operating systems.
+--------------+---------+---------+
| Device | WaaG OS | LaaG OS |
+==============+=========+=========+
| USB Storage | Y | Y |
+--------------+---------+---------+
| USB Mouse | Y | Y |
+--------------+---------+---------+
| USB Keyboard | Y | Y |
+--------------+---------+---------+
| USB Camera | N | Y |
+--------------+---------+---------+
| USB Headset | N | Y |
+--------------+---------+---------+
| USB Hub | Y | Y |
| (20 ports max| | |
| per VM) | | |
+--------------+---------+---------+
.. note::
The above information is current as of ACRN 1.2.
USB host virtualization
***********************