Maybe I can help you, I was able to solve this issue by changing the device ID/Serial:
adb shell
cd /sys/class/android_usb/android0/
echo -n xxx > iSerial (the xxx is the device id you want)
cat iSerial (check the new device id)
- Unplug usb cable and plug again, then the change worked.
To change each id, your PC should only be connected to one device via usb.