]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/victor-dmm/api.c
Publish config key capabilities.
[libsigrok.git] / src / hardware / victor-dmm / api.c
index 38c4504a05168de105d40c4fefd37114b5c63305..e0c5d2fd1f8bf850f530e5e2ae53e65220a95800 100644 (file)
@@ -41,9 +41,10 @@ static const uint32_t scanopts[] = {
 
 static const uint32_t devopts[] = {
        SR_CONF_MULTIMETER,
-       SR_CONF_LIMIT_MSEC,
-       SR_CONF_LIMIT_SAMPLES,
        SR_CONF_CONTINUOUS,
+       SR_CONF_CONN | SR_CONF_GET,
+       SR_CONF_LIMIT_SAMPLES | SR_CONF_SET,
+       SR_CONF_LIMIT_MSEC | SR_CONF_SET,
 };
 
 static int init(struct sr_context *sr_ctx)