From 6e9c41a892ed0e0da326e0278b3221ce3f5713b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 6 Oct 2014 14:00:40 +0200 Subject: Initial import of sane-backends version 1.0.24-1.2 --- backend/magicolor.conf.in | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 backend/magicolor.conf.in (limited to 'backend/magicolor.conf.in') diff --git a/backend/magicolor.conf.in b/backend/magicolor.conf.in new file mode 100644 index 0000000..9c25994 --- /dev/null +++ b/backend/magicolor.conf.in @@ -0,0 +1,42 @@ +### magicolor.conf +### +### here are some examples for how to configure the Magicolor backend + +### Timeout settings: SNMP autodetection, Scan data read requests and other +### read requests. All values are given in milliseconds, +### i.e. 1000 is 1 second. + +# SNMP auto-detection waits 1.5 seconds +snmp-timeout 1500 + +# wait 15 seconds for scan data (color scans take ~6 seconds to initialize, +# so we need to wait longer than that) +scan-data-timeout 15000 + +# Wait 5 seconds for all other data requests +request-timeout 5000 + + +### Network: Format is "net IP_ADDRESS [USB_ID]" or "net autodiscovery" +### if USB_ID is left out, SNMP is used to detect the device type + +net autodiscovery +#net 10.0.0.5 + +### The following is a magicolor 1690mf with explicit IP-Address +#net 10.0.0.5 0x2098 +# net 192.168.0.1 + +### USB: format is "usb" for automatic (libusb) discovery, based on USB IDs, +### or "usb to force the use of a particular +### device (the backend has some additional checks and will not use +### non-KONICA MINOLTA devices, though) + +usb + +### For libusb support for unknown scanners use the following command +### usb +### e.g.: + +# usb 0x132b 0x2098 + -- cgit v1.2.3