Wykres commitów

794 Commity (1bbf2101e6db760694785251d42c74c63d842129)

Autor SHA1 Wiadomość Data
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
Jochen Eisinger 3c30357f9d 2003-01-24 Jochen Eisinger <jochen.eisinger@gmx.de>
* backend/mustek_pp_ccd300.c: continued on the CCD low-level driver.
	  There is still some bug in it, that keeps it from actually scanning
	  something...
2003-01-25 20:04:52 +00:00
Henning Geinitz 85dddb6ca0 Use "Color pattern" consistantly. 2003-01-24 14:00:11 +00:00
Henning Geinitz f25fd9c455 Minor conversion fixes (from Andrea Suatoni <a.suatoni@telefonica.net>). 2003-01-24 13:52:52 +00:00
Gerhard Jaeger ee94f0caf1 Minor fixes and prototype description updates, code cleanup, doc update. 2003-01-24 11:44:04 +00:00
Andras Major 36a01d3b84 *** empty log message *** 2003-01-23 23:41:21 +00:00
Eddy De Greef 2fe806cb51 Compile warning fix and minor debug message fixes. 2003-01-21 21:45:00 +00:00
Karl Heinz Kremer 0f701cfaa2 Added information about MFDs (multi-functional devices, scanners with
printers) to documentation and sane_usb.c file.
2003-01-19 19:17:29 +00:00
Henning Geinitz 6d895dbc7b Removed wrong "untested" flag from Mustek AE USB and Lexmark X70/X73 scanners. 2003-01-18 11:46:15 +00:00
Frank Zago 4c36caa5ac *** empty log message *** 2003-01-17 01:56:01 +00:00
Henning Geinitz af90832aee Bugfix for the X12USL(solved problems >600dpi), one for lineart mode with a
6400XL and one for Scanmaker 5 (crashes at sendgamma). From Karsten Festag
<karsten.festag@gmx.de>.
2003-01-16 22:07:18 +00:00
Jochen Eisinger 48d3828a13 2003-01-13 Jochen Eisinger <jochen.eisinger@gmx.de>
* backend/mustek_pp*, backend/Makefile: merged all mustek_pp
	  related files into one compile unit and removed illegal symbols
2003-01-13 19:49:47 +00:00
Nathaniel Rutman b1d4dce599 calibration and gamma correction enhancements by M.Reinelt <reinelt@eunet.at> 2003-01-13 03:01:04 +00:00
Jochen Eisinger 47e110e473 2003-01-12 Jochen Eisinger <jochen.eisinger@gmx.de>
* doc/sane-mustek_pp.man, doc/descriptions/mustek_pp.desc,
	  backend/mustek_pp*: replaced the old mustek_pp backend with
	  version 12-alpha. This version fully supports CIS scanners but
	  removes support for 600dpi CCD scanners and the 300dpi CCD
	  support isn't yet working. In contrary to the old backend, this
	  version is based on information provided by Mustek. For now,
	  the backend exports lots of illegal symbols, this will be fixed
	  before code freeze. Also the .desc file is empty and will be updated
	  soon.
	* AUTHORS: added Eddy De Greef who wrote the CIS hardware driver part
2003-01-12 19:44:26 +00:00
Abel Deuring 1f7adcf0d1 backend/sharp.*: fixed a segfault, when the SCAN command returned
an error; optional "relaxed" handling of transparency unit errors.

Abel
2003-01-12 14:17:19 +00:00
Henning Geinitz be735bc16b OPT_THRESHOLD fix. Avoid using "_" in option names. Set more options in
microtek2.conf to on by default. From Karsten Festag <karsten.festag@gmx.de>.
2003-01-11 22:15:14 +00:00
Henning Geinitz 1652b580a4 Removed hardcoded option size. 2003-01-10 17:15:12 +00:00
Gerhard Jaeger 8ba08fdfca Update to version 0.45, added some new models and support for libusb. 2003-01-10 13:32:11 +00:00
Ulrich Deiters ee88748aa6 fixed uninitialized variable; made SANE pay attention to return status of
do_focus() and do_gamma()
2003-01-10 07:11:33 +00:00
Peter Fales fa0abed1cf Fix OS/2 build error 2003-01-10 01:09:12 +00:00
Henning Geinitz 9f0d82980b Updated manpage and .desc concerning Lexmark X70. Updated manpage concerning
kernel 2.4.21-pre3 containing the 1-endpoint fix. Fixed A3 USB resolution
setting. Updated A3 USB margins (Pedro Morais <morais@inocam.com>). Added
detection of Genius Colorpage Vivid3x.  It's unknown if it works. Updated
.desc file. Don't print calib line warnings by default.
2003-01-09 18:05:01 +00:00
Henning Geinitz a50e314cbe Improved support for Scanmaker X12USL. Alpha support for Scanmaker
9800XL. Some bugfixes. (From Karsten Festag <karsten.festag@gmx.de>).
2003-01-09 00:40:45 +00:00
Oliver Schwartz 42f2440739 Update to snapscan backend 1.4.18 2003-01-08 21:45:28 +00:00