Change unused[0] to settling_time_0 to subdevice info structure.
authorDavid Schleef <ds@schleef.org>
Wed, 4 Sep 2002 21:44:45 +0000 (21:44 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 4 Sep 2002 21:44:45 +0000 (21:44 +0000)
Not exactly sure of the specification for it, though.

include/linux/comedi.h

index 2190727f83f7272ab3a133901111daf2b5313056..8b295781910fac0db16fe21b4311ed6d57aca9e1 100644 (file)
@@ -338,7 +338,8 @@ struct comedi_subdinfo_struct{
        lsampl_t        maxdata;
        unsigned int    flags;          /* channel flags */
        unsigned int    range_type;     /* lookup in kernel */
-       unsigned int unused[10];
+       unsigned int    settling_time_0;
+       unsigned int unused[9];
 };
 
 struct comedi_devinfo_struct{