提交 80438a6c 编写于 作者: S Simon Glass

sandbox: usb: Allow up to 4 emulated devices on a hub

To support more advanced testing, support 4 devices instead of 2.
Signed-off-by: NSimon Glass <sjg@chromium.org>
上级 c4876320
......@@ -13,7 +13,7 @@
DECLARE_GLOBAL_DATA_PTR;
/* We only support up to 8 */
#define SANDBOX_NUM_PORTS 2
#define SANDBOX_NUM_PORTS 4
struct sandbox_hub_platdata {
struct usb_dev_platdata plat;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册