Re: Callback problem in kcomedilib?

In general it's a good idea to report bugs in bugzilla. Here in the 
mailing list the bug reports reports might be overlooked.

/Bernd

www:	http://www.berndporr.me.uk/
         http://www.linux-usb-daq.co.uk/
Mobile:	+44 (0)7769 506746
Work:	+44 (0)141 330 5237
         University of Glasgow
         Department of Electronics & Electrical Engineering
         Room 519, Rankine Building, Oakfield Avenue,
         Glasgow, G12 8LT


Brent Michael Ledvina wrote:
> Hi all,
> 
> I am working with the CVS version (from August 4 2004) of comedi and
> kcomedilib. In revison 1.56 of kcomedilib_main.c the following line was
> removed:
> 
> async->cb_mask |= COMEDI_CB_EOA|COMEDI_CB_BLOCK|COMEDI_CB_ERROR;
> 
> and was replaced with:
> 
> if(async->cb_mask & COMEDI_CB_EOS)
>   cmd->flags |= TRIG_WAKE_EOS;
> 
> 
> My problem is that I'm not seeing callbacks generated anymore, although I
> can see data coming into my ni_pcidio driver and interrupts from the mite
> are being generated.
> 
> The previous version of kcomedilib_main.c with the former line from above
> works fine. If I add this line to CVS's kcomedilib_main.c callbacks
> started working properly again.
> 
> Should I report this as a bug?
> 
> Regards,
> Brent
> 
> 

Received on 2004-08-04Z18:23:48