Wykres commitów

816 Commity (284ff7a5431bef273e0fb8da67b948a31ba4293f)

Autor SHA1 Wiadomość Data
Henning Geinitz 284ff7a543 Initialize global variables in sane_init. 2003-04-02 15:02:42 +00:00
Henning Geinitz a2e76b2942 Remove Chris Pinkham as active maintainer because his primary email address
bounces, the website is dead and he doesn't respond to mails to other
addresses. Marked email addresses and website as dead. Fixed AT3 misdectection
that was on the TODO list for some time.
2003-04-02 14:40:48 +00:00
Henning Geinitz 27beb7d01b Fixed comment headers. They were copied verbatim from the dll backend. 2003-04-02 14:04:06 +00:00
Henning Geinitz 088281c4e1 Added support for IPv6. Updated manpages. Patch from Julien BLACHE
<jb@jblache.org>.
2003-03-30 19:07:18 +00:00
Oliver Schirrmeister bfdf791597 added fujitsu fi-4120C support 2003-03-28 14:46:17 +00:00
Karl Heinz Kremer 5652917dd6 Added workaround for GT-8000 scanner, fixed two warnings reported by der Mouse. 2003-03-26 23:18:58 +00:00
Rene Rebe 8ce6e0d515 Updated the avision backend to latest build. This includes user-space
USB support and OS/2 thread handling.
2003-03-25 01:43:35 +00:00
Ulrich Deiters c6d5ebe9fb Modified behaviour of the option "eject after each scan":
Eject is suppresed for film scanners after preview scans.
2003-03-22 16:31:52 +00:00
Henning Geinitz 341f58125e Fixed segmentation fault when $PATH is not set. 2003-03-17 19:33:00 +00:00
Oliver Schirrmeister 86a3214291 patch from Ron Cemer <ron@roncemer.com>
fixes the broken "ADF empty" detection on the Fujitsu scanners
 when connected via USB.  It also fixes a sense-request issues,
 which were required in order to determine whether the ADF is
 empty.  It also eliminates some duplicate code blocks.
 renamed some functions
2003-03-14 18:21:22 +00:00
Henning Geinitz a84d4a611f Added Packard Bell Diamond 1200 Plus to .desc and manpage. New flag to avoid
running stop_scan before doing a scan. The Windows firmware of the BearPaw
1200 CU Plus doesn't seem to like that.
2003-03-13 17:18:29 +00:00
Oliver Schirrmeister 711bb118b4 displays the offending byte when something is wrong in the
window descriptor block.
2003-03-10 12:38:36 +00:00
Eddy De Greef 61c2a6aa24 Fixed two calibration bugs: one occasionally caused overexposed images
at all resolutions; the other one occasionally caused color inbalances
when scanning narrow areas at high resolutions.
2003-03-09 20:32:49 +00:00
Henning Geinitz 8d9c13ed82 Minor debug message updates. Fixed a little bug in sane_control_option (gamma
control). Removed the signal blocking again. That only hides the segfault in
sanei_scsi.  Check if there are documents in ADF for Paragon 2. Otherwise
return error. Fix some minor issues in reading the config file.
2003-03-07 19:31:26 +00:00
Henning Geinitz 0bb508a879 Small requests are done with a response buffer of 8 bytes (instead of 64)
now. Looks like GT-6816 based scanners return 8 bytes if the firmware is
loaded and 64 bytes if it's not loaded. Changed GT-6816 firmware check to
ignore errors from above change. GT-6816 scanners work with the BSDs now (at
least once). Updated manpage concerning the BSDs.
2003-03-06 14:27:54 +00:00
Henning Geinitz 6a0dd9cd5e Added missing option size (avoids crash on network scanning). Patch from Milon
Firikis <milonf@hotpop.com>.
2003-03-05 18:04:33 +00:00
Oliver Schirrmeister f9d7350534 * backend/fujitsu.c, backend/fujitsu.h: renamed some variables
* backend/fujitsu.c: gray duplex scanning now works with the 4097D
	  when disconnect is enabled in the scsi-controller
	* doc/descriptions/unsupported.desc: remove fujitsu fi4120C
	* doc/descriptions/fujitsu.desc added fi4120C, ScanParter 93GX
2003-03-05 12:56:44 +00:00
Gerhard Jaeger ca786b2c28 Bug-fix update for Genius, HP2100c and EPSON Photo devices. 2003-03-03 14:34:20 +00:00
Henning Geinitz a04ea4b251 Make sure that the firmware for plustek-like scanners is loaded. Didn't work
for Genius vivid3xe.  Added both Genius scanners to man page. Removed warning
from Genius Vivid3xe.
2003-03-02 22:08:50 +00:00
Michael Herder 6520e41917 *** empty log message *** 2003-03-02 06:55:18 +00:00
Ulrich Deiters bf3546ca14 adjusted backend/canon-sane.c to use the new sanei_constrain_value()
made some cosmetic changes to reduce the number of compiler warnings
2003-02-28 09:35:24 +00:00
Henning Geinitz 4b00890161 Added Genius Colorpage Vivid3xe. Added request_type and request fields to the
command set. Request is 0x01 or 0x04.
2003-02-27 17:31:52 +00:00
Ulrich Deiters 4fe497b559 * modified the Canon SCSI backend (now version 1.12):
* backend/canon.c, canon-sane.c, canon.h: Added support for
  the FB1200S flatbed scanner.
* backend/canon.c: Made the sense handler generate meaningful
  status information for new scanner models (solved the Mandrake
  crash problem).
* backend/canon.c, canon-sane.c, canon.h: Moved model-dependent
  declarations and decisions to a common location.
* backend/canon-sane.c: Fixed the out-of-memory problem of
  xscanimage when doing previews with scanners using hardware
  scan resolutions only.
2003-02-26 13:50:00 +00:00
Stéphane Voltz 5ed8c99cb7 - changed 'gain' option name to 'brightness'
- changed 'highlight' option name to 'contrast'
2003-02-25 07:04:12 +00:00
Henning Geinitz 747619ae5f Added new backend ma1509 for Mustek BearPaw 1200F scanners. 2003-02-24 21:04:08 +00:00
Simon Munton d152930b5e incremented BUILD in pie.c (missed in last change) 2003-02-23 17:12:51 +00:00
Simon Munton 0423675807 fixed segmentation faults in pie.c when sane_init/sane_exit called more than once 2003-02-23 13:32:52 +00:00
Stéphane Voltz 711f602c76 - reset global vars when needed
- fixed a bug when th device name used was ""
2003-02-23 08:54:16 +00:00
Henning Geinitz 3cf8377bee Initialize global variables in sane_init. 2003-02-22 16:54:22 +00:00
Henning Geinitz 7e4fe2df10 Iniatialize global variables explicitely. Mention ma1509. 2003-02-22 16:48:02 +00:00
Henning Geinitz 8dedb6c862 Explicitely initialize global variables to avoid segfaults when calling
sane_init/sane_exit more than once.
2003-02-22 16:22:25 +00:00
Henning Geinitz b0d7681738 Initialize global variables in sane_init to avoid segmentation faults when
sane_init/sane_exit is run more than once.
2003-02-22 15:37:19 +00:00
Henning Geinitz a0251b6cc1 Added vid/pid 0x07b3/0x0400 to gt68xx.conf also. Added indormation about
Medion 4394. Mention ma1509 backend. Fix segfault when calling sane_open with
an empty device name.
2003-02-22 15:34:51 +00:00
Oliver Schirrmeister b7fbc8a3aa bugfixes: option RIF is available for the 3091 and 3092,
set availability of options THRESHOLD und VARIANCE
2003-02-20 14:48:55 +00:00
Oliver Schirrmeister d74d4231ce patch from <ron@roncemer.com>
fi4220 support
usb support
2003-02-20 13:33:07 +00:00
Stéphane Voltz a7b7dfb309 - EPP mode set fix for direct hardware access
- icc compile fixes
2003-02-18 13:32:52 +00:00
Henning Geinitz b9a6e5cc4a Make sure that the result of the reader_process is interpreted
correctly. Block signals when waiting for a SCSI request to finish. Otherwise
we may get a segfault if the reader_process is terminated while waiting.
2003-02-17 12:05:56 +00:00
Henning Geinitz 57e852ea8a List BearPaw 2400 CS Plus as supported. Make fast preview the default
(otherwise BP 2400 TA Plus wouldn't work with 12/16 bits). Added vid/pid
0x07b3/0x0400, that's another Plustek OpticPro 1248U.
2003-02-16 21:31:45 +00:00
Rene Rebe 2f8f90a79a Update to the latest Avision backend release. It includes feature
and stability improvements and bug fixes. The sane man-page now
mentions that the avision backend supports more than the AV 630 CS ...
2003-02-16 17:35:05 +00:00
Karl Heinz Kremer e1b2d70a16 Moved sanei_usb_init() to sane_init(). Thanks to Ron Cemer for the patch. 2003-02-15 21:09:47 +00:00
Karl Heinz Kremer aae28825db Fix problem with "usb <vendor> <product> syntax in config file 2003-02-15 18:18:58 +00:00
Peter Fales fefaf27951 1) Don't coredump if gphoto2.conf file is missing. 2) Don't require
a speed to be set in gphoto2.conf if the serial port is not used.
2003-02-12 02:54:47 +00:00
Peter Fales 333db710cd Added a (commented out) entry for gphoto2 in dll.conf 2003-02-12 02:16:42 +00:00
Peter Kirchgessner 71103c85e6 Fix a problem with ifdef/ifndef for threads 2003-02-11 22:34:11 +00:00
Stéphane Voltz b2370c178e - fixed a big bug related to color plane sync, which gave blur
pictures at > 75 dpi
        - changed version number
2003-02-09 08:26:00 +00:00
Peter Fales 54d9e2729d Fixes for Irix from Andrea Suatoni 2003-02-09 03:23:59 +00:00
Henning Geinitz 5b79536901 Fixed resolutions for BearPaw 1200 TA. Increase the lowest black for CCD
coarse calibration. Adjusted internal gamma correction.  CCD scanners use
color mode for coarse+quality cal now. Preview isn't always in 8 bit mode now
(can be selected by option). Upper and lower limits for coarse calibration are
unified now. Added options for adjusting gain and offset.
2003-02-05 16:02:45 +00:00
Peter Kirchgessner 216c5cec42 Add OS/2-support for hp-backend 2003-02-02 17:03:36 +00:00
Gerhard Jaeger 7d13614480 *** empty log message *** 2003-01-31 12:36:44 +00:00
Jochen Eisinger 641376bc7f 2003-01-25 Jochen Eisinger <jochen.eisinger@gmx.de>
* backend/mustek_pp.c: fixed some character encoding issues in
	  debug messages
2003-01-26 13:45:33 +00:00