]> sigrok.org Git - libsigrok.git/blobdiff - hardware/zeroplus-logic-cube/api.c
Don't automatically clear known instances from USB drivers on scan
[libsigrok.git] / hardware / zeroplus-logic-cube / api.c
index f9578a8baceae2417f85e695215c75f312ee16aa..f6478dfc5bab045ef6ea6e144c90ef72df9e906c 100644 (file)
@@ -290,8 +290,6 @@ static GSList *hw_scan(GSList *options)
 
        devices = NULL;
 
-       clear_instances();
-
        /* Find all ZEROPLUS analyzers and add them to device list. */
        devcnt = 0;
        libusb_get_device_list(drvc->sr_ctx->libusb_ctx, &devlist); /* TODO: Errors. */