Staging: comedi: Increased timeout for digital output dma loading

Increased timeout for digital output dma loading, due to report of it
being too short for some hardware.

Signed-off-by: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Frank Mori Hess 2010-02-22 15:32:32 -05:00 committed by Greg Kroah-Hartman
parent 2021937c6d
commit ea12ac4fd2

View File

@ -3795,7 +3795,7 @@ static int ni_cdo_inttrig(struct comedi_device *dev, struct comedi_subdevice *s,
#endif
int retval = 0;
unsigned i;
const unsigned timeout = 100;
const unsigned timeout = 1000;
s->async->inttrig = NULL;