1# 2# Options for the umax backend 3# 4 5# define scsi queueing depth 6#option scsi-maxqueue 2 7 8# define scsi buffer size in bytes 9#option scsi-buffer-size-min 65536 10#option scsi-buffer-size-max 262144 11 12# define scan lines that shall be read in one block 13#option scan-lines 100 14#option preview-lines 20 15 16# define how to handle bad sense codes 17# 0 = handle as device busy 18# 1 = handle as ok 19# 2 = handle as i/o error 20# 3 = ignore bad error code - continue sense handler, 21#option handle-bad-sense-error 0 22 23# define if a request sense command shall be executed 24#option execute-request-sense 0 25 26# define if the preview bit shall be set when scanning in rgb mode 27#option force-preview-bit-rgb 0 28 29# define if slow speed flag shall be set 30# BE CAREFUL WITH THIS OPTION, IT MAY DESTROY YOUR SCANNER WHEN SET FALSE 31# -1 = automatically set by driver - if known 32# 0 = disabled 33# 1 = enabled 34#option slow-speed 0 35 36# define if care-about-smeraring flag shall be set 37# BE CAREFUL WITH THIS OPTION, IT MAY DESTROY YOUR SCANNER WHEN SET FALSE 38# -1 = automatically set by driver - if known 39# 0 = disabled 40# 1 = enabled 41#option care-about-smearing 0 42 43# define if the calibration shall be done for selected scanarea or for each ccd pixel 44# -1 = automatically set by driver - if known 45# 0 = disabled 46# 1 = enabled 47#option calibration-full-ccd 1 48 49# define if an offset of the calculate calibration with has to be used 50# -99999 = auto 51#option calibration-width-offset -99999 52 53# define the number of pixels that is used for calibration 54# -1 = disabled 55# 0 = not set 56# 1 = 1 byte/pixel, 57# 2 = 2 bytes/pixel 58#option calibration-bytes-pixel -1 59 60# define if scanner uses the same exposure times for red, green and blue 61# -1 = automatically set by driver - if known 62# 0 = disabled (own selection for red, green and blue) 63# 1 = enabled (same values for red, green and blue) 64#options exposure-time-rgb-bind 0 65 66# define if shading data shall be inverted before sending it back to the scanner 67# -1 = automatically set by driver - if known 68# 0 = disabled 69# 1 = enabled 70#option invert-shading-data 0 71 72# define if the scanner supports lamp control commands 73# 0 = automatically set by driver - if known 74# 1 = enabled 75#option lamp-control-available 0 76 77# define how 16 bit gamma data is padded 78# -1 = automatically set by driver - if known 79# 0 = gamma data is msb padded 80# 1 = gamma data is lsb padded 81#option gamma-lsb-padded 0 82 83# define connection type of following devices 84# 1 = scsi 85# 2 = usb 86#option connection-type 1 87 88# linux device identification: 89#scsi vendor model type bus channel id lun 90scsi UMAX * Scanner 91scsi LinoHell JADE 92scsi LinoHell Office 93scsi LinoHell Office2 94scsi LinoHell SAPHIR2 95scsi LinoHell SAPHIR3 96scsi Linotype SAPHIR4 97scsi LinoHell OPAL2 98scsi HDM LS4H1S 99scsi Nikon AX-110 100scsi Nikon AX-210 101scsi KYE ColorPage-HR5 102scsi EPSON Perfection600 103scsi ESCORT "Galleria 600S" 104scsi TriGem PowerScanII 105 106# Umax Astra 2200 via USB: 107# usb vendor product 108usb 0x1606 0x0230 109 110# scsi device list 111option connection-type 1 112/dev/scanner 113 114# usb device list 115option connection-type 2 116/dev/usbscanner 117