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