diff options
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) |