Ralph Little
31a09f5500
various: convert pre-ANSI declarations to ANSI
...
Newer clang deprecates the pre-ANSI way to declare functions with no args.
This breaks recent Fedora CI images.
2024-09-05 22:17:27 -07:00
Olaf Meeuwissen
e79adde8b2
Use URL to refer users to copies of the GPL and LGPL
...
With the exception of use in three quotes as well as our inlcuded copy
of the GPL, all use of the Free Software Foundation's postal address
has been removed.
Re #320 .
2021-02-12 17:41:38 +09:00
Ralph Little
97dea94959
Revert "plustex: suppressed format truncated compiler warning."
...
This reverts commit cc7fbd35e535e22cd13cd58979921e0c01fb38b4
2019-12-19 12:14:16 +00:00
Olaf Meeuwissen
fc4b250a09
.editorconfig: use utf-8 charset throughout
2017-05-29 21:14:30 +09:00
Olaf Meeuwissen
23891a2646
.editorconfig: trim trailing whitespace
2017-05-29 21:14:29 +09:00
Stéphane Voltz
34a6dec3bf
minor build number and documentation updates
2012-07-04 06:55:14 +02:00
Chris Bagwell
b52b0c0c14
* backend/epson2.c backend/pixma_bjnp.c, include/sane/sanei_backend.h,
...
sanei/sanei_tcp.c, sanie/sanei_udp.c: Improve portablity by
removing usage of MSG_WAITALL since not all platforms support
that (cygwin). Default is to be blocking anyways. Changed
usage of MSG_NOTWAIT to use fcntl() function as needed as well.
* configure.in, lib/Makefile.in, lib/strcasestr.c: Add internal
strcasestr() for platforms missing it (cygwin).
* pixma_common.c: My source match header prototype for picky
compilers (cygwin).
* backend/umax_pp_mid.c: Allow BACKEND_NAME to be filename
yet debug to be SANE_DEBUG_UMAX_PP to match man page.
2009-01-29 15:10:19 +00:00
Chris Bagwell
8b5df29714
Submit Makefile.in from Makefile.am submitted previously.
...
Updated backends with EXTRA_* files to allow Makefile's
to always pass in BACKEND_NAME to be fixed to backend name
instead of filename; while still making sure that
SANE_DEBUG_${BACKEND}* exist as documented in man pages.
Add references to epson and epson2 man pages about
SANE_DEBUG_EPSONx_SCSI and _NET options.
Created an epson2 man page; based mostly on epson page.
2009-01-23 03:50:22 +00:00
Stéphane Voltz
5be6af9c72
- removed scanners supported by the lexmark backend from
...
unsupported.desc
- umax_pp small copyright refresh
2008-03-02 15:01:13 +00:00
Stéphane Voltz
63fa40d277
- fixed color calibration for 1220P, whit is really white, no more
...
greenish tint
- mail address update
2006-09-18 04:59:52 +00:00
Stéphane Voltz
44065a4f5a
- rename 'contrast' to 'offset' and 'highlight' to 'gain'.
...
Translations will need to be updated.
- beginning of 610P/1220P codepath merge.
2004-08-25 19:51:58 +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
Stéphane Voltz
d41fed97b2
- support for UMAX Astra 610P in umax_pp backend
2004-05-03 05:14:20 +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
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
Stéphane Voltz
512dcd9fd0
* added automatic parallel port detection,
...
and special keyword in configuration file to use it. Indent cleaning.
2003-10-09 05:27:39 +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
Stéphane Voltz
d6789dfbd0
umax_pp_low.c: build fix for OS/2
...
umax_pp_mid.c: indent
2002-11-05 05:40:03 +00:00
Stéphane Voltz
fa0a922861
- put in software lineart for real this time
2002-05-30 16:13:44 +00:00
Stéphane Voltz
61b8100c90
* DBG() macro clean-up
...
* fixed color transfer for 1600P models
* fixed potential crash if dump file couldn't be opened for writing
* added ppdev device name handling
* added model override
1994-02-15 08:43:42 +00:00
Stéphane Voltz
f02205558f
- tuned down pauses in scanner (EPAT in fact) ringing
...
- include header files accordingly to config.h
- 'indent' all files to get them all right
2002-02-05 07:14:53 +00:00
Stéphane Voltz
e118d4e33b
- added sanei_umax_pp_setauto
...
- added sanei_umax_pp_getauto
- corrected mode setting before claiming parport
2002-01-06 16:23:02 +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
a7a2ab7f11
* added handling of ppdev for kernels prior to 2.4.5
2001-09-16 05:55:35 +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
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
Henning Geinitz
13c50862ed
Added umax_pp backend (patch from Stéphane Voltz
...
<svoltz@wanadoo.fr>).
2001-05-03 19:34:02 +00:00