X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fbinding%2Fdevice.cpp;h=a347f784510a6b012fd5abec8873be74cba7b03d;hb=dda88657a1548ea510f2b4945ec86cdcc464a803;hp=df83f082e355d1c1ecc3c106d4055075cd9123b4;hpb=30677c1392b54604b01558cf29b44572731659fc;p=pulseview.git diff --git a/pv/binding/device.cpp b/pv/binding/device.cpp index df83f082..a347f784 100644 --- a/pv/binding/device.cpp +++ b/pv/binding/device.cpp @@ -97,6 +97,8 @@ Device::Device(shared_ptr configurable) : case SR_CONF_TRIGGER_SLOPE: case SR_CONF_COUPLING: case SR_CONF_CLOCK_EDGE: + case SR_CONF_DATA_SOURCE: + case SR_CONF_EXTERNAL_CLOCK_SOURCE: bind_enum(name, "", key, capabilities, get, set); break;