m. allan noah
3403daef2e
Make sequence point warning go away
...
See f219f7fb
for details.
2015-09-28 21:16:28 -04:00
Yuri Chornoivan
9afbfc9de5
Update Ukrainian translation
2015-09-28 21:16:08 -04:00
Olaf Meeuwissen
e8586d8364
Use SNMP compiler flags and libraries only where needed
...
The compiler flags would take effect for every single compilation unit
and the libraries would be linked to every single backend/executable.
2015-09-28 21:16:07 -04:00
Olaf Meeuwissen
219a877858
net: Add mutex lock logic around device additions
...
The avahi_thread may call add_device() as well. This addresses a
concern raised in 313921 and may fix 314696 as well as 315044.
2015-09-28 21:16:07 -04:00
Johannes Meixner
f219f7fbd8
Make sequence-point warning go away. "Fixes" 311857
...
Sample code that mimicks the offending code gave identical run-time
results when compiled with gcc-4.9.2 and clang-3.5.0. Rewriting the
sample code so that results matched both compilers was used to check
the validity of this change.
2015-09-28 20:40:51 +09:00
Olaf Meeuwissen
5cae68b574
Make sequence-point warning go away
...
Sample code that mimicks the offending code gave different run-time
results when compiled with gcc-4.9.2 and clang-3.5.0. Rewriting the
sample code so that results matched gcc-4.9.2 for both compilers was
used to determine how to "fix" the offending statement.
2015-09-28 20:36:16 +09:00
Rolf Bensch
5d92185ada
changelog for recent work
2015-09-26 10:12:21 +02:00
Rolf Bensch
cbae0ea53b
Pixma backend version 0.17.23
2015-09-26 10:10:38 +02:00
m. allan noah
301dbf977a
hp backend now unmaintained
2015-09-25 21:19:17 -04:00
m. allan noah
2a3f6f2bb5
autoconf after latest config.in changes
...
Only whitespace differences, since the removed
code was an expanded version of the macros that
replaced it.
2015-09-25 20:56:48 -04:00
Olaf Meeuwissen
ba1e395c66
Fix size_t printf format warnings
2015-09-25 20:53:42 -04:00
Olaf Meeuwissen
4c49c87827
Fix mixed declarations and code warnings (ISO C90)
2015-09-25 20:53:42 -04:00
Olaf Meeuwissen
2f72ee5b8f
Remove "nested" comment
2015-09-25 20:53:42 -04:00
Olaf Meeuwissen
22b17e232a
Fix various types of unused variable warnings
2015-09-25 20:53:42 -04:00
Luiz Angelo Daros de Luca
5be014ab65
Add missing configure.in bits for inb() and outb() testing
...
This adds the missing part of 8434ea9162
2015-09-25 20:53:42 -04:00
Olaf Meeuwissen
d5cbe0e0d2
Revert "Fixup missing configure.in pieces"
...
This reverts commit 18adf1559c
.
2015-09-25 20:53:42 -04:00
Louis Lagendijk
39545b1b90
clarified systemd integration and options for the case where saned is complied
...
without systemd glue
2015-09-22 20:33:11 +02:00
Alessandro Zummo
86ba3c634f
epson2: updated supported scanners
2015-09-22 00:44:38 +02:00
Olaf Meeuwissen
2249775a56
Add Hungarian to the list of supported languages
2015-09-20 07:55:50 -04:00
Németh Tamás
c83e11766a
Add Hungarian message translations
2015-09-20 07:55:50 -04:00
m. allan noah
87bfd53512
Run autofoo for recent changes
2015-09-19 13:39:38 -04:00
m. allan noah
a6f8a3fd9f
fix configure messages for 2 backends
...
dell1600n_net and mustek_pp configure messages did not
match the actual tests being run. From looking at the
backends, the tests seem to be accurate.
2015-09-19 13:39:38 -04:00
Olaf Meeuwissen
4b825b7d87
Fix scanimage pixel bit depth reporting
...
The bytes_per_line value may include padding bytes which leads to
incorrect results for small values of pixels_per_line.
2015-09-19 13:39:37 -04:00
Olaf Meeuwissen
eb54dbf200
Don't detach unconditionally after pthread_join()
2015-09-19 13:39:37 -04:00
Olaf Meeuwissen
20a0ed547e
[epson/epson2] Use separate lists of supported USB devices
...
The epson and epson2 backends shared a list of supported USB devices
generated from the epson2.desc file. The epson backend doesn't even
claim to support a large number of the devices listed there. This
change makes the backends use their own lists, generated from their
own *.desc files.
2015-09-19 13:39:37 -04:00
Olaf Meeuwissen
e44c19f839
Add EPSON CX-3810 USB IDs. Fixes #303746
2015-09-19 13:39:37 -04:00
Olaf Meeuwissen
cef08410a7
Remove dead link
2015-09-19 13:39:37 -04:00
Olaf Meeuwissen
1c2b28307f
Prevent access to memory that was not allocated
2015-09-19 13:39:37 -04:00
Olaf Meeuwissen
f152b40faf
Prefer string concatenation over copying
...
The `ibuf.product` byte array may contain embedded NUL characters. In
that case the revision will not be visible as part of dev->sane.model.
2015-09-19 13:39:37 -04:00
Ilya Gordeev
16dc9c87a6
Fix memory clobbering issue in sane.model creation
2015-09-19 13:39:37 -04:00
Ilya Gordeev
98e4ee4084
Fix out-of-bounds array access
2015-09-19 13:39:37 -04:00
Olaf Meeuwissen
005d71255e
Look for POTFILES in the source directories
...
Fixes the `make distcheck` target.
2015-09-19 13:39:37 -04:00
Olaf Meeuwissen
efb2eb7251
Add sanei_ir.h from the directory it lives in
...
Fixes `make dist` target.
2015-09-19 13:39:37 -04:00
m. allan noah
18adf1559c
Fixup missing configure.in pieces
2015-09-19 13:39:37 -04:00
Luiz Angelo Daros de Luca
8434ea9162
Define IO_SUPPORT_MISSING when inb() and outb() aren't in <sys/io.h>
...
Fixes link issues on OpenWRT w/ musl on MIPS.
2015-09-19 13:39:37 -04:00
m. allan noah
a1a04f7462
Use c90 compatible comments
2015-09-19 13:39:37 -04:00
Olaf Meeuwissen
9dd31f977c
Move test on first array element into the loop
2015-09-19 12:02:57 -04:00
Sandro Mani
898270810d
Fix string type option descriptor's size value
2015-09-19 12:02:57 -04:00
Olaf Meeuwissen
74c00494b6
Install umax_pp backend tools if the backend is built
2015-09-19 12:02:57 -04:00
Takayoshi OKANO
21e1bd9ddb
Fix typos in Japanese translation
2015-09-19 12:02:57 -04:00
Eduard - Gabriel Munteanu
ac1bf8d754
magicolor: add support for magicolor 4690MF
...
Currently, this works for USB, but the network OID needs to be
filled in properly.
Signed-off-by: Eduard - Gabriel Munteanu <edgmnt@gmail.com>
2015-09-19 12:02:57 -04:00
Eduard - Gabriel Munteanu
afd22f7722
magicolor: complete support for duplex ADF
...
This is needed to fully-support scanners like magicolor 4960MF.
Signed-off-by: Eduard - Gabriel Munteanu <edgmnt@gmail.com>
2015-09-19 12:02:57 -04:00
Eduard - Gabriel Munteanu
d0c3b22d7d
magicolor: fix USB device detection
...
Only the generic device was being picked.
Signed-off-by: Eduard - Gabriel Munteanu <edgmnt@gmail.com>
2015-09-19 12:02:57 -04:00
Eric Raymond
baa71a5ca8
Markup error in sane-mustek_pp.5
...
Garbled .TP entry with no body make structural translation to HTML
impossible.
2015-09-19 12:02:57 -04:00
Eric Raymond
6633eea628
Markup error in sane-apple.5
...
Garbled list syntax can't be cleanly lifted to HTML or XML.
2015-09-19 12:02:57 -04:00
Olaf Meeuwissen
b322c8e904
Add PNG/JPEG info to other format related sections; fixup punctuation
2015-09-19 12:02:57 -04:00
Olaf Meeuwissen
002fea134a
Align JPEG format command-line option behaviour with TIFF
2015-09-19 12:02:57 -04:00
Matteo Croce
bc698d4329
add JPEG support to scanimage
2015-09-19 12:02:57 -04:00
Matteo Croce
c83123ee46
add PNG format to scanimage
2015-09-19 12:02:57 -04:00
Rolf Bensch
348d59f859
fix typo in debug output
2015-09-18 08:55:25 +02:00