kopia lustrzana https://gitlab.com/sane-project/backends
Moved HP 35xx scanners to hp_rts88x backend. Updated status settings and URL
(from johanneshub@foni.net).merge-requests/1/head
rodzic
2cb4f0227e
commit
87431565b7
|
@ -1,3 +1,10 @@
|
|||
2004-10-30 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||
|
||||
* doc/descriptions/unsupported.desc
|
||||
doc/descriptions-external/hp_rts88xx.desc: Moved HP 35xx
|
||||
scanners to hp_rts88x backend. Updated status settings and URL
|
||||
(from johanneshub@foni.net).
|
||||
|
||||
2004-10-27 Ullrich Sigwanz <usigwanz@freesurf.ch>
|
||||
|
||||
* backend/niash_core.c backend/niash.c: moving critical timing
|
||||
|
|
|
@ -2,36 +2,36 @@
|
|||
; SANE Backend specification file
|
||||
;
|
||||
:backend "hp_rts88xx" ; name of backend
|
||||
;:version "(0.12)" ; version of backend
|
||||
;:manpage "sane-hp_rts" ; name of manpage (if it exists)
|
||||
:url "http://home.foni.net/~johanneshub/rts88xx-sane.html" ; backend's web page
|
||||
;:version "(0.17k)" ; version of backend
|
||||
;:manpage "sane-hp_rts88xx" ; name of manpage (if it exists)
|
||||
:url "http://hp44x0backend.sourceforge.net" ; backend's web page
|
||||
|
||||
:devicetype :scanner ; start of a list of devices....
|
||||
|
||||
:mfg "Hewlett-Packard" ; name a manufacturer
|
||||
:url "http://www.hp.com/"
|
||||
|
||||
:model "HP4400C" ; name models for above-specified mfg.
|
||||
:model "HP4400C" ; name models for above-specified mfg.
|
||||
:interface "USB"
|
||||
:status :minimal
|
||||
:status :basic
|
||||
:comment "grayscale 300DPI only"
|
||||
|
||||
:model "HP4470C" ; name models for above-specified mfg.
|
||||
:model "HP4470C"
|
||||
:interface "USB"
|
||||
:status :minimal
|
||||
:comment "grayscale 300DPI only"
|
||||
:status :basic
|
||||
:comment "grayscale 300DPI only, XPA/bed mode"
|
||||
|
||||
;:model "HP3500C" ; name models for above-specified mfg.
|
||||
;:interface "USB"
|
||||
;:status :not suported
|
||||
;:comment "none"
|
||||
:model "HP3500C"
|
||||
:interface "USB"
|
||||
:status :unsupported
|
||||
:comment "Doesn't work yet but support by the hp_rts88x backend is planned."
|
||||
|
||||
;:model "HP3530C" ; name models for above-specified mfg.
|
||||
;:interface "USB"
|
||||
;:status :not suported
|
||||
;:comment "none"
|
||||
:model "HP3530C"
|
||||
:interface "USB"
|
||||
:status :unsupported
|
||||
:comment "Doesn't work yet but support by the hp_rts88x backend is planned."
|
||||
|
||||
;:model "HP3570C" ; name models for above-specified mfg.
|
||||
;:interface "USB"
|
||||
;:status :not suported
|
||||
;:comment "none"
|
||||
:model "HP3570C"
|
||||
:interface "USB"
|
||||
:status :unsupported
|
||||
:comment "Doesn't work yet but support by the hp_rts88x backend is planned."
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
;
|
||||
|
||||
:backend "unsupported" ; name of backend
|
||||
:version "2004-10-24" ; version of backend
|
||||
:version "2004-10-30" ; version of backend
|
||||
:url "/contrib.html"
|
||||
;:manpage "sane-mustek" ; name of manpage (if it exists)
|
||||
:comment "The devices mentioned here are not supported by any SANE backend. However, there may be links to information about them or stand-alone programs."
|
||||
|
@ -523,30 +523,6 @@
|
|||
:status :unsupported
|
||||
:comment "Not supported yet by SANE, but a backend is under development. See link for details."
|
||||
|
||||
:model "ScanJet 3500c"
|
||||
:url "/unsupported/hp-scanjet-3500c.html"
|
||||
:interface "USB"
|
||||
:status :unsupported
|
||||
:comment "Seems to use RealTek RTS8801C2-6. Vendor/Product ID 0x03F0/0x2205. See link and other Scanjet 35x0c entries."
|
||||
|
||||
:model "ScanJet 3530c"
|
||||
:url "/unsupported/hp-scanjet-3530c.html"
|
||||
:interface "USB"
|
||||
:status :unsupported
|
||||
:comment "Chipset is Realtek RTS8801C2-6. Vendor/Product ID 0x03F0/0x2005. See link and other Scanjet 35x0c entries."
|
||||
|
||||
:model "ScanJet 3570c"
|
||||
:interface "USB"
|
||||
:url "/unsupported/hp-scanjet-3570c.html"
|
||||
:status :unsupported
|
||||
:comment "Probably Realtek RTS8801C2-6, same ids as Scanjet 3530c. Has a TA. Vendor/product id 0x03F0/0x2005. See link and other Scanjet 35x0c entries."
|
||||
|
||||
:model "ScanJet 3570cxi"
|
||||
;:url "http://www.realtek.com.tw/products/products1-2.aspx?modelid=37"
|
||||
:interface "USB"
|
||||
:status :unsupported
|
||||
:comment "Unsupported. See 3570c."
|
||||
|
||||
:model "ScanJet 3970c"
|
||||
:interface "USB"
|
||||
:url "/unsupported/hp-scanjet-3970c.html"
|
||||
|
|
Ładowanie…
Reference in New Issue