libsigrok/src
Daniel Elstner 8105e82913 openbench-logic-sniffer: Avoid recreating event source
With the current driver API and the corresponding session event
handling, it is not possible to destroy and then re-create an
event source with the same key within the same main loop iteration.

The next generation driver API will fix this problem. But for now,
just change the driver to make do without that sort of thing. Also
increase the I/O timeout to 100 ms to be safer in the event of all
kind of delays the OS environment may induce.

This fixes bug #678.
2015-11-01 19:38:40 +01:00
..
dmm SR_DF_ANALOG_OLD and sr_datafeed_analog_old renames. 2015-10-20 23:32:45 +02:00
hardware openbench-logic-sniffer: Avoid recreating event source 2015-11-01 19:38:40 +01:00
input input/csv: Remove obsolete mimetype format match. 2015-10-31 18:54:50 +01:00
lcr SR_DF_ANALOG_OLD and sr_datafeed_analog_old renames. 2015-10-20 23:32:45 +02:00
modbus Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
output Drop unneeded sr_analog_float_to_string(). 2015-10-24 21:21:50 +02:00
scale SR_DF_ANALOG_OLD and sr_datafeed_analog_old renames. 2015-10-20 23:32:45 +02:00
scpi scpi: Move closing of discovered devices to sr_scpi_scan_resource(). 2015-10-25 22:40:35 +01:00
transform transform/scale: Fix g_variant_new() argument. 2015-10-24 21:44:20 +02:00
analog.c Drop unneeded sr_analog_float_to_string(). 2015-10-24 21:21:50 +02:00
backend.c resource: New internal API for accessing resource files 2015-10-01 15:44:55 +02:00
device.c Remove unnecessary call to libusb_get_device_descriptor(). 2015-09-21 00:16:42 +02:00
drivers.c korad-kdxxxxp: Initial driver skeleton. 2015-10-13 23:15:33 +02:00
error.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
ezusb.c drivers: Load firmware via new resource API 2015-10-01 15:44:55 +02:00
fallback.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
hwdriver.c Drop obsolete SR_CONF_MEASURED_2ND_QUANTITY. 2015-09-13 21:43:17 +02:00
libsigrok-internal.h Remove obsolete SR_INPUT_META_MIMETYPE metadata key. 2015-10-31 18:56:34 +01:00
log.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
resource.c resource: Do not require size to stay valid after close 2015-10-17 17:40:42 +02:00
scpi.h scpi/usbtmc: Implement Rigol DS1000 workaround on any firmware version. 2015-09-22 10:56:58 +02:00
serial.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
session.c SR_DF_ANALOG2 and sr_datafeed_analog2 renames. 2015-10-20 23:32:45 +02:00
session_driver.c session-file: Use 32-bit int for channel count 2015-10-02 20:09:46 +02:00
session_file.c zip: Provide fallback if zip_discard() is unavailable 2015-10-30 15:09:46 +01:00
soft-trigger.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
std.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
strutil.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
trigger.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
usb.c usb: Skip add/remove of FD on destroyed source 2015-10-02 01:13:16 +02:00
version.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00