File: coolscan3.conf.in

package info (click to toggle)
sane-backends 1.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 37,652 kB
  • sloc: ansic: 417,528; cpp: 33,564; makefile: 2,502; java: 1,412; sh: 701; python: 330; awk: 83; perl: 27
file content (20 lines) | stat: -rw-r--r-- 753 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# coolscan3.conf: sample configuration file for coolscan3 backend
#
# The following entry checks for your scanner by manufacturer (SCSI)
# and by vendor and product ID (USB). This is what the backend does when
# no configuration file can be found.
#
auto

# You can also configure the backend for specific device files, but this
# should not normally be necessary (under Linux at least).
# Syntax for specific devices: <interface>:<device>
#
# For a SCSI scanner, uncomment and edit the following line:
#scsi:/dev/scanner
#
# For a USB scanner, uncomment and edit the following line:
#usb:/dev/usbscanner
#
# For an IEEE 1394 scanner, use the SBP2 protocol (under Linux, use the
# sbp2 kernel module), and your scanner will be handled as a SCSI device.