These options are used by baylibre-acme driver and should be available
from pulseview configuration pop-up.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
case SR_CONF_EXTERNAL_CLOCK:
case SR_CONF_RLE:
+ case SR_CONF_POWER_OFF:
bind_bool(name, get, set);
break;
bind_enum(name, key, capabilities, get, set, print_voltage_threshold);
break;
+ case SR_CONF_PROBE_FACTOR:
+ bind_int(name, "", pair<int64_t, int64_t>(1, 500), get, set);
+ break;
+
default:
break;
}