]> sigrok.org Git - libsigrok.git/blobdiff - src/hwdriver.c
std: Rename std_session_send_frame_begin/_end().
[libsigrok.git] / src / hwdriver.c
index 38d74964e906d115262c39a181c98bdcb9709147..cc541550b3ae3b8c2eea86690092ef680b516ae0 100644 (file)
@@ -195,6 +195,10 @@ static struct sr_key_info sr_key_info_config[] = {
                "Logic threshold (predefined)", NULL},
        {SR_CONF_LOGIC_THRESHOLD_CUSTOM, SR_T_FLOAT, "logic_threshold_custom",
                "Logic threshold (custom)", NULL},
+       {SR_CONF_RANGE, SR_T_STRING, "range",
+               "Range", NULL},
+       {SR_CONF_DIGITS, SR_T_STRING, "digits",
+               "Digits", NULL},
 
        /* Special stuff */
        {SR_CONF_SESSIONFILE, SR_T_STRING, "sessionfile",