X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fikalogic-scanaplus%2Fapi.c;h=bb8689bd4ae11adf24d01b7e00c00ee9fe768ecc;hb=45884333ff8641c86d9808b46dde9f571083c10d;hp=3111f53eb713ffc04008effa0a73cd01d5dabaab;hpb=e91d4ce2b2a2b34fe4cabb3082a2c325941de1f9;p=libsigrok.git diff --git a/src/hardware/ikalogic-scanaplus/api.c b/src/hardware/ikalogic-scanaplus/api.c index 3111f53e..bb8689bd 100644 --- a/src/hardware/ikalogic-scanaplus/api.c +++ b/src/hardware/ikalogic-scanaplus/api.c @@ -114,7 +114,7 @@ static GSList *scan(struct sr_dev_driver *di, GSList *options) /* 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(USB_VENDOR_NAME); sdi->model = g_strdup(USB_MODEL_NAME); sdi->driver = di;