libsigrok/src
Martin Ling bb5f61105b Call libusb_get_next_timeout() to get minimum timeout for g_poll().
We should have been doing this all along, but we get away with it
on Linux where libusb can do everything with fds, and we get away
with it for many drivers that have a short timeout on their events.

On Windows though, handling this correctly is essential.

Fixes bug #343.
2015-03-26 01:02:40 +01:00
..
dmm Fix a bunch of typos. 2015-03-24 18:01:18 +01:00
hardware Various #include file cosmetic fixes. 2015-03-24 19:30:16 +01:00
input Improve readability and clarity of some numbers. 2015-03-24 19:30:16 +01:00
lcr Various minor whitespace fixes. 2015-03-21 19:28:54 +01:00
output Improve readability and clarity of some numbers. 2015-03-24 19:30:16 +01:00
scpi Various #include file cosmetic fixes. 2015-03-24 19:30:16 +01:00
transform Various Doxygen updates. 2015-02-17 15:57:21 +01:00
analog.c Various Doxygen updates. 2015-02-17 15:57:21 +01:00
backend.c Construct driver array at runtime, from an array of per-file arrays. 2015-03-21 13:09:39 +01:00
device.c Various minor whitespace fixes. 2015-03-21 19:28:54 +01:00
drivers.c Minor cosmetics, cleanups. 2015-03-21 18:28:02 +01:00
error.c sr_strerror_name(): Add missing SR_ERR_IO entry. 2015-02-11 16:26:12 +01:00
ezusb.c Various NULL-check consistency fixes. 2015-03-24 19:30:16 +01:00
fallback.c Fix two warnings when libserialport is not used. 2015-01-17 21:47:59 +01:00
hwdriver.c Simplify a few config_set() callbacks. 2015-03-22 02:15:30 +01:00
libsigrok-internal.h Store a context pointer in struct sr_session. 2015-03-26 01:02:40 +01:00
log.c Reorganize project tree. 2014-07-22 18:19:29 +02:00
serial.c Improve readability and clarity of some numbers. 2015-03-24 19:30:16 +01:00
session.c Call libusb_get_next_timeout() to get minimum timeout for g_poll(). 2015-03-26 01:02:40 +01:00
session_driver.c Some more g_try_*alloc() fixes. 2015-03-24 19:30:16 +01:00
session_file.c Make sr_session_new() and sr_session_load() require a context. 2015-03-26 01:02:40 +01:00
soft-trigger.c Various NULL-check consistency fixes. 2015-03-24 19:30:16 +01:00
std.c Use g_malloc0() consistently, simplify error handling. 2014-11-22 17:02:57 +01:00
strutil.c Various NULL-check consistency fixes. 2015-03-24 19:30:16 +01:00
trigger.c trigger: Add some more error handling. 2014-11-22 21:03:39 +01:00
usb.c Initial fix attempt for a thread-related issue on Windows. 2015-03-24 20:14:04 +01:00
version.c Reorganize project tree. 2014-07-22 18:19:29 +02:00