Wykres commitów

1400 Commity (7be3113c607bfbbce72fb75e00748222b799e0bf)

Autor SHA1 Wiadomość Data
Mattias Ellert 6f301b10ed Fixing compilation warnings 2006-01-22 09:04:41 +00:00
Mattias Ellert b7b2266702 Redeclaration... 2006-01-21 09:33:58 +00:00
Gerhard Jaeger a01adddf0b Added high-speed setting for HP2200.
Cleanup.
2006-01-19 13:06:49 +00:00
Gerhard Jaeger e1e5d9ec3c Bumped build number.
Fixed constraint_type for OPT_BUTTON.
2006-01-19 13:05:47 +00:00
Gerhard Jaeger 6c85287043 Fixed CanoScan N670U settings, see (bugreport #302738). 2006-01-18 11:05:41 +00:00
Gerhard Jaeger d37f19e452 Bumped build number. 2006-01-18 11:03:55 +00:00
Henning Geinitz 31a2b3ff35 Added Yakumo Scan50. Minor cleanup. 2006-01-15 18:15:02 +00:00
Ulrich Deiters 417129af58 Ulrich Deiters: fixed byte-swapping problem for little-endian platforms 2006-01-15 17:03:32 +00:00
Oliver Schwartz b27979a8ee Added Epson Stylus CX-1500 2006-01-10 19:32:39 +00:00
Oliver Schwartz 44ee824969 Added 12 bit gamma tables for Epson Stylus CX-1500 2006-01-10 19:32:16 +00:00
Oliver Schwartz 01e26557f8 Some fixes for the Epson Stylus CX 1500 2006-01-06 20:59:17 +00:00
Henning Geinitz e7c499798b Regenerate .conf files only if .conf.in were changed. 2006-01-05 21:53:01 +00:00
Henning Geinitz 1bce75400e Fixed some compilation warnings. 2006-01-05 21:16:26 +00:00
Stéphane Voltz 57cb277087 - removed unused variable 2006-01-05 20:33:27 +00:00
Henning Geinitz 872e619e13 Renamed backend configuration files from *.conf to *.conf.in. The configuration
files are preprocessed by backend/Makefile now and variables like @DATADIR@ are
substituted by the appropriate directories. This is especially useful for
firmware locations. For the firmware paths for the artec_eplus48u, gt68xx, and
snapscan backends variables were used. Bug #302590.
2006-01-05 16:27:10 +00:00
Henning Geinitz 7b03fc2168 Added option "source" which can be used to simulate an Automatic Document Feeder
(ADF). Added copyright header to test.h.
2006-01-02 22:55:44 +00:00
Henning Geinitz e891ffb8ab Added Plustek OpticPro S(T)12 (product id 0x040b). Mostly untested. Print warmup
message 5 seconds after starting the warm-up.
2006-01-02 16:59:03 +00:00
Henning Geinitz 41c181b062 Fixed problem with option "resolution" which esists twice at the same time. Bug
#302466.
2006-01-02 15:55:18 +00:00
Oliver Schwartz 8818aeabd9 Added snapscan-data.c to Makefile.in 2006-01-01 23:02:55 +00:00
Oliver Schwartz 9a24efc4ea Added calibration data for Benq 5150 / 5250, preliminary support for Epson Stylus CX 1500 2006-01-01 22:57:02 +00:00
Henning Geinitz 07757d4c85 Added hp3500 backend which supports the HP ScanJet 3500 series, including the
3500C, 3530C and 3570C (patch from Troy Rollo <sane@troy.rollo.name>) (bug
#302687).
2005-12-20 17:55:45 +00:00
Henning Geinitz df2a8b6180 Fixed dynamic loading on current HP/UX systems (bug #302732). 2005-12-20 17:15:39 +00:00
Henning Geinitz c69b84852c Added missing genesys_conv.c and genesys_conv_hlp.c to DISTFILES. Without this
change the files wouldn't be part of the archive.
2005-12-18 13:51:51 +00:00
Henning Geinitz 7d332297b6 Silenced non-fatal warnings/error messages. Several fixes for avoiding
freezes/timeouts after cancelling a scan. Several fixes for warming up of
lamp. Decreased scan width of Plustek OpticPro 1248U.
2005-12-09 11:55:11 +00:00
Gerhard Jaeger dcaca7c67b Fixed nasty compiler warnings. 2005-12-08 11:33:19 +00:00
Stéphane Voltz 61332ee42b - removed an left-over from an experiment 2005-12-06 21:29:14 +00:00
Stéphane Voltz a75db62b86 - added AFE int in powersave
- fixed timeout on first scan
2005-12-06 20:50:21 +00:00
Henning Geinitz 24ba51dc1e Enabled Canon LiDE 60 which was disabled for safety reasons. Bugs are fixed now. 2005-12-06 10:34:15 +00:00
Rene Rebe 0c5da94b17 fixed more typos in comments and debug output, removed obsolete
options from the parser, example avision.conf and manual page.
          Fixed 12 Bit gray and color modes to actually work as well as
          software CCD line-difference correction. Minimal scan resolutions
          have been slightly adapted for some ASICs.
2005-12-05 23:27:22 +00:00
Pierre Willenbrock fb446b0804 * backend/genesys.c: removed usage of current_setup in functions
where it is not necessarily initialized. Modified shading
	  calibration to not use fixed stripe sizes. Fixed memory
	  corruption while calculating shading data. Fixed read sizes to
	  be multiples of 256. Fixed stagger/line distance
	  correction. Fixed line shrinking to correctly update data
	  buffers. Bumped BUILD number.
	* backend/genesys.c backend/genesys_conv.c: Added gray to lineart
	  conversion.
	* backend/genesys.c backend/genesys_conv_hlp.c: Modified calling
	  parameters to stagger/line distance correction filter to better
	  describe its inner working.
	* backend/genesys_devices.c: Slowed down motor timings for
	  LiDE 35/40/50/60. Removed untested message for LiDE 35/40/50/60.
	* backend/genesys_gl646.c: Fixed bug for odd pixel count. Added
	  support for gray to lineart conversion.
	* backend/genesys_gl841.c: Fixed words_per_line calculation. Added
	  support for gray to lineart conversion(not used). Fixed problem
	  with scanners not backtracking while scanning calibration area
	  leading to scanning part of document area.
2005-12-05 20:50:57 +00:00
Oliver Schwartz 2c7d3ea4d8 Small bugfix for Benq 5150 2005-12-05 20:38:23 +00:00
Rene Rebe dff12fc90b * backend/avision.c backend/avision.h: updated the Avision backend
from BUILD 167 to 179, including support for HP 5370, AV600U,
          AV210C2, AV220C2,  et. al. The USB i/o paths got hardened, and a
          lot of fixes as well es enhancements and optimizations where added
          and a lot of typos, mostly in debug output and comments, got fixed.
          The "Line Art" mode was renamed to "Lineart" to match the other
          backends.
2005-12-04 21:29:22 +00:00
Karl Heinz Kremer a8e7f2ddee backend/epson_usb.c: Added id for CX4200 2005-12-04 17:14:17 +00:00
Oliver Schwartz fddbe1342c Some fixes for Benq 5150 2005-12-04 15:03:00 +00:00
Peter Fales 8e0b9f0e3c Cosmetic changes to gphoto2 debug messages 2005-12-03 18:23:55 +00:00
Oliver Schwartz f5c6a9c8df Change SnapScan version number to 1.4.50 2005-12-02 19:15:42 +00:00
Oliver Schwartz 39575524dc Another fix for lineart mode for the Epson 3490 @ 3200 DPI 2005-12-02 19:12:54 +00:00
Stéphane Voltz 83880f74c2 - ifdef'ed forgottent debug statements 2005-11-28 20:59:30 +00:00
Stéphane Voltz 0b6469ec26 - fix 'blue tint' on scanning area borders for 1220P/2000P 2005-11-28 20:49:57 +00:00
Oliver Schwartz ba7f55d72f Fix for lineart mode of Epson 3490 @ 3200 DPI 2005-11-28 19:28:29 +00:00
Oliver Schwartz dcfdf8b121 Fix inquiry bug for Benq 5000 2005-11-26 18:53:03 +00:00
Mattias Ellert 3122a93ea4 Use default firmware dirs in config files 2005-11-26 06:14:30 +00:00
Ulrich Deiters cd3365e8d6 Ulrich Deiters: fixed unintialized variable in backend/canon-sane.c 2005-11-25 22:32:52 +00:00
Oliver Schwartz 20c458e116 Fix for Epson 3490 @ 3200 DPI for grayscale and lineart mode 2005-11-25 17:24:48 +00:00
Oliver Schwartz e8ec8d46e5 Disable bilevel colour / halftoning for Epson 3490 2005-11-23 20:57:01 +00:00
Mattias Ellert 87bfa3c259 Adding artec_eplus48u to FIRMWARE_DIRS 2005-11-23 20:20:11 +00:00
Henning Geinitz 79d2a16c78 Bumped build number. Changed scanner's name to Canon LiDE 35/40/50. Added Canon
LiDE LiDE 60. This scanner is still commented out in genesys.conf. Removed
comment sign for Canon LiDE 35/40/50 in genesys.conf.
2005-11-20 13:59:39 +00:00
Pierre Willenbrock 02b1a07b5d * Added support for Canon LiDE 35/40/50
* Reworked data conversion process to convert CIS data
2005-11-19 22:51:01 +00:00
Oliver Schwartz 0b1279193f Revert previous 'fix', disable 2400 dpi for Epson 3490, use 1600 dpi instead 2005-11-17 23:47:11 +00:00
Oliver Schwartz cbd7009d4d Fixes for Epson 3490 @ 2400 DPI 2005-11-17 23:32:23 +00:00