]> sigrok.org Git - libsigrok.git/blobdiff - src/scpi.h
Enable loading of session files without total probes defined
[libsigrok.git] / src / scpi.h
index aee1bfba836809c711c93849c529b24893267719..c70bd930fd5b2e42d284be08973516790b68ad2c 100644 (file)
@@ -89,6 +89,8 @@ struct sr_scpi_dev_inst {
        void (*free)(void *priv);
        unsigned int read_timeout_ms;
        void *priv;
+       /* Only used for quirk workarounds, notably the Rigol DS1000 series. */
+       uint64_t firmware_version;
 };
 
 SR_PRIV GSList *sr_scpi_scan(struct drv_context *drvc, GSList *options,