Wykres commitów

10584 Commity (1fe94e6674d0572d2408361903730f012c60fc6c)

Autor SHA1 Wiadomość Data
Povilas Kanapickas e437f17b40 genesys: Enable more infrared resolutions on 8600F 2019-12-22 23:23:18 +02:00
Povilas Kanapickas d1a0c1589a genesys: Sort 8600F sensor tables 2019-12-22 23:23:17 +02:00
Povilas Kanapickas 216250361f genesys: Fix uninitialized variable warning 2019-12-22 23:23:16 +02:00
Povilas Kanapickas b10c15595b Merge branch 'genesys-use-fast-moving-home' into 'master'
genesys: Use fast moving when returning home

See merge request sane-project/backends!275
2019-12-22 15:55:53 +00:00
Povilas Kanapickas 6fb588648c genesys: Fix infinite loop when we overestimate distance to home sensor 2019-12-22 17:40:13 +02:00
Povilas Kanapickas 01ca9c9030 genesys: Use fast moving for most of the distance when moving back home 2019-12-22 17:40:13 +02:00
Povilas Kanapickas 2397d8879a genesys: Fix collection of scanhead movement information 2019-12-22 17:40:13 +02:00
Povilas Kanapickas 29166d9b3b genesys: Remove rewind() function due to unreliability 2019-12-22 17:40:13 +02:00
Povilas Kanapickas 408329e8cf Merge branch 'genesys-fix-motor-acceleration-calculations' into 'master'
genesys: Fix calculations of scan head acceleration tables

See merge request sane-project/backends!274
2019-12-22 15:24:48 +00:00
Povilas Kanapickas fd29cae64a genesys: Correctly set LINESEL on 4400F 2019-12-22 17:07:24 +02:00
Povilas Kanapickas 69067f2f7f genesys: Remove no longer used final_exposure 2019-12-22 17:07:24 +02:00
Povilas Kanapickas 35385625de genesys: Delete unused code 2019-12-22 17:07:24 +02:00
Povilas Kanapickas 38f988dc39 genesys: Use correct SHDAREA setting on 4400F 2019-12-22 17:07:24 +02:00
Povilas Kanapickas 67638f55b2 genesys: Use a more reasonable backtract distance on gl843 2019-12-22 17:07:24 +02:00
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