Olaf Meeuwissen
953ed4c2b0
mustek_usb2: Fix sprintf invocation. Fixes #110
2019-08-08 21:41:22 +09:00
Olaf Meeuwissen
6fdbc95bf3
CI: Fix broken dependency after job renames
2019-08-06 22:36:57 +09:00
Olaf Meeuwissen
2874d21514
CI: Rename stages and jobs for clarity
...
It drops the common `compile:` prefix because the web UI ellipsizes
job names. This leads to names that are hard to tell apart when the
prefix is applied.
The archive stage has been renamed to snapshot to differentiate it
more from the release stage. The prepare moniker did not clearly
describe the stage's intent and has been renamed to tarball. The
job names for these stages now reflect the `make` invocations used
in an attempt to be more descriptive.
2019-08-06 21:42:08 +09:00
Ralph Little
fdc23d129a
1) Correct some spelling mistakes
...
2) Convert some British spellings to US
3) Modified some longer sentences to improve readability.
4) Modified en_GB to suit
2019-08-05 20:54:18 -07:00
Povilas Kanapickas
6912400cf4
genesys: Move motor profile tables to a single file
2019-08-04 18:21:08 +03:00
Povilas Kanapickas
aa4ee9c49e
genesys: Split genesys_devices.cc file to separate files for each table
2019-08-04 18:21:07 +03:00
Povilas Kanapickas
6592692448
genesys: Compile genesys_devices.cc as a separate translation unit
2019-08-04 18:21:06 +03:00
Povilas Kanapickas
8cb6130cfe
genesys: Cleanup the gpo setup
2019-08-04 14:01:50 +03:00
Povilas Kanapickas
ca54462bd2
genesys: Simplify shading upload on gl843
2019-08-04 13:17:52 +03:00
Povilas Kanapickas
2df86f551f
genesys: Fix incorrect dpi computation for G4050
2019-08-04 13:17:51 +03:00
Povilas Kanapickas
d365637dfc
genesys: Simplify optical regs setup on gl843
2019-08-04 13:17:50 +03:00
Povilas Kanapickas
3e09ba18fa
genesys: Move pixel coordinate calculation to gl843_compute_session()
2019-08-04 13:17:49 +03:00
Povilas Kanapickas
6a0f17cecc
genesys: Raise an exception if input resolution is out of bounds
2019-08-04 13:17:48 +03:00
Povilas Kanapickas
1c61d3692a
genesys: Rewrap extremely long lines in motor step definitions
2019-08-04 12:01:52 +03:00
Povilas Kanapickas
ea602f7ebc
genesys: Rewrite and document sanei_genesys_calculate_zmod()
2019-08-04 12:01:51 +03:00
Povilas Kanapickas
6f20e6d341
genesys: Use std::vector for the motor slope tables
2019-08-04 12:01:50 +03:00
Povilas Kanapickas
510e8123f3
genesys: Remove support for multiple motor power modes
2019-08-04 12:01:49 +03:00
Povilas Kanapickas
239eab6ea6
genesys: Simplify motor setup to make it easier to expand
2019-08-04 12:01:48 +03:00
Povilas Kanapickas
b85a83f6af
genesys: Remove no longer used optical flags variables
2019-08-04 10:52:58 +03:00
Povilas Kanapickas
306b160f00
genesys: Pass OPTICAL_FLAG_DISABLE_SHADING flag via session
2019-08-04 10:52:57 +03:00
Povilas Kanapickas
86d4828ece
genesys: Pass OPTICAL_FLAG_DISABLE_GAMMA flag via session
2019-08-04 10:52:56 +03:00
Povilas Kanapickas
d503701fb7
genesys: Pass OPTICAL_FLAG_USE_XPA flag via session
2019-08-04 10:52:55 +03:00
Povilas Kanapickas
773170af09
genesys: Pass OPTICAL_FLAG_DISABLE_LAMP flag via session
2019-08-04 10:52:54 +03:00
Povilas Kanapickas
8618a49182
genesys: Pass OPTICAL_FLAG_STAGGER flag via session
2019-08-04 10:52:53 +03:00
Povilas Kanapickas
a4b551be0c
genesys: Pass OPTICAL_FLAG_ENABLE_LEDADD flag via session
2019-08-04 10:52:52 +03:00
Povilas Kanapickas
e5a90e8005
genesys: Update all sensors when searching for reference point
2019-08-04 02:48:29 +03:00
Povilas Kanapickas
91b20fb268
genesys: Make sanei_genesys_search_reference_point() non-destructive
2019-08-04 02:48:28 +03:00
Povilas Kanapickas
d0dbfa6ec3
genesys: Print traces of more data
2019-08-04 02:48:27 +03:00
Povilas Kanapickas
824f922e49
genesys: Don't do additional scans in case of debug
2019-08-04 02:48:26 +03:00
Povilas Kanapickas
e733f66960
genesys: Add a way to customize per-sensor divisor management
2019-08-04 01:11:08 +03:00
Povilas Kanapickas
ea78c00882
genesys: Fix duplicate hwdpi conversion on gl124
2019-08-04 01:11:07 +03:00
Povilas Kanapickas
1ba4018a6e
genesys: Pass session directly to gl843_init_optical_regs_scan()
2019-08-04 01:11:06 +03:00
Povilas Kanapickas
cafb97d293
genesys: Use session struct to pass data to the setup functions
2019-08-03 22:42:20 +03:00
Povilas Kanapickas
598aa99778
genesys: Improve code clarity by retiring half_ccd
2019-08-03 01:31:07 +03:00
Povilas Kanapickas
16c55bf330
genesys: Init cmd_set directly instead of going through a function
2019-08-02 22:39:05 +03:00
Povilas Kanapickas
a58b20d2c8
genesys: Move cmd_set from model to device struct
2019-08-02 22:39:04 +03:00
Povilas Kanapickas
f9a9d3f84a
genesys: Cache physical register state in the device on writes
2019-08-02 22:39:01 +03:00
Povilas Kanapickas
faab7b02e0
genesys: Cache physical register state in the device on bulk writes
2019-08-02 22:39:00 +03:00
Povilas Kanapickas
7836ea5778
genesys: Remove bulk_write_register from the cmd_set structures
2019-08-02 22:38:59 +03:00
Povilas Kanapickas
6014645664
genesys: Cache physical register state in the device on reads
2019-08-02 22:38:58 +03:00
Povilas Kanapickas
f9b87de44a
genesys: Remove manual allocations from calibration functions
2019-08-02 22:38:54 +03:00
Povilas Kanapickas
6b2919db9a
genesys: Remove manual allocations in device class
2019-08-02 22:38:53 +03:00
Povilas Kanapickas
fc9159b407
genesys: Improve readability of model struct setup
2019-08-02 22:36:12 +03:00
Povilas Kanapickas
49b94dc09e
genesys: Split genesys_low.h into several files
2019-08-02 22:35:16 +03:00
Povilas Kanapickas
3c6635559f
genesys: Remove unused code
2019-08-02 22:31:58 +03:00
Povilas Kanapickas
13b2d09a42
genesys: Fix printing of errors on exceptions
2019-08-02 22:31:57 +03:00
Povilas Kanapickas
025ec317e3
genesys: Move logical and register dpi computation to sensor struct
2019-08-02 22:31:56 +03:00
Caleb Xu
f18ef0e282
ricoh2_buffer: fix malloc header location on macOS
2019-08-01 23:51:20 -04:00
Olaf Meeuwissen
90684c53bb
doc: Remove :new markers in external backend descriptions
...
External backends are per definition not new sane-backends. Removing
the commented out info makes for fewer false hits when searching.
2019-08-01 21:14:08 +09:00
Olaf Meeuwissen
85674f1213
doc: Update as per post-release instructions
2019-08-01 21:13:33 +09:00