Peter Marschall
a94c17175f
spelling fixes for sm3600 backend
2020-08-29 09:18:03 +02:00
Peter Marschall
3e33c9664a
spelling fixes for pixma backend
2020-08-29 09:18:03 +02:00
Peter Marschall
4f4278ab2d
spelling fixes for escl backend
2020-08-29 09:18:03 +02:00
Peter Marschall
13b56dd122
spelling fixes for pie backend
2020-08-29 09:18:03 +02:00
Peter Marschall
63c686b929
spelling fixes for pieusb backend
2020-08-29 09:18:03 +02:00
Peter Marschall
064d73ed5a
spelling fixes for umax backend
2020-08-29 09:18:03 +02:00
Peter Marschall
0d862ba575
spelling fixes for umax1220u backend
2020-08-29 09:18:03 +02:00
Peter Marschall
e8ba89fdcc
spelling fixes for umax_pp backend
2020-08-29 09:18:03 +02:00
Peter Marschall
b8cc6ce3a9
spelling fixes for cardscan backend
2020-08-29 09:18:03 +02:00
Peter Marschall
192262a277
spelling fixes for p5 backend
2020-08-29 09:18:03 +02:00
Peter Marschall
0b2e89db18
spelling fixes for snapscan backend
2020-08-29 09:18:03 +02:00
Peter Marschall
cbbfcd1121
spelling fixes for gt68xx backend
2020-08-29 09:18:03 +02:00
Peter Marschall
f4385e21c3
spelling fixes for teco3 backend
2020-08-29 09:18:03 +02:00
Peter Marschall
78bf42e04e
spelling fixes for teco2 backend
2020-08-29 09:18:03 +02:00
Peter Marschall
fe71899cc8
spelling fixes for teco1 backend
2020-08-29 09:18:03 +02:00
Peter Marschall
bd081d3bbe
spelling fixes for mustek_usb backend
2020-08-29 09:18:03 +02:00
Peter Marschall
6cb28ca627
spelling fixes for mustek_pp backend
2020-08-29 09:18:03 +02:00
Peter Marschall
a1239c5601
spelling fixes for mustek backend
2020-08-29 09:18:03 +02:00
Peter Marschall
493ed0a533
spelling fixes for mustek_usb2 backend
2020-08-29 09:18:03 +02:00
Peter Marschall
9afda64c42
spelling fixes for plustek backend
2020-08-29 09:18:03 +02:00
Peter Marschall
e3f20a932c
spelling fixes for plustek_pp backend
2020-08-29 09:18:03 +02:00
Peter Marschall
0cd9de9bef
spelling fixes for genesys backend
2020-08-29 09:18:03 +02:00
Peter Marschall
a307ba8ccf
spelling fixes for u12 backend
2020-08-29 09:18:02 +02:00
pimvantend
f7ad041682
canon_lide70 eliminating old cmd_buffer
2020-08-28 14:30:48 +02:00
pimvantend
0544e42002
lide 70 init problem solved
2020-08-27 15:16:05 +02:00
pimvantend
e97919d53b
canon_lide70 small changes
2020-08-26 15:25:24 +02:00
pimvantend
ead06704ea
removed trailing whitespace
2020-08-24 17:14:40 +02:00
pimvantend
5bfbb13b08
renaming startblobs, modernizing gamma procedures
2020-08-24 15:23:00 +02:00
Olaf Meeuwissen
bfab54e391
Merge branch 'release/1.0.31' into 'master'
...
Release/1.0.31
See merge request sane-project/backends!514
2020-08-24 09:19:44 +00:00
pimvantend
ed43548de7
first support for the lide600. 1200dpi dropped.
2020-08-22 11:15:44 +02:00
pimvantend
d00af49e36
preparing for the lide600
2020-08-20 16:49:17 +02:00
Olaf Meeuwissen
245564dffe
Merge branch 'respect_local_only' into 'master'
...
Respect 'local_only' parameter of sane_get_devices()
Closes #140 and #130
See merge request sane-project/backends!502
2020-08-16 09:55:14 +00:00
Rolf Bensch
65db792a14
pixma: backend version 0.28.5
2020-08-15 14:33:48 +02:00
Rolf Bensch
311bf867f9
pixma: MP495 is working
...
Pixma backend supports only symmetric scan resolutions, here 600dpi.
See issue sane-project/backends#32
2020-08-15 14:32:58 +02:00
Rolf Bensch
80643db457
pixma: MP495 is working
...
Pixma backend supports only symmetric scan resolutions, here 600dpi.
See issue sane-project/backends#32
2020-08-15 14:29:18 +02:00
Rolf Bensch
7ac9296a19
pixma: backend version 0.28.5
2020-08-15 14:08:20 +02:00
Rolf Bensch
3113d546c8
Revert "pixma: MP490 Series doesn't need special image formatting @ high dpi"
...
This reverts commit 1675697366
.
See issue sane-project/backends#338
2020-08-15 14:06:20 +02:00
Rolf Bensch
d1fea9269d
Revert "pixma: MP490 Series doesn't need special image formatting @ high dpi"
...
This reverts commit 1675697366
.
See issue sane-project/backends#338
2020-08-14 20:28:26 +02:00
Rolf Bensch
34c25369e5
pixma: backend version 0.28.4
2020-08-14 19:58:15 +02:00
Rolf Bensch
584099c9c1
pixma: enable PIXMA_CAP_JPEG for Canon i-SENSYS MF260 Series
2020-08-14 19:52:05 +02:00
Rolf Bensch
a384de5aea
pixma: new capability PIXMA_CAP_JPEG
2020-08-14 19:45:23 +02:00
pobrn
45f84a569c
respect 'local_only' parameter of sane_get_devices()
...
Certain backends do network scans even if the 'local_only'
parameter for 'sane_get_devices()' is true. Fix that.
Changes:
1. Modify 'sanei_configure_attach()' so that backend specific
data may be passed to the 'attach()' function.
2. Use this in certain backends to pass the value of the
'local_only' parameter so that network related activities
are only carried out when the value is false.
2020-08-12 12:29:38 +02:00
Michael Niewöhner
743290300a
backend/avision: fix lock-up of scanners not supporting fastfeed
...
de19ebc
introduced a regression, where some scanners would lock-up
completely and require a full power cycle.
To fix that, do not call release_unit for any scanners not supporting
fastfeed for now, since that leads to lock-ups on at least one device.
Currently, it isn't clear what exactly is causing the problems, so it
maybe be enabled in a correct way again, later.
Resolves issue !337 .
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
2020-08-10 19:46:52 +02:00
Olaf Meeuwissen
7056b4826b
Merge branch 'mingw-fixes' into 'master'
...
MinGW build fixes
See merge request sane-project/backends!483
2020-08-01 06:14:15 +00:00
Olaf Meeuwissen
8e21bd5806
epsonds: Read whole payload of welcome message
2020-08-01 12:28:00 +09:00
Olaf Meeuwissen
6c07abf763
epsonds: Rewrite network I/O
...
This follows the changes made to the epson2 backend and addresses
GHSL-2020-079, GHSL-2020-080 and GHSL-2020-081. Re #279 .
2020-08-01 12:28:00 +09:00
m. allan noah
e44672cdf8
Merge branch 'canon_dr/fix_get_pixelsize' into 'master'
...
canon_dr: Report early error
See merge request sane-project/backends!333
2020-08-01 01:10:17 +00:00
Ralph Little
5dd9eeb083
gt68xx: Restore cancel "stop_scan" call and fix whitespace issue
...
The original issue that I had with this patch was in the cancel function
where the patch author had commented out the "stop scan" call for cancel.
This made no sense to me. I have put it back in for testing.
It might have been accidentally left out.
2020-07-26 11:19:31 -07:00
Ralph Little
462419cc68
gt68xx: Initial check-in of proposed patch for crash.
...
Ulf and I will review and test this patch on this branch.
It does seem to fix the issue, but I want to check it out a little more
before we commit it to master.
2020-07-26 11:02:40 -07:00
Ralph Little
37bc4598a2
hp5400: initialize options bit mask to avoid compiler warning and glitchy operation
...
This was picked up as a compiler warning in Ubuntu build and was a
real functional issue.
2020-07-26 10:00:48 -07:00