提交 7705a121 编写于 作者: X Xu Han 提交者: GitHub

Merge pull request #1099 from hereischen/input_devices

usb_device_check: add check input devices under hub
......@@ -10,6 +10,9 @@
type = usb_device_check
# usb device info name
usb-hub = "QEMU USB Hub"
usb-mouse = "QEMU USB Mouse"
usb-kbd = "QEMU USB Keyboard"
usb-tablet = "QEMU USB Tablet"
# usb controllers
variants:
......@@ -65,3 +68,9 @@
port_d6 = 1.6
port_d7 = 1.7
port_d8 = 1.8
- input_devices_under_one_hub:
no usb-ehci
usb_topology = '{"usb-hub":1,"usb-mouse":1,"usb-kbd":1,"usb-tablet":1}'
- input_devices_under_two_tier_hub:
no usb-ehci
usb_topology = '{"usb-hub":2,"usb-mouse":1,"usb-kbd":1,"usb-tablet":1}'
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册