projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75e44bc
)
Change unused[0] to settling_time_0 to subdevice info structure.
author
David Schleef
<ds@schleef.org>
Wed, 4 Sep 2002 21:44:45 +0000
(21:44 +0000)
committer
David 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
patch
|
blob
|
history
diff --git
a/include/linux/comedi.h
b/include/linux/comedi.h
index 2190727f83f7272ab3a133901111daf2b5313056..8b295781910fac0db16fe21b4311ed6d57aca9e1 100644
(file)
--- a/
include/linux/comedi.h
+++ b/
include/linux/comedi.h
@@
-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{