projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01b43dd
)
Need to set read_subdev
author
David Schleef
<ds@schleef.org>
Mon, 3 Feb 2003 18:14:25 +0000
(18:14 +0000)
committer
David Schleef
<ds@schleef.org>
Mon, 3 Feb 2003 18:14:25 +0000
(18:14 +0000)
comedi/drivers/dt3000.c
patch
|
blob
|
history
diff --git
a/comedi/drivers/dt3000.c
b/comedi/drivers/dt3000.c
index 9b0c2c2153bd6b7efb8f2757ea5e1e583047275a..8da75e07e73f29f2e09178566c43f1aaef47eba3 100644
(file)
--- a/
comedi/drivers/dt3000.c
+++ b/
comedi/drivers/dt3000.c
@@
-786,6
+786,7
@@
static int dt3000_attach(comedi_device *dev,comedi_devconfig *it)
return ret;
s=dev->subdevices;
+ dev->read_subdev = s;
/* ai subdevice */
s->type=COMEDI_SUBD_AI;