don't require id bits to match anymore, since it has proven to be
authorFrank Mori Hess <fmhess@speakeasy.net>
Sat, 19 Jul 2003 21:51:51 +0000 (21:51 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Sat, 19 Jul 2003 21:51:51 +0000 (21:51 +0000)
more trouble than it's worth

comedi/drivers/das16.c

index 9a3283c8ebd80dc028bbcf93e66dc15944825515..19dca1b8a6babe60e8f08e0a8a6b1e20902a3ba3 100644 (file)
@@ -1319,9 +1319,9 @@ static int das16_probe(comedi_device *dev, comedi_devconfig *it)
        printk(" id bits are 0x%02x\n",diobits);
        if(thisboard->id != diobits)
        {
-               printk(" requested board's id bits are 0x%x\n", thisboard->id);
-               return -1;
+               printk(" requested board's id bits are 0x%x (ignore)\n", thisboard->id);
        }
+
        return 0;
 }