/sane.d/coolscan2.conf

http://github.com/brinkman83/bashrc · Config · 20 lines · 19 code · 1 blank · 0 comment · 0 complexity · e9039d4f201acacca70e8964ec22ee70 MD5 · raw file

  1. # coolscan2.conf: sample configuration file for coolscan2 backend
  2. #
  3. # The following entrie checks for your scanner by manufacturer (SCSI)
  4. # and by vendor and product ID (USB). This is what the backend does when
  5. # no configuration file can be found.
  6. #
  7. auto
  8. # You can also configure the backend for specific device files, but this
  9. # should not normally be necessary (under Linux at least).
  10. # Syntax for specific devices: <interface>:<device>
  11. #
  12. # For a SCSI scanner, uncomment and edit the following line:
  13. #scsi:/dev/scanner
  14. #
  15. # For a USB scanner, uncomment and edit the following line:
  16. #usb:/dev/usbscanner
  17. #
  18. # For an IEEE 1394 scanner, use the SBP2 protocol (under Linux, use the
  19. # sbp2 kernel module), and your scanner will be handled as a SCSI device.