Wykres commitów

16 Commity (aa032f458d9bf6a30209ff8cca7d36c475f9a480)

Autor SHA1 Wiadomość Data
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
Peter Marschall 15d95a5b1b spelling fixes for matsushita backend 2020-08-29 09:18:04 +02: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 04dec9382a Added partial support for models KV-SS55EX, KV-S2025C, KV-S2045C and KV-S2065L. 2004-02-12 01:59:53 +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 4b4a132c50 Changes strncpy() to memcpy(). Fixed some debug strings format. Removed an assert. Changed sane_set_io_mode() to be SANE conformant. 2002-05-05 19:53:43 +00:00
Frank Zago 45633404ab Merged modes Black&White and Halftone. Use sanei_scsi_cmd2 instead of sanei_scsi_cmd. Free the string options when exiting. Changed the vendor name to Panasonic instead of the inquiry vendor. Fixed the automatic threshold mode. Close the configuration file file descriptor. Removed some debug infos. Close the devices left open on exit. 2002-03-20 00:13:19 +00:00
Frank Zago 4724f09956 Fixed indentation. No changes. 2002-03-20 00:07:35 +00:00
Frank Zago 2d516d1021 Addition of the Matsushita / Panasonic backend. 2002-03-06 23:54:26 +00:00