thierry1970
1027e8aae0
Fix build.
2020-05-14 15:31:10 +02:00
thierry1970
bd8cb0e6aa
Code cleanup.
2020-05-14 14:03:20 +02:00
thierry1970
287a6bb88a
Test status device before scan and after.
2020-05-14 13:05:08 +02:00
Thierry HUCHARD
d9c377cf09
Fix style
2020-05-13 22:24:51 +02:00
Thierry HUCHARD
c66efc0faf
Allows the X and Y offset to be set to 0.
2020-05-13 22:20:55 +02:00
Thierry HUCHARD
29866b0b19
Fix status sane_read.
2020-05-13 20:33:01 +02:00
Louis Lagendijk
080ac870ee
pixma_bjnp.c: fix incorrect return from SANE_STATUS_INVAL to BJNP_STATUS_INVAL
...
as pointed out on F32 compile in CI
2020-05-11 17:14:37 +02:00
Ordissimo
5ad7708381
Merge branch 'escl-fix-status-adf' into 'master'
...
Refactoring of the adf status.
See merge request sane-project/backends!434
2020-05-11 14:58:38 +00:00
Louis Lagendijk
767a289fd2
pixma_bjnp: fix ADF scanning for laser/mfnp scanners. mfnp devices require a single TCP session
...
for ADF scans, while bjnp requires a TCP session per page.
Squashed commit of the following:
commit 8ee0a23d6b2920bc344bf76fd39f4b556222190b
Author: Louis Lagendijk <louis.lagendijk@gmail.com>
Date: Sat May 9 16:47:23 2020 +0200
Make pixma_bjnp work for both bjnp and mfnp
commit 3df6d0d5903ccf4de0d27301e65025209888d3c7
Author: Louis Lagendijk <louis.lagendijk@gmail.com>
Date: Sat May 2 19:50:23 2020 +0200
Move opening tcp connection to bjnp_open/close
2020-05-11 16:42:33 +02:00
thierry1970
36ece1de84
Fix status for all vendors
2020-05-11 10:25:27 +02:00
Thierry HUCHARD
dc2b9aeade
JobState, if it exists, decides whether to proceed to the next page.
2020-05-10 22:20:30 +02:00
Thierry HUCHARD
70daed5132
Fix error name variable.
2020-05-10 15:11:30 +02:00
Thierry HUCHARD
64c1c8a865
Logic correction.
2020-05-10 01:28:49 +02:00
Thierry HUCHARD
c1d302f3d7
Adjuste status adf.
2020-05-09 23:48:48 +02:00
Thierry HUCHARD
296e73ae6b
escl get sane_cancel output
2020-05-09 15:42:33 +02:00
Thierry HUCHARD
f233792702
Update Adf status.
2020-05-09 10:03:39 +02:00
Thierry HUCHARD
c4d8cc424e
Update Adf status.
2020-05-09 09:50:15 +02:00
Thierry HUCHARD
73bf5533f9
release memory and close descriptor.
2020-05-08 08:35:50 +02:00
thierry1970
a931e0df57
Refactoring of the adf status.
2020-05-07 19:19:55 +02:00
Ordissimo
6689104f01
Merge branch 'fix-status-returned-by-sane-start' into 'master'
...
escl: Add support for SANE_STATUS_NO_DOCS and SANE_STATUS_DEVICE_BUSY to sane_start
Closes #283
See merge request sane-project/backends!433
2020-05-06 18:29:07 +00:00
Ordissimo
e8e9577c12
Merge branch 'add-more-logs' into 'master'
...
Make curl error message more informative, to help debug issues
See merge request sane-project/backends!431
2020-05-06 18:10:33 +00:00
Bartosz Kosiorek
878197a00e
escl: Add support for SANE_STATUS_NO_DOCS and SANE_STATUS_DEVICE_BUSY to sane_start
...
Fixes : #283
2020-05-06 18:25:44 +02:00
thierry1970
fc14edf69e
Fix build.
2020-05-06 16:22:11 +02:00
thierry1970
646ee990d3
Reduces the number of entries on offer.
2020-05-06 16:08:53 +02:00
Bartosz Kosiorek
adbbdc8a69
Make curl error message more informative, to help debug issues
2020-05-06 16:01:01 +02:00
thierry1970
c9fdb62060
The duplex tag is only sent to the device if the device supports AdfDuplex.
2020-05-06 10:44:31 +02:00
thierry1970
9b3d7dc8b6
Fix name of sources.
2020-05-06 10:12:52 +02:00
Olaf Meeuwissen
833c25c3ae
Merge branch 'inspiration-from-freebsd-patches' into 'master'
...
Inspiration from freebsd patches
Closes #291 , #290 , #289 , and #286
See merge request sane-project/backends!425
2020-05-06 05:58:02 +00:00
Thierry HUCHARD
0efee9ddd6
Fix model name cropping.
2020-05-06 00:14:12 +02:00
Thierry HUCHARD
cd18ba69de
Add vendor
2020-05-06 00:13:37 +02:00
Thierry HUCHARD
8e2d335653
Put the vendor corresponding to the device used.
2020-05-05 22:29:03 +02:00
Olaf Meeuwissen
e18242108e
v4l: Drop kernel interface from v4l.h
...
It has been included in libv4l1.h since 0.8.3.
2020-05-05 16:15:13 +09:00
Olaf Meeuwissen
95b4369166
v4l: Prefer C99 standard type over asm __u32. Re #291
2020-05-05 16:14:11 +09:00
Olaf Meeuwissen
9e1acea497
umax_pp: Fix typo. Fixes #290
2020-05-05 13:08:23 +09:00
Olaf Meeuwissen
1a201b28ab
ricoh2: Use C99 standard headers
...
Inspired by a FreeBSD patch. Fixes #289 .
2020-05-05 12:55:19 +09:00
Olaf Meeuwissen
9232792e0f
epsonds: Add missing header files for socket use. Fixes #286
2020-05-05 12:31:34 +09:00
Ordissimo
bd482b6365
Merge branch 'escl-fixe-descriptor-size' into 'master'
...
Fixe descriptor size.
See merge request sane-project/backends!424
2020-05-04 11:39:19 +00:00
thierry1970
2ed753b3fe
Fixe descriptor size.
2020-05-04 13:19:03 +02:00
Thierry HUCHARD
855cc408d3
Fix the status of the scanner in case of failure.
2020-05-02 11:05:49 +02:00
Thierry HUCHARD
2190739b31
Fixed source argument.
2020-05-01 11:59:58 +02:00
Bartosz Kosiorek
24ffce93fd
Don't use the uninitialized data during getting capabilities and print capabilities
2020-04-30 22:36:00 +02:00
Povilas Kanapickas
08b41c052e
genesys: Add support for Plustek OpticFilm 7200
2020-04-23 21:36:23 +03:00
Oliver Schwartz
867aeb7d09
Merge branch 'master' into 'master'
...
sanei_usb: allow non-configured devices on macOS for libusb-1.x
See merge request sane-project/backends!358
2020-04-23 14:13:27 +00:00
Povilas Kanapickas
e5c371b24b
genesys: Merge motor optical_ydpi to base_ydpi
2020-04-22 22:41:45 +03:00
Alex Belkin
40a451b1ac
xerox_mfp: Mark Xerox WorkCentre 3225 as supported
...
Reported by Darodaros in issue sane-project/website#26 .
2020-04-22 16:15:33 +03:00
thierry1970
32083172ea
Allows you to move to the next page.
2020-04-21 14:49:40 +02:00
thierry1970
111d8d2aab
Fix invalide image with scanimage.
2020-04-21 12:47:07 +02:00
Povilas Kanapickas
53162b4cad
genesys: Remove no longer used motor action
2020-04-20 00:35:57 +03:00
Povilas Kanapickas
af28c2d56c
genesys: Reuse scanner_move_back_home() on gl841
2020-04-20 00:35:56 +03:00
Povilas Kanapickas
d9b49e567c
genesys: Simplify motor direction setup on gl841
2020-04-20 00:35:55 +03:00