Thierry HUCHARD
8a2a81a83c
sanei: Remove no longer used code from sanei_backend.h
2021-12-15 22:39:43 +02:00
Thierry HUCHARD
ab11e42894
sanei: Reuse sanei_directio in sanei_pio
2021-12-15 22:39:40 +02:00
Thierry HUCHARD
7d75dbad0c
sanei: Remove BEOS support from sanei_pio
2021-12-15 22:39:38 +02:00
Thierry HUCHARD
3e8885f937
sanei: Reuse sanei_directio in sanei_pa4s2
2021-12-15 22:39:36 +02:00
Thierry HUCHARD
abbc93df1a
qcam: Reuse sanei_directio
2021-12-15 22:39:33 +02:00
Thierry HUCHARD
79e470cf9a
sanei: Reuse sanei_directio in sanei_ab306
2021-12-15 22:39:31 +02:00
Thierry HUCHARD
db83d55495
sanei: Reuse sanei_directio in sanei_pp
2021-12-15 22:39:28 +02:00
Thierry HUCHARD
7b5386ff6e
Factoring of umax_pp_low functions concerning sys/io.h to sanei lib
2021-12-15 22:39:25 +02:00
Thierry HUCHARD
374521c4b6
p5_device: Rename inb/out/INB to prevent name clashes
2021-12-15 22:39:17 +02:00
Povilas Kanapickas
7f06490c93
Merge branch 'makefile-no-long-lines' into 'master'
...
backend/Makefile: Reduce excessive line lengths
See merge request sane-project/backends!664
2021-12-13 21:47:00 +00:00
Povilas Kanapickas
ed51223cfb
backend/Makefile: Reduce excessive line lengths
2021-12-13 22:45:51 +02:00
Povilas Kanapickas
96277ac052
Merge branch 'epjitsu-cleanup' into 'master'
...
A few cleanups & fixes to the epjitsu backend
See merge request sane-project/backends!662
2021-12-08 14:53:34 +00:00
Peter Marschall
d829ff835a
epjitsu: read page_width pixels from scanner
...
This commit fixes a regression introduced in 1.0.25 for ADF scanners:
the scanning page-width was always set to a fixed value,
ignoring the page-width provided by the frontend.
This commit restores the behaviour that allows changing the page-width.
Signed-off-by: Peter Marschall <peter@adpm.de>
2021-12-08 16:36:14 +02:00
Peter Marschall
79e76258cb
epjitsu: enforce range.max >= range.min in option descriptors
...
In the option descriptor definitions of tl_x, tl_y, br_x & br_y
make sure the the maximal value of the range is not smaller than
the minimal value.
Signed-off-by: Peter Marschall <peter@adpm.de>
2021-12-08 16:36:14 +02:00
Peter Marschall
1dab1f0121
epjitsu: fix start & finish DBG() calls in coarsecal*()
...
Adapt levels for start & finish logging to match the documentation
and the other functions.
Signed-off-by: Peter Marschall <peter@adpm.de>
2021-12-08 16:36:14 +02:00
Peter Marschall
16cdaf16e5
epjitsu: instrument finecal_send_cal() & finecal_get_line() with DBG() calls
...
No functional changes, but allow for easier debugging.
Signed-off-by: Peter Marschall <peter@adpm.de>
2021-12-08 16:36:13 +02:00
Peter Marschall
36b59bd2c1
epjitsu: introduce & use MAX() & MIN()
...
This change simplifies some expressions, and hence
allows for easier understanding of the intention.
Signed-off-by: Peter Marschall <peter@adpm.de>
2021-12-08 16:36:13 +02:00
Wolfram Sang
b183f6a055
Merge branch 'epson2/add_to_main_manpage' into 'master'
...
epson2: add driver to main sane manpage
See merge request sane-project/backends!660
2021-12-08 08:48:45 +00:00
Wolfram Sang
952976c6a6
Merge branch 'epson2/more_ids' into 'master'
...
epson2/epsonds: add new IDs provided by Epson
See merge request sane-project/backends!659
2021-12-08 08:47:29 +00:00
Ralph Little
5ecd4a9d3e
Merge branch 'canon_xk90_ts8030' into 'master'
...
pixma: Added testing information for Canon XK90 and added large image interleave.
See merge request sane-project/backends!661
2021-12-07 20:54:54 +00:00
Ralph Little
0bbf1155af
pixma: Added testing information for Canon XK90 and added large image interleave.
2021-12-07 20:54:54 +00:00
Wolfram Sang
bb94182982
epson2: add driver to main sane manpage
...
Reported missing by A E Lawrence via mail. Thanks!
2021-12-03 13:53:10 +01:00
Wolfram Sang
91c24b2955
epson2/epsonds: add new IDs provided by Epson
...
Sent by Nakamura Iwao via sane-devel mailing list on Nov, 29th. I only
sorted the epson2 descriptions alphabetically.
Subject: [sane-devel] Additional model support for epson2 / epsonds backend
Message-ID: <TYCPR01MB7872CDD0461B7572D5DBD7A8EB669@TYCPR01MB7872.jpnprd01.prod.outlook.com>
2021-12-03 12:36:33 +01:00
Ordissimo
3b47d1d26a
Merge branch 'escl-segfault' into 'master'
...
Fix segfault sane-escl.
See merge request sane-project/backends!653
2021-10-21 06:58:39 +00:00
Ordissimo
72992f4e25
Fix segfault sane-escl.
2021-10-20 22:25:10 +02:00
Ordissimo
3440ef60b3
Merge branch 'master' into 'master'
...
escl: Follow the 302 redirects
See merge request sane-project/backends!652
2021-10-18 11:45:22 +00:00
Jindřich Makovička
1b5344ba56
escl: Follow the 302 redirects
...
Recent ipp-usb redirects from http://127.0.0.1 to http://localhost
2021-10-14 20:05:19 +02:00
Ralph Little
0c1faae1de
Merge branch 'test_int_inexact_option' into 'master'
...
Add int_inexact option to test SANE_INFO_INEXACT.
See merge request sane-project/backends!633
2021-10-14 14:47:51 +00:00
Ralph Little
3a5f128e8a
Add int_inexact option to test SANE_INFO_INEXACT.
2021-10-14 14:47:51 +00:00
Ordissimo
65b6684984
Merge branch 'pdf-on' into 'master'
...
The name of the device, allows to disable the use of the PDF format.
See merge request sane-project/backends!651
2021-09-26 06:35:31 +00:00
Ordissimo
88934578ec
The name of the device, allows to disable the use of the PDF format.
2021-09-26 06:35:31 +00:00
Ordissimo
66f2673d71
Merge branch 'add-format-pdf' into 'master'
...
Add format pdf.
See merge request sane-project/backends!648
2021-09-22 15:14:15 +00:00
Ordissimo
d25f5db739
Add format pdf.
2021-09-22 15:14:15 +00:00
Wolfram Sang
55ac7b3060
Merge branch 'kkaempf/add_Reflecta_RPS_10M' into 'master'
...
Add Reflecta RPS 10M to pieusb
See merge request sane-project/backends!650
2021-09-22 10:18:26 +00:00
Klaus Kämpf
d12533fced
Add Reflecta RPS 10M to pieusb
...
(aka Pacific Image PrimeFilm XAs)
Thanks to Thomas Wilshaw for testing.
Signed-off-by: Klaus Kämpf <kkaempf@suse.de>
2021-09-21 14:25:16 +02:00
Ralph Little
8ad3b1127f
po: en_Gb translation.
...
Nothing much to do.
Just a couple of new msgs from the epsonds backend update.
2021-09-20 20:31:33 -07:00
Ralph Little
c540a3a354
po: update po files prior to translations for release 1.0.33
2021-09-20 20:09:29 -07:00
Ralph Little
66d65ba37d
Merge branch 'uk_update1' into 'master'
...
po: Update Ukrainian translation
See merge request sane-project/backends!649
2021-09-21 03:05:57 +00:00
Yuri Chornoivan
5698be8cce
po: Update Ukrainian translation
2021-09-20 19:47:14 +03:00
Wolfram Sang
a3558af0fc
Merge branch 'epson2-uninitialized' into 'master'
...
epson2: fix up uninitialized variables
See merge request sane-project/backends!636
2021-09-18 18:38:12 +00:00
pimvantend
54e3fb2094
Added the lide70 news to NEWS, in view of the upcoming release.
...
Removed gamma remark from lide70 manpage:
default color quality is getting better, though still not perfect.
2021-09-06 16:19:04 +02:00
Ordissimo
1d191ab801
Merge branch 'escl-add-models' into 'master'
...
Escl add models Epson ET-6100
See merge request sane-project/backends!647
2021-08-31 20:09:33 +00:00
Ordissimo
e1b5c43b56
Escl add models Epson ET-6100
2021-08-31 20:09:33 +00:00
Adriaan de Groot
0400e23d30
uninitialized: set *status on all returns out of e2_ssend()
2021-08-30 17:45:21 +02:00
Ralph Little
563afbe0fa
Merge branch '505-issues-in-man-pages' into 'master'
...
Resolve "Issues in man pages"
Closes #505
See merge request sane-project/backends!646
2021-08-29 23:16:42 +00:00
Ralph Little
e84dc47f73
doc: errors corrected by translator.
...
Many thanks to translator hmartink for raising these issues.
2021-08-29 16:00:23 -07:00
Ordissimo
c3cdf4102c
Update pixma.desc
2021-08-28 09:03:42 +00:00
Ordissimo
2ad66b6bec
Merge branch 'add-models' into 'master'
...
Add models
See merge request sane-project/backends!645
2021-08-27 19:00:26 +00:00
Ordissimo
fc99bbe784
Add models
2021-08-27 19:00:26 +00:00
Ordissimo
c798d85eaf
Merge branch 'cleaning-doc-escl' into 'master'
...
Alphabetical classification by make and model
See merge request sane-project/backends!644
2021-08-27 14:53:31 +00:00