Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# pixma.conf configuration for the sane pixma backend
2
#
3
# bjnp-timeout=5000
4
# Specify the timeout (in ms) to be used for all the folllowing
5
# scanners.
6
# May be specified multiple times.
7
# The last value (if any) will be used for auto-detection
8
#
9
# define URI's of scanners (one per line)
10
# This is only used for network scanners.
11
# normally scanners will be detected by sending a broadcast
12
# if this does not work under your OS, or if the scanners
13
# are on a different subnet, configure your scanners URI here
14
#
15
# method must be bjnp
16
# port number can normally be left out, port 8612 is used as default
17
# The timeout parameter sets a timeout value for the scanner on
18
# the same line
19
# Example:
20
# bjnp://myscanner.my.domain:8612 // uses the default 1000ms timeout
21
# bjnp-timeout=5000
22
# bjnp://printer-1.pheasant.org // will use the 5000 ms timeout
23
# bjnp://scanner.bad-network.org/timeout=1500 // timeout set to 1500 ms
24
# bjnp-timeout=3000 // will be used for auto-detected scanners
25
#