From 2eceed322616745ee0f2f27372e2cfaf1adf2f8c Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 16 Apr 2012 09:21:40 -0400 Subject: [PATCH] comedi.h: COMEDI_CB_EOA is also used to report end-of-output. Signed-off-by: W. Trevor King --- include/linux/comedi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/comedi.h b/include/linux/comedi.h index 4c2824b6..320dfc49 100644 --- a/include/linux/comedi.h +++ b/include/linux/comedi.h @@ -466,7 +466,7 @@ extern "C" { /* only relevant to kernel modules. */ #define COMEDI_CB_EOS 1 /* end of scan */ -#define COMEDI_CB_EOA 2 /* end of acquisition */ +#define COMEDI_CB_EOA 2 /* end of acquisition/output */ #define COMEDI_CB_BLOCK 4 /* new data has arrived: wakes up write()/read() */ #define COMEDI_CB_EOBUF 8 /* DEPRECATED: end of buffer */ #define COMEDI_CB_ERROR 16 /* card error during acquisition */ -- 2.26.2