Wykres commitów

11108 Commity (bae938b4be6d74659201a68d40b0977df45de1d9)

Autor SHA1 Wiadomość Data
Povilas Kanapickas 9698bfece7 genesys: Add support for matching devices by bcdDevice 2020-03-28 23:15:48 +02:00
Povilas Kanapickas 0bdce7928f genesys: Turn Genesys_USB_Device_Entry into a class 2020-03-28 23:15:47 +02:00
Povilas Kanapickas b89751605f genesys: Add support for reading bcdDevice value 2020-03-28 23:15:46 +02:00
Povilas Kanapickas d6fa866818 sanei_usb: Add support for record/replay of get descriptor calls 2020-03-28 22:48:38 +02:00
Povilas Kanapickas 59df3942f8 Merge branch 'sanei-usb-record-indent-configuration' into 'master'
sanei_usb: Indent the configuration section in recorded xml

See merge request sane-project/backends!382
2020-03-28 20:42:38 +00:00
Povilas Kanapickas 77886e6387 sanei_usb: Return correct error code in replay code path 2020-03-28 22:21:19 +02:00
Povilas Kanapickas 770b204702 sanei_usb: Support devices that are being opened multiple times 2020-03-28 22:13:44 +02:00
Povilas Kanapickas 7d97a1aaf4 sanei_usb: Reset all testing data on exit 2020-03-28 22:13:44 +02:00
Povilas Kanapickas 62614a4660 sanei_usb: Use internal linkage for private static variables 2020-03-28 22:13:44 +02:00
Povilas Kanapickas 45dfd889e6 sanei_usb: Indent the configuration section in recorded xml 2020-03-28 22:12:11 +02:00
Povilas Kanapickas 7508a21741 Merge branch 'lide-210-220-4800dpi' into 'master'
genesys: Add 4800dpi support for Canon LiDE 210 & 220

Closes #204

See merge request sane-project/backends!374
2020-03-27 22:04:15 +00:00
Povilas Kanapickas 4a960e960a Merge branch 'genesys-plustek' into 'master'
genesys: Fix x position of scan window on Plustek 7400

See merge request sane-project/backends!378
2020-03-27 21:24:08 +00:00
Povilas Kanapickas e592a0c6f2 genesys: Fix x position of scan window on Plustek 7400 2020-03-27 23:05:49 +02:00
Povilas Kanapickas bed29187f7 Merge branch 'genesys-plustek' into 'master'
genesys: Add support for Plustek OpticFilm 7400 and 8200i

See merge request sane-project/backends!377
2020-03-27 20:20:51 +00:00
Povilas Kanapickas 8068a958b2 genesys: Fix setup of motor vref on gl846 2020-03-27 21:29:30 +02:00
Povilas Kanapickas 982d7d18aa genesys: Fix log message when device is not supported 2020-03-27 21:29:29 +02:00
Povilas Kanapickas 6cb39e0a29 genesys: Add support for Plustek Opticfilm 8200i 2020-03-27 21:29:28 +02:00
Povilas Kanapickas adaac29d90 genesys: Add support for Plustek Opticfilm 7400 2020-03-27 21:29:27 +02:00
Povilas Kanapickas ef67ab0835 genesys: Fix support for transparency scanners on gl846 2020-03-27 21:29:26 +02:00
Povilas Kanapickas 0fc25ed2d4 genesys: Fix motor setup on gl846 2020-03-27 21:29:25 +02:00
Povilas Kanapickas c3d7a02b0c genesys: Fix bulk data read from USB on gl845 2020-03-27 21:29:24 +02:00
Povilas Kanapickas 69bfaa7256 genesys: Print MotorId as string instead of a numeric id 2020-03-27 21:29:23 +02:00
Povilas Kanapickas 71c81423fe genesys: Print GpioId as string instead of a numeric id 2020-03-27 21:29:22 +02:00
Povilas Kanapickas 40d0641940 genesys: Print AdcId as string instead of a numeric id 2020-03-27 21:29:21 +02:00
Povilas Kanapickas 75da1523b8 genesys: Print ScanSession::pixel_count_ratio when serializing to stream 2020-03-27 21:29:20 +02:00
Raf Czlonka ce97560e56 Remove double quotes, use curly braces where appropriate, and fix
the $BUSNAME device node path
2020-03-25 20:15:37 +00:00
Raf Czlonka 6fed5be5f3 $BUSNAME is a full device path, not just the device node name 2020-03-25 20:12:53 +00:00
Raf Czlonka 2c9a411b12 Remove superfluous double quotes
Device nodes are always comprised of alphanumeric characters so
there's no need to quote them. That being said, where appropriate,
use curly braces if the variable doesn't terminate the string -
technically, this isn't necessary as the character which follows
is a dot ('.'), which isn't a legal character in variable names so
there's no ambiguity but it makes the variable "stand out" at the
very least.
2020-03-25 20:05:04 +00:00
Raf Czlonka d24a5171c2 chown -> chmod 2020-03-25 20:03:41 +00:00
Rolf Bensch 1fdb7021df pixma: Canon PIXMA TS3300 Series is working
see merge request sane-project/backends!376
2020-03-25 20:22:27 +01:00
Raf Czlonka 6b1b071b77 Group commands and add conditionals 2020-03-25 03:02:56 +00:00
Raf Czlonka 0d0c03ab68 Change the owner as well as the group - missed earlier 2020-03-25 02:48:53 +00:00
Raf Czlonka 9687ff8aa0 Additionally to user:group, modes also need changing 2020-03-25 02:47:54 +00:00
Raf Czlonka 5a842d8dd6 Remove useless comments 2020-03-25 02:44:37 +00:00
Raf Czlonka 0b978ea742 Simplify - use test(1) and && instead of 'if ... then ... fi" 2020-03-25 02:25:50 +00:00
Raf Czlonka a129b7767d Incorporate hotplugd(8) patches from the OpenBSD port
https://cvsweb.openbsd.org/~checkout~/ports/graphics/sane-backends/patches/patch-tools_openbsd_attach?rev=1.3
https://cvsweb.openbsd.org/~checkout~/ports/graphics/sane-backends/patches/patch-tools_openbsd_detach?rev=1.2

While there, use "$()" instead of "``" for running commands in a
subshell (this is to match `attach` change commited earlier).

More whitespace fixes.
2020-03-25 02:07:05 +00:00
Raf Czlonka 61881417fa Provide a working hotplugd(8) attach example
Current example not only doesn't work but also hard-codes `ugen0` device name.

Fix whitespace while there.
2020-03-25 01:59:59 +00:00
Matthew Petroff 5c1643291a genesys: Add 4800dpi support for Canon LiDE 220. 2020-03-24 21:40:10 -04:00
Matthew Petroff 93f6bb19a9 genesys: Simplify GL124 shading data segment iteration. 2020-03-24 21:40:10 -04:00
Matthew Petroff 74f2af604b genesys: Add 4800dpi support for Canon LiDE 210.
Based on USB logs from Windows driver.
2020-03-24 21:40:10 -04:00
Olaf Meeuwissen dd78511072 Merge branch 'escl-unix-socket' into 'master'
Add unix socket support to ESCL

See merge request sane-project/backends!348
2020-03-24 12:22:38 +00:00
Rolf Bensch 03a135cafd pixma: backend version 0.27.5 2020-03-24 13:05:19 +01:00
Rolf Bensch 86a8780c0c Merge branch 'pixma/use-BT.709-luma' into 'master'
pixma: for grayscale conversion use BT.709 luma

See merge request sane-project/backends!373
2020-03-24 12:03:18 +00:00
Rolf Bensch 6e52b3f01a pixma: for grayscale conversion use BT.709 luma
Before we used linear grayscale conversion. This is not state of the art.
2020-03-24 12:46:27 +01:00
Olaf Meeuwissen a309a2a58d Merge branch '111-sane-backends-1-0-28-backend-gt68xx_high-c-100-bad-expression-testpicture' into 'master'
Resolve "sane-backends-1.0.28/backend/gt68xx_high.c💯 bad expression ?"

Closes #111

See merge request sane-project/backends!369
2020-03-24 11:30:46 +00:00
Olaf Meeuwissen 199b9eeef6 Merge branch '243-really-fix-build-failure-on-ubuntu-16.04' into 'master'
Resolve "cannot build escl backend for Ubuntu 16.04 LTS"

Closes #243

See merge request sane-project/backends!372
2020-03-23 13:17:23 +00:00
Olaf Meeuwissen 56522b6a35 Fix references to function check results 2020-03-23 22:00:16 +09:00
Olaf Meeuwissen 00a7fd8f00 Add linker flags for JPEG library when checking for functions 2020-03-23 21:59:41 +09:00
Ralph Little e5e63f306a test: extra brackets to silence cppcheck warning. 2020-03-22 12:40:17 -07:00
Ralph Little 2583158a5b Merge branch '111-sane-backends-1-0-28-backend-gt68xx_high-c-100-bad-expression' into 'master'
Resolve "sane-backends-1.0.28/backend/gt68xx_high.c💯 bad expression ?"

See merge request sane-project/backends!363
2020-03-22 17:10:37 +00:00