Wykres commitów

3738 Commity (0a9b823730bdd7fe1051356b67a4ac73a1ef9310)

Autor SHA1 Wiadomość Data
Gerhard Jaeger cba31cdf64 Copyright update. 2003-10-13 07:16:54 +00:00
Gerhard Jaeger cd7b8f8cb2 Fixed OS/2 compilation. 2003-10-13 07:16:09 +00:00
Gerhard Jaeger 52d44e1aae sanei/sanei_thread.[ch]: Improved OS/2 support
backend/test.c: removed OS/2 section
2003-10-12 15:40:11 +00:00
Gerhard Jaeger 6dd1661a65 removed OS/2 section. 2003-10-12 15:39:38 +00:00
Gerhard Jaeger 1f8c02707d Improved OS/2 support. 2003-10-12 15:39:04 +00:00
Henning Geinitz 63aabae96e * doc/descriptions/unsupported.desc: Added Memorex, TCE and Optrox
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.
2003-10-12 09:10:18 +00:00
Henning Geinitz 0b799a4142 Added Memorex, TCE and Optrox scanners. 2003-10-12 09:09:32 +00:00
Gerhard Jaeger fe97c01e62 Fixed segfault condition in sanei_thread_waitpid. 2003-10-10 13:01:46 +00:00
Henning Geinitz 75e7483301 Explained that libieee1284 device names like "parport0" can also be used. 2003-10-10 10:33:15 +00:00
Henning Geinitz cf2e0ccb8d Added Canon DR-2080C. Updated some links. 2003-10-10 10:17:57 +00:00
Gerhard Jaeger 73caefebca Fixed some compilation errors on Darwin and OS/2. 2003-10-10 06:57:36 +00:00
Peter Kirchgessner 6e8bd98ef6 Add environment to sane-hp.man 2003-10-09 20:25:02 +00:00
Peter Kirchgessner 53ab90f41b Add environments SANE_HP_RDREDO, SANE_HOME_HP 2003-10-09 20:23:39 +00:00
Peter Kirchgessner 8fa094c185 hp-backend:
Redo when TEST UNIT READY failed
Redo when read returns with 0 bytes (non-SCSI only)
Bug #300241: fix invers image on 3c/4c/6100C at 10 bit depth
2003-10-09 19:40:28 +00:00
Peter Kirchgessner d5b479a19a Redo when TEST UNIT READY failed
Redo when read returns with 0 bytes (non-SCSI only)
Bug #300241: fix invers image on 3c/4c/6100C at 10 bit depth
2003-10-09 19:37:29 +00:00
Peter Kirchgessner 2549e5bf8c Redo when TEST UNIT READY failed
Redo when read returns with 0 bytes (non-SCSI only)
2003-10-09 19:34:57 +00:00
Peter Kirchgessner 3e5bec5925 Bug #300241: fix invers image on 3c/4c/6100C at 10 bit depth 2003-10-09 19:32:50 +00:00
Stéphane Voltz 512dcd9fd0 * added automatic parallel port detection,
and special keyword in configuration file to use it. Indent cleaning.
2003-10-09 05:27:39 +00:00
Gerhard Jaeger 230fab553f backend/Makefile.in : linking plustek_pp- and test-backend against sanei_thread
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()
2003-10-08 20:35:51 +00:00
Gerhard Jaeger 2d9c2e54c7 linking plustek_pp- and test-backend against sanei_thread. 2003-10-08 20:34:46 +00:00
Gerhard Jaeger 81dd39d572 changes due to the sanei_thread-lib work. 2003-10-08 20:34:10 +00:00
Gerhard Jaeger 9fabf6307a fixed compiler warnings. 2003-10-08 20:33:17 +00:00
Gerhard Jaeger a1ec707aee added sanei_thread support 2003-10-08 20:32:39 +00:00
Gerhard Jaeger 25a38b2739 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()
2003-10-08 20:31:15 +00:00
Henning Geinitz 5204d4fed8 Workaround for bug in canon630u backend: The backend assumes that the id it gets
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.
2003-10-08 15:42:55 +00:00
m. allan noah d6eaa47b83 could not commit this yesterday cause of lock held by anon user. 2003-10-08 13:42:41 +00:00
Oliver Schwartz b83e91e5d1 Updates for Epson Perfection 1670 2003-10-07 19:41:34 +00:00
Oliver Schwartz 6b8e0671d4 Initial support for Epson 1670, minor bugfix 2003-10-07 18:29:20 +00:00
m. allan noah bc5a69bea4 removed _ from option names 2003-10-07 16:29:10 +00:00
m. allan noah 40f1f062ab added changelog entry for yesterday's changes to fujitsu.[ch] 2003-10-07 12:59:18 +00:00
Henning Geinitz b191583bb2 * acinclude.m4 aclocal.m4 configure configure
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.
2003-10-07 11:30:36 +00:00
Henning Geinitz 957bcd82cc Added sanei_pthread.lo to list of object files needed for preloading. 2003-10-07 11:30:09 +00:00
Henning Geinitz 3565c78d2f 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.
2003-10-07 11:28:03 +00:00
Gerhard Jaeger 81eaf06a10 * aclocal.m4 acinlcude.m4 configure configure.in: modified checks for
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
2003-10-07 07:38:37 +00:00
Gerhard Jaeger fec6141ad1 Some cleanup. 2003-10-07 06:26:15 +00:00
m. allan noah 45d4a7b4ff updated fujitsu url, changed version# to match driver 2003-10-06 20:45:04 +00:00
m. allan noah 2707a6b323 added support for 4340 and 4x20 color modes. dont know if bigger scanners
use these modes or not. need to find someone with a spare $20k to test one :)

also moved a bit of code around so that it was under the proper comments
2003-10-06 20:11:28 +00:00
Peter Kirchgessner c115be0925 Gubfix #300248 in hp-backend 2003-10-06 20:00:11 +00:00
Peter Kirchgessner fc104af865 Update version number 2003-10-06 19:56:54 +00:00
Peter Kirchgessner 22020eba9c Bug #300248: correct "Negatives" to "Negative" in option description 2003-10-06 19:54:07 +00:00
Peter Kirchgessner c5f02bb1fc hp.c 2003-10-06 19:52:26 +00:00
Henning Geinitz bd955f44f6 * doc/Makefile.in: Remove doxygen-sanei.conf in clean target.
* sanei/sanei_pa4s2.c: Made some internal functions static.
2003-10-06 18:54:52 +00:00
Henning Geinitz 3cc8ce04e2 Made some internal functions static. 2003-10-06 17:39:19 +00:00
Henning Geinitz 1a7f24b247 Remove doxygen-sanei.conf in clean target. 2003-10-06 15:36:32 +00:00
Thomas Soumarmon 96d46f8a7b *fixed bug #300252 : added static to all non SANE specific functions\n*changed #include <sane/..> into #include ../include/sane/... as mentioned in the backend-writing.txt file 2003-10-06 11:25:50 +00:00
Gerhard Jaeger 39044887ca * aclocal.m4 configure configure.in: added checks for pthread.h and
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
2003-10-05 16:00:30 +00:00
Henning Geinitz 73e905af79 * backend/microtek2.h backend/test.c include/sane/saneopts.h:
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.
2003-10-05 12:24:41 +00:00
Henning Geinitz c501ca3cc7 Added Epson Perfection 3170, Packard Bell Diamond 1200, and Visioneer PaperPort
3100b. Updated Epson Perfection 1670.
2003-10-05 12:22:56 +00:00
Karl Heinz Kremer e01652aab8 Start two descriptions with capital characters. 2003-10-05 12:20:03 +00:00
Henning Geinitz 55bbb685ac Regenerated. 2003-10-05 12:16:51 +00:00