Re: [PATCH 00/18] staging: comedi: make core track the number of scans

2014-11-05 Thread Ian Abbott
On 04/11/14 16:50, H Hartley Sweeten wrote: The comedi drivers that support async commands with a cmd-stop_src of TRIG_COUNT currently have a private data member that is used to count the number of scans completed in order to detect the end of acquisition for the command. This series addes a

[PATCH 00/18] staging: comedi: make core track the number of scans

2014-11-04 Thread H Hartley Sweeten
The comedi drivers that support async commands with a cmd-stop_src of TRIG_COUNT currently have a private data member that is used to count the number of scans completed in order to detect the end of acquisition for the command. This series addes a new member, 'scans_done', to comedi_async and