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 |
Povilas Kanapickas
|
f605e7c229
|
genesys: Fix testing mode recording of scanner_slow_back_home_ta()
|
2019-12-14 10:20:02 +02:00 |
Povilas Kanapickas
|
c1d791f11c
|
genesys: Raise error when TA scan head takes too long to return home
|
2019-12-14 10:20:01 +02:00 |
Olaf Meeuwissen
|
8270a82bc0
|
Merge branch 'escl-2019' into 'master'
See merge request sane-project/backends!242
|
2019-12-14 08:13:54 +00:00 |
Touboul Nathane
|
7c34046a39
|
Add escl backend
|
2019-12-14 08:13:54 +00:00 |
Povilas Kanapickas
|
5cfb44366b
|
genesys: Disable broken resolutions on LiDE 50 and 80
|
2019-12-14 10:13:09 +02:00 |
Povilas Kanapickas
|
02b0f0d474
|
genesys: Convert old broken stagger configuration to per-sensor config
|
2019-12-14 09:12:29 +02:00 |
Povilas Kanapickas
|
4c0f63052b
|
genesys: Add a way to configure per-sensor stagger config
|
2019-12-14 09:12:28 +02:00 |
m. allan noah
|
fdcb2fa5e8
|
Update fujitsu.desc status for iX1500
|
2019-12-11 21:10:07 -05:00 |
Povilas Kanapickas
|
58b4371bb5
|
Merge branch 'genesys-remove-sensor-profile' into 'master'
genesys: Remove sensor profile struct
See merge request sane-project/backends!257
|
2019-12-10 23:39:25 +00:00 |
Povilas Kanapickas
|
ae732126b9
|
Merge branch 'genesys-motors-refactor' into 'master'
genesys: Extract move chip-specific motor handling code to the common area
See merge request sane-project/backends!256
|
2019-12-09 17:33:39 +00:00 |
Povilas Kanapickas
|
037f06712e
|
Merge branch 'genesys-reduce-duplication' into 'master'
genesys: Reduce duplication in scan head movement routines
See merge request sane-project/backends!255
|
2019-12-09 17:06:05 +00:00 |
Povilas Kanapickas
|
4ef2e39872
|
genesys: Remove remaining uses of SensorProfile
|
2019-12-08 11:42:32 +02:00 |
Povilas Kanapickas
|
7971ee5693
|
genesys: Use sensor profile information directly from profiles
|
2019-12-08 11:42:31 +02:00 |
Povilas Kanapickas
|
524c9de1fa
|
genesys: Fix calibration exposure in testing mode
|
2019-12-08 11:42:30 +02:00 |
Povilas Kanapickas
|
791433c895
|
genesys: Duplicate SensorProfile information into Genesys_Sensor struct
|
2019-12-08 11:42:29 +02:00 |
Povilas Kanapickas
|
716689161d
|
genesys: Use correct sensor for scanning on gl124
|
2019-12-08 11:42:28 +02:00 |
Povilas Kanapickas
|
1f33bafe5d
|
genesys: Remove unused fallback sensor profile code
|
2019-12-08 11:42:27 +02:00 |
Povilas Kanapickas
|
a7fd1d6ae1
|
genesys: Simplify sensor profile definition
|
2019-12-08 11:42:26 +02:00 |