libsigrok/src
Alexandru Gagniuc 0c08023f50 scpi: Accept *IDN responses with more than four tokens
Some devices with more than one microcontroller report the firmware
version for each of them, giving us more than four tokens. When that
happens, sigrok aborts, even though it received a valid response.

This happens, for example with the Chroma 61604:
'Chroma ATE,61604,001060,1.25,1.34,1.20'
2015-04-29 22:59:56 +02:00
..
dmm strcasecmp() is defined in strings.h. 2015-04-28 22:07:01 +02:00
hardware Define our own constant for PI. 2015-04-28 22:07:03 +02:00
input wav: Stricter check for valid chunk ID. 2015-04-28 22:05:47 +02: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 scpi: Accept *IDN responses with more than four tokens 2015-04-29 22:59:56 +02: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 Fix various warnings when building without libusb. 2015-04-17 17:45:07 +02:00
device.c Fix various warnings when building without libusb. 2015-04-17 17:45:07 +02:00
drivers.c uni-t-dmm: Declare each meter type in only one place. 2015-03-26 23:52:06 +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 sr_driver_list() now takes a context pointer. 2015-04-07 02:09:56 +02:00
libsigrok-internal.h Define our own constant for PI. 2015-04-28 22:07:03 +02: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 Fix a USB timeout related issue in sr_session_iteration(). 2015-04-12 17:16:32 +02: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 strcasecmp() is defined in strings.h. 2015-04-28 22:07:01 +02: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