kopia lustrzana https://gitlab.com/sane-project/backends
Added HP2300C to unsupported.desc and provided some chipset info for
Plustek scanners.RELEASE_1_0_11_BRANCH
rodzic
b1d4dce599
commit
4d0cba9aab
|
@ -1,3 +1,10 @@
|
|||
2003-01-13 Gerhard Jaeger <gerhard@gjaeger.de>
|
||||
|
||||
* doc/descriptions/unsupported.desc: Added HP ScanJet 2300C and various chipset
|
||||
information for the unsupported Plustek devices
|
||||
* doc/descriptions/plustek.desc: cleanup
|
||||
|
||||
|
||||
---- FEATURE FREEZE FOR SANE 1.0.10 ---
|
||||
-- snapshot 1.0.10-pre1
|
||||
|
||||
|
|
|
@ -1,12 +1,6 @@
|
|||
;
|
||||
; 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?).
|
||||
; for Plustek backend
|
||||
;
|
||||
|
||||
:backend "plustek"
|
||||
|
|
|
@ -54,32 +54,43 @@
|
|||
:model "OpticPro 1212U"
|
||||
:interface "USB"
|
||||
:status :unsupported
|
||||
:comment "Chipset unknown"
|
||||
|
||||
:model "OpticPro U12/UT12"
|
||||
:interface "USB"
|
||||
:status :unsupported
|
||||
:comment "All devices using product ID 0x0001 are not supported, for others see Plustek backend."
|
||||
|
||||
:model "OpticPro A3U"
|
||||
:interface "USB"
|
||||
:status :unsupported
|
||||
:comment "Uses Plustek ASIC P99002"
|
||||
|
||||
:model "OpticPro S6"
|
||||
:interface "USB"
|
||||
:status :unsupported
|
||||
:comment "Uses RealTek chipset"
|
||||
:comment "Uses RealTek chipset (RTL8801D)"
|
||||
|
||||
:model "OpticPro S12"
|
||||
:interface "USB"
|
||||
:status :unsupported
|
||||
:comment "Uses the GL646 chipset."
|
||||
:comment "Uses the Genesys Logic GL646 chipset."
|
||||
|
||||
:model "OpticPro S24"
|
||||
:interface "USB"
|
||||
:status :unsupported
|
||||
:comment "Uses the GL646 chipset."
|
||||
:comment "Uses the Genesys Logic GL646 chipset."
|
||||
|
||||
;********************************************************************************************
|
||||
|
||||
:mfg "Hewlett-Packard" ; name a manufacturer
|
||||
:url "http://www.hp.com/"
|
||||
|
||||
:model "ScanJet 2300C"
|
||||
:interface "USB"
|
||||
:status :unsupported
|
||||
:comment "No chipset information is available."
|
||||
|
||||
:model "ScanJet 4400C"
|
||||
:url "http://reapoff.sourceforge.net/hpscanner/Default.htm"
|
||||
:interface "USB"
|
||||
|
|
Ładowanie…
Reference in New Issue