Re: [PATCH v2 00/25] staging: comedi: tidy up async command termination

2014-10-05 Thread Ian Abbott
On 18/09/14 19:35, H Hartley Sweeten wrote: The comedi async commands should stop if an error/overflow happens or when the end-of-acquisition for the command is detected. Some of the drivers do this correctly but many don't. The comedi_handle_events() function automatically detects the events th

[PATCH v2 00/25] staging: comedi: tidy up async command termination

2014-09-18 Thread H Hartley Sweeten
The comedi async commands should stop if an error/overflow happens or when the end-of-acquisition for the command is detected. Some of the drivers do this correctly but many don't. The comedi_handle_events() function automatically detects the events that would terminate a command. If the events ar