libsigrok/src
Gerhard Sittig 1f4f98e05c asix-sigma: Only open the USB device once (fails with newer libftdi)
The asix-sigma driver was reported to fail in combination with newer
libftdi versions, because the firmware upload routine opened again an
already opened device, and then failed to claim the interface. Which was
not fatal before with previous libftdi versions.

Remove the redundant open call. Remove the local FTDI context variable,
which brings the firmware upload routine in line with all other calls
that communicate to the USB device.

This fixes bug #471.

Suggested-By: Marian Cingel <cingel.marian@gmail.com>
2017-06-27 13:28:25 +02:00
..
dmm ut71x: Fix incorrect resistance values on some DMMs. 2017-05-23 19:38:19 +02:00
hardware asix-sigma: Only open the USB device once (fails with newer libftdi) 2017-06-27 13:28:25 +02:00
input input/wav: Fix incorrect memset() call. 2017-06-24 17:26:02 +02:00
lcr sr_serial_dev_inst_free(): Allow NULL as argument. 2017-03-10 11:41:34 +01:00
modbus Drop trailing whitespace in various files. 2017-06-06 14:10:02 +02:00
output output/csv: Fix a gcc 7 compiler warning. 2017-06-24 18:29:26 +02:00
scale license: remove FSF postal address from boiler plate license text 2017-01-07 16:05:39 +01:00
scpi Drop trailing whitespace in various files. 2017-06-06 14:10:02 +02:00
transform license: remove FSF postal address from boiler plate license text 2017-01-07 16:05:39 +01:00
analog.c Various Doxygen fixes. 2017-06-12 02:44:28 +02:00
backend.c Add APIs to query libsigrok build information. 2017-05-26 18:00:58 +02:00
device.c Various Doxygen fixes. 2017-06-12 02:44:28 +02:00
drivers.c Remove some unneeded double-spaces. 2016-08-29 21:51:27 +02:00
error.c license: remove FSF postal address from boiler plate license text 2017-01-07 16:05:39 +01: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 Various Doxygen fixes. 2017-06-12 02:44:28 +02:00
libsigrok-internal.h usb.c: Moved in usb_match_manuf_product 2017-06-20 00:18:16 +02:00
log.c Various Doxygen fixes. 2017-06-12 02:44:28 +02:00
resource.c resource: Improve logging output. 2016-09-24 11:41:47 +02:00
scpi.h SCPI: add sr_scpi_write_data() 2017-03-11 13:47:39 +01:00
serial.c Remove some unneeded double-spaces. 2016-08-29 21:51:27 +02:00
session.c Various Doxygen fixes. 2017-06-12 02:44:28 +02:00
session_driver.c Virtual session: Workaround for SR_CONF_CAPTUREFILE (#944) 2017-05-21 17:10:38 +02:00
session_file.c Various Doxygen fixes. 2017-06-12 02:44:28 +02:00
soft-trigger.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
std.c license: remove FSF postal address from boiler plate license text 2017-01-07 16:05:39 +01:00
strutil.c strutil: Assume bool is true when no value is specified 2017-06-25 20:42:21 +02:00
sw_limits.c Remove some unneeded double-spaces. 2016-08-29 21:51:27 +02:00
trigger.c Remove some unneeded double-spaces. 2016-08-29 21:51:27 +02:00
usb.c usb.c: Moved in usb_match_manuf_product 2017-06-20 00:18:16 +02:00
version.c license: remove FSF postal address from boiler plate license text 2017-01-07 16:05:39 +01:00