From 87898e2bafeab432ff1143e9210f600a3abc79d9 Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Mon, 3 Dec 2007 13:57:45 +0000 Subject: [PATCH] For AO command, if scan_begin_src is TRIG_INT and not using DAC FIFO, need to call comedi_event() in the inttrig function because it isn't being called anywhere else. --- comedi/drivers/amplc_pci230.c | 1 + 1 file changed, 1 insertion(+) diff --git a/comedi/drivers/amplc_pci230.c b/comedi/drivers/amplc_pci230.c index 24a17a50..96630de1 100644 --- a/comedi/drivers/amplc_pci230.c +++ b/comedi/drivers/amplc_pci230.c @@ -1275,6 +1275,7 @@ static int pci230_ao_inttrig_scan_begin(comedi_device * dev, comedi_spin_unlock_irqrestore(&devpriv-> ao_stop_spinlock, irqflags); pci230_handle_ao_nofifo(dev, s); + comedi_event(dev, s); } else { /* Using DAC FIFO. */ /* Read DACSWTRIG register to trigger conversion. */ -- 2.26.2