From 0623eb8c7d596c8507f6c69263990973ba65f70c Mon Sep 17 00:00:00 2001 From: ntruchsess Date: Fri, 11 Mar 2016 22:52:47 +0100 Subject: [PATCH 1/1] fix 'Exception: not applicable' when connecting to hantek-dso --- pv/binding/device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pv/binding/device.cpp b/pv/binding/device.cpp index 026ca16c..27a1a38a 100644 --- a/pv/binding/device.cpp +++ b/pv/binding/device.cpp @@ -98,12 +98,12 @@ Device::Device(shared_ptr configurable) : case SR_CONF_BUFFERSIZE: case SR_CONF_TRIGGER_SOURCE: case SR_CONF_TRIGGER_SLOPE: - case SR_CONF_FILTER: case SR_CONF_COUPLING: case SR_CONF_CLOCK_EDGE: bind_enum(name, key, capabilities, get, set); break; + case SR_CONF_FILTER: case SR_CONF_EXTERNAL_CLOCK: case SR_CONF_RLE: case SR_CONF_POWER_OFF: -- 2.30.2