]> sigrok.org Git - libsigrok.git/blobdiff - hardware/nexus-osciprime/api.c
Don't automatically clear known instances from USB drivers on scan
[libsigrok.git] / hardware / nexus-osciprime / api.c
index 238cda515867bd5ee5d278e53e4c78493acc0b0f..4f1ae2fede532dd31910fa79e40b542ab4bfa7f0 100644 (file)
@@ -157,9 +157,6 @@ static GSList *hw_scan(GSList *options)
 
        drvc = di->priv;
 
-       /* USB scan is always authoritative. */
-       clear_instances();
-
        conn = NULL;
        for (l = options; l; l = l->next) {
                src = l->data;