Re: Reading from Paralell Port

On Wednesday 15 February 2006 07:30 am, Franco Minutiello wrote:
>
> Have you problem in reading data fom D0-D7?
> I had the same problem.
> I modified the following lines in function parport_insn_a
> #ifdef notdef
>        data[1] = inb(devpriv->a_data);
> #else
>        data[1] = inb(dev->iobase+PARPORT_A);
> #endif
> Now it works fine

Thanks, your fix is in cvs now.

-- 
Frank

Received on 2006-02-20Z14:52:53