Wykres commitów

26 Commity (b49deae017ea893f0ffbca44fa1c26b54ee4fb11)

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
Wolfram Sang f9f75ca068 saneopts: add entries for focus/autofocus
coolscan2 has focus entries already reused in coolscan3. Because I want
to add the same options to epson2, it makes sense to make them available
globally. Add i18n while here.

Signed-off-by: Wolfram Sang <wsa@kernel.org>
2020-09-26 16:48:51 +02: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
Olaf Meeuwissen 38153b33e1 Fix "discards 'const' qualifier from pointer target type" warning
The device2 variable is not modified so let's make that clear.
2015-11-11 22:41:42 +09:00
Nils Philippsen 4126b6796d coolscan2: average multiple samples 2012-12-13 13:13:36 +01:00
Nils Philippsen 2385657904 coolscan2: set multi-sampling on scanner 2012-12-13 13:13:36 +01:00
Nils Philippsen ed9ac6f15d coolscan2: only offer samples-per-scan for devices supporting it 2012-12-13 13:13:36 +01:00
Nils Philippsen 121afa695b coolscan2: add samples-per-scan option 2012-12-13 13:13:36 +01:00
chris@cnpbagwell.com 4d9e8138af standardize including local sane/ include files.
Source code was inconsistent on how they were referencing
include files in include/sane.  In certain cases, sane/sane.h
and sane/saneopts.h was really including external copies (with
some preprocessor implementations anyways).
2009-05-07 22:06:20 -05:00
Chris Bagwell 70f3fdfba4 * acinclude.m4, backend/*.[ch], tools/*.[ch], frontend/*.[ch]:
Global replace of u_int??_t with C9x standard based uintxx_t
 in order to remove some tricky and overlapping portability logic
 from acinclude.m4 and leave it in only m4/stdint.m4.
2009-02-26 03:15:43 +00: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
m. allan noah 994bef3b16 reduce gcc pedantic/ansi warnings from 690 to 280 lines, mostly via casts in
str*() calls, also update hpljm1005 sane_cancel code
2008-02-04 01:20:01 +00:00
Mattias Ellert 1aaed781b6 Fix format warnings 2008-02-03 12:09:09 +00:00
Alessandro Zummo 99770af682 coolscan2: fixed coolscan2 infrared to work
as advertised in the man page. RGBA format will come soon.
2006-12-13 22:46:24 +00:00
Henning Geinitz ee5542ebc1 Added (minimal) support for Nikon LS 50 ED, Coolscan V ED and (probably) Super
Coolscan LS-5000 ED (patch from Giuseppe Sacco
<giuseppe@eppesuigoccas.homedns.org>).
2006-06-11 21:35:19 +00:00
Andras Major 36a01d3b84 *** empty log message *** 2003-01-23 23:41:21 +00:00
Andras Major 8fed746702 *** empty log message *** 2002-09-28 08:04:22 +00:00
Andras Major 6e2c579cc1 coolscan2 update to 0.1.8 2002-09-28 07:59:11 +00:00
Andras Major 29b7b4d674 coolscan2 update to 0.1.7 2002-08-21 23:36:00 +00:00
Andras Major bea605a14f coolscan2 update to 0.1.6 2002-06-14 13:10:42 +00:00
Andras Major a6bef6ab38 man page for coolscan2 added 2002-05-05 13:55:38 +00:00
Andras Major 62f0764002 coolscan2 update 2002-04-26 19:33:27 +00:00
Frank Zago 26091221c4 Fixed version problem. 2002-04-23 14:42:44 +00:00
Frank Zago c7760e193c New coolscan2 backend. 2002-04-22 22:06:21 +00:00