projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9373747
)
fix 815 recognition
author
David Schleef
<ds@schleef.org>
Sun, 17 Sep 2000 15:50:13 +0000
(15:50 +0000)
committer
David Schleef
<ds@schleef.org>
Sun, 17 Sep 2000 15:50:13 +0000
(15:50 +0000)
comedi/drivers/rti800.c
patch
|
blob
|
history
diff --git
a/comedi/drivers/rti800.c
b/comedi/drivers/rti800.c
index 36e962d95bb483c037d9f8cd8149936cb7781479..1cbebff894b1af4c020921bb0070b1e283956f8a 100644
(file)
--- a/
comedi/drivers/rti800.c
+++ b/
comedi/drivers/rti800.c
@@
-273,7
+273,7
@@
static int rti800_do(comedi_device * dev, comedi_subdevice *s, comedi_trig * it)
static int rti800_recognize(char *name)
{
if (!strcmp("rti800", name))return 0;
- if (!strcmp("rti815", name))return
0
;
+ if (!strcmp("rti815", name))return
1
;
return -1;
}