]> sigrok.org Git - libsigrok.git/history - src/hardware/gmc-mh-1x-2x/api.c
yokogawa-dlm: Minor cosmetics, consistency fixes, typos.
[libsigrok.git] / src / hardware / gmc-mh-1x-2x / api.c
2015-03-31 Uwe HermannReplace some magic numbers with a #define.
2015-03-31 Uwe HermannDon't check g_free() arguments for NULL.
2015-03-24 Uwe HermannImprove readability and clarity of some numbers.
2015-03-22 Uwe HermannSimplify a few config_set() callbacks.
2015-03-21 Uwe HermannVarious minor whitespace fixes.
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.
2014-11-22 Uwe HermannUse g_malloc0() consistently, simplify error handling.
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-09-29 Soeren ApelRemoval of sdi->index, step 4: fix trivial sr_dev_inst_...
2014-09-24 Martin Linggmc-mh-1x-2x: Remove SERIAL_NONBLOCK flag.
2014-09-24 Martin Linggmc-mh-1x-2x: Mark serial read call as nonblocking.
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-22 Bert VermeulenReorganize project tree.