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
2022-11-18 01:52:29 +00:00
:version "33" ; version of backend
2007-12-18 02:02:51 +00:00
:manpage "sane-epjitsu" ; name of manpage (if it exists)
2022-11-16 03:01:19 +00:00
:comment "Backend updated for SANE release 1.1.2, see sane-epjitsu manpage"
2007-12-18 02:02:51 +00:00
:devicetype :scanner ; start of a list of devices....
; other types: :stillcam, :vidcam,
; :meta, :api
:mfg "Fujitsu" ; name a manufacturer
:url "http://www.fujitsu.com/"
2022-11-16 03:01:19 +00:00
:url "https://fujitsuscanners.com/"
2007-12-18 02:02:51 +00:00
;==================================================
:model "fi-60F"
:interface "USB"
2017-04-12 01:22:05 +00:00
:status :good
2007-12-18 03:08:13 +00:00
:usbid "0x04c5" "0x10c7"
2024-02-15 15:04:22 +00:00
:comment "A6-size flatbed. Hardware provides 150/200/300/400/600 dpi in color. Software creates other resolutions, plus grayscale and binary modes. Hardware grayscale mode is not used due to poor calibration. Needs firmware '60f_0A00.nal'"
2007-12-18 02:02:51 +00:00
:model "ScanSnap S300"
:interface "USB"
2008-09-25 03:15:49 +00:00
:status :good
2007-12-18 02:02:51 +00:00
:usbid "0x04c5" "0x1156"
2024-02-15 15:04:22 +00:00
:comment "Letter-size ADF. Hardware provides duplex, 150/225/300/600 dpi in color on AC or USB power. Software creates other resolutions, plus grayscale and binary modes. All buttons and sensors are exposed. Scanner always scans in _triplex_ color, fast USB required. Needs firmware '300_0C00.nal'"
2007-12-18 02:02:51 +00:00
2008-04-23 01:55:34 +00:00
:model "ScanSnap S300M"
:interface "USB"
2010-11-23 21:56:13 +00:00
:status :good
2009-02-23 16:46:26 +00:00
:usbid "0x04c5" "0x117f"
2024-02-15 15:04:22 +00:00
:comment "Same as S300, with different usb id. Needs firmware '300M_0C00.nal'"
2010-02-10 03:02:08 +00:00
2017-04-12 01:22:05 +00:00
:model "fi-65F"
2011-01-31 13:29:45 +00:00
:interface "USB"
2014-06-13 01:24:31 +00:00
:status :good
2017-04-12 01:22:05 +00:00
:usbid "0x04c5" "0x11bd"
2024-02-15 15:04:22 +00:00
:comment "Same as fi-60f, with different usb id. Button support untested. Needs firmware '65f_0A01.nal'"
2011-01-31 13:29:45 +00:00
2010-02-10 03:02:08 +00:00
:model "ScanSnap S1300"
:interface "USB"
:status :good
:usbid "0x04c5" "0x11ed"
2024-02-15 15:04:22 +00:00
:comment "Same as S300, with different usb id. Needs firmware '1300_0C26.nal'"
2010-02-10 03:02:08 +00:00
2017-04-12 01:22:05 +00:00
:model "ScanSnap S1100"
:interface "USB"
:status :good
:usbid "0x04c5" "0x1200"
2024-02-15 15:04:22 +00:00
:comment "Letter-size ADF. Hardware provides simplex, 300/600 dpi in color on USB power. Software creates other resolutions, plus grayscale and binary modes. All buttons and sensors are exposed. Scanner always scans in _triplex_ color, fast USB required. Needs firmware '1100_0B00.nal'"
2017-04-12 01:22:05 +00:00
2014-05-16 02:05:00 +00:00
:model "ScanSnap S1300i"
:interface "USB"
2014-05-28 01:39:35 +00:00
:status :good
2014-05-16 02:05:00 +00:00
:usbid "0x04c5" "0x128d"
2024-02-15 15:04:22 +00:00
:comment "Same as S300, with different usb id. Needs firmware '1300i_0D12.nal'"
2014-05-28 01:39:35 +00:00
2017-04-12 01:22:05 +00:00
:model "ScanSnap S1100i"
2014-05-28 01:39:35 +00:00
:interface "USB"
2017-04-12 01:22:05 +00:00
:status :good
:usbid "0x04c5" "0x1447"
2024-02-15 15:04:22 +00:00
:comment "Same as S1100, with different usb id. Needs firmware '1100i_0A00.nal'"