Wykres commitów

11717 Commity (e46adab4f28b0f65df9fb8e4c0181512d0d0c710)

Autor SHA1 Wiadomość Data
m. allan noah e46adab4f2 canon_dr v59: fine calibration updates
- restructure fine calibration code
- initial support for uploading fine calibration payloads
- improve DR-C225 support

Most canon scanners require that the driver apply fine (per-cell)
calibration information. But a few require that the info be loaded
into the scanner. Here, we add initial support for that, though the
needed values are hardcoded instead of calculated.
2020-09-23 21:43:35 -04:00
m. allan noah 588f01526e fujitsu v137b: brightness/contrast improvements
- change window_gamma init (fixes bright/contrast for iX1500)
- only call send_lut after set_window (remove late_lut)
2020-09-23 21:42:44 -04:00
m. allan noah 5b92a367c3 fujitsu v137a: fix JPEG duplex memory corruption 2020-09-23 21:39:14 -04:00
Ordissimo 6d7fbc8320 Merge branch 'escl-check-scan-options' into 'master'
Check options scan and fix xml.

See merge request sane-project/backends!528
2020-09-18 14:03:22 +00:00
thierry1970 cd768b3692 Check options scan and fix xml. 2020-09-18 15:47:45 +02:00
Ordissimo b155955b0e Merge branch 'escl-add-scan-options' into 'master'
Added options: Brightness, Threshold, Sharpen and Contrast.

See merge request sane-project/backends!527
2020-09-17 20:29:28 +00:00
thierry1970 e281dfb0cd Fix style. 2020-09-17 18:55:03 +02:00
thierry1970 fcbeeccbf0 Added options: Brightness, Threshold, Sharpen and Contrast. 2020-09-17 18:50:33 +02:00
Olaf Meeuwissen ddcfa6a12f Merge branch 'master' into 'master'
Do not use fixed python executable name and use AM_PROG_PYTHON

See merge request sane-project/backends!525
2020-09-17 11:41:31 +00:00
Your Name 924dcf0731 Lower minimum python version required to 2.7 2020-09-14 15:44:36 +01:00
Your Name 0f7ce3fe7a Do not use fixed python executable name and use AM_PROG_PYTHON
On many systems now python executable it is python3.
On my system it the case and by this muild failed with:

make[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/backends-1.0.31/backend'
make[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/backends-1.0.31/backend'
Generating pixma/pixma_sane_options.h from pixma/pixma.c
/bin/sh: python: command not found
make[2]: *** [Makefile:7317: pixma/pixma_sane_options.h] Error 127
make[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/backends-1.0.31/backend'
make[2]: *** Waiting for unfinished jobs....

Using AM_PROG_PYTHON() nmacro cllows avoide tha by hecks current version of the
python and allw to use custom python executable by execute configure by:

$ PYTHON=</some/python> ./configure <params>

AM_PROG_PYTHON aclocal macro propagates to automake files $(PYTHON) variable
which could be used on geberate instaleable scripts on duting build process like
it is now in backend/Makefile.am.

Currently minum version of required vesion of the python is python >= 3.
2020-09-13 20:17:43 +01:00
Olaf Meeuwissen b89b9b1350 Merge branch '345-fix-pixma-libxml-build-dependency' into 'master'
pixma: Restore old behaviour in case XML support is missing

Closes #345

See merge request sane-project/backends!524
2020-09-13 10:38:24 +00:00
Olaf Meeuwissen a380fb0894
pixma: Restore old behaviour in case XML support is missing
Fixes #345.
2020-09-13 18:47:32 +09:00
Olaf Meeuwissen 2c5f3e1814 Merge branch '344-generate-sane-backends-pot-inputs' into 'master'
po: Make sure all sane-backends.pot input are available

Closes #344

See merge request sane-project/backends!523
2020-09-13 09:12:58 +00:00
Olaf Meeuwissen 4846d36ad1
po: Make sure all sane-backends.pot input are available 2020-09-13 17:56:40 +09:00
Olaf Meeuwissen 3ac8ca4e87 Merge branch 'epson_perfection_1640' into 'master'
Add SCSI ids for Epson Perfection 1640SU

See merge request sane-project/backends!509
2020-09-13 08:44:21 +00:00
Olaf Meeuwissen e69284695a Merge branch '350-remove-automake-maintainer-mode' into 'master'
Resolve "1.0.31: build fails"

Closes #350

See merge request sane-project/backends!522
2020-09-13 08:38:26 +00:00
Olaf Meeuwissen 0077988e83
po/README: Make the documentation use consistent notation 2020-09-13 16:34:05 +09:00
Olaf Meeuwissen e22b393e38
po/README: Update documentation that refers to maintainer mode 2020-09-13 16:34:05 +09:00
Olaf Meeuwissen 262e32ce59
configure.ac: Remove maintainer mode
Now that we no longer include generated files in our git repository
builds should always have maintainer mode enabled so checkouts pick
up on changes in Makefile.am, configure.ac, etc. between builds.

See #350.
2020-09-13 16:34:05 +09:00
Olaf Meeuwissen 30b7e31eac
configure.ac: Remove stale release versioning comment 2020-09-13 16:34:05 +09:00
Olaf Meeuwissen 2539a13dfb
Fix spelling differences in testsuite reference data
Fix up of ffff088641.
2020-09-13 16:31:41 +09:00
Olaf Meeuwissen 404e1500c2 Merge branch 'usb_udev_attrs' into 'master'
Speedup ATTR match for USB devices

Closes #341

See merge request sane-project/backends!510
2020-09-13 06:07:39 +00:00
Olaf Meeuwissen b5cf71318b
sane-desc: Update test reference files
This follows ad66f79c43.
2020-09-13 14:50:15 +09:00
Olaf Meeuwissen 124c16fe6f
sane-desc: Fail build if testsuite fails 2020-09-13 14:34:21 +09:00
Ordissimo 5d3ce78068 Merge branch 'escl-add-models' into 'master'
Added HP "DeskJet 2710" and "DesJet 2723" models as supported.

See merge request sane-project/backends!519
2020-09-11 08:17:35 +00:00
thierry1970 2a238f83e0 Added HP "DeskJet 2710" and "DesJet 2723" models as supported. 2020-09-11 09:58:09 +02:00
pimvantend 17ab6caa38 canon_lide70 simplified going back 2020-09-07 15:15:21 +02:00
Olaf Meeuwissen cea2a83ea2 Merge branch 'master-spelling' into 'master'
spelling fixes

See merge request sane-project/backends!516
2020-09-07 09:24:15 +00:00
Ordissimo f59ba7003d Merge branch 'escl-add-models' into 'master'
Addition of two models

See merge request sane-project/backends!517
2020-09-07 08:40:34 +00:00
thierry1970 e946d14e6c Addition of two models 2020-09-07 10:15:03 +02:00
thierry1970 7884311d4a Revert "Addition of two models"
This reverts commit 059296b287.
2020-09-07 10:10:40 +02:00
thierry1970 059296b287 Addition of two models 2020-09-07 10:07:06 +02:00
Peter Marschall 33d1aecc7c Apply 1 suggestion(s) to 1 file(s) 2020-09-06 07:34:40 +00:00
Peter Marschall 950aded610 Apply 1 suggestion(s) to 1 file(s) 2020-09-06 07:29:49 +00:00
Peter Marschall 6e16f45b76 Apply 1 suggestion(s) to 1 file(s) 2020-09-06 07:29:44 +00:00
Peter Marschall 76ab18f064 Apply 1 suggestion(s) to 1 file(s) 2020-09-06 07:29:33 +00:00
Peter Marschall 408fb55b02 Apply 1 suggestion(s) to 1 file(s) 2020-09-06 07:20:32 +00:00
Peter Marschall d789545521 Apply 1 suggestion(s) to 1 file(s) 2020-09-06 07:17:00 +00:00
Peter Marschall c0ab7e950e Apply 1 suggestion(s) to 1 file(s) 2020-09-06 07:16:41 +00:00
Olaf Meeuwissen c946aa5a84 Merge branch 'dell1600n_net_return_eaccess_if_local_only' into 'master'
dell1600n_net: return ACCESS_DENIED when local devices are requested

See merge request sane-project/backends!506
2020-09-04 11:48:13 +00:00
Olaf Meeuwissen 8894364c5b Merge branch 'master' into 'master'
backend/avision.c adf_reset(): In debug message "adf_reset: read ... failed...

See merge request sane-project/backends!515
2020-09-03 12:10:51 +00:00
Peter Marschall 2ad63d4e1e spelling fixes for sane core 2020-08-29 09:18:04 +02:00
Peter Marschall 7cbcc9ceac spelling fixes for docs, READMEs, ... 2020-08-29 09:18:04 +02:00
Peter Marschall b4c6cbeb1f spelling fixes for tools 2020-08-29 09:18:04 +02:00
Peter Marschall ffff088641 spelling fixes for testsuite 2020-08-29 09:18:04 +02:00
Peter Marschall cd8c018585 spelling fixes for xerox_mfp backend 2020-08-29 09:18:04 +02:00
Peter Marschall 77406ed606 spelling fixes for sceptre backend 2020-08-29 09:18:04 +02:00
Peter Marschall 44755f6fc5 spelling fixes for dmc backend 2020-08-29 09:18:04 +02:00
Peter Marschall 5515db0272 spelling fixes for leo backend 2020-08-29 09:18:04 +02:00