Povilas Kanapickas
f019f9e7b8
genesys: Don't modify sensor in *_led_calibration()
2019-08-17 11:05:35 +03:00
Povilas Kanapickas
53d447b6dc
genesys: Move GL846 sensor profiles to a common sensor array
2019-08-17 11:02:39 +03:00
Povilas Kanapickas
4978eceda3
genesys: Move GL847 sensor profiles to a common sensor array
2019-08-17 11:02:38 +03:00
Povilas Kanapickas
63cc11bce1
genesys: Move GL124 sensor profiles to a common sensor array
2019-08-17 11:02:37 +03:00
Povilas Kanapickas
4348451e47
genesys: Add sensor profile to the sensor struct
...
This will allow moving per-chip sensor profile tables to a common
configuration
2019-08-17 11:02:36 +03:00
Povilas Kanapickas
ba546d5370
genesys: Store segment order as a std::vector
2019-08-17 11:02:35 +03:00
Povilas Kanapickas
503797c248
genesys: Simplify shading computation by using enum for color order
2019-08-17 10:53:56 +03:00
Povilas Kanapickas
3a1163480a
genesys: Store calibration data using correct type internally
2019-08-17 10:53:55 +03:00
Povilas Kanapickas
7872f87475
genesys: Move all gpio settings to a single struct on GL843
2019-08-17 10:38:58 +03:00
Povilas Kanapickas
8fce6b624c
genesys: Don't perform offset and gain calibration on unknown frontends
2019-08-17 10:27:42 +03:00
Povilas Kanapickas
5580fc0db1
genesys: Add frontend type to the layout struct
2019-08-17 10:27:41 +03:00
Povilas Kanapickas
a76a2a096e
genesys: Implement a way to override DPISET on GL124 and GL843
2019-08-17 10:21:04 +03:00
Povilas Kanapickas
db15a75504
genesys: Add a way to override dpihw
2019-08-17 10:21:03 +03:00
Povilas Kanapickas
458e31a0c0
genesys: Extract setting of DPIHW to a separate function
2019-08-17 10:21:02 +03:00
Povilas Kanapickas
759e450b6b
genesys: Reduce logical duplication in GenesysRegisterSettingSet
2019-08-17 10:02:40 +03:00
Povilas Kanapickas
543ba367bc
genesys: Rename GenesysRegisterSettingSet::{regs_->registers_}
2019-08-17 10:02:39 +03:00
Olaf Meeuwissen
f37326784d
Merge branch 'ci-tweaks' into 'master'
...
CI tweaks
See merge request sane-project/backends!125
2019-08-12 09:16:37 +00:00
Olaf Meeuwissen
740f013292
CI: Document the various jobs
2019-08-12 18:01:35 +09:00
Olaf Meeuwissen
5aa84ed9ea
CI: Drop Debian 9 mini build
...
The "mini" build scenario is sufficiently covered by Debian 10 mini.
Considering the Debian 9 is now oldstable, there is not much value in
keeping it around.
2019-08-12 17:39:54 +09:00
Olaf Meeuwissen
69044bdffe
CI: Drop Fedora 29 compile job
...
It's package version make up is too similar to Debian 10 for it to be
worth the CPU cycles.
2019-08-12 17:38:54 +09:00
Olaf Meeuwissen
08bff060f8
CI: Fix make distclean target
...
Implicit compile dependencies prevent automake from adding dependency
tracking files to the list of files to clean up.
2019-08-11 17:20:47 +09:00
Olaf Meeuwissen
1f1b9dcd56
CI: Only keep snapshots for 90 days
...
The snapshots aren't meant to stay around forever, that's for releases.
2019-08-11 12:59:07 +09:00
Olaf Meeuwissen
8cb53a191e
CI: Move after_script: from stretch to buster
...
This follows c90e9674e7
.
2019-08-11 12:52:03 +09:00
Olaf Meeuwissen
14e7ba47dd
CI: Speed up compile stage jobs
2019-08-11 12:49:19 +09:00
Olaf Meeuwissen
68d70def14
autofoo: Fix ltmain.sh.patch offsets to match new version
2019-08-11 12:22:19 +09:00
Olaf Meeuwissen
041ea5f53c
japi: Fix BUILT_SOURCES dependency
...
Newer automake versions have the dist target depend on BUILT_SOURCES
so that variable should not heavy build dependencies. This fixes the
dist target sufficiently, for CI purposes at least, in that it leads
to inclusion of the same list of files. Note that CI does not build
anything in the japi/ directory.
2019-08-11 12:10:07 +09:00
Olaf Meeuwissen
c90e9674e7
CI: Build our source tarball on Debian's Buster
...
This bumps the build distribution's version, up from Stretch.
2019-08-11 12:08:50 +09:00
Olaf Meeuwissen
21bb96d61e
Merge branch 'fix-warnings' into 'master'
...
Fix -Wimplicit-fallthrough warnings
See merge request sane-project/backends!85
2019-08-11 01:48:16 +00:00
Olaf Meeuwissen
5cba3bd465
saned: Fix misleading log messages caused by fall through
2019-08-11 10:37:10 +09:00
Olaf Meeuwissen
e42e3bc849
scanimage: Fix misleading fall through annotation
...
The `scanimage_exit()` call exits the program.
2019-08-11 10:23:29 +09:00
Olaf Meeuwissen
9344a957ed
apple: Fix [-Wimplicit-fallthrough] compiler warning
...
It doesn't make sense to log a value as both `Fixed` *and* `Int`.
2019-08-11 10:16:00 +09:00
Olaf Meeuwissen
797cd1fb37
epson2, epsonds, kodakaio, magicolor: Don't set invalid value
...
If the value to be set is not valid, it should not change the sval
structure (even if doing so has no negative side effects).
This also makes the fallthrough less confusing by removing the first
cast of two for the br-x and br-y values.
2019-08-11 10:04:19 +09:00
Povilas Kanapickas
f80cb86a1f
Merge branch 'genesys-split-tables' into 'master'
...
genesys: Split tables into separate files
See merge request sane-project/backends!124
2019-08-10 15:53:39 +00:00
Povilas Kanapickas
7159bbee32
Merge branch 'genesys-cleanup-gpo' into 'master'
...
genesys: Cleanup the gpo setup
See merge request sane-project/backends!123
2019-08-10 15:33:38 +00:00
Povilas Kanapickas
8a48e87741
Merge branch 'genesys-simplify-gl843-dpi' into 'master'
...
genesys: Simplify GL843 DPI calculation
See merge request sane-project/backends!122
2019-08-10 12:28:50 +00:00
Povilas Kanapickas
b5ff3b4f43
Merge branch 'genesys-cleanup-motors' into 'master'
...
genesys: Cleanup motor definitions
See merge request sane-project/backends!121
2019-08-10 12:23:20 +00:00
Povilas Kanapickas
ae525fb91b
genesys: Remove trailing whitespace
2019-08-10 15:10:31 +03:00
Povilas Kanapickas
608680f8b8
Merge branch 'genesys-remove-optical-flags' into 'master'
...
genesys: Remove optical flags
See merge request sane-project/backends!120
2019-08-10 12:10:27 +00:00
Povilas Kanapickas
7d6897ecb4
Merge branch 'genesys-fix-search-reference-point' into 'master'
...
genesys: Fix search reference point to update all sensors
See merge request sane-project/backends!118
2019-08-10 11:55:49 +00:00
Povilas Kanapickas
6bf49297c2
Merge branch 'genesys-cleanup' into 'master'
...
genesys: Miscellaneous cleanups and refactors
See merge request sane-project/backends!119
2019-08-10 11:55:03 +00:00
Olaf Meeuwissen
fcd537e207
sm3600: Fix [-Wimplicit-fallthrough] warning
...
This fixes the warning for both #define SM3600_SUPPORT_EXPOSURE values.
2019-08-10 20:49:09 +09:00
Povilas Kanapickas
8897f78753
Merge branch 'genesys-session-settings' into 'master'
...
genesys: Use session struct to pass data to the setup functions
See merge request sane-project/backends!117
2019-08-10 11:40:53 +00:00
Povilas Kanapickas
a18ec0faac
Merge branch 'genesys-session-settings' into 'master'
...
genesys: Session settings refactor
See merge request sane-project/backends!116
2019-08-10 11:19:29 +00:00
Olaf Meeuwissen
0df7e1ab50
Merge branch 'patch-1' into 'master'
...
Update hp3900_rts8822.c
See merge request sane-project/backends!92
2019-08-10 07:08:56 +00:00
Olaf Meeuwissen
6ef288855e
Merge branch 'sanei-usb-capture-debug-msg' into 'master'
...
sanei_usb: Add a way to record debug messages to USB captures
See merge request sane-project/backends!93
2019-08-10 06:06:38 +00:00
Rolf Bensch
1267a9a5cc
Merge remote-tracking branch 'origin/master'
2019-08-09 20:18:55 +02:00
Rolf Bensch
a2085a973f
po/de.po: add/fix some German translations
2019-08-09 20:18:28 +02:00
Rolf Bensch
97dd074595
po/de.po: recreate German translations file
2019-08-09 20:18:08 +02:00
Rolf Bensch
453b48180d
pixma: Canon PIXMA TS6200 Series is working ( #109 )
2019-08-09 19:51:18 +02:00
Povilas Kanapickas
df580b9480
Merge branch 'genesys-simplify-register-set-access' into 'master'
...
genesys: Simplify register set access
See merge request sane-project/backends!115
2019-08-09 11:10:43 +00:00