libsigrok/hardware
Lars-Peter Clausen f3ab43a8fb sr: fx2lafw: Fix multistage trigger
Multistage triggers currently do no work, because there is a return statement
in the middle of the trigger detector which will be hit as soon as the first
stage in a multistage trigger matches. This patch removes the return statement
so that the trigger detector can continue to try to match the next stage. In
order for this to work we also make sure that the trigger stage is only reset
if the current sample does not match.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2012-06-24 14:35:26 +02:00
..
alsa sr: Made the dev_config_set parameter a const pointer 2012-05-31 19:51:11 +01:00
asix-sigma sr: Made sample rate lists const 2012-05-31 19:51:11 +01:00
chronovu-la8 sr: chronovu-la8: Split code into api.c and driver.c. 2012-06-21 23:34:38 +02:00
common sr: Deleted the saleae-logic driver, fx2lafw has superceded it. 2012-04-19 00:12:22 +02:00
demo sr: Made sample rate lists const 2012-05-31 19:51:11 +01:00
fx2lafw sr: fx2lafw: Fix multistage trigger 2012-06-24 14:35:26 +02:00
hantek-dso sr: analog: Add MQ and UNIT enums. 2012-06-20 23:55:23 +02:00
link-mso19 sr: Made sample rate lists const 2012-05-31 19:51:11 +01:00
mastech-va18b sr: Unfinished Mastech VA18B (DMM) support. 2012-06-21 23:56:24 +02:00
openbench-logic-sniffer sr: ols: Fix incorrect comment. 2012-06-21 23:59:27 +02:00
zeroplus-logic-cube sr: backend/zeroplus: Improve debug output. 2012-06-19 23:33:50 +02:00
Makefile.am sr: Unfinished Mastech VA18B (DMM) support. 2012-06-21 23:56:24 +02:00