]> sigrok.org Git - libsigrok.git/history - src/device.c
sr_dev_close(): Set status to SR_ST_INACTIVE.
[libsigrok.git] / src / device.c
2017-07-08 Uwe Hermannsr_dev_close(): Set status to SR_ST_INACTIVE.
2017-07-08 Uwe Hermannsr_dev_open(): Set status to SR_ST_ACTIVE upon success.
2017-07-08 Uwe Hermannsr_dev_open(): Factor out SR_ST_ACTIVE check.
2017-07-07 Uwe Hermannsr_dev_close(): Factor out SR_ERR_DEV_CLOSED check.
2017-06-12 Uwe HermannVarious Doxygen fixes.
2017-03-10 Uwe Hermannsr_usbtmc_dev_inst_free(): Allow NULL as argument.
2017-03-10 Uwe Hermannsr_usb_dev_inst_new(): Allow NULL as argument.
2017-03-10 Uwe Hermannsr_serial_dev_inst_free(): Allow NULL as argument.
2017-03-10 Uwe Hermannsr_dev_inst_free(): Allow NULL as argument.
2016-08-29 Uwe Hermanndevice.c: Whitespace/cosmetics and typo fixes.
2015-12-31 Uwe HermannRename sr_dev_config_capabilities() to sr_dev_config_ca...
2015-12-31 Martin LingAdd new sr_dev_options() helper function.
2015-12-31 Martin LingAdd new sr_dev_config_capabilities() helper function.
2015-11-29 Stefan Brünssession: fix use after free of session->devs as reporte...
2015-09-20 Bert VermeulenRemove unnecessary call to libusb_get_device_descriptor().
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-08-25 Bert VermeulenMake sr_next_enabled_channel() from scpi-pps available...
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-04-17 Uwe HermannFix various warnings when building without libusb.
2015-03-21 Uwe HermannVarious minor whitespace fixes.
2015-03-21 Martin LingPass driver struct pointer to driver callbacks.
2015-03-19 Martin LingChange API of channel accessor functions to take struct...
2015-03-19 Martin LingAdd sdi pointer to struct sr_channel.
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 HermannEliminate sr_dev_inst_new().
2014-11-12 Uwe HermannChange sr_dev_inst_new() to take no parameters.
2014-11-11 Uwe HermannAdd sr_dev_inst_user_new(), sr_dev_inst_channel_add().
2014-11-11 Uwe HermannConstify the sdi parameter of all sr_dev_inst_*() getters.
2014-11-11 Uwe HermannAdd sr_dev_inst_channels_get() and sr_dev_inst_channel_...
2014-11-01 Bert VermeulenOnly sr_dev_inst_free() should free channel groups.
2014-10-27 Soeren ApelMake sr_dev_inst_connid_get() available without libusb
2014-10-22 Bert Vermeulensr_dev_inst_connid_get() requires libusb.
2014-10-18 Bert VermeulenFree channel group private storage when clearing device...
2014-10-17 Soeren ApelAuto-set sdi->connection_id for serial devices in the...
2014-10-17 Soeren ApelProvide getters for sr_dev_inst member access
2014-10-09 Bert VermeulenFix sr_dev_has_option().
2014-09-29 Soeren ApelRemoval of sdi->index, step 1: remove it from headers...
2014-09-23 Soeren ApelAdd serial_num and connection_id fields to sr_dev_inst
2014-09-08 Bert VermeulenAdd private storage pointer to struct sr_channel.
2014-07-22 Bert VermeulenReorganize project tree.