Wykres commitów

9374 Commity (a2f451526c5d0b05a60f5407923e79061b5788fe)

Autor SHA1 Wiadomość Data
Povilas Kanapickas a2f451526c genesys: Extract GenesysRegisterSettingSet::{fread,fwrite}() 2019-06-02 11:47:58 +03:00
Povilas Kanapickas ac624433bb sanei: Print the number of read bytes on bulk USB read error 2019-06-02 11:47:57 +03:00
Povilas Kanapickas a9689de478 genesys: Don't hardcode ccd size divisor for start position 2019-06-02 11:47:56 +03:00
Povilas Kanapickas 3a8f1ddf6c genesys: Support 2400dpi transparency scans on 8600F 2019-06-02 11:47:55 +03:00
Povilas Kanapickas 8520b810fd genesys: Add support for mixed half/quarter-ccd mode on the same scanner 2019-06-02 11:47:54 +03:00
Povilas Kanapickas 36872e5751 genesys: Add support for half-ccd and quarter-ccd modes on the same chip
Previously we hardcoded half-ccd mode to be actually quarter-ccd mode on
GL843.
2019-06-02 11:47:53 +03:00
Povilas Kanapickas 8a9a4e3f71 genesys: Move GL843 sensor profiles to global sensor database
Note that gl843_setup_sensor() did not write certain registers and they
weren't written to the scanner anywhere else, thus they have been
excluded from the new definitions.
2019-06-02 11:47:52 +03:00
Povilas Kanapickas 723aa2b73c genesys: Don't store current sensor in device as it depends on the scan 2019-06-02 11:47:51 +03:00
Povilas Kanapickas f8e8243b78 genesys: Don't modify sensor with gamma data 2019-06-02 11:47:50 +03:00
Povilas Kanapickas dafd2a150b genesys: Extract gamma creation into a single function 2019-06-02 11:47:49 +03:00
Povilas Kanapickas ea74f8e6ef genesys: Pass gamma tables as vectors 2019-06-02 11:47:48 +03:00
Povilas Kanapickas dd2884ede7 genesys: Don't read registers to get data available from model flags 2019-06-02 11:47:47 +03:00
Povilas Kanapickas 5adaea3e2f genesys: Pass sensor to genesys_coarse_calibration() as param 2019-06-02 11:47:46 +03:00
Povilas Kanapickas 60289d58e2 genesys: Pass sensor to genesys_average_white() as param 2019-06-02 11:47:45 +03:00
Povilas Kanapickas 35e45196b9 genesys: Pass sensor to sanei_genesys_search_reference_point() as param 2019-06-02 11:47:44 +03:00
Povilas Kanapickas 43c86ecd81 genesys: Only ever name Genesys_Sensor as "sensor" to reduce confusion 2019-06-02 11:47:43 +03:00
Povilas Kanapickas 7738412517 genesys: Remove vim indent settings 2019-06-02 11:47:42 +03:00
Povilas Kanapickas 6fdabd8174 genesys: Remove unused sensor config 2019-06-02 11:47:41 +03:00
Povilas Kanapickas d3f13839af genesys: Remove no longer needed explicit initialization and copying 2019-06-02 11:47:40 +03:00
Povilas Kanapickas 4269f67c4a genesys: Always initialize Genesys_Frontend 2019-06-02 11:47:39 +03:00
Povilas Kanapickas 68df437faf genesys: Always initialize Genesys_Motor 2019-06-02 11:47:38 +03:00
Povilas Kanapickas 52f73ffd8d genesys: Always initialize Genesys_Gpo 2019-06-02 11:47:37 +03:00
Povilas Kanapickas d39189e424 genesys: Always initialize Genesys_Settings 2019-06-02 11:47:36 +03:00
Povilas Kanapickas 03ecbf1bb0 genesys: Always initialize Genesys_Current_Setup 2019-06-02 11:47:35 +03:00
Povilas Kanapickas a287f4945c genesys: Extract computation of session setup to callers 2019-06-02 11:47:34 +03:00
Povilas Kanapickas d688429ccd genesys: Fix use of wrong dpi when computing output pixel count 2019-06-02 11:47:33 +03:00
Povilas Kanapickas 1a9e05b291 genesys: Extract params to gl843_init_scan_regs to a struct 2019-06-02 11:47:32 +03:00
Povilas Kanapickas 836a78bef5 genesys: Extract exposure to separate variable in sensor definition 2019-06-02 11:47:31 +03:00
Povilas Kanapickas e9419d5e33 genesys: Make per-sensor register override list generic 2019-06-02 11:47:30 +03:00
Povilas Kanapickas 7f22e35e2c genesys: Use internal sleep wrapper for remaining sleep calls 2019-06-02 11:47:29 +03:00
Povilas Kanapickas 90814ac7d3 genesys: Move half CCD property to sensor definition 2019-06-02 11:47:28 +03:00
Povilas Kanapickas 7359412548 genesys: Remove dead code 2019-06-02 11:47:27 +03:00
Povilas Kanapickas 04c5b4afde genesys: Improve type safety of Genesys_Register_Set 2019-06-02 11:47:26 +03:00
Olaf Meeuwissen 6d95bc191f Drop unneeded C++ compiler flag additions to AM_CXXFLAGS. Re #92
The AX_CXX_COMPILE_STDCXX_11 macro takes care of doing so if needed
already.
2019-06-16 21:43:18 +09:00
Olaf Meeuwissen a4862d8526 Predicate genesys compilation on documented variable. Re #92 2019-06-16 21:43:18 +09:00
Rolf Bensch 424bb7d923 INSTALL.linux: add missing development environment packages 2019-06-16 13:13:48 +02:00
Olaf Meeuwissen 4c05fb4742 Merge branch 'backend/as6e' into 'master'
as6e: Avoid out of bound access

See merge request sane-project/backends!31
2019-06-15 06:50:27 +00:00
Olaf Meeuwissen cadf5a9b1a Prevent segfault in case strndup cannot allocate memory
This complements 18f9e5598c
2019-06-15 14:45:36 +09:00
Olaf Meeuwissen f9eb32317a Merge branch 'sanei-usb-testing-mode-prep' into 'master'
sanei: Preparation to support capture and replay of USB data for testing

See merge request sane-project/backends!74
2019-06-15 05:43:06 +00:00
Olaf Meeuwissen d22516c76a Merge branch 'remove-autoconf-generated-files' into 'master'
Remove autoconf generated files

See merge request sane-project/backends!72
2019-06-12 10:48:14 +00:00
Olaf Meeuwissen 9c42d6ac11 Check AX_CXX_COMPILE_STDCXX macro expansion in configure
If not expanded, the user is informed how to deal with this.
2019-06-08 13:00:25 +09:00
Olaf Meeuwissen c0b07792d9 Ignore harmless patch backups
When patching `ltmain.sh` the `patch` utility creates this file if the
patch did not apply cleanly, e.g. when it applied with an offset.  Any
hunks that *failed* to apply end up in `ltmain.sh.rej`.  This file you
probably want to see in `git status` so it is not ignored.
It should not be committed, of course.
2019-06-08 12:37:49 +09:00
Olaf Meeuwissen 8b51e449f6 Add ignore patterns
These files were removed in 1c143f630e.
2019-06-08 12:36:06 +09:00
Olaf Meeuwissen b35e018402 Remove files provided/created by Gettext. Re !72 2019-06-08 12:34:58 +09:00
Olaf Meeuwissen ee604e3365 Update autotools related information. Re !72 2019-06-07 20:48:40 +09:00
Olaf Meeuwissen 165aad31bc Make tar invocation work with Busybox tar version 2019-06-06 20:50:29 +09:00
Olaf Meeuwissen 03591a4c4a Fix current working directory assumptions 2019-06-06 20:37:08 +09:00
Olaf Meeuwissen 103be60e24 Really make it a no-op script. Re !72 2019-06-05 23:44:43 +09:00
Olaf Meeuwissen a367df0994 Add no-op script to satisfy GitLab CI requirements. Re !72 2019-06-05 23:39:44 +09:00
Olaf Meeuwissen 4ddd89dc16 Move source tarball creation to prepare stage. Re !72
The build jobs use this tarball to exercise the build and only if all
builds pass will it be "archived".
2019-06-05 23:34:56 +09:00