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
Peter Fales
cd8e633206
Update Kodak URLs
2003-03-07 14:12:00 +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
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
Henning Geinitz
a4b5a465fd
Removed Umax AstraSlim (now supported by artec_eplus48u backend).
2003-03-04 23:58:23 +00:00
Henning Geinitz
bf357a6b9a
Changed the example to use /dev/sg0 instead of /dev/sge.
2003-03-04 23:55:47 +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
Henning Geinitz
f8b385aca1
Updated Microtek scanners. Added Umax AstraSlim SE.
2003-03-01 17:39:57 +00:00
Henning Geinitz
175a070af6
Added Ricoh IS-430.
2003-03-01 17:38:27 +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
4558610025
Added Compaq S4 100 and Microtek Scanmaker 4800.
2003-02-27 23:06:09 +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
540656fd72
mentioned the new FB1200S in the man pages
2003-02-26 17:52:40 +00:00
Henning Geinitz
0dcf319756
Added :new token.
2003-02-26 15:34:27 +00:00
Henning Geinitz
113152bbed
Removed hp5400 series (now in hp5400.conf). Added Lexmark, Medion and Primax
...
scanners.
2003-02-26 14:31:38 +00:00
Henning Geinitz
1bbf2101e6
Added Visioneer OneTouch 8600.
2003-02-26 14:29:48 +00:00
Henning Geinitz
ccb0bbe80d
Added description for hp5400 backend. It supports the Hewlett-Packard 5400,
...
5470 and (maybe) 5490 scanners.
2003-02-26 14:25:46 +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
141a7159d9
Some parts concerning PRJECTS/.desc files are rewritten. Added information
...
about initializing global variables and sizeof (void *) != sizeof (int) (from
Martijn van Oosterhout <kleptog@svana.org>).
2003-02-24 21:16:44 +00:00
Henning Geinitz
d452194baa
Removed.
2003-02-24 21:06:31 +00:00
Henning Geinitz
47d5a76da0
Added documentation for ma1509 backend.
2003-02-24 21:05:18 +00:00
Frank Zago
d5a3bf7234
Added Mitsubishi to the list of vendors.
2003-02-22 19:45:24 +00:00
Frank Zago
3d92598acd
Added Relisys in the list of vendors. Bumped the revision date.
2003-02-22 18:43:45 +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
99a1cf050f
Add Ricoh IS-420.
2003-02-22 15:38:34 +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
Henning Geinitz
098f57adb0
Removed Fujitsu fi-4220C (now supported by fujitsu backend). Added Syscan
...
Travelscan 464. Updated HP scanners.
2003-02-20 18:18:44 +00:00
Oliver Schirrmeister
d74d4231ce
patch from <ron@roncemer.com>
...
fi4220 support
usb support
2003-02-20 13:33:07 +00:00
Henning Geinitz
f4ccae6565
Added Avision, Brother, and Umax scanners. Removed Mustek BearPaw 1200F.
2003-02-19 19:35:12 +00:00
Henning Geinitz
919fcac4c2
Added description of the ma1509 backend for Mustek BearPaw 1200F scanners.
2003-02-19 19:32:37 +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
Henning Geinitz
b92a3a30ef
Added Artec scanners.
2003-02-16 20:35:40 +00:00
Rene Rebe
57c894e2d3
more avision.desc fixes and improvements
2003-02-16 20:00:38 +00:00
Rene Rebe
14fbbc3066
spelling fix and forgotten Mitsubishi scanner
2003-02-16 19:16:03 +00:00
Rene Rebe
afbaf8650f
fix the avision.desc
2003-02-16 19:13:01 +00:00
Henning Geinitz
cb82756da0
Updated version.
2003-02-16 19:05:58 +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
Henning Geinitz
9f2a495e22
Updated Canon, Fujitsu, and Plustek entries.
2003-02-13 22:34:48 +00:00
Peter Fales
500518ecc1
Add mention of the commented out gphoto2 entry in dll.conf
2003-02-12 02:23:46 +00:00
Henning Geinitz
89ceb522f2
More warnings about security issues. Make more clear that -s and -d can't be
...
used in inetd mode.
2003-02-09 15:48:54 +00:00
Henning Geinitz
403f2e4241
Added Genius Colorpage Vivid III. Added more info for Plustek OpticPro 1212U
...
and U12/UT12.
2003-02-06 22:54:23 +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
Michael Herder
b88fb0a410
*** empty log message ***
2003-02-04 18:01:24 +00:00
Peter Kirchgessner
34251d3fae
OS/2-support added
2003-02-02 17:08:31 +00:00
Jochen Eisinger
9eeabee526
2003-01-03 Jochen Eisinger <jochen.eisinger@gmx.de>
...
* doc/descriptions/mustek_pp.desc: cleaned up the file a little
2003-02-02 16:28:11 +00:00
Henning Geinitz
2ba295fc25
Unified manufacturer names. Minor bugfixes.
2003-02-02 15:45:00 +00:00
Henning Geinitz
381cd383de
Added Artec AM12e+.
2003-02-01 10:52:33 +00:00
Henning Geinitz
c92b3b6123
Added plustek to list of directories.
2003-01-31 20:10:45 +00:00
Gerhard Jaeger
7d13614480
*** empty log message ***
2003-01-31 12:36:44 +00:00
Henning Geinitz
3bd921ab97
Added Canon, Fijitsu and Prolink scanners.
2003-01-30 18:08:09 +00:00
Henning Geinitz
8012e306c8
Added Mustek parport scanners. Added more information for Primascan Colorado
...
2600u.
2003-01-24 22:01:38 +00:00
Jochen Eisinger
f1a4d9514e
2003-01-24 Jochen Eisinger <jochen.eisinger@gmx.de>
...
* doc/descriptions/mustek_pp.desc: added supported scanners
2003-01-24 21:12:03 +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
5f1314d8c4
*** empty log message ***
2003-01-24 03:14:54 +00:00
Karl Heinz Kremer
8c3299d9aa
Added Perfection 3200 / GT-9800
2003-01-24 00:54:11 +00:00
Henning Geinitz
184e830c86
Added Primax/Visioneer Primascan Colorado 2600u and UMAX Astra 4500.
2003-01-23 23:08:08 +00:00
Karl Heinz Kremer
4f25d39c42
Corrected syntax for GT-6000 entry.
2003-01-23 01:22:18 +00:00
Karl Heinz Kremer
716bffdf02
Added "SCSI" interface to GT-6000 entry.
2003-01-22 02:07:44 +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
00cf6a6a13
Replaced :new with :alpha
2003-01-20 21:58:34 +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
Henning Geinitz
97f05aa3a6
Added HP ScanJet 3500c, 3530c, 3570c, 3570cxi, 5500C and Microtek ScanMaker
...
3800. Updated link for ScanJet 4470C.
2003-01-17 12:28:17 +00:00
Frank Zago
4c36caa5ac
*** empty log message ***
2003-01-17 01:56:01 +00:00
Henning Geinitz
4740e6b7f1
Added HP 5490c.
2003-01-15 14:30:06 +00:00
Henning Geinitz
95dafc40f8
Added Artec Ultima 2000 (0x4001 model), Canon CanoScan D660U, Compaq S200, Epson
...
Perfection 660, HP ScanJet 4570C, Microtek ScanMaker 3630. Updated ScanJet 5400C and
5470C URLs, Canon FB1210 information.
2003-01-14 21:02:24 +00:00
Henning Geinitz
0d10c6c6f2
Added remark about old name of usbfs.
2003-01-14 20:38:01 +00:00
Gerhard Jaeger
4d0cba9aab
Added HP2300C to unsupported.desc and provided some chipset info for
...
Plustek scanners.
2003-01-13 12:22:38 +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
Gerhard Jaeger
2ee6160143
Removed unsupported devices from plustek.desc
...
Removed OpticPro 16B from unsupported.desc
2003-01-12 13:42:26 +00:00
Michael Herder
dab9a15282
New models added
2003-01-12 08:05:29 +00:00
Henning Geinitz
4b4f26f500
Updated status for the BSDs.
2003-01-11 23:47:30 +00:00
Gerhard Jaeger
0140fad1bd
Added some information about the Plustek backend.
...
Updated the Plustek description file.
Updated the unsupported description file.
2003-01-11 14:27:15 +00:00
Henning Geinitz
38406423c3
Some Primax scanners (and clones) are now supported by the primax backend.
2003-01-11 12:18:28 +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
Henning Geinitz
3451798f08
Updated (From Karsten Festag <karsten.festag@gmx.de>).
2003-01-09 18:07:17 +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
Oliver Schwartz
42f2440739
Update to snapscan backend 1.4.18
2003-01-08 21:45:28 +00:00
Henning Geinitz
6f96e5795c
Added Canon CanoScan D1250U2 and HP ScanJet 4400C.
2003-01-08 15:38:30 +00:00
Henning Geinitz
6b888cf8d4
Use uniform model names for HP scanners.
2003-01-08 15:36:34 +00:00
Peter Kirchgessner
429aa6e156
anged GP ScanJet to ScanJet in hp.desc
2003-01-07 06:41:46 +00:00
Stéphane Voltz
6ee9e076de
- man update
...
- model name change
2003-01-07 06:16:39 +00:00
Peter Fales
d68fecc63b
Update author info
2003-01-07 05:39:47 +00:00
Peter Fales
ff4cea927c
Updated author info and description
2003-01-07 05:35:52 +00:00
Matthew Duggan
e9220432d0
2003-01-07 Matthew Duggan <stauff1@users.sourceforge.net>
...
* backend/canon_pp-dev.c: Improve/fix detection logic.
* doc/descriptions/canon_pp.desc: Bump version number.
2003-01-07 05:14:28 +00:00
Henning Geinitz
6a432ce796
Added Genius HR7X Slim, Visioneer 6200 and Onetouch 8920.
2003-01-04 15:28:42 +00:00
Henning Geinitz
c071d883d8
Added list of (known) scanners that are not supported by a SANE backend. There
...
may be information about them or even a standaalone program to which the
entries point.
2002-12-31 15:11:35 +00:00
Henning Geinitz
f99fead914
Added (from PROJECTS).
2002-12-31 15:09:12 +00:00
Henning Geinitz
b6f598d228
Minor formatting change.
2002-12-30 13:45:44 +00:00
Henning Geinitz
f63abd633e
Make sure that frontend bugs concerning the select fd are detected.
2002-12-30 13:44:27 +00:00
Henning Geinitz
02e2a1b0e4
Removed (now included).
2002-12-30 13:38:00 +00:00
Henning Geinitz
7baae1765f
Added description files for scanwit and viceo backends.
2002-12-30 13:36:25 +00:00
Henning Geinitz
e619e54b86
Use Hewlett-Packard consitantly (instead of HP).
2002-12-30 13:12:25 +00:00
Henning Geinitz
b97a0721b5
Updated ScanExpress 2400 USB values. Added implementation of gt6801 lamp
...
control for CCD scanners. Added flag for SE 2400 USB, added some quirks in
gt68xx_gt6801.c. Fixed gt68xx_gt6801 -> lamp control. Adjusted Plustek 1248U
geometry and afe values. CCD gross calibration changed: start with the default
value from module struct. Is faster now for most cases. Only 2.5 mm of
calibration for GT-6801 scanners. Added "afe" option for gt68xx.conf for
selecting default afe values. Removed AFE and exposure SANE options. Added
documentation for afe option in gt68xx.conf. New version: 1.0-35.
2002-12-30 13:05:24 +00:00