]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/lascar-el-usb/protocol.c
Add helper function for scan completion
[libsigrok.git] / src / hardware / lascar-el-usb / protocol.c
index ba9b84f96ffd119b061aebdcbf067b47ee75500a..ceaf9d72d34cce64760d0bdc95ab5df6ae95ac99 100644 (file)
@@ -327,7 +327,6 @@ static struct sr_dev_inst *lascar_identify(unsigned char *config)
                sdi->vendor = g_strdup(LASCAR_VENDOR);
                sdi->model = g_strdup(profile->modelname);
                sdi->version = g_strdup(firmware);
-               sdi->driver = di;
 
                if (profile->logformat == LOG_TEMP_RH) {
                        /* Model this as two channels: temperature and humidity. */