Re: Talking to parallel port in 2.6 kernel without using parport

From: Miguel Ojeda
Date: Fri Apr 25 2008 - 14:18:25 EST


> > Can you tell me what I am missing? Where can I get the actual source code
> > that goes with this version to further unravel this?

About two years ago (~2.6.18) I wrote one driver that needed exclusive
access to the parallel port and, like this time, Alan Cox guided me
(thank you Alan!). If you want, you can check the code at
drivers/auxdisplay/ks0108.c. I tested it as of 2.6.25 and worked fine,
so it could be a good reference for you. In addition, the code is
pretty straightforward!

>
> To be honest this area of the kernel hasn't changed much over recent
> times. Let me know if you can't figure out what is going on.
>

Right, I haven't had to change the code since 2.6.18.

--
Miguel Ojeda
--
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/