Wykres commitów

10520 Commity (c4a88e6bf4a2e153ec667f811dfdeb35ef2e9464)

Autor SHA1 Wiadomość Data
Povilas Kanapickas 2a6081affe genesys: Fix scanning table length calculation on gl843 2019-12-22 17:07:24 +02:00
Povilas Kanapickas 33bfa923d5 genesys: Add a way to create fastest motor acceleration table 2019-12-22 17:07:24 +02:00
Povilas Kanapickas 83fa276b90 genesys: Fix bug in setting up motor tables 3,4,5 on gl843 2019-12-22 17:06:38 +02:00
Povilas Kanapickas 01bae1305f Merge branch 'genesys-remove-broken-resolutions' into 'master'
genesys: Disable broken resolutions on LiDE 50 and 80

See merge request sane-project/backends!273
2019-12-22 14:48:28 +00:00
Povilas Kanapickas e0679c316e Merge branch 'genesys-fix-4850c' into 'master'
genesys: Fix black scans on HP 4850C

See merge request sane-project/backends!272
2019-12-22 14:44:01 +00:00
Povilas Kanapickas 053a2c10d3 Merge branch 'genesys-fix-stagger-config' into 'master'
genesys: Fix staggerred CCD configuration on OpticFilm 7200i/7300/7500i and Canon 8400F/8600F scanners

See merge request sane-project/backends!271
2019-12-22 14:38:58 +00:00
Povilas Kanapickas 49934f0678 genesys: Fix black side calibration on HP 4850c 2019-12-22 16:29:22 +02:00
Povilas Kanapickas 8d8157b96e genesys: Fix scan area Y position on HP 4850c 2019-12-22 16:29:22 +02:00
Povilas Kanapickas 355f2ddd4d genesys: Fix black scans on HP 4850c 2019-12-22 16:29:14 +02:00
Povilas Kanapickas 8c99dc4819 genesys: Fix stagger configuration on 8600F 2019-12-22 16:24:10 +02:00
Povilas Kanapickas a8df8201e9 genesys: Fix stagger configuration on 8400F 2019-12-22 16:24:10 +02:00
Povilas Kanapickas 8a2af6d4b2 genesys: Fix stagger configuration on OpticFilm scanners 2019-12-22 16:24:10 +02:00
Povilas Kanapickas 42070a606c Merge branch 'genesys-stagger-convert' into 'master'
genesys: Convert old broken stagger configuration to a per-sensor configuration

See merge request sane-project/backends!270
2019-12-22 14:23:17 +00:00
Thierry HUCHARD 2788328e19 Fix: better readability. 2019-12-22 13:48:55 +01:00
Olaf Meeuwissen fd407cc58b dll: Make previous change backwardly compatible
Older GCC do not know the cast-function-pragma and flag that as a
warning.  That results in an error on our Debian 9 build.
2019-12-22 18:34:45 +09:00
Olaf Meeuwissen e7f6c6e864 dll: Ignore [-Wcast-function-type] compiler warnings 2019-12-22 17:58:39 +09:00
Thierry HUCHARD afc9b62c7e Fix: better readability. 2019-12-22 09:50:04 +01:00
Olaf Meeuwissen a993e6438e dll: Fix [-Wformat-truncation=] compiler warning
Per POSIX, `readdir` returns filenames that are at most `NAME_MAX` long.
2019-12-22 16:09:11 +09:00
Ralph Little 3d12424961 gt68xx: suppressed strncpy compiler warnings. 2019-12-21 22:53:16 -08:00
Ralph Little a4360b0a75 gt68xx: suppress snprintf warning with return length check. 2019-12-21 22:07:39 -08:00
Ralph Little b02a208a94 as6e: data type correction.
size_t is unsigned so -1 error from snprintf would not be properly detected.
2019-12-21 22:02:50 -08:00
Ralph Little d1940cf9b8 epjitsu: strncpy() compiler warning suppressed. 2019-12-21 21:44:39 -08:00
Ralph Little 2230614ede as6e: compiler warnings suppressed for problematic use of strncat.
Replaced with snprintf which simplifies the code and suppresses the warning.
2019-12-21 21:24:19 -08:00
Ralph Little 3bb5e94d65 artec: strncpy replaced with memcpy()
This was a cheeky strncpy hiding what is really the job of memcpy().
2019-12-21 20:57:48 -08:00
Ralph Little 821efb2626 ibm/ricoh: suppress warning by using snprintf instead of strncat 2019-12-21 20:21:52 -08:00
Olaf Meeuwissen e0d669acfe Merge branch 'bump-alpine-to-3.11' into 'master'
CI: Bump Alpine from 3.10 to 3.11

See merge request sane-project/backends!263
2019-12-22 03:49:59 +00:00
Olaf Meeuwissen 809ccfe695 CI: Bump Alpine from 3.10 to 3.11 2019-12-22 12:33:27 +09:00
Olaf Meeuwissen 3b0ab4f097 Merge branch 'plustek-silence_compiler_warning' into 'master'
Resolve "Plustek backend generates compiler warnings on Debian 10"

Closes #189

See merge request sane-project/backends!262
2019-12-22 02:05:53 +00:00
Ralph Little 790bdd822a plustek: Fix [-Wformat-overflow=] compiler warnings on Debian 10
Also fixes a format truncation warning observed elsewhere.
2019-12-22 02:05:53 +00:00
thierry1970 6506cd9595 indicator of the presence of the DocumentFormatExt field, forces for certain printer the output format. 2019-12-19 14:30:35 +01:00
Olaf Meeuwissen 3a4d5a002c Merge branch '120-fix-all-compiler-warnings-on-the-debian-10-builds' into 'master'
Fix umax_pp compiler warnings

See merge request sane-project/backends!259
2019-12-19 12:14:16 +00:00
Ralph Little 97dea94959 Revert "plustex: suppressed format truncated compiler warning."
This reverts commit cc7fbd35e535e22cd13cd58979921e0c01fb38b4
2019-12-19 12:14:16 +00:00
Olaf Meeuwissen 02251c6489 Merge branch 'add_sp112' into 'master'
Add SP-112SU model

See merge request sane-project/backends!260
2019-12-19 11:57:25 +00:00
Stanislav Yuzvinsky 8de208c24c Add SP-112SU model 2019-12-19 11:57:25 +00:00
Thierry HUCHARD 277194d534 Revert "uniformise signature."
This reverts commit 2eff3e82ba.
2019-12-17 20:00:19 +01:00
Thierry HUCHARD 2eff3e82ba uniformise signature. 2019-12-17 19:58:14 +01:00
Rolf Bensch f95fcf9d56 pixma: Canon imageCLASS D570 is working
See issue sane-project/backends#182
2019-12-15 11:37:41 +01:00
Povilas Kanapickas 48fd80d208 genesys: Simplify handling of motor step multiplier 2019-12-14 10:20:15 +02:00
Povilas Kanapickas 1d7adfcfc1 genesys: Fix naming of step multiplier 2019-12-14 10:20:14 +02:00
Povilas Kanapickas 194920159d genesys: Remove support for legacy curves 2019-12-14 10:20:13 +02:00
Povilas Kanapickas 3d9113997f genesys: Switch remaining legacy curve uses to physical curves 2019-12-14 10:20:12 +02:00
Povilas Kanapickas 9a245a1325 genesys: Switch unused motor curves to physical format 2019-12-14 10:20:11 +02:00
Povilas Kanapickas 7d477da404 genesys: Use MotorSlope in gl646 code 2019-12-14 10:20:10 +02:00
Povilas Kanapickas dec9962773 genesys: Make the size of slope tables configurable by asic type 2019-12-14 10:20:09 +02:00
Povilas Kanapickas c685ac075b genesys: Return MotorSlopeTable out of *_generate_slope_table() 2019-12-14 10:20:08 +02:00
Povilas Kanapickas 8731a6cc5d genesys: Return MotorSlopeTable out of *_create_slope_table3() 2019-12-14 10:20:07 +02:00
Povilas Kanapickas 7c6229f272 genesys: Rename MotorSlopeTable::{scan_steps -> steps_count} 2019-12-14 10:20:06 +02:00
Povilas Kanapickas 54034c3fae genesys: Fix Opticfilm 7200i and 7500i motor curves 2019-12-14 10:20:05 +02:00
Povilas Kanapickas 868c437896 genesys: Convert hardcoded motor slopes to physical slope config 2019-12-14 10:20:04 +02:00
Povilas Kanapickas 465077c6cb genesys: Remove manual override of the first value in motor tables 2019-12-14 10:20:03 +02:00