The source project of this merge request has been removed.
HP5590: scanbd integration is ready.
- Added read-only parameter
--button-pressedfor getting ID of last button pressed. - Example usage:
- Read last button pressed in the shell:
"scanimage -d hp5590:libusb:... -h | grep button-pressed" - Integrate to scanbd by adding actions with
-
device
filter = "^hp5590.*"and actionfilter = "^button-pressed.*" - using string-trigger with
from-value = "none" - and
to-value = "scan","collect","file","email","copy"
-
device
- Read last button pressed in the shell:
- Code extension uses code snippets by Cesello.
- White space fixes. Adjusted indents and replaced tabs by spaces for better formatting.
Edited by Bernard B Badeer