]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/chronovu-la/api.c
scan(): Consistently start out with SR_ST_INACTIVE.
[libsigrok.git] / src / hardware / chronovu-la / api.c
index c66783f67ba135153b6bf43b068edc332e76a53f..ae32677229677e3d898ed5e1e4f63f8cf835ec11 100644 (file)
@@ -112,7 +112,7 @@ static int add_device(int model, struct libusb_device_descriptor *des,
 
        /* Register the device with libsigrok. */
        sdi = g_malloc0(sizeof(struct sr_dev_inst));
-       sdi->status = SR_ST_INITIALIZING;
+       sdi->status = SR_ST_INACTIVE;
        sdi->vendor = g_strdup("ChronoVu");
        sdi->model = g_strdup(devc->prof->modelname);
        sdi->serial_num = g_strdup(serial_num);