plustek@linuxhacker.org
plustek@linuxhacker.org
Hi list,
If you are having trouble with the driver (any version), check
the ../h/plustek_scan.h file, in the section starting "#if 1" (or
it might say #if 0). If the in and out functions are 'inb/outb',
change them to inb_p/outb_p, make sure you have #if 1, and rebuild
the driver. This fixed the problems I was having with I/O errors
during scanning. The parport_pc functions (#if 0) still have a
problem.
Kevin
plustek@linuxhacker.org