No Oleg, the printer I have near by is USB.
Writes do the data and control lines should be working. Reads from status lines, I hope so
I've uploaded the source code to http://pwp.netcabo.pt/0246517002/parport_splink.c if you want to take a look.
Don't include the parport_pc on the kernel or as a module, because if CONFIG_PARPORT_PC or CONFIG_PARPORT_PC_MODULE are defined lp.o and ppdev.o will use inline functions from parport_pc and you'll get kernel Oops (check include/linux/parport.h). I lost lots of time debugging this
Do you know if it would be possible to use an IRQ or modes other than PARPORT_MODE_PCSPP? I looked at the Asus binary module and they seem to try to free irq 2 on module cleanup... That irq is being used by the USB controller on my Asus.






Reply With Quote
