Gerhard Jaeger
45fbb6aa1e
* AUTHORS: Added niash backend maintainer and author.
...
* configure.in: Added niash backend.
* backend/dll.conf: Added niash backend.
* backend/Makefile.in: Added niash backend files and target.
* backend/niash.c backend/niash_core.c backend/niash_core.h
backend/niash-xfer.c backend/niash-xfer.h backend/niash-types.h:
Niash backend files, initial checkin.
* doc/sane-niash.man, doc/descriptions/niash.desc, doc/niash/niash.TODO:
Initial checkin.
* doc/Makefile.in: Added niash documentation stuff.
* doc/sane-man: Added niash manpage.
* po/Makefile.in: Added niash source file.
* po/sane-backends.de.po: Updated and completed niash backend translation.
* po/sane-backends.*.po: Added niash strings.
2004-08-03 08:02:03 +00:00
Julien BLACHE
c5f9d0d711
* frontend/scanimage.c: Added the possibility to cleanly stop a batch by pressing Ctrl+D when using --batch-prompt.
2004-07-31 17:26:02 +00:00
Gerard Klaver
a089290c1c
added Logitech PageScan USB and Grantek Scopecam to unsupported.desc
2004-07-28 18:44:36 +00:00
Gerhard Jaeger
8e676cb6ab
* sanei/sanei_usb.c sanei/sanei configure configure.in: Added
...
resource manager library support.
* backend/plustek.[ch] backend/plustek-usbdevs.c backend/plustek-usbhw.c
backend/plustek-usbshading.c backend/plustek.conf: Added speedup
parameters and TPA autodetection for UMAX3400/3450, added
disableSpeedup option.
* doc/plustek/Plustek-USB-TODO.txt doc/plustek/Plustek-USB.changes
doc/descriptions/plustek.desc: Updated.
2004-07-26 15:17:11 +00:00
Stéphane Voltz
f6c51c2b7e
- fixed a 610P initialization bug that shown up when changing from
...
color to grey mode from within a fronted
- internal revision numbers increase
2004-07-21 04:42:17 +00:00
Karl Heinz Kremer
9318886c80
Updated version in epson.desc
2004-07-18 14:59:39 +00:00
Karl Heinz Kremer
d909aa5f9b
Moved RX-500 from unsupported.desc to epson.desc
2004-07-18 14:57:27 +00:00
Karl Heinz Kremer
51e5894920
Added RX-600 to epson.desc
2004-07-18 14:44:30 +00:00
Karl Heinz Kremer
e4b49a2fa4
Added CX-5400 to epson.desc
2004-07-18 14:41:54 +00:00
Henning Geinitz
2dbe869cc0
Added some scanners. Removed Epson Perfection 3170 (now in epkowa).
2004-07-16 18:58:17 +00:00
Henning Geinitz
1a516e7a13
Added Epson Perfection 3170 Photo as it's reported to work with that backend.
2004-07-16 18:55:53 +00:00
Henning Geinitz
8c4d8af1f1
Added missing Changelog entry.
2004-07-16 16:56:46 +00:00
Gerhard Jaeger
07380dcfd5
* doc/plustek/Plustek_USB.changes: Updated.
2004-07-16 12:05:09 +00:00
Gerhard Jaeger
5546fb5af7
* sanei/sanei_lm983x.c: Cleanup work.
2004-07-16 11:50:17 +00:00
Gerhard Jaeger
68769ce26b
* doc/plustek/Makefile.module doc/plustek/BUILD
...
doc/plustek/VERSION0 doc/plustek/VERSION1: Removed, no longer needed.
* doc/plustek/Makefile.kernel2x doc/plustek/MakeModule.sh:
Getting version information now out of the backends main file.
* doc/plustek/Plustek_PARPORT.changes: Updated.
* doc/descriptions/plustek_pp.desc: Updated.
* doc/sane-plustek.man: Fixed typo.
* backend/plustek-pp.[ch], backend/plustek-pp_*.[ch]:
Added DevFS support for kernel 2.6, removed floating point
operations (Thanx to Rafal Rzepecki), bumped up build number,
cleanup work.
* backend/plustek.c: Bumped up build number
* backend/plustek-usbshading.c: Improved autowarmup, cleanup work.
* backend/plustek-usb.h backend/plustek-usbdevs.c
backend/plustek-usbhw.c backend/plustek-usnscan.c: Improved
fastforward stuff, cleanup work.
2004-07-16 11:46:47 +00:00
Rene Rebe
472a85788d
* include/sane/sane.h: added extern "C" for compilation with a C++
...
compiler
2004-07-15 08:32:39 +00:00
Gerard Klaver
f9efa647e3
Added check for the GT-8911
2004-07-10 21:39:11 +00:00
Henning Geinitz
4102847b52
Also check the number of interfaces for the GT-6816 to avoid conflicts with
...
other GT chips.
2004-07-10 14:33:56 +00:00
Henning Geinitz
1e15afbfb9
Removed dead link.
2004-07-09 19:24:47 +00:00
Henning Geinitz
6874a8d10a
XML mode updates (patch from Jose Gato <jgato@gsyc.escet.urjc.es>)
2004-07-09 16:48:17 +00:00
Henning Geinitz
b115a6593e
Added Mustek ScanExpress 1248UB.
2004-07-09 16:05:34 +00:00
Henning Geinitz
00d9249273
New file. Added the scanners listed on the brother backend page. Used "untested"
...
status as we don't have confirmation that the backend actually works.
2004-07-09 16:03:48 +00:00
Gerhard Jaeger
9c93db3cbb
* doc/descriptions/plustek.desc: Changed status of CanoScan D660U.
...
* doc/plustek/Plustek-USB*: Update.
* backend/plustek.c: Bumped up build number.
* backend/plustek-usb.[ch] backend/plustek-usbdevs.c
backend/plustek-usbhw.c backend/plustek-usbimg.c
backend/plustek-usbmap.c backend/plustek-usbscan.c: Added support
for binary scanning for the CanoScan D660U, cleanup work.
2004-07-05 12:59:43 +00:00
Peter Fales
2f9b6bb8b3
When using pkg-config to get library flags for gphoto2, any
...
extra flags (such as -L) must be passed to sane-config.in so
that it can find the libraries in a non-standard location.
(Bug #300686 )
2004-07-03 18:08:15 +00:00
Gerhard Jaeger
f3f6a16426
Hmpf, forgot one entry...
2004-07-02 13:18:12 +00:00
Gerhard Jaeger
425ca5c4ee
* doc/descriptions/plustek_pp.desc: URL update.
...
* doc/descriptions/u12.desc: URL update, changed state of backend.
* doc/sane-plustek_pp.man: URL update.
* doc/sane-u12.man: URL update.
2004-07-02 13:15:24 +00:00
Gerhard Jaeger
26f195696c
* po/*.po: Updated according to changes in the plustek backend.
...
* backend/plustek.c backend/plustek-usb*: Major update, see
doc/plustek/Plustek-USB.changes.
* doc/sane-plustek.man: update
* doc/plustek/Plustek-USB.changes: update.
* doc/descriptions/plustek.desc: Removed unsupported devices,
updated some states.
2004-07-02 13:10:34 +00:00
Frank Zago
2e06036a35
added support for Genius FS-1130 Colorpage Scanner.
2004-07-01 02:35:20 +00:00
Gerhard Jaeger
8a5f14c67b
* doc/plustek/Makefile.kernel26: fixed floating point issues
...
for SuSE kernels
2004-06-30 13:43:50 +00:00
Henning Geinitz
47c50edf00
Added xml output (patch from jose <jgato@lambdaux.com>). Other minor fixes.
2004-06-28 18:46:35 +00:00
Henning Geinitz
d7029b39f1
Added Microtek and Xerox scanners.
2004-06-28 18:36:28 +00:00
m. allan noah
809228102f
bugfix
2004-06-28 14:01:10 +00:00
Gerhard Jaeger
34f6884291
* doc/descriptions/unsupported.desc: removed Compac S4 100
...
(supported by the Plustek backend), added various Plustek
devices, changed OpticPro m12 to OpticSlim M12
2004-06-24 08:03:40 +00:00
Henning Geinitz
a199a0ce90
Look for NetBSD uscanner devices (bug #300815 ).
2004-06-22 16:29:18 +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
a491e60474
forgotten ChangeLog entry for the Avision backend update ... - sorry!
2004-06-22 14:54:43 +00:00
Gerhard Jaeger
d10ce15991
* po/*.po: Updated according to upcomming changes in the plustek backend.
2004-06-21 08:44:15 +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
Mattias Ellert
3458605b55
SCSI scanners can now be selected by LUN on MacOS X
...
sane-find-scanner now finds SCSI scanners on MacOS X
making some sanei_scsi internal functions static
2004-06-19 21:31:42 +00:00
Peter Fales
cfe712c392
In addition to using pkg-config to find the gphoto2 library flags,
...
we should check to see whether it's actually possible to link
a program using those flags.
2004-06-19 19:16:54 +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
Henning Geinitz
fed309a683
Added *.8.
2004-06-17 11:33:21 +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
Mattias Ellert
b9dfa61f90
Adding NEC Petiscan as unsupported
2004-06-13 13:44:38 +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
d994cbce53
* final fixes for 610P color scanning,
...
* parallel port autodetection for the umax_pp tool
2004-06-12 05:25:41 +00:00
Henning Geinitz
875cc58b94
Fixed version number.
2004-06-10 09:05:25 +00:00
Henning Geinitz
c94e8d952c
Added Syscan TravelScan FS-531.
2004-06-08 16:25:12 +00:00
Henning Geinitz
447897e8be
Added another variant of a Plustek OpticPro 1248U.
2004-06-08 12:10:26 +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
Henning Geinitz
4c314781c5
Mention SCSI buffer size problems and uk/ss files issue.
2004-06-08 11:25:57 +00:00
Gerhard Jaeger
fcb44713dd
* doc/plustek/BUID: bumped up build number.
2004-06-08 09:32:10 +00:00
Gerhard Jaeger
7da3803119
* backend/plustek-pp_misc.c: fixed multiple parport problem for kernel 2.6.x.
...
* backend/plustek_pp.c: bumped up version number.
2004-06-08 09:30:27 +00:00
Henning Geinitz
da63262198
Fixed newlines.
2004-06-08 08:36:52 +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
c1cd86bb8f
Added Mustek BearPaw 2448 Plus and Plustek OpticPro U16B.
2004-06-06 10:50:23 +00:00
Henning Geinitz
d8e99b6142
Added REXX script to convert backend-DLL-filenames according to 8.3 naming
...
convention necessary for DLLs on OS/2 (from Franz Bakan).
2004-06-05 09:48:45 +00:00
Oliver Schirrmeister
94ce381d82
bugfix: It is possible to read duplex color now.
2004-06-02 17:17:03 +00:00
Henning Geinitz
446bc30b7d
Mattias Ellert has CVS write access now.
2004-05-31 08:40:39 +00:00
Peter Fales
6fa5850937
2004-05-30 Peter Fales <peter@fales-lorenz.net>
...
* acinclude.m4, aclocal.m4, configure.in, configure
Use pkg-config rather than gphoto2-config to get gphoto
build parameters (bug #300686 )
2004-05-30 18:55:35 +00:00
Henning Geinitz
38a09ba8bc
Mention special kernel patch.
2004-05-30 14:08:18 +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
Henning Geinitz
d3b9dc8a6a
Added Dell A920, Microtek 1850S and Plustek OpticPro m12. Removed HP,Scanjet
...
2300 (already in genesys.desc).
2004-05-28 18:40:01 +00:00
Henning Geinitz
928d8d0b1d
Mention trouble with higher optimization levels (from Ulrich Deiters
...
<ukd@xenon.pc.Uni-Koeln.DE>).
2004-05-28 17:34:47 +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
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
Henning Geinitz
04e08cc9ef
Detect GL660+GL646 on USB2 also. Fixed Mustek MA1017 scanner freeze problem.
2004-05-23 16:10:39 +00:00
Gerhard Jaeger
55624fa51d
* fixed compilation problem on HP-UX.
2004-05-22 13:53:50 +00:00
Ulrich Deiters
19fed4c4f8
Ulrich Deiters: removed option "OPT_PAGE" from Canon-SCSI backend
2004-05-21 20:35:26 +00:00
Henning Geinitz
e08afb1214
Added more Canon cartridge scanners. Updated Visioneer Paperport 3100b.
2004-05-18 18:59:22 +00:00
Michael Herder
98f1e4d7b6
*** empty log message ***
2004-05-18 07:59:09 +00:00
Oliver Rauch
a28bd84350
Added DIR_SEP and PATH_SEP defintions for windows
2004-05-16 22:08:03 +00:00
Gerhard Jaeger
0e43504ef4
* doc/plustek/BUID: bumped up build number.
...
* doc/plustek/Plustek-PARPORT.changes: update
* backend/plustek-pp_misc.c: fixed kernel 2.6 issue.
fixed also Bug #300698 .
2004-05-15 14:01:57 +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
Henning Geinitz
bb02ac5f19
Updated FTP server link to ftp.sane-project.org.
2004-05-12 18:13:58 +00:00
Henning Geinitz
feac9c5411
Remove autoconf temp files and some japi stuff in distclean target.
2004-05-11 19:09:11 +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
Jochen Eisinger
45a715e5e1
2004-05-06 Jochen Eisinger <jochen@penguin-breeder.org>
...
* tools/hotplug/libusbscanner: latest hotplug doesn't set
DEVICE on 2.6.x kernels. Added a workaround
2004-05-06 20:03:45 +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
Jochen Eisinger
57c0a1f384
2004-05-01 Jochen Eisinger <jochen@penguin-breeder.org>
...
* tools/hotplug/libsane.usbmap: removed empty lines, latest
hotplug cannot cope with them
2004-05-03 08:48:01 +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
3a8d80a390
Added Changelog-1.0.14 to DISTFILES.
2004-05-01 22:08:14 +00:00
Henning Geinitz
c463590618
Warnings enabled again. Added -cvs to version.
2004-05-01 22:07:50 +00:00
Henning Geinitz
ad3ede63a5
Moved old ChangeLog entries to ChangeLog-1.0.14.
2004-05-01 21:59:29 +00:00
Henning Geinitz
9a512dcba6
New version: 1.0.14.
2004-04-30 21:12:35 +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
Henning Geinitz
b8a5ab3641
Updated for release.
2004-04-30 18:30:48 +00:00
Henning Geinitz
71fb04233f
Added link to more info about Microtek ScanMaker 3630.
2004-04-30 17:27:13 +00:00
Oliver Schwartz
df8e3cf73e
Added Benq 640BT, Change status of Epson 1670 to 'good'
2004-04-29 16:08:54 +00:00
Oliver Schwartz
b1c07979bc
Added USB ID for Benq 640BT
2004-04-29 15:56:48 +00:00
Henning Geinitz
79bbe6afe8
Updated Swedish translation (from Mattias Ellert <mattias.ellert@tsl.uu.se>).
2004-04-26 17:26:07 +00:00
Henning Geinitz
76862171a7
Code freeze for sane-backends 1.0.14 is now active.
...
Disabled compilation warnings.
2004-04-24 16:57:53 +00:00
Henning Geinitz
019cf37cc9
Removed comments from some scanners as the chipset is known now.
2004-04-24 15:49:44 +00:00
Henning Geinitz
c51bab3093
Added Lexmark X5130, UMAX Astra 4000 and 4600.
2004-04-24 15:48:19 +00:00
Jochen Eisinger
6586581435
2004-04-24 Jochen Eisinger <jochen@penguin-breeder.org>
...
* doc/sane-usb.man: added comment about devmode not working
with current (2.6.3-2.6.5) 2.6 kernels
2004-04-24 10:42:00 +00:00
Henning Geinitz
c824c6de2d
Patch from Franz Bakan <fbakan@gmx.net>.
2004-04-23 15:21:14 +00:00
Gerhard Jaeger
98d0f9defc
* doc/sane-u12.man doc/plustek/Plustek-USB.changes: updates.
2004-04-23 15:01:36 +00:00
Henning Geinitz
f08a25de9d
Added Canon IS-32.
2004-04-19 18:02:59 +00:00
Henning Geinitz
f723898b2b
Minor fixes for Mustek BearPaw 2448 TA Plus.
2004-04-19 18:01:48 +00:00
Henning Geinitz
c959d2a2ee
Don't use -ansi on MacOS X.
2004-04-18 14:35:37 +00:00
Henning Geinitz
e7152b70df
If the test for gphoto2-config fails, don't call it later.
2004-04-17 18:15:10 +00:00
Henning Geinitz
afb3796927
Added snapshot marker for 1.0.14-pre2.
2004-04-17 10:25:24 +00:00
Henning Geinitz
2c9b61d3ef
Added Epson Stylus CX5400 and Nikon Coolscan 5000 ED. Minor documentation updates.
2004-04-17 10:05:48 +00:00
Henning Geinitz
080d014411
Added some more updated backends and danish translation.
2004-04-17 09:58:28 +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
Karl Heinz Kremer
f0d0397273
Added "usb" entry in config file for libusb. This way, most scanners will be
...
recognized automatically.
2004-04-15 00:31:22 +00:00
Rene Rebe
c4b01509ab
2004-04-14 Rene Rebe <rene@rocklinux.org>
...
* backend/avision.h, backend/avision.c: the current development state,
including cleanups, code refactoring, dynamic color and scan source
list creation, implemented ADF mirroring needed for some ASICs ,
some scan window scaliing fixes for some ASICs, added 16bit gray
and color support, fixed a tiny big-endian issue, fixed command
error reporting for some ASICs, improved inquiry logging and some
tiny fixes for film-scanners.
Sorry for such a bit chunk so late in feature freeze (...). But tested on Ultra
SPARC, PowerPC and x86 Linux ... ;-)
2004-04-14 20:20:39 +00:00
Gerhard Jaeger
733850d4e8
* backend/plustek_pp.c backend/plustek-pp_sysdep.h
...
backend/plustek-pp_scan.h backend/plustek-pp_ptdrv.c
backend/plustek-pp_misc.c: Fixed Kernel 2.6 compilation problems.
* doc/plustek/Makefile.kernel24 doc/plustek/Makefile.kernel26
doc/plustek/MakeModule.sh: added to make kernel-module
compilation easier.
* doc/plustek/BUILD doc/plustek/VERSION0
doc/plustek/Plustek-PARPORT.txt doc/sane-plustek.man: update.
* backend/u12.c backend/u12-hw.c backend/u12-if.c: minor fixes.
* doc/u12/U12.changes doc/u12/U12.todo: update.
* doc/descriptions/u12.desc: added RevScan Orange R48Ti.
* sanei/sanei_thread.c: fixed some warning conditions.
2004-04-14 19:35:20 +00:00
Henning Geinitz
f607f72921
Added Danish translation (from Mogens Jaeger <mogensjaeger@get2net.dk>).
2004-04-14 17:51:31 +00:00
Henning Geinitz
d3f16e5cd2
In make distclean also clean subdirectories.
2004-04-12 15:17:37 +00:00
Henning Geinitz
ce90f3b8b5
Mentioned C++ misdetection trouble.
2004-04-12 12:32:22 +00:00
Karl Heinz Kremer
97d0a32852
Added missing device IDs for MFDs
2004-04-11 11:15:11 +00:00
Henning Geinitz
8521db8b42
Added some missing files to DISTFILES.
2004-04-10 19:17:17 +00:00
Henning Geinitz
0727a947e2
Added feature freeze marker.
2004-04-10 19:07:48 +00:00
Henning Geinitz
c187441e94
Minor fixes for Mustek A3 USB, Genius ColorPage Vivid4 and Mustek BearPaw 2448
...
CS/TA Plus.
2004-04-10 17:30:36 +00:00
Henning Geinitz
716187d91d
Fixes from David Neary <David@phenix.fr> to make japi work with current
...
jdks. More work and documentation is still needed.
2004-04-10 16:42:10 +00:00
Henning Geinitz
f9eed64292
Updated.
2004-04-10 16:40:21 +00:00
Jochen Eisinger
82737c0daf
2004-04-10 Jochen Eisinger <jochen@penguin-breeder.org>
...
* tools/sane-find-scanner.c, doc/sane-mustek_pp.man,
doc/sane-find-scanner.man: added support for detecting
mustek parallel port scanners.
2004-04-10 09:39:16 +00:00
Gerhard Jaeger
78f8ca6d3e
* backend/plustek.c: Fixes bug #300620 .
...
* sanei_thread.c: Fixes bug-reports #300617 & #300618 ,
all reports and patches or patch-ideas by Mattias Ellert.
2004-04-09 12:21:51 +00:00
Oliver Schwartz
6676fdb069
Fixes for pthread implementation
2004-04-09 11:59:02 +00:00
Oliver Schwartz
1dff2115a3
Use URB counting in snapscan-usb.c (thanks to Jose Alberto Reguero)
2004-04-08 22:48:13 +00:00
Oliver Schwartz
472d9ab2f5
Use sanei_thread in snapscan backend
2004-04-08 21:53:10 +00:00
Gerard Klaver
a2f4f13f7a
Some opt_groups and options have not the same menu values (od->cap):
...
For the opt_bool_group, opt_int_group and opt_fixed_group: changed od->cap = 0; to od->cap = SANE_CAP_ADVANCED;
2004-04-06 20:18:41 +00:00
Jochen Eisinger
40638d29d7
2004-04-06 Jochen Eisinger <jochen@penguin-breeder.org>
...
* sanei/sanei_pa4s2.c include/sane/sanei_pa4s2.h, backend/mustek_pp.c:
fixed compiler warnings
2004-04-06 18:02:57 +00:00
Henning Geinitz
6d0f342927
Removed Canon D660. Now supported by plustek backend.
2004-04-04 19:13:27 +00:00
Henning Geinitz
3593f24a3d
Added BGR color order for pixel mode. Plustek OpticPro U16B works
...
in color mode now. Made 600 dpi mode for Mustek BearPaw 2400 TA
Plus a bit faster. Changed Mustek ScanExpress A3 linedistance
correction. Added detection of Visioneer Onetouch 7300.
2004-04-04 18:59:49 +00:00
Gerhard Jaeger
29a9a9876b
* doc/descriptions/plustek.desc: added Canon D660U.
...
* doc/plustek/Plustek-USB.changes doc/plustek/Plustek-USB-TODO.txt
doc/plustek/Plustek-USB.txt: update
* po/sane-backends.*.po: new strings, as the plustek backend has changed.
* backend/plustek.[ch], plustek-usb.[ch], plustek-usb.cal.c,
plustek-usbdevs.c, plustek-usbhw.c, plustek-usbimg.c,
plustek-usbshading.c: added Canon D660U support, cleanup, bug-fixing.
* backend/plustek.conf: added red_lampoff, green_lampoff and blue_lampoff
parameters.
2004-04-04 13:57:26 +00:00
Oliver Schwartz
1ba06ce257
Fix translation for 'gamma table'
2004-04-03 08:58:33 +00:00
Henning Geinitz
8ec8a3a0f4
Added Relisys Episode scanner.
2004-04-02 20:52:59 +00:00
Oliver Schwartz
1757ae5b5b
Various bugfixes for gamma corretion (thanks to Robert Tsien)
2004-04-02 20:19:24 +00:00
Henning Geinitz
1a290d7126
Updated from stable libtool.
2004-04-02 18:38:29 +00:00
Henning Geinitz
264e1b95b7
Added some hints about setting permissions with libusb on Linux 2.6. Removed
...
some obsolete paragraphs.
2004-04-02 16:31:44 +00:00
Henning Geinitz
9b106875d2
Updated for sane-backends 1.0.14.
2004-04-02 16:12:45 +00:00
Henning Geinitz
f99aea20cb
Increased SCSI buffer size on MacOS X. Patch from Mattias Ellert, bug #300601 .
2004-03-29 18:01:23 +00:00
Henning Geinitz
c83e7ec87c
Added Avigramm Minidoc, Medion MD 41260, and Nikon LS 50 ED. Removed Genius
...
Colorpage Vivid III as it may work with the u12 backend.
2004-03-28 18:57:43 +00:00
Henning Geinitz
5c89f7f6a8
Added Agfa Studiostar.
2004-03-28 18:52:49 +00:00
Henning Geinitz
46ed7dab4d
Plustek U16B: Added GT68XX_FLAG_SE_2400. Fixed color order.Increased debug level
...
for setup_scan. Fixed CCD ocarse calibration.
2004-03-28 18:26:38 +00:00
Peter Kirchgessner
dc7031e364
hp-backend 1.06: Fix problem with USB-connections on Linux 2.6.x
2004-03-27 14:13:47 +00:00
Henning Geinitz
b816418bb9
Moved Plustek OpticPro S(T)28 to genesys.desc.
2004-03-25 20:22:24 +00:00
Henning Geinitz
781c5aeaeb
Added Tevion MD 40420. Moved Plustek OpticPro S(T)28 to genesys.desc.
2004-03-25 20:21:36 +00:00
Oliver Schwartz
64ae048c74
Added detection for Epson 660 by USB ID since new models use new ID strings
2004-03-22 00:00:40 +00:00
Henning Geinitz
7702a9e95c
Added some Microtek and Agfa scanners.
2004-03-21 17:07:57 +00:00
Henning Geinitz
d7e5361782
Added detection of Mustek ScanExpress 1200 FS.
2004-03-21 12:35:39 +00:00
Karl Heinz Kremer
c7340906d0
Added Perfection 4870 and CX-6400 (removed this model from unsupported.desc)
2004-03-19 21:18:32 +00:00
Henning Geinitz
aafcfe6a8e
Genius Vivid 4xe now has color order RGB. Removed 50 dpi for Mustek BearPaw 2448
...
as that resolution doesn't work. Make sure that the lamp of the Mustek A3 USB
gets warmed up. It's a CIS scanner with a lamp. That code is untested. Full scan
starts scanning from the start position of the white strip now. Added detection
for Genius Vivid 1200 EX. Fixed product id of Mustek BearPaw 2448 TA Plus. Other
minor updates.
2004-03-19 18:55:35 +00:00
Oliver Rauch
75018e1ad0
backend/umax: bugfix for sense_handler and do_calibration
2004-03-15 20:42:19 +00:00
Stéphane Voltz
e2b72e6b57
- added ppdev support for 610P
...
- fixed direct hardware ECP support for 1220P
- fixed scanning area overflow
- removed uneeded function
2004-03-15 13:21:13 +00:00
Henning Geinitz
12967b4bd1
Added Mustek A3 EP. Removed Plustek OpticPro ST48.
2004-03-14 19:55:27 +00:00
Henning Geinitz
516ed574a2
Added Plustek OpticPro ST48.
2004-03-14 19:26:34 +00:00
Henning Geinitz
3eadbfd8a5
Added scanner ids (from Marcel Pol). Added more documentation. Added "chmod
...
a+rw" alternative.
2004-03-14 18:25:02 +00:00
Henning Geinitz
c34b2e9e31
Added Vantas 3000. Added some links.
2004-03-13 11:54:03 +00:00
Stéphane Voltz
e973af58e8
- finished ECP support for 1220P/2000P
...
- added low level communication for 610P
- added scanner detection for 610P
- misc doc updates
2004-03-09 06:12:27 +00:00
Henning Geinitz
389b608312
Moved all scanners that may be supported by the genesys backend to
...
genesys.desc. Added links to scanner pages.
2004-03-08 20:30:10 +00:00
Henning Geinitz
72558a931e
Moved all scanners that may be supported by the genesys backend to
...
genesys.desc. Added Agfa 1212 P.
2004-03-08 19:59:00 +00:00
Henning Geinitz
8c27cccc46
GL841 max packet size can be 512 bytes on USB 2.0.
2004-03-08 19:15:32 +00:00
Oliver Schirrmeister
24af8c80d9
enabled dropoutcolor for fi4x20C
2004-03-04 12:37:41 +00:00
Oliver Schirrmeister
d431a39f63
enabled dropoutcolor for the fi4530C
2004-03-04 12:10:24 +00:00
Gerhard Jaeger
7962aa8263
* doc/descriptions/unsupported.desc: Updated Plustek section.
...
* doc/descriptions-external/genesys.desc: updated list of scanners
that should be supported by the genesys backend.
2004-03-03 20:45:08 +00:00
Henning Geinitz
524d3f3c47
Added checks for bad handles for SANE_NET_CLOSE and SANE_NET_CANCEL. This is
...
intended to stop saned from segfaulting when a bad handle is used.
2004-03-03 19:13:04 +00:00
Karl Heinz Kremer
6e96cb5f90
Added function level D8 for RX-500
2004-03-03 01:34:49 +00:00
Henning Geinitz
eff50aa24f
Added link for HP ScanJet 8290. Added Logitec PageScan Color.
2004-03-02 21:31:35 +00:00
Henning Geinitz
cae6ee91fd
Added workaround for toggle = data0 chipset bug. Fixes bug #300323 .
2004-03-02 21:00:46 +00:00
Frank Zago
2e1f2f1a10
*** empty log message ***
2004-03-02 04:15:41 +00:00
Karl Heinz Kremer
245d5b87dc
Corrected typo: Default function level is B3, and not B5.
2004-03-02 00:33:21 +00:00
Frank Zago
eed30216b5
ChangeLog
2004-02-28 18:33:09 +00:00
Julien BLACHE
2991c344db
* tools/hotplug: added the hotplug script used by the Debian package, with a quick README.
...
* tools/README: updated to mention the hotplug/ directory.
2004-02-28 10:06:32 +00:00
Matthew Duggan
34f8a413bf
2004-02-27 Matthew Duggan <stauff1@users.sourceforge.net>
...
* backend/canon_pp.c: Add more debug output to help resolve bug #300524
2004-02-26 22:05:21 +00:00
Henning Geinitz
a2e686d667
Added support for asking for pressing a key before scanning a page in a batch
...
scan. Patch from Dominik Fischer <dom_fischer@web.de>.
2004-02-22 11:17:49 +00:00
Oliver Schirrmeister
a15136f82b
merged the 3092 and the 3091 functions
...
inverted the image in mode color and grayscale
jpg hardware compression support (fi-4530C)
2004-02-20 17:12:47 +00:00
Stéphane Voltz
e64495994e
- initial ECP support
...
- version number and status update
- made safe-auto the default for port access
2004-02-20 05:36:27 +00:00
Henning Geinitz
7824953c94
Added UMAX Astra 1600U as this scanner is reported to work as "well" as the 2000U.
2004-02-14 20:15:22 +00:00
Henning Geinitz
1f5674ee82
Added HP ScanJet 4670 and Tamarack Artiscan 9600 pro 36. Removed Plustek
...
OpticSlim 2400.
2004-02-14 20:13:37 +00:00
Henning Geinitz
aa16ce14fd
Fixed missing ChangeLog entries. Looks like they didn't get committed last time.
2004-02-14 18:56:39 +00:00
Frank Zago
04dec9382a
Added partial support for models KV-SS55EX, KV-S2025C, KV-S2045C and KV-S2065L.
2004-02-12 01:59:53 +00:00
Karl Heinz Kremer
5a3f789018
Reformat of source code to get rid of different coding styles used by different
...
authors over the years.
2004-02-08 18:32:33 +00:00
Frank Zago
db44edb31c
*** empty log message ***
2004-02-08 15:28:31 +00:00
Oliver Rauch
af4a252e02
sane-umax: bugfix for DOR mode
2004-02-08 14:02:26 +00:00
Karl Heinz Kremer
c44e9b5e28
Increased timeout for lamp warmup from 60 to 120 seconds.
2004-02-08 00:29:07 +00:00
Eddy De Greef
29c2e23f5b
Update.
2004-02-07 21:00:54 +00:00
Henning Geinitz
9e4cc8f137
Added Genius Colorpage Vivid 1200EX and Mustek Paragon 800 II EP.
2004-02-07 15:14:44 +00:00
Henning Geinitz
b79b8b4db3
Fixed inconsistent error message (patch from Mattias Ellert <mattias.ellert@tsl.uu.se>).
2004-02-04 20:27:58 +00:00
Gerhard Jaeger
433993a7f5
* sanei/sanei_thread.c: added Mattias Ellerts' patch to make
...
sanei_thread_kill work on MacOSX.
2004-02-01 19:15:17 +00:00
Karl Heinz Kremer
39b8c6b325
backend/epson.c: Added D7 function level as copy of D1 for CX-6400
...
backend/epson_usb.c: Added IDs for CX-6400 and Perfection 4870
2004-02-01 15:12:45 +00:00
Oliver Schwartz
7d7df459ee
Fixed resolutions for Epson 1670
2004-02-01 13:32:26 +00:00
Matthew Duggan
cb65a9a8bc
2004-01-31 Matthew Duggan <stauff1@users.sourceforge.net>
...
* backend/canon_pp.c: Remove more compile warnings.
2004-01-31 06:47:55 +00:00
Henning Geinitz
cbffe2300f
Added Mustek BearPaw 4800TA Pro II.
2004-01-30 17:12:42 +00:00
Henning Geinitz
80ae15abed
Use gettimeofday() instead of ftime(). Bug #300482 .
2004-01-29 22:58:17 +00:00
Gerhard Jaeger
84b7db977d
* backend/test.c: reader_process terminates now, when running as thread.
2004-01-21 19:03:31 +00:00
Gerhard Jaeger
50f0eddf73
* backend/u12.c backend/u12-hw.c backend/u12-if.c backend/u12-io.c
...
backend/u12-map.c backend/u12-motor.c backend/u12-shading.c
backend/u12-tpa.c backend/u12.h backend/u12.conf: major update, compilation
fixes.
2004-01-21 08:15:44 +00:00
Gerhard Jaeger
0138f46f66
* doc/u12/U12.changes: update.
...
* doc/u12/U12.todo: initial checkin.
* backend/plustek-usb.c: cleanup.
* backend/u12.c backend/u12-ccd.c backend/u12-hw.c backend/u12-if.c
backend/u12-image.c backend/u12-io.c: activated cancel function,
added lamp off timer function, cleanup, stability fixes.
2004-01-19 19:46:54 +00:00
Henning Geinitz
6026b31f36
Debug options are only enabled if the debug level is 1 and higher. Added product
...
id 0x0402 for Plustek U16B.
2004-01-19 17:35:57 +00:00
Henning Geinitz
ef0e9d92b2
* doc/gamma4scanimage.man: scanimage is in section 1.
...
* doc/descriptions/unsupported.desc: Added Lexmark X74.
2004-01-17 22:08:45 +00:00
Henning Geinitz
beba322505
Added missing ChangeLog entry.
2004-01-17 15:38:48 +00:00
Eddy De Greef
256fab5d71
Bug fix: make sure that the child process releases the parallel port
...
under all circumstances. Otherwise, the parent process may no longer be
able to control the scanner and the lamp stays on and doesn't return home.
2004-01-15 19:58:03 +00:00
Gerard Klaver
465e1686fc
update saneopts.h, teco2.c, teco2.h and sane-teco2.man.
2004-01-15 18:32:17 +00:00
Gerhard Jaeger
9c8ddaee61
* backend/u12.c: Fixed preview bug.
2004-01-15 17:50:31 +00:00
Gerhard Jaeger
1306634660
* descriptions/u12.desc: fixed wrong man-page reference, status updates.
...
* backend/u12.c backend/u12.h backend/u12-hwdef.h backend/u12-scanner.h
backend/u12-*.c: bump up version, fixed device autodetection and corrupted
pictures, improved model-detection.
2004-01-14 19:11:23 +00:00
Karl Heinz Kremer
170f42289e
Added product ID for RX-500
2004-01-13 22:27:06 +00:00
Gerhard Jaeger
e234415ce5
* doc/sane-plustek_pp.man: added missing explanation. Bug #300441 .
...
* include/sane/sanei_thread.h: updated copyright info.
* sanei/sanei_thread.c: fixed return value handling for sanei_wait_pid().
2004-01-13 07:56:28 +00:00
Karl Heinz Kremer
243d4e9498
Fixed bug # 300444 - Changed OPT_CCT_9 desc. string.
2004-01-13 01:02:46 +00:00
Oliver Rauch
c287806dc0
*** empty log message ***
2004-01-12 19:54:31 +00:00
Matthew Duggan
656a9d8be3
2004-01-12 Matthew Duggan <stauff1@users.sourceforge.net>
...
* backend/canon_pp-dev.c backend/canon_pp-io.c backend/canon_pp.c
backend/canon_pp.h: Fix various compile warnings (Bug #300407 ).
Also fix bug in parsing config file.
* doc/descriptions/canon_pp.desc: Bump version number.
2004-01-11 22:24:07 +00:00
Henning Geinitz
cf35c4fbf0
Fixed some broken links.
2004-01-11 18:08:26 +00:00
Julien BLACHE
f048679136
* sanei/sanei_pa4s2.c: libieee1284 support for scsi_pp functions. This is untested but should work.
2004-01-10 18:38:34 +00:00
Oliver Rauch
d3f4c2b73a
*** empty log message ***
2004-01-10 11:24:26 +00:00
Henning Geinitz
6ae442bf94
Added HP Scanjet 4600 and Quato scanners. Updated Epson 1270.
2004-01-09 21:13:45 +00:00
Henning Geinitz
e6c9fe3cf7
Only one option can be used at the same time.
2004-01-09 21:11:47 +00:00
Gerhard Jaeger
cf7c0a472a
* backend/plustek_pp.[ch] backend/plustek-pp*.[ch]: copyright updates
...
and minor fixes.
2004-01-09 16:00:26 +00:00
Gerhard Jaeger
c2e3aac080
* doc/plustek/Plustek-USB.changes: update.
...
* doc/plustek/Plustek-PARPORT-TODO.txt: update.
* doc/Makefile.in: added u12 subdirectory.
* backend/plustek.[ch] backend/plustek-usb*.[ch]: copyright updates
and some changes concerning the CanoScan lamp calibration.
* backend/u12.[ch] backend/u12-*.[ch]: copyright updates.
2004-01-09 14:27:25 +00:00
Gerhard Jaeger
851c683d3e
* doc/u12/U12.changes: initial checkin.
...
* doc/sane-u12.man doc/sane-plustek.man doc/sane-plustek_pp: added
ENVIRONMENT information and did some minor updates.
* descriptions/plustek_pp.desc descriptions/u12.desc: status updates.
* po/sane-backends.de.po: fixed wrong translation.
2004-01-09 12:23:06 +00:00
Oliver Rauch
3f7078d7f6
*** empty log message ***
2004-01-08 19:59:05 +00:00
Oliver Rauch
872a4544c9
umax backend: disabled quality calibration for umax Astra 2200 SU via USB
2004-01-07 23:01:48 +00:00
Gerhard Jaeger
93acc086af
Fixed/completed entries of U12 backend checkin.
2004-01-06 09:50:53 +00:00
Henning Geinitz
46dfbad619
Added Visioneer 8820 and TCE S450.
2004-01-05 21:47:08 +00:00
Gerhard Jaeger
61fcfdc716
* configure: added new u12 backend.
2004-01-05 20:47:58 +00:00
Gerhard Jaeger
5af9d13e4b
* configure.in: added new u12 backend.
...
* AUTHORS: added myself as u12 backend author.
* backend/Makefile.in: added new backend u12.
* backend/u12.c backend/u12.h backend/u12-scanner.h backend/u12-hwdef.h
backend/u12.conf backend/u12-shading.c backend/u12-tpa.c
backend/u12-ccd.c backend/u12-hw.c backend/u12-if.c backend/u12-image.c
backend/u12-io.c backend/u12-map.c backend/u12-motor.c: initial checkin.
* backend/dll.conf: added u12 backend.
* doc/sane-u12.man doc/Makefile.in: added man-page for u12 backend.
* doc/descriptions/u12.desc: added descitpion for u12 backend.
* doc/descriptions/unsupported.desc: removed Plustek OpticPro U12, UT12,
1212U, Genius Colorpage Vivid III, as they should be supported now.
2004-01-05 20:36:28 +00:00
Henning Geinitz
a4dc00b0ed
Fixed a bug in the stop scan function for Plustek U16b. Added support for Genius
...
Vivid4xe.
2004-01-05 18:16:04 +00:00
Henning Geinitz
fc8aa89a41
Added HP and Epson scanners.
2003-12-31 10:14:44 +00:00
Henning Geinitz
18ccfe1760
Added test for Genesys Logic GL841.
2003-12-29 16:32:30 +00:00
Henning Geinitz
e7484c515e
Silenced some compilation warnings.
2003-12-27 17:48:39 +00:00
Henning Geinitz
19274555a4
Updated/added several Medion scanners.
2003-12-27 12:39:14 +00:00
Henning Geinitz
541e8cbfcf
Mentioned libusb problems. Updated fork section.
2003-12-26 17:54:43 +00:00
Henning Geinitz
b84d901baf
Updated concerning libieee1284.
2003-12-25 21:00:22 +00:00
Henning Geinitz
7c77cc90e1
Removed Mustek Paragon 600 II EP/ED. Added Genius Colorpage-EP.
2003-12-25 20:36:48 +00:00
Henning Geinitz
7f91e9df6a
Added James Perry.
2003-12-25 20:35:35 +00:00
Henning Geinitz
08486e6be4
Added support for Mustek Paragon 600 II EP (SCSI-over-parallel port). This is
...
based on a patch from James Perry. Support for libiee1284 is missing until
now. Closes bug #300143 .
2003-12-25 20:27:49 +00:00
Henning Geinitz
234f24f694
Added information that this backend will be included soon. Fixed "Snapscan" to
...
"SnapScan" (bug #300394 ).
2003-12-25 08:47:16 +00:00
Henning Geinitz
c12df77d86
Added more information about the Benq Scanprisa 640P, Boder SmartSCan Office,
...
and Trust CombiScan 19200.
2003-12-23 20:05:46 +00:00
Gerard Klaver
b5d713dc93
test for ICM532B added
2003-12-22 16:16:14 +00:00
Henning Geinitz
0777c60aa7
Don't include linux/videodev.h kernel header anymore. Use own defines
...
instead. Fixes bug #300324 .
2003-12-21 22:51:42 +00:00
Henning Geinitz
c4743af452
Fixed overflow (bug #300389 ).
2003-12-21 21:54:29 +00:00
Henning Geinitz
a4b0143586
Include stdlib.h for size_t.
2003-12-21 21:42:34 +00:00
Henning Geinitz
a16dfafd6a
Fixed initial value for --fixed-constraint-range (bug #300388 ).
2003-12-21 20:59:59 +00:00
Gerhard Jaeger
98e2075833
* doc/sane-plustek.man: new version, minor fixes
...
* doc/descriptions/plustek.desc: new backend version
* backend/plustek-pp*: cleanup work
* backend/plustek-usb*: new version 0.47, added support for model overide
when one manufacturer uses the same model-id for various devices.
2003-12-18 13:25:39 +00:00
Henning Geinitz
81a5fe7617
Made internal function static.
2003-12-16 20:51:23 +00:00
Henning Geinitz
9eee10f70a
Added Canon 3200F.
2003-12-16 20:45:53 +00:00