]> sigrok.org Git - libsigrok.git/history - src/hardware/hantek-6xxx/api.c
Add sr_dev_acquisition_stop(), factor out SR_ERR_DEV_CLOSED check.
[libsigrok.git] / src / hardware / hantek-6xxx / api.c
2017-07-07 Uwe HermannAdd sr_dev_acquisition_stop(), factor out SR_ERR_DEV_CL...
2017-06-06 Uwe HermannMinor cosmetics.
2017-05-16 Uwe Hermannhantek-6xxx: Only list DC coupling once.
2017-05-16 Uwe Hermannhantek-6xxx: Fix coupling selection.
2017-03-08 Uwe Hermannscope drivers: More consistent config key ordering.
2017-01-27 Sebastian Tabares... Add support for Hantek 6022BL
2016-10-31 Uwe Hermannhantek-6xxx: Add "fx2lafw-" prefix to the firmware...
2016-10-30 Uwe Hermannhantek-6xxx: Update driver to use the USB product versi...
2016-08-29 Uwe HermannRemove some unneeded double-spaces.
2016-08-28 Aurelien Jacobshantek-6xxx: properly set encoding digits
2016-08-21 Erik Montnemeryhantek-6xxx: Ignore requests to set Hantek 6022BE coupling.
2016-08-21 Sebastian Zagrodzkihantek-6xxx: sdi might be NULL - don't assign devc...
2016-08-21 Mike Meyerhantek-6xxx: Fix the device scan to not scan the NULL...
2016-08-14 Benjamin Larssonhantek-6xxx: only show DC coupling for the Hantek device
2016-08-14 Uwe Hermannhantek-6xxx: Fix some issues by using power-of-two...
2016-06-16 Uwe Hermannhantek-6xxx: Convert to SR_DF_ANALOG.
2016-05-31 Lars-Peter ClausenUse driver name as the log prefix in standard functions
2016-05-27 Lars-Peter ClausenAdd helper function for scan completion
2016-05-17 Lars-Peter ClausenPut driver pointers into special section
2016-05-17 Lars-Peter ClausenDrop unnecessary struct sr_dev_driver forward declarations
2016-05-09 Lars-Peter ClausenRemove unnecessary std_init() wrapper functions
2016-05-09 Lars-Peter Clausenstd_init(): Drop check if pass in driver is non-NULL
2016-05-09 Lars-Peter ClausenMatch std_init() parameter order to the driver init...
2016-05-03 Lars-Peter ClausenIntroduce standard implementation of the dev_list(...
2016-05-03 Lars-Peter ClausenIntroduce standard cleanup helper
2016-04-29 Uwe Hermanndev_acquisition_{start,stop}(): Drop duplicate 'cb_data...
2016-04-29 Uwe HermannDrop unneeded std_session_send_df_header() comments.
2016-04-29 Uwe HermannFactor out std_session_send_df_end() helper.
2016-04-23 Benjamin Larssonhantek-6xxx: fix memory leaks
2016-04-23 Markus Siegerthantek-6xxx: use 1D50:608E for Sainsmart DDS-120
2016-04-23 Benjamin Larssonhantek-6xxx: add coupling support
2016-04-23 Benjamin Larssonhantek-6xxx: store the amount samples received
2016-04-23 Benjamin Larssonhantek-6xxx: Add support for Sainsmart DDS120
2016-03-13 Uwe Hermannhantek-6xxx: libusb_get_device_descriptor() cannot...
2016-03-13 Chriterhantek-6xxx: Initial driver implementation.
2016-03-09 Chriterhantek-6xxx: Initial driver skeleton.