X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Fmic-985xx%2Fapi.c;h=eb5d25d4f2cbec74735604c239c79f3d834490af;hp=fa3534c4d0bd768108f3882ef898007d7c9d4702;hb=aed4ad0beaf64062752039a13f9a95326aa1df87;hpb=f2209364737835ba78126cf7f2a707f63182f0e6 diff --git a/src/hardware/mic-985xx/api.c b/src/hardware/mic-985xx/api.c index fa3534c4..eb5d25d4 100644 --- a/src/hardware/mic-985xx/api.c +++ b/src/hardware/mic-985xx/api.c @@ -84,7 +84,7 @@ static GSList *mic_scan(const char *conn, const char *serialcomm, int idx) sr_info("Found device on port %s.", conn); /* TODO: Fill in version from protocol response. */ - if (!(sdi = sr_dev_inst_new(0, SR_ST_INACTIVE, mic_devs[idx].vendor, + if (!(sdi = sr_dev_inst_new(SR_ST_INACTIVE, mic_devs[idx].vendor, mic_devs[idx].device, NULL))) goto scan_cleanup;