X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fdemo%2Fdemo.c;h=0a220fe759fbe64df9aed7d3656dceac01166a59;hb=45884333ff8641c86d9808b46dde9f571083c10d;hp=a84ee18b65756a24a9f03546491e85552624ebb7;hpb=e91d4ce2b2a2b34fe4cabb3082a2c325941de1f9;p=libsigrok.git diff --git a/src/hardware/demo/demo.c b/src/hardware/demo/demo.c index a84ee18b..0a220fe7 100644 --- a/src/hardware/demo/demo.c +++ b/src/hardware/demo/demo.c @@ -284,7 +284,7 @@ static GSList *scan(struct sr_dev_driver *di, GSList *options) devices = NULL; sdi = g_malloc0(sizeof(struct sr_dev_inst)); - sdi->status = SR_ST_ACTIVE; + sdi->status = SR_ST_INACTIVE; sdi->model = g_strdup("Demo device"); sdi->driver = di;