shiyinghan / UVCAndroid

Apache License 2.0
184 stars 50 forks source link

Fix the bug of not opening the device when re-attached #58

Closed naco-siren closed 4 months ago

naco-siren commented 4 months ago

This bug was caused by mDetachedDeviceMap recording all the devices that have been previously detached, thus preventing the same USB device from being opened upon re-attaching.

shiyinghan commented 4 months ago

Thank you for your contribution.