Stéphane Voltz
c22a71f12c
- added sanei_umax_pp_setauto
...
- added sanei_umax_pp_getauto
- improved warming up
- improved color calibration
2002-01-06 16:20:45 +00:00
Abel Deuring
c9cb6e30fb
Replaced the configure option --enable-diretio with --enable-scsi-directio
...
and --enable-parport-directio.
NOTE: While I know, what the SCSI direct IO means, I have no idea, what
direct IO means in the context of the parport, so somebody needs to add
some useful description about parport direct io to configure.in and to
README (or README.linux)
2001-12-28 13:26:10 +00:00
Stéphane Voltz
c75d696770
- corrected a color calibration bug which prevented correct use
...
of manual settings. Scans are also of much better quality now.
2001-11-23 13:37:26 +00:00
Stéphane Voltz
be12d73aa3
- fixed umax_pp build problem on non i386 arch when no sys/io.h
...
present.
2001-11-22 05:09:07 +00:00
Stéphane Voltz
60502fe47b
- removed buggy extra ifdef, this should fix PPC compil problem
2001-11-12 05:52:00 +00:00
Stéphane Voltz
ab7dfb5804
* use ENABLE_DIRECTIO to compile in direct I/O. Corrected the long
...
standing scan area origin detection bug. Improved parport mode
negociation.
2001-11-10 16:43:15 +00:00
Stéphane Voltz
33ab575684
* fix a compile problem when no 'ppdev device' is available.
2001-09-18 04:57:51 +00:00
Stéphane Voltz
a7a2ab7f11
* added handling of ppdev for kernels prior to 2.4.5
2001-09-16 05:55:35 +00:00
Stéphane Voltz
a167ab7164
* made CmdSetDataBuffer static
2001-09-06 04:27:25 +00:00
Stéphane Voltz
b45760ec45
* switched to use of ppdev device when available. Scans as normal
...
user are possible.
2001-09-03 12:43:26 +00:00
Stéphane Voltz
ce357e613a
* ended probe code cleaning
2001-08-19 04:58:33 +00:00
Stéphane Voltz
d266220666
* added detection of EPP mode failure, and added a message to read
...
the doc forthis case.
* one more step in cleaning scanner probing: InitBuffer001 and 002
gone away.
2001-08-01 06:27:14 +00:00
Stéphane Voltz
d78110e38d
* started code rewrite/cleanup of probe sequence
...
* fixed 'greenish' looking scans
2001-07-24 04:42:48 +00:00
Stéphane Voltz
73c7e19d2d
* fixed 'highlight' option parsing
2001-07-24 04:41:18 +00:00
Stéphane Voltz
3553dfc927
* backend/umax_pp_low.c backend/umax_pp_low.h backend/umax_pp_mid.c:
...
make use of PPGETMODES only when available in ppdev.h. Corrected OS/2
typo in Outb() and rename sanei_umax_pp_Lamp() to
sanei_umax_pp_SetLamp().
2001-06-11 04:46:51 +00:00
Stéphane Voltz
e0fa6483c5
* use PPGETMODES ioctl to get ppdev available modes
2001-06-07 04:39:06 +00:00
Stéphane Voltz
6ae6c96191
* backend/umax_pp_low.c: OS/2 compile fixes (again). Backend
...
successfully built on Warp with EMX 0.9d.
2001-06-06 16:13:29 +00:00
Stéphane Voltz
f75abf6660
* OS/2 compile fixes (use EMX direct I/O primitives)
2001-06-06 04:41:54 +00:00
Stéphane Voltz
e2ff628346
2001-06-03 Stéphane Voltz <svoltz@wanadoo.fr>
...
* backend/umax_pp_low.c: Fixed compile problem on archs that
have inb/outb and not insb/outsb. Cleaned up and simplified probing
code.
2001-06-03 05:48:05 +00:00
Henning Geinitz
56a651ff89
Fixed the FreeBSD problems by checking /dev/io before accessing
...
io ports (patch from Stéphane Voltz <svoltz@wanadoo.fr>).
Henning Meier-Geinitz <henning@meier-geinitz.de>
2001-06-01 16:57:25 +00:00
Henning Geinitz
7f5bead68b
Fixed bus error with FreeBSD.
...
Henning Meier-Geinitz <henning@meier-geinitz.de>
2001-05-28 18:57:14 +00:00
Stéphane Voltz
c31543e6d5
* backend/umax_pp_low.c: commented out a useless command sequence.
...
Added 55 AA pattern escaping in data block sending.
2001-05-23 06:18:54 +00:00
Stéphane Voltz
fdaea39018
* backend/umax_pp.c: changed option names to use lower case characters
...
and dashes instead of spaces.
2001-05-23 06:18:20 +00:00
Stéphane Voltz
feffdc6b5d
* added a function to parse /proc if exist, in order to get
...
base addr of /dev/parport devices
* added pauses during 610P probe sequence
2001-05-16 04:54:40 +00:00
Stéphane Voltz
e12c396ba5
* fixed memory leak in sane-exit()
2001-05-16 04:52:43 +00:00
Henning Geinitz
13c50862ed
Added umax_pp backend (patch from Stéphane Voltz
...
<svoltz@wanadoo.fr>).
2001-05-03 19:34:02 +00:00
Stéphane Voltz
7d7a3ae2ea
* port defaults to direct hardware access, but comment added for
...
ppdev configuration
* no model by default, rely on autodetection
1994-02-15 08:41:47 +00:00
Henning Geinitz
5dd254bb7b
Added umax_pp backend (patch from Stéphane Voltz
...
<svoltz@wanadoo.fr>).
2001-05-03 19:34:00 +00:00
Stéphane Voltz
431d5ed204
* updated section about port parameter to talk about the new device
...
name value.
* updated astra option description to match new behaviour
1994-02-15 08:40:30 +00:00
Stéphane Voltz
2e36c77340
* emphasized section about EPP mode
2001-08-01 06:28:22 +00:00
Stéphane Voltz
bdb07636a4
- correct wrong wording in DEVICE NAMES
...
- changed 'sticky' to 'suid'
2001-06-20 04:12:58 +00:00
Henning Geinitz
4082f54471
Added SEE ALSO entry for sane(7).
...
Henning Meier-Geinitz <henning@meier-geinitz.de>
2001-06-10 14:28:45 +00:00
Henning Geinitz
a9341e05ee
Added manpage for umax_pp (patch from Stéphane Voltz
...
<svoltz@wanadoo.fr>).
2001-05-03 19:45:32 +00:00
Stéphane Voltz
7e66aff707
* added entry about last umax_pp backend changes
1994-02-15 08:39:03 +00:00
Jochen Eisinger
f998c3d931
2002-02-14 Jochen Eisinger <jochen.eisinger@gmx.net>
...
* sanei/sanei_auth.h: remove strange line-ending handling code
1994-02-15 00:28:57 +00:00
Henning Geinitz
8c095f1012
Only use inet_ntoa if it's available.
...
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-02-14 19:53:34 +00:00
Henning Geinitz
b4f6f80fcd
Fixed some DBG format warnings.
...
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-02-14 19:49:58 +00:00
Henning Geinitz
d7d08aba10
Removed load_values and save_values as they are only used in sane_frontends.
...
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-02-14 19:44:34 +00:00
Henning Geinitz
1c920aada1
Added warnings for format problems in DBG messages (from Frank Zago
...
<fzago@greshamstorage.com>).
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-02-14 19:39:54 +00:00
Henning Geinitz
c4672f0f1d
Use inet_pton() instead of inet_aton() to avoid compilation errors on e.g.
...
OS/2.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-02-14 19:36:21 +00:00
Henning Geinitz
6bae35f15a
Added wrapper for inet_pton(). If this function is not available, try first
...
inet_aton() and then inet_addr().
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-02-14 19:34:44 +00:00
Peter Fales
44c8d1c5c3
Update to allowed gphoto2-config version numbers
2002-02-14 04:33:23 +00:00
Henning Geinitz
3f29bd851a
Added global list of file patterns for "make distclean". Some "make clean"
...
and "make distclean" cleanup and additions.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-02-13 20:48:07 +00:00
Henning Geinitz
d593a28ad7
Removed entries for config.h, OpenBSD shared libs, and -ansi
...
on HP-UX. Updated device type entry.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-02-12 22:38:35 +00:00
Henning Geinitz
83a4d1ab48
DNS queries for remote hosts are only done if necessary. It's now possible
...
to use "+" without hosts/DNS entries for the connecting host.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-02-12 22:08:58 +00:00
Henning Geinitz
70caa3883c
Avoid printing "-I/usr/include" as this changes the default include order
...
(from Tim Waugh <twaugh@redhat.com>). Really check for entries in $cflags that
are also in $includedir.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-02-12 16:42:30 +00:00
Henning Geinitz
6dc9fa14a8
If get_vendor_product fails, don't try again for every device file.
...
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-02-10 18:39:45 +00:00
Henning Geinitz
80ec42f4e8
Link to functions in lib/ only if they are not available on the system.
...
Avoid duplicating list of functions.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-02-10 18:38:07 +00:00
Henning Geinitz
d7762bd407
Link to functions in lib/ only if they are not available on the system. Use
...
AC_PROG_LIBTOOL instead of the deprecated AM_PROG_LIBTOOL.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-02-10 18:35:27 +00:00
Oliver Schwartz
eff92b0fce
Added snapscan.de.po to DISTFILES
2002-02-10 11:18:30 +00:00