X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fprop%2Fbinding%2Fdeviceoptions.cpp;h=d116521aa435524f5ac8871fb8b06a625e57905f;hp=a5b9dd2365d9e6a4c058979f9a94e3af8f74c50e;hb=5be76b1a8c3b4975c02f685ceaa02cdb69d1dccc;hpb=dd048a7ec035447c051c7937ce04aca5be065b4e diff --git a/pv/prop/binding/deviceoptions.cpp b/pv/prop/binding/deviceoptions.cpp index a5b9dd23..d116521a 100644 --- a/pv/prop/binding/deviceoptions.cpp +++ b/pv/prop/binding/deviceoptions.cpp @@ -91,11 +91,14 @@ DeviceOptions::DeviceOptions(const sr_dev_inst *sdi, case SR_CONF_PATTERN_MODE: case SR_CONF_BUFFERSIZE: case SR_CONF_TRIGGER_SOURCE: + case SR_CONF_TRIGGER_SLOPE: case SR_CONF_FILTER: case SR_CONF_COUPLING: + case SR_CONF_CLOCK_EDGE: bind_enum(name, key, gvar_list); break; + case SR_CONF_EXTERNAL_CLOCK: case SR_CONF_RLE: bind_bool(name, key); break;