libsigrok/hardware/zeroplus-logic-cube
Bert Vermeulen 69b07d14db allow for intermediate stage in stopping acquisition
In the case of USB drivers, a driver's dev_acquisition_stop() cannot
simply remove its fd sources from the session and close its devices:
a USB transfer might still be underway, and it needs to be finished
(and its memory freed) properly.

An sr_dev_inst->status value is added: SR_ST_STOPPING, which should
be set when the driver's dev_acquisition_stop() is called, and acts
as a marker for the USB event handler to wind up its operations.

In order for dev_acquisition_stop() to be able to set the sdi status,
however, it needs to be unconstified.
2012-11-06 15:16:22 +01:00
..
Makefile.am sr/srd: Remove/fix non-applicable autotools stuff. 2011-12-30 11:14:24 +01:00
analyzer.c zeroplus-logic-cube: Fix samplerate and trigger 2012-11-05 11:46:58 +01:00
analyzer.h zeroplus-logic-cube: Fix samplerate and trigger 2012-11-05 11:46:58 +01:00
gl_usb.c sr: moved sigrok.h so libsigrok/libsigrok.h 2012-07-05 01:17:28 +02:00
gl_usb.h sr: moved sigrok.h so libsigrok/libsigrok.h 2012-07-05 01:17:28 +02:00
zeroplus.c allow for intermediate stage in stopping acquisition 2012-11-06 15:16:22 +01:00