Adding new external backend hp5590

merge-requests/1/head
Mattias Ellert 2007-04-21 16:17:56 +00:00
rodzic d1d46d8d2a
commit 78ff28cb83
3 zmienionych plików z 49 dodań i 23 usunięć

Wyświetl plik

@ -1,8 +1,16 @@
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>
* backend/epson.c: remove bogus check in
get_identity2_information(), causing the identification of various
Stylus CX5xxx models (among others) to fail. Olaf Meeuwissen from
Epson confirmed the check was bogus.
get_identity2_information(), causing the identification of various
Stylus CX5xxx models (among others) to fail. Olaf Meeuwissen from
Epson confirmed the check was bogus.
2007-04-17 Julien Blache <jb@jblache.org>

Wyświetl plik

@ -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"

Wyświetl plik

@ -902,26 +902,6 @@
:comment "Maybe GL841_HP, but not confirmed, maybe can be added to genesys backend"
: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"
:url "/unsupported/hp-scanjet-8390.html"
:interface "USB"