X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fscpi.h;h=c70bd930fd5b2e42d284be08973516790b68ad2c;hb=7163dcbe180f624bfbb1ed899642682cb527fb0d;hp=aee1bfba836809c711c93849c529b24893267719;hpb=04229f7bfc750f2b67e8dd54ac82ae6bb7eae1e4;p=libsigrok.git diff --git a/src/scpi.h b/src/scpi.h index aee1bfba..c70bd930 100644 --- a/src/scpi.h +++ b/src/scpi.h @@ -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,