diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-06 14:00:40 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-06 14:00:40 +0200 |
commit | 6e9c41a892ed0e0da326e0278b3221ce3f5713b8 (patch) | |
tree | 2e301d871bbeeb44aa57ff9cc070fcf3be484487 /backend/mustek.conf.in |
Initial import of sane-backends version 1.0.24-1.2
Diffstat (limited to 'backend/mustek.conf.in')
-rw-r--r-- | backend/mustek.conf.in | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/backend/mustek.conf.in b/backend/mustek.conf.in new file mode 100644 index 0000000..3233fd8 --- /dev/null +++ b/backend/mustek.conf.in @@ -0,0 +1,41 @@ +# See sane-mustek(5) for documentation. + +#--------------------------- Global options --------------------------------- +#option strip-height 1 # some SCSI adapters need this; scanning may + # be faster without this option +#option force-wait # wait for scanner to be ready (only necessary + # when scanner freezes) +#option disable-double-buffering # try this if you have SCSI trouble + +#-------------------------- SCSI scanners ----------------------------------- +scsi MUSTEK * Scanner +# option linedistance-fix # stripes may go away in color mode +# option buffersize 1024 # set non standard buffer size (in kb) +# option blocksize 2048 # set non standard block size (in kb) +# option lineart-fix # lineart may be faster with this option off. +# option disable-backtracking # faster, but may produce stripes + +scsi SCANNER +# option linedistance-fix # stripes may go away in color mode +# option buffersize 1024 # set non standard buffer size (in kb) +# option blocksize 2048 # set non standard block size (in kb) +# option lineart-fix # lineart may be faster with this option off. +# option disable-backtracking # faster, but may produce stripes + +/dev/scanner +# option linedistance-fix # stripes may go away in color mode +# option buffersize 1024 # set non standard buffer size (in kb) +# option blocksize 2048 # set non standard block size (in kb) +# option lineart-fix # lineart may be faster with this option off. +# option disable-backtracking # faster, but may produce stripes + +#-------------------------- 600 II N ---------------------------------------- +#0x2eb + # For the 600 II N try one of 0x26b, 0x2ab, + # 0x2eb, 0x22b, 0x32b, 0x36b, 0x3ab, 0x3eb. +# option linedistance-fix # only neccessary with firmware 2.x + +#-------------------------- 600 II EP --------------------------------------- +#parport0 + # parport0, parport1, ..., + # or: 0x378(=lpt1), 0x278(=lpt2), 0x3bc(=lpt3) |