summaryrefslogtreecommitdiff
path: root/doc/descriptions/epjitsu.desc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/descriptions/epjitsu.desc')
-rw-r--r--doc/descriptions/epjitsu.desc54
1 files changed, 54 insertions, 0 deletions
diff --git a/doc/descriptions/epjitsu.desc b/doc/descriptions/epjitsu.desc
new file mode 100644
index 0000000..7c453df
--- /dev/null
+++ b/doc/descriptions/epjitsu.desc
@@ -0,0 +1,54 @@
+;
+; 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/"
+:version "20" ; version of backend
+:manpage "sane-epjitsu" ; name of manpage (if it exists)
+:comment "Backend updated for SANE release 1.0.21, 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
+:usbid "0x04c5" "0x10c7"
+:comment "A6-size flatbed, 300/600 dpi, color/gray/binary"
+
+:model "ScanSnap S300"
+:interface "USB"
+:status :good
+:usbid "0x04c5" "0x1156"
+:comment "Duplex, 150/225/300/600 dpi, color/gray/binary, AC/USB power, buttons/sensors all supported. Scanner always scans in _triplex_ color, fast USB required."
+
+:model "ScanSnap S300M"
+:interface "USB"
+:status :good
+:usbid "0x04c5" "0x117f"
+:comment "Same as S300, with different usb id"
+
+:model "ScanSnap S1100"
+:interface "USB"
+:status :unsupported
+:usbid "0x04c5" "0x1200"
+:comment "Beta version of backend source available, which works well, but breaks support for other epjitsu scanners. See http://ubuntuforums.org/showthread.php?t=1678335"
+
+:model "ScanSnap S1300"
+:interface "USB"
+:status :good
+:usbid "0x04c5" "0x11ed"
+:comment "Same as S300, with different usb id"
+