kopia lustrzana https://gitlab.com/sane-project/backends
Adding new external backend hp5590
rodzic
d1d46d8d2a
commit
78ff28cb83
|
@ -1,3 +1,11 @@
|
||||||
|
2007-04-21 Mattias Ellert <mattias.ellert@tsl.uu.se>
|
||||||
|
|
||||||
|
* doc/descriptions-external/hp5590.desc,
|
||||||
|
doc/descriptions/unsupported.desc:
|
||||||
|
Added description for new external backend hp5590
|
||||||
|
See: http://lists.alioth.debian.org/pipermail/sane-devel/
|
||||||
|
2007-April/018977.html
|
||||||
|
|
||||||
2007-04-21 Julien Blache <jb@jblache.org>
|
2007-04-21 Julien Blache <jb@jblache.org>
|
||||||
* backend/epson.c: remove bogus check in
|
* backend/epson.c: remove bogus check in
|
||||||
get_identity2_information(), causing the identification of various
|
get_identity2_information(), causing the identification of various
|
||||||
|
|
|
@ -0,0 +1,38 @@
|
||||||
|
;
|
||||||
|
; 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 "hp5590"
|
||||||
|
:version "1.0"
|
||||||
|
:manpage "sane-hp5590"
|
||||||
|
:url "http://lists.alioth.debian.org/pipermail/sane-devel/2007-April/018977.html"
|
||||||
|
|
||||||
|
:devicetype :scanner
|
||||||
|
|
||||||
|
:mfg "Hewlett-Packard"
|
||||||
|
:url "http://www.hp.com"
|
||||||
|
|
||||||
|
:model "ScanJet 5550C"
|
||||||
|
:interface "USB"
|
||||||
|
:usbid "0x03f0" "0x1205"
|
||||||
|
:status :basic
|
||||||
|
:comment "Lineart/grayscale/color (24 bit), 100/200/300/600/1200/2400 DPI, flatbed/ADF/ADF duplex/TMA slides/TMA negatives"
|
||||||
|
|
||||||
|
:model "ScanJet 5590"
|
||||||
|
:interface "USB"
|
||||||
|
:usbid "0x03f0" "0x1705"
|
||||||
|
:status :basic
|
||||||
|
:comment "Lineart/grayscale/color (24 bit), 100/200/300/600/1200/2400 DPI, flatbed/ADF/ADF duplex/TMA slides/TMA negatives"
|
||||||
|
|
||||||
|
:model "ScanJet 7650"
|
||||||
|
:interface "USB"
|
||||||
|
:usbid "0x03f0" "0x1805"
|
||||||
|
:status :basic
|
||||||
|
:comment "Lineart/grayscale/color (24 bit), 100/200/300/600/1200/2400 DPI, flatbed/ADF/ADF duplex/TMA slides/TMA negatives"
|
||||||
|
|
|
@ -902,26 +902,6 @@
|
||||||
:comment "Maybe GL841_HP, but not confirmed, maybe can be added to genesys backend"
|
:comment "Maybe GL841_HP, but not confirmed, maybe can be added to genesys backend"
|
||||||
:status :unsupported
|
:status :unsupported
|
||||||
|
|
||||||
:model "ScanJet 5550C"
|
|
||||||
:url "/unsupported/hp-scanjet-5550c.html"
|
|
||||||
:interface "USB"
|
|
||||||
:usbid "0x03f0" "0x1205"
|
|
||||||
:status :unsupported
|
|
||||||
|
|
||||||
:model "ScanJet 5590"
|
|
||||||
:url "/unsupported/hp-scanjet-5590.html"
|
|
||||||
:interface "USB"
|
|
||||||
:usbid "0x03f0" "0x1705"
|
|
||||||
:comment "Not supported. See link for details."
|
|
||||||
:status :unsupported
|
|
||||||
|
|
||||||
:model "ScanJet 7650"
|
|
||||||
:url "/unsupported/hp-scanjet-7650.html"
|
|
||||||
:interface "USB"
|
|
||||||
:usbid "0x03f0" "0x1805"
|
|
||||||
:comment "Not supported. See link for details."
|
|
||||||
:status :unsupported
|
|
||||||
|
|
||||||
:model "ScanJet 8390"
|
:model "ScanJet 8390"
|
||||||
:url "/unsupported/hp-scanjet-8390.html"
|
:url "/unsupported/hp-scanjet-8390.html"
|
||||||
:interface "USB"
|
:interface "USB"
|
||||||
|
|
Ładowanie…
Reference in New Issue