Skip to content

Commit fd60bb0

Browse files
committed
Add supported USB devices for WaaG and LaaG OSs
Signed-off-by: Deb Taylor <deb.taylor@intel.com>
1 parent cd40980 commit fd60bb0

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

doc/developer-guides/hld/usb-virt-hld.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,33 @@ An xHCI register access from UOS will induce EPT trap from UOS to
4343
DM, and the xHCI DM or DRD DM will emulate hardware behaviors to make
4444
the subsystem run.
4545

46+
USB devices supported by USB mediator
47+
*************************************
48+
49+
The following USB devices are supported for the WaaG and LaaG operating systems.
50+
51+
+--------------+---------+---------+
52+
| Device | WaaG OS | LaaG OS |
53+
+==============+=========+=========+
54+
| USB Storage | Y | Y |
55+
+--------------+---------+---------+
56+
| USB Mouse | Y | Y |
57+
+--------------+---------+---------+
58+
| USB Keyboard | Y | Y |
59+
+--------------+---------+---------+
60+
| USB Camera | N | Y |
61+
+--------------+---------+---------+
62+
| USB Headset | N | Y |
63+
+--------------+---------+---------+
64+
| USB Hub | Y | Y |
65+
| (20 ports max| | |
66+
| per VM) | | |
67+
+--------------+---------+---------+
68+
69+
.. note::
70+
The above information is current as of ACRN 1.2.
71+
72+
4673
USB host virtualization
4774
***********************
4875

0 commit comments

Comments
 (0)