Wykres commitów

9655 Commity (025ec317e32dba0b269a5f5e9dea0e056b6d40b1)

Autor SHA1 Wiadomość Data
Olaf Meeuwissen c52eef6e21 CI: Drop Debian 8, add Debian 10
This uses the updated Debian images which now use codenames instead
of version numbers.

Note that `CFLAGS=-Werror` has been disabled until such time as all
new warnings have been addressed.
2019-07-14 14:03:56 +09:00
Povilas Kanapickas 6d6dbd81d3 genesys: Improve documentation of Genesys_Model struct 2019-07-13 04:14:47 +03:00
Povilas Kanapickas 644314bdad genesys: Put 0x72/0x73 registers to sensor definition on GL843 2019-07-13 04:14:46 +03:00
Povilas Kanapickas 1a5e3944b3 genesys: Add option to get a raw scan ignoring offsets 2019-07-13 04:14:45 +03:00
Povilas Kanapickas 144ed1f29b genesys: Implement infrared channel support for 8600F 2019-07-13 04:14:44 +03:00
Povilas Kanapickas 78cdb347be genesys: Fix lperiod on transparency scans on 8600F 2019-07-13 04:14:43 +03:00
Povilas Kanapickas 3137639aca genesys: Make scan method explicit when selecting sensor 2019-07-13 04:14:42 +03:00
Povilas Kanapickas c96a34f4a8 genesys: Fix partial width during calibration support 2019-07-13 04:14:41 +03:00
Povilas Kanapickas 7e2a1eed97 genesys: Fix alignment of lamp and sensor during of transparency scan
The calibration area does not necessarily need to be at the zero
position. We may need to drive sensor to the lamp and then drive both to
the calibration.
2019-07-13 04:14:40 +03:00
Povilas Kanapickas 7d32dca50e genesys: Sync GPIO with window driver on transparency scans on 8600F 2019-07-13 04:14:39 +03:00
Povilas Kanapickas 0db759d996 genesys: Don't enable buggy behavior on newly supported scanners 2019-07-13 04:14:38 +03:00
Olaf Meeuwissen 3fb0f02015 utsushi.desc: Sync with upstream 2019-07-10 22:58:40 +09:00
Olaf Meeuwissen 7b2d2cd0b3 Merge branch 'fix-warnings-memset-size' into 'master'
Fix invocations of memset with incorrect size

See merge request sane-project/backends!87
2019-07-07 02:16:49 +00:00
Povilas Kanapickas 4742f21318 Fix invocations of memset with incorrect size 2019-07-06 22:14:11 +03:00
Povilas Kanapickas 34d378347c genesys: Remove unused register read 2019-07-06 21:02:28 +03:00
Povilas Kanapickas 8c9d6d7208 genesys: Read the value of CKSEL from the sensor definition directly 2019-07-06 21:02:27 +03:00
Povilas Kanapickas 1a641316b0 genesys: Remove duplicate entry of Canon 5600F in config file 2019-07-06 21:02:26 +03:00
Povilas Kanapickas f84f1b9d42 genesys: Sort the initial register map by register on GL843 2019-07-06 21:02:25 +03:00
Povilas Kanapickas a6a09f5dc5 genesys: Don't reuse non-applicable macro just because its value matches 2019-07-06 21:02:24 +03:00
Povilas Kanapickas f4d5fd4ad6 genesys: Add a way to dump Genesys_Register_Set to debug 2019-07-06 21:02:23 +03:00
Olaf Meeuwissen 6f6a492874 Raise the bar for archiving of source tarballs
They now have to pass a `make distcheck`.  The compile stage takes
care of compiler errors/warnings.  We are interested in all checks
passing and the source archive being self-consistent.
2019-07-06 21:48:15 +09:00
Olaf Meeuwissen 14e00fa360 Drop Linux Software Map file; it has outlived its purpose
Source and binary packages are readily available from most major Linux
distributions.
2019-07-06 21:48:15 +09:00
Olaf Meeuwissen 02b0a7e4b6 m4: Move byteorder.m4 back to m4/ directory
There is little value in putting this in its own directory just
because it is a non-generated file.
2019-07-06 21:48:15 +09:00
Povilas Kanapickas 2f14ac2fcc Merge branch 'genesys-error-handling' into 'master'
genesys: Improve error handling

See merge request sane-project/backends!86
2019-07-05 23:39:04 +00:00
Povilas Kanapickas 640fa9dbba genesys: Always initialize status variable 2019-07-06 02:30:08 +03:00
Povilas Kanapickas 0454f42c36 genesys: Report USB errors via exceptions to reduce code duplication 2019-07-06 02:30:08 +03:00
Povilas Kanapickas b9cd547aea genesys: Support printf-like messages in debug helper 2019-07-06 02:10:06 +03:00
Povilas Kanapickas 22b7fb5105 genesys: Move more error functionality to genesys_error.{h,cc} 2019-07-06 02:10:05 +03:00
Povilas Kanapickas 942f3fbbf7 genesys: Move error-related functions to separate header 2019-07-06 02:10:04 +03:00
Povilas Kanapickas 9d07e2108a genesys: Support message argument to exceptions 2019-07-06 02:10:03 +03:00
Povilas Kanapickas ac6ccfc184 genesys: Repark before regs are setup in white_shading_calibration()
Reparking after registers have been setup is very brittle approach, as
it must preserve everything intact.
2019-07-02 23:30:53 +03:00
Povilas Kanapickas af0f8e7e46 genesys: Improve gain calibration on GL843 2019-07-02 23:30:50 +03:00
Povilas Kanapickas 74854a85aa genesys: Reinit registers for shading again before white shading 2019-07-02 23:30:48 +03:00
Povilas Kanapickas a5c5ea56ad genesys: Add debug markers to data captured during calibration 2019-07-02 23:30:47 +03:00
Povilas Kanapickas 72d68c7367 Merge branch 'genesys-canoscan-8600f' into 'master'
genesys: Preparation for infrared channel support on 8600F (part 2)

See merge request sane-project/backends!84
2019-06-30 23:16:47 +00:00
Povilas Kanapickas f8f90f8b98 configure: Make --with-usb-record-replay opt-in rather than opt-out 2019-06-30 22:31:14 +03:00
Povilas Kanapickas baa4eb3048 testsuite: Add missing libs to `make check` programs 2019-06-30 22:18:11 +03:00
Alex Belkin ec8017a8c0 xerox_mfp: Mark SCX-4x16 as unsupported
As reported by Andrew Sotnikov in issue #95 Samsung SCX-4216F is not
really supported. Change SCX-4x16 status from untested to unsupported.
Closes #95.
2019-06-30 18:54:46 +03:00
Povilas Kanapickas 14bbe802db genesys: Move move_to_ta() calls out of *_init_regs_for_*() 2019-06-30 14:05:29 +03:00
Povilas Kanapickas a92187edad genesys: Move moving to home out of *_init_regs_for_scan() 2019-06-30 14:05:28 +03:00
Povilas Kanapickas 442ffd0486 genesys: Move waiting for motor stop out of *_init_regs_for_scan() 2019-06-30 14:05:27 +03:00
Povilas Kanapickas bba75702b6 genesys: Add utility to print debug messages upon function exit 2019-06-30 14:05:26 +03:00
Povilas Kanapickas 397994b215 genesys: Make exposure configuration more consistent 2019-06-30 14:05:25 +03:00
Povilas Kanapickas 1e7da8638e genesys: Use a more descriptive filename for coarse gain debug images 2019-06-30 14:05:24 +03:00
Povilas Kanapickas 6d11f6df25 genesys: Fix support for large exposures on GL843 2019-06-30 14:05:23 +03:00
Povilas Kanapickas f41440ef9f genesys: Extract debug_dump for Genesys_Current_Setup 2019-06-30 14:05:22 +03:00
Povilas Kanapickas fe8383543d genesys: Remove code for G4050 CCD that's unused and likely incorrect 2019-06-30 14:05:21 +03:00
Povilas Kanapickas 7bd68b5225 genesys: Fix crash in sane_open_impl due to uninitialized variable 2019-06-30 14:05:20 +03:00
Povilas Kanapickas 616c86de2f genesys: Fix incorrect use of TGTIME for pixel coordinates 2019-06-30 14:05:19 +03:00
Povilas Kanapickas 89d06c9a3a genesys: Fix error handling in the presence of exceptions 2019-06-30 14:05:18 +03:00