I was using the same guest in VM ware previously and i imported it in to virtualbox using the .vmdk file.
I need to access a USB debugger in the guest machine. I added a filter to capture the USB device in the guest.
But issue arises because of the device reset that happens when it is being attached to guest VM.
Previously i solved this issue in VM ware using the
option inskip-reset
setting by reading the following VM ware article: article/1025256usb.quirks
Iam unable to find the similar USB settings in virtual box.
Please let me know about any suggestions or articles regarding this topic so that i can set similar setting in virtual box.
Thanks in advance