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
2e06036a35
added support for Genius FS-1130 Colorpage Scanner.
2004-07-01 02:35:20 +00:00
Frank Zago
4c36caa5ac
*** empty log message ***
2003-01-17 01:56:01 +00:00
Frank Zago
e2e71d97b6
Fixed function declaration.
2002-11-19 05:01:24 +00:00
Frank Zago
8c0b86ca08
Added support for the LEOScan S3.
2002-09-20 02:59:18 +00:00
Frank Zago
fd51990a85
Bumped the version number from 3 to 8. No real justification. I'm really bored, and I think I should go to bed. Well, actually there might be a reason: marketing. After thoughts, I should have bumped it to 12 (because 3*4=12). That, that would have been a quantum leap. Humm, may be next time. I'll have to be careful not overflowing the poor c compiler. Yeah, I should instead start from maxint and remove 1 after each release. It such a big number that nobody will ever notice that the release number decays. And that would even make the backend much more stable. Or give the impression it is. That way, plenty of people would want to buy a Leo scanner. Which a shame because they have been bankrupt for several years now. Or they can buy one on ebay for cheap. After all I got mine for $12. You can't beat that. No, that's too complicated. Computer sucks, man. Let's go raise some goats in Mexico.
2002-05-29 05:48:59 +00:00
Frank Zago
27c80d116b
New email address.
2002-05-29 04:52:14 +00:00
Frank Zago
60f91f4c34
Replace strncpy() by memcpy(). Fixed some debug strings format.
2002-05-05 19:50:55 +00:00
Frank Zago
8efdcc9ba0
Same as before. New indentation only.
2002-04-21 23:23:26 +00:00
Frank Zago
ca1112d8ab
Added leo backend.
2002-04-21 23:12:02 +00:00