Hi smartcooky,
Thank you for the log files you sent us! Also I'm sorry again for the delay, the issue is non typical and it required a decent amount of time to investigate and prepare an answer.
Investigating the logs I can see this device behave itself in a strange way. On each restart it changes its Device Instance ID (or a PnP name) - a unique device identifier which identifies a device in the system.
PnpName before restart:
Code: Select all
Sys_DevicePnPName: USB\VID_152D&PID_0565\MSFT30RANDOM__CC1D61B6A084
After the restart:
Code: Select all
Sys_DevicePnPName: USB\VID_152D&PID_0565\MSFT30RANDOM__244B74CDBF83
This ID is the only way for us to identify the device and load its settings. Since every time the device has a new ID the program considers it as a new device and put it to the visible section.
All other devices on your system behave correct and their PnP names are persistent. At the moment I don't know the reason of such behavior of the device and how to make a workaround for it. I can only suppose that this is either a poor design of the device or there's some low level software (ie backup) that changes PnP name for its internal purposes. If you often seeing the "Setting up a device" notification (see attached screenshot), this is probably the first case, if you are not seeing it, its probably the second reason - issue caused by another software.