Julien BLACHE
9cdf75633d
Rework Ilia's changes in check_host().
2009-03-13 08:59:31 +00:00
Julien BLACHE
7a359270a2
Update descriptions for iScan 2.18.0
2009-03-13 08:05:43 +00:00
Ilia Sotnikov
7e3b3bc543
* Allow host checking to proceed if no local name was found
2009-03-12 15:54:52 +00:00
Ilia Sotnikov
6940d841eb
* Allow host checking to proceed if no local name was found
2009-03-12 15:54:00 +00:00
Ilia Sotnikov
d6bee2dafe
* Use hstrerror (h_errno) instead of strerror(errno) on gethostbyname()
...
errors
2009-03-12 12:44:45 +00:00
Ilia Sotnikov
d32a9420da
* Use hstrerror (h_errno) instead of strerror(errno) on gethostbyname()
...
errors
2009-03-12 12:41:46 +00:00
Nicolas Martin
35baca47f0
pixma ImageClass doc and capabilities update, PIXMA_EOF return code added.
2009-03-12 11:13:37 +00:00
Stéphane Voltz
185486e432
- cleanups for gl646 scanners
...
- change in document detection for gl646 sheetfed scanners
- lexmark desc file update
2009-03-12 05:29:53 +00:00
Stéphane Voltz
b635ba26b1
- head positionning fixes
...
- 1200 dpi scan fix for HP2300
2009-03-09 05:52:31 +00:00
m. allan noah
eee0012786
* backend/canon_dr.c, backend/canon_dr.conf.in: backend version 14
...
- remove HARD_SELECT from counter (Legitimate, but API violation)
- attach to CR-series scanners as well
2009-03-08 01:07:41 +00:00
Louis Lagendijk
67b93432ee
* backend/pixma_bjnp_private.h disabled experimental/incomplete
...
button handling for bjnp protocol as it seems to cause problems
with xsane preview
2009-03-07 23:11:24 +00:00
m. allan noah
7d65c00a95
* backend/canon_dr.c, backend/canon_dr.conf.in,
...
doc/descriptions/canon_dr.desc: backend version 13
- new vendor ID for recent machines
- add usb ids for several new machines
- DR-4010C reported good
2009-03-06 21:32:02 +00:00
m. allan noah
6d6d69155e
revert to japanese
2009-03-05 23:46:29 +00:00
m. allan noah
62fcc842f7
set initial scan area dimensions to maximum, close bug 311313
2009-03-05 17:13:21 +00:00
Chris Bagwell
cd5ccd9c28
Allow user to disable latex support.
2009-03-05 14:47:29 +00:00
m. allan noah
04faed7150
english versions of urls...
2009-03-05 14:36:08 +00:00
m. allan noah
d0f1d177ef
* doc/descriptions-external/epkowa.desc: update all broken urls
2009-03-05 14:32:56 +00:00
m. allan noah
6ee58869dc
* doc/descriptions/coolscan3.desc, doc/sane-coolscan3.man,
...
doc/Makefile.in|am: add missing coolscan3 docs
* backend/dll.conf.in: # out epson and coolscan2, remove hpoj text
* doc/descriptions/epson2.desc: add Epson RX-620
2009-03-05 02:33:45 +00:00
Pierre Willenbrock
c96583da9e
Fix the generated generic gamma table.
2009-03-04 13:40:04 +00:00
Chris Bagwell
191cde3dbd
Add space mistakenly removed in last CVS update.
2009-03-04 01:22:01 +00:00
Julien BLACHE
b1148a226d
Add Epson RX-620.
2009-03-03 10:45:34 +00:00
Chris Bagwell
9d1375fd7e
* acinclude.m4, tools/sane-config.in: Add in missing libraries
...
to sane-config missed during fix to stop using LIBS to link everything.
Add back in code to move LDFLAGS out of $GPHOTO2_LIBS and into
GPHOTO2_LDFLAGS.
2009-03-03 02:53:42 +00:00
Stéphane Voltz
a01d181c23
- fix 400, 1200 and 2400 dpi modes for MD6471/MD5345
...
- scanarea geomtry tunig for MD6471/MD5345
2009-03-02 20:56:59 +00:00
Julien BLACHE
b72c29cd75
Make sure backends can't break the network dialog and crash the remote net
...
backend by writing to stdin/stdout/stderr.
2009-03-02 11:21:52 +00:00
Chris Bagwell
135ac7d1ac
* m4/byteorder.m4: Delete temporary file in all cases.
...
* backend/Makefile.am, japi/Makefile.am: Use BUILT_SOURCES
instead of dependency so that files are not compiled
during "dist" target.
2009-03-01 04:34:44 +00:00
Pierre Willenbrock
2e880e4b75
Adjust gl841 part to recent changes
2009-02-28 18:04:56 +00:00
Pierre Willenbrock
c53a50cbfb
Add support for Visioneer Roadwarrior
2009-02-28 18:03:44 +00:00
Pierre Willenbrock
c8ce0f00ef
Add support for Ambir/Syscan DocketPORT 665
2009-02-28 18:01:50 +00:00
Stéphane Voltz
ea76aef8a2
- rewrite of gl646 internals to enable easy addition of new models
...
- rewrite of calibration process to make it more robust and accurate
- untested full support for hp3670
- untested support for 50, 100 and 300 uncalibrated scans for hp2400
- use of id for device parts descriptions instead of using fixed
place in tables
- SCAN_MODE_* defines to clean up code
2009-02-27 12:37:16 +00:00
m. allan noah
29e407823d
remove comment from DR-6080
2009-02-26 15:45:58 +00:00
m. allan noah
0cf258f582
correct vendor ID for DR-5010 and 4010. change status of DR-6080
2009-02-26 15:43:56 +00:00
m. allan noah
5dfd9325db
remove Canon DR-2580C, now listed in canon_dr.desc
2009-02-26 15:28:19 +00:00
m. allan noah
87052272c5
added DPC-330C
2009-02-26 14:54:16 +00:00
Chris Bagwell
70f3fdfba4
* acinclude.m4, backend/*.[ch], tools/*.[ch], frontend/*.[ch]:
...
Global replace of u_int??_t with C9x standard based uintxx_t
in order to remove some tricky and overlapping portability logic
from acinclude.m4 and leave it in only m4/stdint.m4.
2009-02-26 03:15:43 +00:00
Chris Bagwell
df7839f587
* configure.in, m4/stdint.m4: Update to latest version to
...
get latest fixes and use logic to not recreate _stdint.h if
no changes (to prevent unneeded recompiles).
* m4/byteorder.m4: Added support to reuse existing byteorder.h if
no changes to prevent timestamp causing a recompile.
2009-02-25 03:55:33 +00:00
m. allan noah
c290bb2e1b
* frontend/scanimage.c: improved comments, simplified x/y option code,
...
removed buggy -1/+1 x/y code (#311172 ), expose non-settable options,
check for invalid caps on options, handle option descs with \n
* doc/releases.txt: add note about cvs checkout on alioth.
2009-02-25 03:29:14 +00:00
m. allan noah
b85947768d
backend/*.[ch]: more consistent #include "../include/sane/config.h"
2009-02-25 02:11:17 +00:00
m. allan noah
597bdcd400
* backend/Makefile.am, backend/xerox_mfp.conf.in: should use conf.in
2009-02-24 17:49:02 +00:00
Chris Bagwell
37bdd088dc
* backend/Makefile.am: Add back in deletion of $(sanelibdir)/libsane.*
...
for buggy libtools. Add some minor documentation.
* doc/backend-writing.txt: Add minor document updates to reflect
conversions to automake.
2009-02-24 02:47:44 +00:00
m. allan noah
f9e541f02a
* backend/fujitsu.c, backend/fujitsu.conf.in,
...
doc/descriptions/fujitsu.desc, doc/sane-fujitsu.man: backend v90,
add S510M usb ID's, add fi-6010N to .desc
* backend/epjitsu.conf.in, doc/descriptions/epjitsu.desc,
doc/sane-epjitsu.man: add S300M usb ID's
2009-02-23 16:46:26 +00:00
Pierre Willenbrock
a2d99b716a
Various warning cleanups
2009-02-23 14:21:23 +00:00
Pierre Willenbrock
e026a4fa2c
Make start/stop_(motor, now)action actually work
2009-02-23 14:20:39 +00:00
Pierre Willenbrock
3251c06fb4
Move sanei_genesys_{start,stop}_motor into chip specific sources
2009-02-23 14:16:56 +00:00
Pierre Willenbrock
271e9cf317
Add post_scan and eject_feed to struct Genesys_Model
2009-02-23 14:12:20 +00:00
Jonathan Bravo Lopez
3846396eff
Fixed area of negative/slide scans for HP ScanJet G3110
2009-02-23 07:55:32 +00:00
Chris Bagwell
975aed198c
* japi/Makefile.am: Add back -version-number to java library but
...
also add V_REV.
* backend/Makefile.am: Use variables to add libraries to backends
instead of direct substitution. Easier to touch up variables on
problem platforms then substitution. Also, add back in creating
dll.d directory; missed during conversion.
* backend/genesys_gl841.c: Portablity fixes for strict
C compilers.
2009-02-23 04:44:55 +00:00
Chris Bagwell
55434f8a75
Fix disabling getopt compile again.
2009-02-22 05:08:56 +00:00
Chris Bagwell
7d06da3be7
* doc/Makefile.am: Get rid of unneeded gnu extensions to quieten
...
down autotools warnings.
2009-02-22 02:05:05 +00:00
Chris Bagwell
be3f46204b
* po/Makefile.am, configure.in: convert remaining directory,
...
po, to use automake.
2009-02-21 22:45:14 +00:00
m. allan noah
8f82d9f60b
* backend/avision.c: backend v290, fix reader_pid and NVRAM option
...
issues, by Mattias Ellert.
* backend/fujitsu.c: backend v89, fi-4750 has no serial number support
* doc/descriptions/fujitsu.desc: backend v89, remove 'MAC/TWAIN' text
* doc/sane-fujitsu.man: backend v89
* backend/.cvsignore: ignore *.loT
2009-02-20 19:57:21 +00:00