Callback problem in kcomedilib?

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


-- 
Dr. Brent M. Ledvina
Space Plasma Physics Group
Cornell University
Ithaca, NY 14853
ph # 607.255.4641
fax# 607.255.6236
http://gps.ece.cornell.edu

Received on 2004-08-04Z17:41:05