Gerhard Jaeger
|
349bce36ca
|
Added support for binary scanning for the CanoScan D660U, cleanup work.
|
2004-07-05 12:59:03 +00:00 |
Gerhard Jaeger
|
6bb7bcaf49
|
Bumped up build number.
|
2004-07-05 12:56:23 +00:00 |
Gerhard Jaeger
|
51549b4570
|
Major update, see doc/plustek/Plustek-USB.changes.
|
2004-07-02 13:09:36 +00:00 |
Frank Zago
|
2e06036a35
|
added support for Genius FS-1130 Colorpage Scanner.
|
2004-07-01 02:35:20 +00:00 |
m. allan noah
|
809228102f
|
bugfix
|
2004-06-28 14:01:10 +00:00 |
Henning Geinitz
|
dd60b829d0
|
Fixed some (but not all) MIN related compilation warnings (bug #300823).
|
2004-06-22 16:16:45 +00:00 |
Rene Rebe
|
4897ea92fa
|
* backend/avision.c, backend/avision.h, doc/sane-avision.man:
Fixed compilation warning (Bug #300399) and added a force-a3
option, needed for A3 scanner returning bogus scan area definitions
|
2004-06-22 14:12:52 +00:00 |
Mattias Ellert
|
ac9ec0ff1c
|
Missed one...
|
2004-06-20 01:22:44 +00:00 |
Mattias Ellert
|
9f059ae1cd
|
Option names should not be tagged for localization
Fixing some typos
New localizable strings from the gt68xx backend (pofiles regenerated)
Swedish localization updated
|
2004-06-19 23:21:02 +00:00 |
Henning Geinitz
|
75a39c06d7
|
Updated to backend version 61. Lots of fixes for coarse calibration, scanning
speed and several scanners. For details, see gt68xx.CHANGES.
|
2004-06-18 09:49:32 +00:00 |
Stéphane Voltz
|
06ef6f1dbb
|
- fixed overflows in 610P shading calibration coefficients
- minor man update
- 610P status change from minimal to good
|
2004-06-17 05:09:10 +00:00 |
Oliver Schwartz
|
2035924143
|
Don't enforce even number of URB packages on 1212u_2. Fixes bug #300753.
|
2004-06-16 19:52:27 +00:00 |
Henning Geinitz
|
f493221fc6
|
Only use __attribute__ if gcc is used for compilation. Some other compilers
don't know __attribute__ and therefore can't compile sane-backends without this
fix. See bug #300803.
|
2004-06-15 12:17:37 +00:00 |
Stéphane Voltz
|
e4892c69cf
|
* 610P gray levels shading calibration fix
* added timer to let 610P ASIC settle down after probing
|
2004-06-15 05:45:09 +00:00 |
Julien BLACHE
|
6de2f54c0c
|
doc/Makefile.in: saned is in /usr/sbin, its manpage should go to section 8.
Fixed everything referring to saned(1) to refer to saned(8).
|
2004-06-13 15:25:13 +00:00 |
Karl Heinz Kremer
|
b619e0a0f1
|
Added product ID for Perfection 1650 again, which was removed by mistake, and
finally removed ID for Perfection 1250.
|
2004-06-13 12:41:00 +00:00 |
Stéphane Voltz
|
935f195487
|
- final fixes for 610P color scanning
- umax_pp tool can autodetect the parallel port
|
2004-06-12 05:20:53 +00:00 |
Henning Geinitz
|
a33211805c
|
Reduced scan area of Mustek Paragon 1200 A3 Pro. Removed warning
message. Increased support level to complete.
|
2004-06-08 11:34:02 +00:00 |
Gerhard Jaeger
|
10ffbfd280
|
fixed multiple parport problem for kernel 2.6.x.
|
2004-06-08 09:29:52 +00:00 |
Gerhard Jaeger
|
3eef774dde
|
bumped up version number.
|
2004-06-08 09:29:18 +00:00 |
Karl Heinz Kremer
|
db5fdabf16
|
Removed product IDs for Perfection 1250 and 1260 (they are handled by the
Plustek backend)
|
2004-06-06 15:13:25 +00:00 |
Oliver Schwartz
|
c059d91529
|
Use shared memory functions only when needed
|
2004-06-06 14:50:36 +00:00 |
Henning Geinitz
|
7751b3b7eb
|
Changed service name from "sane" to "sane-port". This is the
IANA registered service name for port 6566 (bug #300758).
|
2004-06-02 18:38:28 +00:00 |
Oliver Schirrmeister
|
94ce381d82
|
bugfix: It is possible to read duplex color now.
|
2004-06-02 17:17:03 +00:00 |
Henning Geinitz
|
73b6b966b2
|
Used SANE_VALUE_SCAN_MODE_* constants.
|
2004-05-30 13:48:40 +00:00 |
Henning Geinitz
|
d5b20dfd4d
|
Fixed the fix of the sanei_thread fix (from Mattias Ellert).
|
2004-05-29 10:27:47 +00:00 |
Henning Geinitz
|
e5465f5e3a
|
Fixed sanei_thread fix (bug #300634, by Mattias Ellert).
|
2004-05-28 18:52:53 +00:00 |
Oliver Schwartz
|
0b9b6c51db
|
Use shared memory for urb counters in snapscan backend
|
2004-05-26 22:37:01 +00:00 |
Henning Geinitz
|
da5773b8cb
|
Work around 8 char limit for dynamic loading on OS/2 (patch from Franz Bakan
<fbakan@gmx.net>).
|
2004-05-24 19:16:41 +00:00 |
m. allan noah
|
9737eaab84
|
forgot, and only updated makefile
|
2004-05-24 16:10:36 +00:00 |
m. allan noah
|
f7eb787095
|
updated fujitsu backend with thread support
|
2004-05-24 13:28:38 +00:00 |
Henning Geinitz
|
07d7013992
|
Use sanei_thread instead of fork() in the unmaintained backends.
Patches from Mattias Ellert (bugs: 300635, 300634, 300633, 300629).
|
2004-05-23 17:28:56 +00:00 |
Ulrich Deiters
|
19fed4c4f8
|
Ulrich Deiters: removed option "OPT_PAGE" from Canon-SCSI backend
|
2004-05-21 20:35:26 +00:00 |
Michael Herder
|
98f1e4d7b6
|
*** empty log message ***
|
2004-05-18 07:59:09 +00:00 |
Ulrich Deiters
|
6be161afe4
|
Ulrich Deiters: memory leak plugged, option settings for FS2700 corrected
|
2004-05-17 15:09:57 +00:00 |
Oliver Rauch
|
a28bd84350
|
Added DIR_SEP and PATH_SEP defintions for windows
|
2004-05-16 22:08:03 +00:00 |
Gerhard Jaeger
|
b43b7f0b01
|
fixed kernel 2.6 issue.
fixed also Bug #300698.
|
2004-05-15 13:58:40 +00:00 |
Michael Herder
|
20fded72e9
|
*** empty log message ***
|
2004-05-15 13:09:45 +00:00 |
Stéphane Voltz
|
aa7f92c063
|
- added protection against configuration tools that put
several 'port' option in umax_pp.conf file
- fixed y origin shift bug for 610P
|
2004-05-15 05:03:42 +00:00 |
Stéphane Voltz
|
94e5c585fb
|
- fixed color data lines reordering for 610P
|
2004-05-13 05:00:28 +00:00 |
Stéphane Voltz
|
c77dd8e04f
|
- fixed 300x600 dpi scans for 610P
- fixed direct hardware access for 610P
- fixed timing issues in 610P
|
2004-05-10 05:23:42 +00:00 |
Matthew Duggan
|
db931572ef
|
2004-05-05 Matthew Duggan <stauff1@users.sourceforge.net>
* include/sane/saneopts.h: Added SANE_VALUE_SCAN_MODE_* strings.
* backend/canon_pp.c: Used them.
|
2004-05-05 00:26:42 +00:00 |
Stéphane Voltz
|
d41fed97b2
|
- support for UMAX Astra 610P in umax_pp backend
|
2004-05-03 05:14:20 +00:00 |
Henning Geinitz
|
53c4fe2e15
|
Added last minute fix to avoid compilation trouble with gcc 3.4.
|
2004-04-30 21:02:04 +00:00 |
Oliver Schwartz
|
b1c07979bc
|
Added USB ID for Benq 640BT
|
2004-04-29 15:56:48 +00:00 |
Henning Geinitz
|
c824c6de2d
|
Patch from Franz Bakan <fbakan@gmx.net>.
|
2004-04-23 15:21:14 +00:00 |
Henning Geinitz
|
f723898b2b
|
Minor fixes for Mustek BearPaw 2448 TA Plus.
|
2004-04-19 18:01:48 +00:00 |
Marian Eichholz
|
c8b840399a
|
sm3600: fixed gain table transfer
|
2004-04-15 21:06:58 +00:00 |
Oliver Schwartz
|
1664d516d8
|
Fixed compilation problem in snapscan backend on OS/2
|
2004-04-15 20:33:53 +00:00 |
Marian Eichholz
|
41b72dc6e6
|
Portability fixes and tweaks for sm3600
|
2004-04-15 19:56:53 +00:00 |