Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# Define which port to use if one isn't specified - you should only have
2
# one of these lines!
3
# This is the default port to be used - others will be detected
4
ieee1284 parport0
5
 
6
 
7
# Define the location of our pixel weight file, can begin with ~/ if needed.
8
# You can have as many of these as you like - lines with ports that don't exist
9
# will be ignored.
10
#
11
# Parameters are:
12
# calibrate /path/to/calibration-file port-name
13
#
14
# The format of port-name is dependant on your OS version.
15
#
16
# If a file isn't speficied, the default name will be
17
# ~/.sane/canon_pp-calibration-[port-name]
18
 
19
calibrate ~/.sane/canon_pp-calibration-pp0 parport0
20
 
21
# calibrate /etc/sane/my_calibration parport1
22
 
23
 
24
# Enable the next line if you're having trouble with ECP mode such as I/O
25
# errors.  Nibble mode is slower, but more reliable.
26
 
27
#force_nibble
28
 
29
# Set a default initialisation mode for each port.  Valid modes are:
30
# AUTO		(attempts to automatically detect by trying both methods)
31
# FB620P	(10101010 style.. also works for FB320P)
32
# FB630P	(11001100 style.. also works for FB330P, N340P, N640P)
33
 
34
init_mode AUTO parport0
35
# init_mode FB620P parport0
36
# init_mode FB630P parport0