]> sigrok.org Git - libsigrok.git/blobdiff - hardware/asix-sigma/asix-sigma.c
Don't automatically clear known instances from USB drivers on scan
[libsigrok.git] / hardware / asix-sigma / asix-sigma.c
index cfd95a1115e924ba431d61f275e24ec6118ba0e2..125f9cd9f47383c3f1cad249af51f01546f0e67e 100644 (file)
@@ -431,8 +431,6 @@ static GSList *hw_scan(GSList *options)
 
        devices = NULL;
 
-       clear_instances();
-
        if (!(devc = g_try_malloc(sizeof(struct dev_context)))) {
                sr_err("%s: devc malloc failed", __func__);
                return NULL;