scanners.
* doc/descriptions/unsupported.desc: Added Canon DR-2080C. Updated
some links.
* backend/mustek_pp_ccd.conf doc/sane-mustek_pp_ccd.man: Explained
that libieee1284 device names like "parport0" can also be used.
backend/test.[ch]: added sanei_thread support
backend/test-picture.ch: fixed compiler warnings
backend/plustek.[ch] backend/plustek_pp.c backend/plustek-pp.h:
changes due to the sanei_thread-lib work
sanei/sanei_thread.c include/sane/sanei_thread.h: improved
support of pthreads, changed behaviour of sanei_thread_kill(),
added functions sanei_thread_sendsig() and sanei_thread_get_status()
changed behaviour of sanei_thread_waitpid(), changed parameters
of sanei_thread_begin()
added functions sanei_thread_sendsig() and sanei_thread_get_status()
changed behaviour of sanei_thread_waitpid(), changed parameters
of sanei_thread_begin()
back from sanei_usb_open is a file descriptor. It isn't. So sane_get_select_fd
returns just a random number. That breals at least saned, other frontends may
not work either. This is a workaround for bug #300257.
include/sane/config.h.in sanei/sanei_thread.c: More verbose help
messages for --enable-fork-process. Print message about pthread
support after all the tests. If libpthread isn't available, try if
libc supports pthreead_*. Use macro USE_PTHREAD to check if
threads are used in the code.
* backend/Makefile.in: Added sanei_pthread.lo to list of object
files needed for preloading.
pthread support after all the tests. If libpthread isn't available, try if libc
supports pthreead_*. Use macro USE_PTHREAD to check if threads are used in the
code.
pthread support, added switch --enable-fork-process which toggles
between the usage of fork and pthread, set the default behaviour to
pthread usage on Darwin
* include/sane/config.h: added the HAVE_LIBPTHRAD stuff
* sanei/sanei_thread.c include/sane/sanei_thread.h: fixed compilation issue
on OS/2, added support for fork too, so that we can use sanei_thread
functions in any case.
* backend/plustek.[ch]: changes due to the sanei_thread-lib work
added linker option -lpthread if pthread.h is found
* include/sane/config.in.h: added HAVE_PTHREAD_H
* sanei/sanei_thread.c include/sane/sanei_thread.h: added pthread_
functions to library, so every backend is able to use either fork or
pthread for its reader-process - see plustek backend for example
* backend/plustek.h backend/plustek.c: added sanei_thread stuff to support
threading on MacOS X
* backend/plustek_pp*: some cleanup
Fixed some missing or duplicated spaces in option descriptions.
* backend/canon630u.c: Option names shouldn't be translated.
* backend/mustek.c: Use the same title for brightness as in other
backends.
* po/sane-backends.de.po: Fixed minor bugs.
* po/sane-backends.sv.po: Updated (from Mattias Ellert
<mattias.ellert@tsl.uu.se>).
* po/sane-backends.bg.po po/sane-backends.cs.po
po/sane-backends.es.po po/sane-backends.fr.po
po/sane-backends.it.po po/sane-backends.nl.po
po/sane-backends.no.po po/sane-backends.pt.po
po/sane-backends.ru.po: Regenerated.
* doc/descriptions/unsupported.desc: Added Epson Perfection 3170,
Packard Bell Diamond 1200, and Visioneer PaperPort
3100b. Updated Epson Perfection 1670.