]> sigrok.org Git - libsigrok.git/history - src/hardware/uni-t-dmm/api.c
Fix #442 by renaming sr_dev_driver.priv to .context
[libsigrok.git] / src / hardware / uni-t-dmm / api.c
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-04-09 Uwe Hermannuni-t-dmm: Add a missing NULL (fixes a crash on Android).
2015-03-26 Martin Linguni-t-dmm: Declare each meter type in only one place.
2015-03-22 Uwe HermannSimplify a few config_set() callbacks.
2015-03-21 Uwe HermannConstify a few arrays and variables.
2015-03-21 Uwe HermannMinor cosmetics, cleanups.
2015-03-21 Martin LingPass driver struct pointer to driver callbacks.
2015-03-20 Uwe HermannAdd initial Voltcraft VC-870 support.
2015-03-19 Martin LingSimplify channel creation.
2015-03-01 Martin Lingut372: Initial sub-driver skeleton.
2014-11-21 Uwe HermannDon't check sr_channel_new() return value (always succe...
2014-11-21 Uwe HermannConsistently use g_malloc0() for allocating devc.
2014-11-21 Uwe HermannEliminate sr_dev_inst_new().
2014-11-12 Uwe HermannChange sr_dev_inst_new() to take no parameters.
2014-10-25 Uwe HermannAdd support for the UNI-T UT71x series (aka Voltcraft...
2014-09-29 Soeren ApelRemoval of sdi->index, step 4: fix trivial sr_dev_inst_...
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-08-29 Uwe HermannRemove unneeded subdriver debug messages.
2014-07-22 Bert VermeulenReorganize project tree.