]> sigrok.org Git - libsigrok.git/blobdiff - src/hwdriver.c
hwdriver: introduce SR_CONF_PROBE_NAMES config key (scan option)
[libsigrok.git] / src / hwdriver.c
index 2850946ffaf4e8392737f9222b9fa2b6611715a3..572748aceaabd3e3bd699a3802e059d4ad8f298f 100644 (file)
@@ -74,6 +74,8 @@ static struct sr_key_info sr_key_info_config[] = {
                "Modbus slave address", NULL},
        {SR_CONF_FORCE_DETECT, SR_T_STRING, "force_detect",
                "Forced detection", NULL},
+       {SR_CONF_PROBE_NAMES, SR_T_STRING, "probe_names",
+               "Names of device's probes", NULL},
 
        /* Device (or channel group) configuration */
        {SR_CONF_SAMPLERATE, SR_T_UINT64, "samplerate",