Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 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 befor 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
90
scsi UMAX * Scanner
91
scsi LinoHell JADE
92
scsi LinoHell Office
93
scsi LinoHell Office2
94
scsi LinoHell SAPHIR2
95
scsi LinoHell SAPHIR3
96
scsi Linotype SAPHIR4
97
scsi LinoHell OPAL2
98
scsi HDM LS4H1S
99
scsi Nikon AX-110
100
scsi Nikon AX-210
101
scsi KYE ColorPage-HR5
102
scsi EPSON Perfection600
103
scsi ESCORT "Galleria 600S"
104
scsi TriGem PowerScanII
105
 
106
# Umax Astra 2200 via USB:
107
# usb vendor product
108
usb 0x1606 0x0230
109
 
110
# scsi device list
111
option connection-type 1
112
/dev/scanner
113
 
114
# usb device list
115
option connection-type 2
116
/dev/usbscanner
117