diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-06 14:00:40 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-06 14:00:40 +0200 |
commit | 6e9c41a892ed0e0da326e0278b3221ce3f5713b8 (patch) | |
tree | 2e301d871bbeeb44aa57ff9cc070fcf3be484487 /doc/descriptions/niash.desc |
Initial import of sane-backends version 1.0.24-1.2
Diffstat (limited to 'doc/descriptions/niash.desc')
-rw-r--r-- | doc/descriptions/niash.desc | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/doc/descriptions/niash.desc b/doc/descriptions/niash.desc new file mode 100644 index 0000000..960468c --- /dev/null +++ b/doc/descriptions/niash.desc @@ -0,0 +1,63 @@ +; $Id$ +; 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 "niash" +:version "0.3" +:manpage "sane-niash" +:url "http://sourceforge.net/projects/hp3300backend" + +:devicetype :scanner + +:mfg "Hewlett-Packard" +:url "http://www.hp.com" + +:model "ScanJet 3300c" +:interface "USB" +:usbid "0x03f0" "0x0205" +:status :complete + +:model "ScanJet 3400c" +:interface "USB" +:usbid "0x03f0" "0x0405" +:comment "If you use Linux 2.6, version 2.6.8 or newer is necessary." +:status :complete + +:model "ScanJet 4300c" +:interface "USB" +:usbid "0x03f0" "0x0305" +:comment "If you use Linux 2.6, version 2.6.8 or newer is necessary." +:status :complete + +:model "ScanJet 4300c/Silitek" +:interface "USB" +:usbid "0x047b" "0x1002" +:comment "If you use Linux 2.6, version 2.6.8 or newer is necessary." +:status :complete + +:mfg "Agfa" +:url "http://www.agfa.com" + +:model "Snapscan Touch" +:interface "USB" +:usbid "0x06bd" "0x0100" +:status :complete + +:mfg "Trust" +:url "http://www.trust.com" + +:model "Office Scan USB 19200" +:interface "USB" +:usbid "0x047b" "0x1000" +:status :complete + + + + |