I am testing Sane under Opensolaris to see if the network extensions for
the pixma backend work under Opensolaris.
During the compilation I noticed that saned does not compile as
OpenSolaris does not have getgrouplist().
There is a getgrouplist.c in openssh. Can we add that, or should we only
in
The output of sane-find-scanner -v -v on
http://www.sane-project.org/unsupported/hp-scanjet-4600.html says that
it may contain an SQ113 chip, which is the same as in the Mustek_usb2
supported scanners, so I've started comparing the logs and playback
I've got to the commands used by Mustek_usb2. Thi
After some private mails with Ian, it seems this is a bug in sane-avision:
during sane_cancel(), the backend calls: sanei_thread_kill
(s->reader_pid), but s->reader_pid is 0, which signals the entire
group. There is a test to try and avoid this, but it relies on prior
code to have set s->reader_pi