From 34c55daa7770586ba251d6bcb067a3fe01da61cf Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 13 Oct 2003 23:38:49 +0000 Subject: [PATCH] NDEVICES should have been increased a long time ago --- 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 c4954eca..324e0cb4 100644 --- a/include/linux/comedi.h +++ b/include/linux/comedi.h @@ -37,7 +37,7 @@ extern "C" { kernel structures are currently statically allocated, thus you don't want this to be much more than you actually use. */ -#define COMEDI_NDEVICES 4 +#define COMEDI_NDEVICES 16 /* number of config options in the config structure */ #define COMEDI_NDEVCONFOPTS 32 -- 2.26.2