From 6e9c41a892ed0e0da326e0278b3221ce3f5713b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 6 Oct 2014 14:00:40 +0200 Subject: Initial import of sane-backends version 1.0.24-1.2 --- backend/sharp.conf.in | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 backend/sharp.conf.in (limited to 'backend/sharp.conf.in') diff --git a/backend/sharp.conf.in b/backend/sharp.conf.in new file mode 100644 index 0000000..0541240 --- /dev/null +++ b/backend/sharp.conf.in @@ -0,0 +1,42 @@ +# The options are only meaningful if the backend was +# compiled with USE_FORK defined +# +# option buffersize: size of one buffer allocated as shared +# memory for data transfer between the reader process +# and the parent process +# option buffers: number of these buffers +# The minimum is 2 +# option readqueue: number of queued read requests. This is +# with the current SANE version (1.01) only useful for +# Linux, since queued read requests are not supported +# for other operating systems. +# +# For Linux, a value of 2 is recommended, at least if a +# JX-250 is used. Bigger values are only a waste of memory. +# +# For other operationg systems, set this value to zero +# +# option stop_on_fsu_error: should be 0 or 1. If set to 0, +# the "FSU light dispersion error" does not cause the abortion +# of a scan. +# +# option default_scan_source: valid values are "auto", "fsu", "adf" +# and "flatbed". For "auto", the backend will enable an ADF or +# or FSU, if installed. +# +# global options: +option buffers 4 +option buffersize 131072 +option readqueue 2 +option stop_on_fsu_error 1 +option default_scan_source auto +# look for all devices with vendor ID "SHARP" and type "Scanner" +scsi SHARP * Scanner +# no options specific to these devices listed -> use global options +/dev/scanner +# options specific to /dev/scanner + option buffers 6 + option buffersize 262144 + option readqueue 2 +# example for another (Linux) device name: +#/dev/sg1 -- cgit v1.2.3