coolscan3.conf 754 B

1234567891011121314151617181920
  1. # coolscan3.conf: sample configuration file for coolscan3 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.