[PATCH 4/4] staging: comedi: ni_65xx: disable edge detection on initialization

From: Ian Abbott
Date: Wed Jul 23 2014 - 05:41:43 EST


When the hardware is being initialized, the edge detection interrupts
are cleared and disabled. Also disable edge detection for all channels
at this time so they start off in a known state.

Signed-off-by: Ian Abbott <abbotti@xxxxxxxxx>
---
drivers/staging/comedi/drivers/ni_65xx.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/staging/comedi/drivers/ni_65xx.c b/drivers/staging/comedi/drivers/ni_65xx.c
index ddf9135..1b8a397 100644
--- a/drivers/staging/comedi/drivers/ni_65xx.c
+++ b/drivers/staging/comedi/drivers/ni_65xx.c
@@ -804,6 +804,7 @@ static int ni_65xx_auto_attach(struct comedi_device *dev,
}

ni_65xx_disable_input_filters(dev);
+ ni_65xx_disable_edge_detection(dev);

return 0;
}
--
2.0.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/