Wykres commitów

10290 Commity (15819a7d12eef1e10921b0f4b1f1d10746786bcb)

Autor SHA1 Wiadomość Data
Povilas Kanapickas 3c449a7515 Merge branch 'genesys-plustek-opticfilm-7200i' into 'master'
genesys: Implement infrared scanning support on OpticFilm 7200i

See merge request sane-project/backends!199
2019-10-04 04:16:07 +00:00
Rosen Penev fc699d2bf5
treewide: Replace bzero with memset
bzero was removed in POSIX 2008. It is optionally unavailable with
uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-03 11:47:50 -07:00
Rosen Penev 428bec49bf
sanei_scsi: Replace bcopy with memcpy
bcopy was deprecated in POSIX 2008 and is optionally unavailable with
uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-03 11:47:50 -07:00
Rosen Penev 5c0f0eb128
pieusb_buffer: Define L_tmpnam if not available
uClibc-ng does not make it available for some reason.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-03 11:47:50 -07:00
Rosen Penev c320a72e32
treewide: Replace mktemp by mkstemp
mktemp has been removed in POSIX 2008. uClibc-ng optionally does not make
it available.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-03 11:47:49 -07:00
Povilas Kanapickas 3037ba1eaf genesys: Use a searchable name for register enums 2019-10-02 14:28:59 +03:00
Povilas Kanapickas e32a45fef8 genesys: Retrieve depth from session in genesys_warmup_lamp() 2019-10-02 12:01:27 +03:00
Povilas Kanapickas 17740df924 genesys: Remove support for binary logging 2019-10-02 12:01:26 +03:00
Rolf Bensch 899d6968fa pixma: backend version 0.23.3 2019-10-01 22:58:54 +02:00
Rolf Bensch af09cf3ac8 pixma: add document feeder support for i-SENSYS MF260 Series 2019-10-01 22:57:18 +02:00
Rolf Bensch cc6afc02ea pixma: uncomment and edit experimental scanners list in sane-pixma.man
We have no experimental scanners yet. But environment variable PIXMA_EXPERIMENT
is specified and may be used again in future.
2019-10-01 22:41:19 +02:00
Rolf Bensch 607eacaa71 pixma: reorder scanners in pixma.desc 2019-10-01 22:37:15 +02:00
Povilas Kanapickas eb2f836481 genesys: Remove low-level support for 1-bit depth scans 2019-10-01 18:11:52 +03:00
Povilas Kanapickas 0180c4c5d8 genesys: Remove SCAN_FLAG_DYNAMIC_LINEART 2019-10-01 18:11:51 +03:00
Povilas Kanapickas 8be96ecd60 genesys: Simplify code as dynamic_lineart is always enabled for lineart 2019-10-01 18:11:50 +03:00
Povilas Kanapickas 3263b986ce genesys: Remove support of --disable-dynamic-lineart option 2019-10-01 18:11:49 +03:00
Povilas Kanapickas bff9f2fdc4 genesys: Fix crash during sane_exit() on high debug level 2019-10-01 18:11:48 +03:00
Povilas Kanapickas 158cc81e20 genesys: Simplify setup of session depth parameter 2019-10-01 18:11:47 +03:00
Povilas Kanapickas 09336e0286 genesys: Remove code that has no effect 2019-10-01 15:41:27 +03:00
Povilas Kanapickas cccd1e949a genesys: Fix unused exception warning 2019-10-01 15:41:26 +03:00
Povilas Kanapickas 60b6465115 genesys: Emit single vtable of ImagePipelineNodeCallableSource 2019-10-01 15:41:25 +03:00
Povilas Kanapickas c8f2a815c0 genesys: Don't use std types from global namespace 2019-10-01 15:41:24 +03:00
Povilas Kanapickas 1423db6618 genesys: Include missing includes 2019-10-01 15:41:23 +03:00
Povilas Kanapickas 42cace02c5 genesys: Simplify version logging 2019-10-01 12:09:51 +03:00
Povilas Kanapickas 4c90bfcaee genesys: Remove uses of old-style casts where possible 2019-10-01 12:09:50 +03:00
Povilas Kanapickas 8537ba21b7 genesys: Don't emit symbols of internal objects 2019-10-01 12:09:49 +03:00
Povilas Kanapickas 9c7199c09e genesys: Don't use std identifiers from global scope 2019-10-01 12:09:48 +03:00
Povilas Kanapickas bb84d6d9e4 genesys: Remove unused code 2019-10-01 12:09:47 +03:00
Povilas Kanapickas e20e73f434 genesys: Don't use C-style casts where possible 2019-10-01 12:09:46 +03:00
Povilas Kanapickas 497c9aeba2 genesys: Wrap SANE_Fixed into class which automatically converts values 2019-10-01 10:52:44 +03:00
Povilas Kanapickas b176366dcf genesys: Increase wait for home timeout to 200 seconds 2019-10-01 10:52:43 +03:00
Povilas Kanapickas 8a1bc90521 genesys: Simplify sanei_genesys_wait_for_home() 2019-10-01 10:52:42 +03:00
Povilas Kanapickas 61e1f1bf08 genesys: Simplify usage of sanei_genesys_get_status() 2019-10-01 08:18:47 +03:00
Povilas Kanapickas 26e418537f genesys: Reduce duplication of waiting for non-empty buffer state 2019-10-01 08:18:46 +03:00
Povilas Kanapickas bf9d69d20d genesys: Replace uses of SANE_Bool with bool 2019-10-01 08:18:45 +03:00
Povilas Kanapickas 6da4e69d95 genesys: Mark overridden functions consistently 2019-10-01 08:18:44 +03:00
Povilas Kanapickas 44ac90d309 genesys: Fix misuses of comma operator 2019-10-01 08:18:43 +03:00
Povilas Kanapickas 7ac53bce10 genesys: Replace uses of nullptr 2019-10-01 08:18:42 +03:00
Povilas Kanapickas a42a177a7a genesys: Bump calibration version 2019-09-30 13:52:05 +03:00
Povilas Kanapickas 98b4742aab genesys: Use strong enum for motor step type 2019-09-30 13:52:04 +03:00
Povilas Kanapickas 719a0cf55c genesys: Use strong enum for motor id 2019-09-30 13:52:03 +03:00
Povilas Kanapickas 45aec26104 genesys: Use strong enum for gpio type 2019-09-30 13:52:02 +03:00
Povilas Kanapickas d4ca0177a1 genesys: Use strong enum for ADC id 2019-09-30 13:52:01 +03:00
Povilas Kanapickas df14234297 genesys: Use strong enum for sensor id 2019-09-30 13:52:00 +03:00
Povilas Kanapickas 66937f6468 genesys: Remove invalid comment 2019-09-30 13:51:59 +03:00
Povilas Kanapickas 6971301590 genesys: Rename Genesys_Sensor::{CCD -> ccd}_start_xoffset 2019-09-30 13:51:58 +03:00
Povilas Kanapickas 591309a29e genesys: Use strongly typed enum for model id 2019-09-30 13:51:57 +03:00
Povilas Kanapickas 9824dfe8b0 Merge branch 'genesys-opticfilm-7200i' into 'master'
genesys: Implement support for Plustek Opticfilm 7200i

See merge request sane-project/backends!197
2019-09-29 22:15:02 +00:00
Povilas Kanapickas ef29ed60c2 genesys: Implement support for Plustek Opticfilm 7200i 2019-09-30 00:58:57 +03:00
Povilas Kanapickas 1dc1da5942 Merge branch 'genesys-misc-cleanup' into 'master'
genesys: Miscellaneous cleanup

See merge request sane-project/backends!196
2019-09-29 19:18:59 +00:00