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:
parent
2021937c6d
commit
ea12ac4fd2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue