From e639f241d0731bf402a7e4df335313d866f69fc6 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 3 Jun 2018 19:39:12 +0200 Subject: [PATCH] device.cpp: Add missing SR_CONF_DATA_SOURCE entry. --- pv/binding/device.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2