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

2014-09-12 Thread Ian Abbott
On 2014-09-12 00:07, 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 cfc_handle_events() function automatically detects the events tha

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

2014-09-11 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 cfc_handle_events() function automatically detects the events that would terminate a command. If the events are s