Increased timeout for digital output dma loading, due to report of it
authorFrank Mori Hess <fmhess@speakeasy.net>
Mon, 22 Feb 2010 14:23:25 +0000 (14:23 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Mon, 22 Feb 2010 14:23:25 +0000 (14:23 +0000)
being too short for some hardware.

comedi/drivers/ni_mio_common.c

index 80c389e45ed4f1a158f63e000b25af3e12a76215..41385744333a043f923bb45edcaa88609fa5cfcc 100644 (file)
@@ -3699,7 +3699,7 @@ static int ni_cdo_inttrig(comedi_device * dev, comedi_subdevice * s,
 #endif
        int retval = 0;
        unsigned i;
-       const unsigned timeout = 100;
+       const unsigned timeout = 1000;
 
        s->async->inttrig = NULL;