Binding: Add help icons for entries with descriptions
[pulseview.git] / pv / binding / device.cpp
index df83f082e355d1c1ecc3c106d4055075cd9123b4..a347f784510a6b012fd5abec8873be74cba7b03d 100644 (file)
@@ -97,6 +97,8 @@ Device::Device(shared_ptr<sigrok::Configurable> 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;