fix 815 recognition
authorDavid Schleef <ds@schleef.org>
Sun, 17 Sep 2000 15:50:13 +0000 (15:50 +0000)
committerDavid Schleef <ds@schleef.org>
Sun, 17 Sep 2000 15:50:13 +0000 (15:50 +0000)
comedi/drivers/rti800.c

index 36e962d95bb483c037d9f8cd8149936cb7781479..1cbebff894b1af4c020921bb0070b1e283956f8a 100644 (file)
@@ -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;
 }