From 6e9c41a892ed0e0da326e0278b3221ce3f5713b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 6 Oct 2014 14:00:40 +0200 Subject: Initial import of sane-backends version 1.0.24-1.2 --- doc/descriptions/rts8891.desc | 52 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 doc/descriptions/rts8891.desc (limited to 'doc/descriptions/rts8891.desc') diff --git a/doc/descriptions/rts8891.desc b/doc/descriptions/rts8891.desc new file mode 100644 index 0000000..7e30ea4 --- /dev/null +++ b/doc/descriptions/rts8891.desc @@ -0,0 +1,52 @@ +; +; 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 "rts8891" ; name of backend +:version "1.0-0" ; version of backend (or "unmaintained") +:manpage "sane-rts8891" ; name of manpage (if it exists) +:url "http://stef.dev.free.fr/sane/rts8891/index.html" + ; backend's web page + +:comment "This backend supports Realtek RTS8891 ASIC bases scanners." + ; comment about the backend + +:devicetype :scanner ; start of a list of devices.... + ; other types: :stillcam, :vidcam, + ; :meta, :api + +:mfg "UMAX" ; name a manufacturer +:url "http://www.umax.com.tw/" ; manufacturer's URL + +:model "Astra 4400" +:interface "USB" +:usbid "0x1606" "0x0070" +:status :good +:comment "Supports 75, 150, 300, 600 and 1200 dpi" + +:model "Astra 4450" +:interface "USB" +:usbid "0x1606" "0x0070" +:status :untested + +:mfg "Hewlett-Packard" ; name a manufacturer +:url "http://www.hp.com/" + +:model "scanjet 4470c" +:interface "USB" +:usbid "0x03f0" "0x0805" +:status :good +:comment "re-branded Astra 4400" + +:model "scanjet 4400c" +:interface "USB" +:usbid "0x03f0" "0x0705" +:status :good +:comment "exists with 2 different sensors of which only one works" -- cgit v1.2.3