]> sigrok.org Git - libsigrok.git/history - src/hardware/fx2lafw/api.c
Fix a few "value never read" scan-build warnings.
[libsigrok.git] / src / hardware / fx2lafw / api.c
2015-09-25 Uwe HermannFix a few "value never read" scan-build warnings.
2015-09-20 Bert VermeulenNo need to check return value of libusb_get_device_desc...
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-08-15 Uwe HermannVarious minor cosmetics and consistency fixes.
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-07-09 Uwe Hermannfx2lafw: Fix segfault wrt libusb_detach_kernel_driver().
2015-07-09 Soeren Apelfx2lafw: Fix #445 by detaching the kernel driver (if...
2015-07-06 Soeren ApelFix #574 by setting up the transfer first, then startin...
2015-06-22 Daniel Gröberfx2lafw: Add DSLogic Pro and DSCope firmware loading...
2015-06-22 Carl-Fredrik Sundströmdslogic: Fix incorrect samplerate setting.
2015-04-12 Uwe Hermannwindows: Fix various compiler warnings.
2015-03-24 Uwe HermannVarious NULL-check consistency fixes.
2015-03-22 Uwe HermannChannel names consistency fixes and simplifications.
2015-03-22 Uwe HermannConsistency and whitespace fixes for switch statements.
2015-03-21 Uwe HermannMinor cosmetics, cleanups.
2015-03-21 Martin LingPass driver struct pointer to driver callbacks.
2015-03-19 Martin LingSimplify channel creation.
2015-03-19 eightdotVarious fixes/updates to make the driver compile.
2015-03-19 Bert Vermeulenfx2lafw: Basic acquisition support for DSLogic.
2015-03-19 Bert Vermeulenfx2lafw: scan/firmware support for DSLogic.
2014-11-25 Aurelien Jacobsfx2lafw: Add SR_CONF_CAPTURE_RATIO support.
2014-11-25 Aurelien Jacobssoft-trigger: Add support for pre-triggering.
2014-11-21 Uwe HermannDon't check sr_channel_new() return value (always succe...
2014-11-21 Uwe HermannEliminate sr_dev_inst_new().
2014-11-18 Bert Vermeulenfx2lafw: Publish driver options.
2014-11-12 Uwe HermannChange sr_dev_inst_new() to take no parameters.
2014-10-29 Uwe Hermannfx2lafw: Fix wide (16bit) sampling case.
2014-09-29 Soeren ApelRemoval of sdi->index, step 4: fix trivial sr_dev_inst_...
2014-09-27 Soeren Apelfx2lafw: Use physical USB connection instead of sdi...
2014-09-17 Bert VermeulenPublish config key capabilities.
2014-09-16 Bert VermeulenConsistently use 'scanopts' variable across all drivers.
2014-09-16 Bert VermeulenConsistently use 'devopts' variable across all drivers.
2014-09-16 Bert VermeulenChange type of SR_CONF keys to uint32_t.
2014-07-23 Bert Vermeulenfx2lafw: Check for valid samplerate before setting.
2014-07-22 Bert VermeulenReorganize project tree.