mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-07 01:30:13 +00:00
After mutiple usb devices send enable slot commnad and get slot id each other, address device setup flow is not sorted by slot id. According to current design, it will casue assert failure. This patch takes off this restriction. Tracked-On: #2017 Signed-off-by: Yang Liang <liang3.yang@intel.com> Reviewed-by: Xiaoguang Wu <xiaoguang.wu@intel.com> Acked-by: Yu Wang <yu1.wang@intel.com>