1# Plustek-PP SANE Backend configuration file 2# For use with Plustek parallel-port scanners 3# 4 5# 6# user either [direct] or [kernel] to access the scanner 7# when using [kernel], device specifies the device-node, which is created 8# by the kernel-module loader (applies only to Linux) 9# when using [direct], device is used to set the parallel-port base address 10# or a device-name suitable for libieee1284, i.e. parport0 11# 12#[direct] 13#device 0x378 14 15# 16# example for accessing the scanner via libieee1284 17# 18[direct] 19device parport0 20 21# 22# leave the default values as specified in /etc/modules.conf 23# 24option warmup -1 25option lOffOnEnd -1 26option lampOff -1 27 28# model override switch, mostly for cosmetic changes, if the autodetection 29# does not work or could not work correctly 30#option mov 7 31 32# 33# example for accessing the scanner via the kernel module 34# 35#[kernel] 36#device /dev/pt_drv 37# 38#option warmup -1 39#option lOffOnEnd -1 40#option lampOff -1 41