/etc/sane.d/kodak.conf is in libsane-common 1.0.27-1~experimental3ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # NOTE: any 'option' lines only apply to
# scanners discovered later in this file
# to set data buffer size, in bytes
# the value ranges from 4096 - infinity
# but you may have scanning problems with
# a value larger than 32768 (the default)
option buffer-size 32768
# To search for all KODAK scsi devices
scsi KODAK
# To use a specific scsi device
#scsi /dev/sg1
|