From: David Schleef Date: Mon, 13 Oct 2003 23:38:49 +0000 (+0000) Subject: NDEVICES should have been increased a long time ago X-Git-Tag: r0_7_69~176 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=34c55daa7770586ba251d6bcb067a3fe01da61cf;p=comedi.git NDEVICES should have been increased a long time ago --- 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