]> sigrok.org Git - libsigrok.git/blobdiff - hardware/fx2lafw/fx2lafw.c
Don't automatically clear known instances from USB drivers on scan
[libsigrok.git] / hardware / fx2lafw / fx2lafw.c
index dbec30b754904e84244135a3bfb1a73e276501cd..9647c4b0e903cf92b439d73f1f7175fd1b1e450e 100644 (file)
@@ -371,9 +371,6 @@ static GSList *hw_scan(GSList *options)
 
        drvc = di->priv;
 
-       /* This scan always invalidates any previous scans. */
-       clear_instances();
-
        conn = NULL;
        for (l = options; l; l = l->next) {
                src = l->data;