X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fbinding%2Fdevice.cpp;fp=pv%2Fbinding%2Fdevice.cpp;h=4c2321cf33ea66b80bff41a570248fd2c07adcbc;hp=df83f082e355d1c1ecc3c106d4055075cd9123b4;hb=e639f241d0731bf402a7e4df335313d866f69fc6;hpb=ff046cb6c42a2382ee281e83955b7ae44030b42e diff --git a/pv/binding/device.cpp b/pv/binding/device.cpp index df83f08..4c2321c 100644 --- a/pv/binding/device.cpp +++ b/pv/binding/device.cpp @@ -97,6 +97,7 @@ Device::Device(shared_ptr configurable) : case SR_CONF_TRIGGER_SLOPE: case SR_CONF_COUPLING: case SR_CONF_CLOCK_EDGE: + case SR_CONF_DATA_SOURCE: bind_enum(name, "", key, capabilities, get, set); break;