kopia lustrzana https://gitlab.com/sane-project/backends
Added Canon, Fijitsu and Prolink scanners.
rodzic
54faada982
commit
3bd921ab97
11
ChangeLog
11
ChangeLog
|
@ -1,8 +1,13 @@
|
||||||
|
2003-01-30 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||||
|
|
||||||
|
* doc/descriptions/unsupported.desc: Added Canon, Fijitsu and Prolink
|
||||||
|
scanners.
|
||||||
|
|
||||||
2003-01-29 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
2003-01-29 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||||
|
|
||||||
* frontend/saned.c: Fixed severe bug in saned that allowed a remote
|
* frontend/saned.c: Fixed severe bug in saned that allowed a
|
||||||
frontend to crash saned (null pointer derefence) if no scanners are
|
remote frontend to crash saned (null pointer derefence) if no
|
||||||
connected.
|
scanners are connected.
|
||||||
|
|
||||||
---- CODE FREEZE FOR SANE 1.0.10 ---
|
---- CODE FREEZE FOR SANE 1.0.10 ---
|
||||||
-- snapshot 1.0.10-pre3
|
-- snapshot 1.0.10-pre3
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
;
|
;
|
||||||
|
|
||||||
:backend "unsupported" ; name of backend
|
:backend "unsupported" ; name of backend
|
||||||
:version "2003-01-17" ; version of backend
|
:version "2003-01-28" ; version of backend
|
||||||
;:status :stable ; :alpha, :beta, :stable, :new
|
;:status :stable ; :alpha, :beta, :stable, :new
|
||||||
;:manpage "sane-mustek" ; name of manpage (if it exists)
|
;:manpage "sane-mustek" ; name of manpage (if it exists)
|
||||||
;:url "http://www.meier-geinitz.de/sane/mustek-backend/"
|
;:url "http://www.meier-geinitz.de/sane/mustek-backend/"
|
||||||
|
@ -50,6 +50,12 @@
|
||||||
:status :unsupported
|
:status :unsupported
|
||||||
:comment "Not supported. However, some information is available."
|
:comment "Not supported. However, some information is available."
|
||||||
|
|
||||||
|
:model "FS4000US"
|
||||||
|
;:url ""
|
||||||
|
:interface "USB SCSI"
|
||||||
|
:status :unsupported
|
||||||
|
:comment "Not supported. USB Vendor/product 0x04a9/0x3042. May work with Vuescan."
|
||||||
|
|
||||||
;********************************************************************************************
|
;********************************************************************************************
|
||||||
|
|
||||||
:mfg "Compaq"
|
:mfg "Compaq"
|
||||||
|
@ -73,6 +79,31 @@
|
||||||
|
|
||||||
;********************************************************************************************
|
;********************************************************************************************
|
||||||
|
|
||||||
|
:mfg "Fujitsu"
|
||||||
|
:url "http://www.fujitsu.ca/"
|
||||||
|
|
||||||
|
:model "fi-4010C"
|
||||||
|
:interface "USB"
|
||||||
|
:status :unsupported
|
||||||
|
:comment "Unsupported. Vendor/product: 0x04c5, 0x1029. No details about the chipset known until know."
|
||||||
|
|
||||||
|
:model "fi-4110CU"
|
||||||
|
:interface "USB"
|
||||||
|
:status :unsupported
|
||||||
|
:comment "Unsupported. No details about the chipset known until know."
|
||||||
|
|
||||||
|
:model "fi-4120C"
|
||||||
|
:interface "USB SCSI"
|
||||||
|
:status :unsupported
|
||||||
|
:comment "Unsupported. Vendor/product: 0x04c5/0x1042. No details about the chipset known until know."
|
||||||
|
|
||||||
|
:model "fi-4220C"
|
||||||
|
:interface "USB SCSI"
|
||||||
|
:status :unsupported
|
||||||
|
:comment "Unsupported. Vendor/product: 0x04c5/0x1041. No details about the chipset known until know."
|
||||||
|
|
||||||
|
;********************************************************************************************
|
||||||
|
|
||||||
:mfg "Genius"
|
:mfg "Genius"
|
||||||
:url "http://www.geniusnet.com.tw/"
|
:url "http://www.geniusnet.com.tw/"
|
||||||
|
|
||||||
|
@ -279,6 +310,17 @@
|
||||||
|
|
||||||
;********************************************************************************************
|
;********************************************************************************************
|
||||||
|
|
||||||
|
:mfg "Prolink"
|
||||||
|
:url "http://www.fida.com/"
|
||||||
|
|
||||||
|
:model "Winscan Pro 2448U"
|
||||||
|
:url "http://www.mostang.com/pipermail/sane-devel/2003-January/017449.html"
|
||||||
|
:interface "USB"
|
||||||
|
:status :unsupported
|
||||||
|
:comment "Not supported. Some information is available. Vendor=0x06dc product=0x0014. Is reported to use an RealTek RTS8801 chipset."
|
||||||
|
|
||||||
|
;********************************************************************************************
|
||||||
|
|
||||||
:mfg "Relisys"
|
:mfg "Relisys"
|
||||||
:model "AVEC II S3"
|
:model "AVEC II S3"
|
||||||
:url "http://gkall.hobby.nl/notes2.html"
|
:url "http://gkall.hobby.nl/notes2.html"
|
||||||
|
|
Ładowanie…
Reference in New Issue