From 83e03d136f29ee9762369e7f5b4f9a574866638f Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sun, 17 Sep 2000 15:50:13 +0000 Subject: [PATCH] fix 815 recognition --- comedi/drivers/rti800.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comedi/drivers/rti800.c b/comedi/drivers/rti800.c index 36e962d9..1cbebff8 100644 --- 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; } -- 2.26.2