2007-12-18 02:02:51 +00:00
|
|
|
;
|
|
|
|
; SANE Backend specification file
|
|
|
|
;
|
|
|
|
; It's basically emacs-lisp --- so ";" indicates comment to end of line.
|
|
|
|
; All syntactic elements are keyword tokens, followed by a string or
|
|
|
|
; keyword argument, as specified.
|
|
|
|
;
|
|
|
|
; ":backend" *must* be specified.
|
|
|
|
; All other information is optional (but what good is the file without it?).
|
|
|
|
;
|
|
|
|
|
|
|
|
:backend "epjitsu" ; name of backend
|
|
|
|
:url "http://www.thebility.com/epjitsu/"
|
2008-05-16 02:31:57 +00:00
|
|
|
:version "1.0.12" ; version of backend
|
2007-12-18 02:02:51 +00:00
|
|
|
:manpage "sane-epjitsu" ; name of manpage (if it exists)
|
|
|
|
:comment "Only basic support provided, see sane-epjitsu manpage"
|
|
|
|
:devicetype :scanner ; start of a list of devices....
|
|
|
|
; other types: :stillcam, :vidcam,
|
|
|
|
; :meta, :api
|
|
|
|
|
|
|
|
:mfg "Fujitsu" ; name a manufacturer
|
|
|
|
:url "http://www.fujitsu.com/"
|
|
|
|
|
|
|
|
;==================================================
|
|
|
|
:model "fi-60F"
|
|
|
|
:interface "USB"
|
|
|
|
:status :basic
|
2007-12-18 03:08:13 +00:00
|
|
|
:usbid "0x04c5" "0x10c7"
|
2007-12-18 02:02:51 +00:00
|
|
|
:comment "A6-size flatbed, 300/600 dpi, color/grayscale in hardware"
|
|
|
|
|
|
|
|
:model "ScanSnap S300"
|
|
|
|
:interface "USB"
|
|
|
|
:status :basic
|
|
|
|
:usbid "0x04c5" "0x1156"
|
|
|
|
:comment "10 sheet ADF, 150/300 dpi, always scans in triplex color, no TWAIN driver"
|
|
|
|
|
2008-04-23 01:55:34 +00:00
|
|
|
:model "ScanSnap S300M"
|
|
|
|
:interface "USB"
|
|
|
|
:status :untested
|
|
|
|
:comment "10 sheet ADF, 150/300 dpi, always scans in triplex color, MAC only"
|