Merge pull request #3658 from deb-intel/USBMed

Add supported USB devices for WaaG and LaaG OSs
This commit is contained in:
deb-intel 2019-09-09 12:26:09 -04:00 committed by GitHub
commit 1e3da9f2ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
***********************