]> sigrok.org Git - libsigrok.git/history - src/hardware/lascar-el-usb/protocol.c
Remove unnecessary call to libusb_get_device_descriptor().
[libsigrok.git] / src / hardware / lascar-el-usb / protocol.c
2015-09-20 Bert VermeulenRemove unnecessary call to libusb_get_device_descriptor().
2015-09-15 Uwe Hermannlascar-el-usb: Fix copy-paste errors.
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-08-30 Daniel Glöcknerlascar-el-usb: fix memory leak
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-12 Uwe Hermannwindows: Fix various compiler warnings.
2015-03-24 Uwe HermannImprove readability and clarity of some numbers.
2015-03-24 Uwe HermannFix a bunch of typos.
2015-03-21 Uwe HermannVarious minor whitespace fixes.
2015-03-21 Martin LingPass driver struct pointer to driver callbacks.
2015-03-19 Martin LingSimplify channel creation.
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-07-22 Bert VermeulenReorganize project tree.