Wolfram Sang
eb42ad08d5
treewide: use SANE_CURRENT_* macros consistently
...
Backends use a mixture of SANE_CURRENT_{MAJOR | MINOR} and V_{MAJOR |
MINOR} with all kind of permutations. I was confused by this and one
comment in pieusb.c tells me I was not alone. Some items in old
changelogs suggest to use the SANE_CURRENT_ macros in backends, so let's
switch to do that with the exception of net.c and dll.c. Done with:
$ find backend -name '*.[ch]' | xargs sed -i '/nearly every/ ! { s/\<V_M/SANE_CURRENT_M/g }'
$ git checkout backend/net.c backend/dll.c
And manually removing the comment from pieusb.c. Everything still builds
fine.
2021-06-08 19:01:41 +02: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
Mikolaj Kucharski
65f1131541
drop CVS keywords
2020-11-28 12:48:32 +00:00
Olaf Meeuwissen
23891a2646
.editorconfig: trim trailing whitespace
2017-05-29 21:14:29 +09:00
m. allan noah
91598aa800
* backend/*.[ch]: nearly every backend used V_MAJOR
...
instead of SANE_CURRENT_MAJOR in sane_init()
* backend/snapscan.c: remove EXPECTED_VERSION check
since new SANE standard is forward compatible
2008-11-26 21:21:31 +00:00
Frank Zago
ab5d790e26
Replaced __unused__ with __sane_unused__ to avoid a namespace conflict.
2005-09-19 19:57:48 +00:00
Frank Zago
483e472841
New email address.
2005-07-07 11:55:43 +00:00
Frank Zago
da05a875bc
Use __unused__.
2004-11-13 19:33:16 +00:00
Frank Zago
e2e71d97b6
Fixed function declaration.
2002-11-19 05:01:24 +00:00
Frank Zago
27c80d116b
New email address.
2002-05-29 04:52:14 +00:00
Frank Zago
db8e7fabec
Color shifting value fixed.
2002-05-05 23:04:00 +00:00
Frank Zago
bec3224546
Replaced strncpy() by memcpy(). Removed an assert. Fixed some debug strings format.
2002-05-05 19:50:03 +00:00
Frank Zago
5dace96736
Removed some assert(). Query the scanner for the size of the picture instead of using the value computed. Fixed sane_set_io_mode() to be SANE conformant.
2002-04-22 00:14:48 +00:00
Frank Zago
e604c72ea0
Removed a debug trace left over.
2002-04-08 16:37:09 +00:00
Frank Zago
b951558b1f
Added commented entry for S300. Free option strings on exit. Replaced sanei_scsi_cmd by sanei_scsi_cmd2. Do not use the scsi vendor name as the vendor name returned to the frontend. Sets the wait timeout to 120 seconds instead of 60. Close the opened devices on exit.
2002-03-20 00:53:00 +00:00
Frank Zago
5e0caa5b45
Fixed color scan problem.
2002-03-07 23:57:40 +00:00
Frank Zago
3e8e7174bb
Fixed a gamma table bug, fixed some color shifting problems, some cleanups.
2002-03-03 09:14:49 +00:00
Henning Geinitz
9dfcab22b6
Added sceptre backend for the Sceptre VividScan 1200 (patch from
...
Frank Zago <fzago@greshamstorage.com>).
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-02-21 18:45:37 +00:00