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/plustek_pp.conf.in | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 backend/plustek_pp.conf.in (limited to 'backend/plustek_pp.conf.in') diff --git a/backend/plustek_pp.conf.in b/backend/plustek_pp.conf.in new file mode 100644 index 0000000..a000343 --- /dev/null +++ b/backend/plustek_pp.conf.in @@ -0,0 +1,40 @@ +# Plustek-PP SANE Backend configuration file +# For use with Plustek parallel-port scanners +# + +# +# user either [direct] or [kernel] to access the scanner +# when using [kernel], device specifies the device-node, which is created +# by the kernel-module loader (applies only to Linux) +# when using [direct], device is used to set the parallel-port base address +# or a device-name suitable for libieee1284, i.e. parport0 +# +#[direct] +#device 0x378 + +# +# example for accessing the scanner via libieee1284 +# +[direct] +device parport0 + +# +# leave the default values as specified in /etc/modules.conf +# +option warmup -1 +option lOffOnEnd -1 +option lampOff -1 + +# model override switch, mostly for cosmetic changes, if the autodetection +# does not work or could not work correctly +#option mov 7 + +# +# example for accessing the scanner via the kernel module +# +#[kernel] +#device /dev/pt_drv +# +#option warmup -1 +#option lOffOnEnd -1 +#option lampOff -1 -- cgit v1.2.3