X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fbinding%2Fdevice.cpp;h=a347f784510a6b012fd5abec8873be74cba7b03d;hb=9cca8508357758b6ee68f25c998bf4de8822df14;hp=df83f082e355d1c1ecc3c106d4055075cd9123b4;hpb=30677c1392b54604b01558cf29b44572731659fc;p=pulseview.git diff --git a/pv/binding/device.cpp b/pv/binding/device.cpp index df83f08..a347f78 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;