NDEVICES should have been increased a long time ago
authorDavid Schleef <ds@schleef.org>
Mon, 13 Oct 2003 23:38:49 +0000 (23:38 +0000)
committerDavid Schleef <ds@schleef.org>
Mon, 13 Oct 2003 23:38:49 +0000 (23:38 +0000)
include/linux/comedi.h

index c4954eca241ffe4e0e6e8ff195f654c0a97eb83b..324e0cb4a1ca7a850ee897f6c4c35874740a136d 100644 (file)
@@ -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