From a1b61e6e04246d7619d3cb7e3c6ab77ab6d2e3d5 Mon Sep 17 00:00:00 2001 From: Mathias Katzer Date: Sun, 11 Jan 2015 01:38:20 +0100 Subject: [PATCH] hameg-hmo: Set SR_CONF_GET | SR_CONF_SET for frame limit. Reading analog data from an HMO1024 (Firmware 04.527) failed because the frame limit could not be set. --- src/hardware/hameg-hmo/protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hardware/hameg-hmo/protocol.c b/src/hardware/hameg-hmo/protocol.c index 8f39ba11..6f5c0500 100644 --- a/src/hardware/hameg-hmo/protocol.c +++ b/src/hardware/hameg-hmo/protocol.c @@ -47,7 +47,7 @@ static const char *hameg_scpi_dialect[] = { static const uint32_t hmo_devopts[] = { SR_CONF_OSCILLOSCOPE, - SR_CONF_LIMIT_FRAMES, + SR_CONF_LIMIT_FRAMES | SR_CONF_GET | SR_CONF_SET, SR_CONF_TRIGGER_SOURCE | SR_CONF_GET | SR_CONF_SET | SR_CONF_LIST, SR_CONF_TIMEBASE | SR_CONF_GET | SR_CONF_SET | SR_CONF_LIST, SR_CONF_NUM_TIMEBASE | SR_CONF_GET,