mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-04-08 21:33:33 +00:00
When the physical USB device is disconnected before DM's emulation is ready, the virtual connection state is not cleared properly. This will cause the DM refuse to do emulation for future physical connection. This patch clears those states mentioned above and hence fix the issue. Signed-off-by: Xiaoguang Wu <xiaoguang.wu@intel.com> Reviewed-by: Liang Yang <liang3.yang@intel.com> Acked-by: Yu Wang <yu1.wang@intel.com> Tracked-On: #1367