kopia lustrzana https://gitlab.com/sane-project/backends
new external backend
rodzic
c3542bde5d
commit
bee987877d
|
@ -1,5 +1,6 @@
|
|||
2010-02-22 m. allan noah <kitno455 at gmail dot com>
|
||||
* backend/fujitsu.c: force enable flatbed for M3092, by Jochen Hepp
|
||||
* doc/Makefile.*, doc/descriptions-external/kodak-twain: new backend
|
||||
|
||||
2010-02-22 Julien Blache <jb@jblache.org>
|
||||
* doc/descriptions-external/epkowa.desc: Updated for iscan 2.24.0.
|
||||
|
|
|
@ -203,6 +203,7 @@ DESC_EXT_FILES = descriptions-external/brother2.desc \
|
|||
descriptions-external/hp8200.desc \
|
||||
descriptions-external/hpaio.desc \
|
||||
descriptions-external/hpoj.desc \
|
||||
descriptions-external/kodak-twain.desc \
|
||||
descriptions-external/lhii.desc \
|
||||
descriptions-external/mustek_a3p1.desc \
|
||||
descriptions-external/primascan.desc \
|
||||
|
|
|
@ -405,6 +405,7 @@ DESC_EXT_FILES = descriptions-external/brother2.desc \
|
|||
descriptions-external/hp8200.desc \
|
||||
descriptions-external/hpaio.desc \
|
||||
descriptions-external/hpoj.desc \
|
||||
descriptions-external/kodak-twain.desc \
|
||||
descriptions-external/lhii.desc \
|
||||
descriptions-external/mustek_a3p1.desc \
|
||||
descriptions-external/primascan.desc \
|
||||
|
|
|
@ -0,0 +1,44 @@
|
|||
:backend "kodak-twain" ; name of backend
|
||||
:version "unknown" ; version of backend (or "unmaintained")
|
||||
:url "http://www.kodak.com/go/scanonlinux" ;
|
||||
:comment "External backend made by kodak. Seems to be a wrapper around proprietary 32bit TWAIN stack, for certain versions of Linux."
|
||||
|
||||
:devicetype :scanner ; start of a list of devices....
|
||||
:mfg "Kodak" ; name a manufacturer
|
||||
:url "http://www.kodak.com/" ; manufacturer's URL
|
||||
|
||||
:model "i1210"
|
||||
:status :untested
|
||||
:interface "USB"
|
||||
:comment "No report yet."
|
||||
|
||||
:model "i1220"
|
||||
:status :untested
|
||||
:interface "USB"
|
||||
:comment "No report yet."
|
||||
|
||||
:model "i1310"
|
||||
:status :untested
|
||||
:interface "USB"
|
||||
:comment "No report yet."
|
||||
|
||||
:model "i1320"
|
||||
:status :untested
|
||||
:interface "USB"
|
||||
:comment "Reported to work on Fedora 12."
|
||||
|
||||
:model "i1410"
|
||||
:status :untested
|
||||
:interface "USB"
|
||||
:comment "No report yet."
|
||||
|
||||
:model "i1420"
|
||||
:status :untested
|
||||
:interface "USB"
|
||||
:comment "No report yet."
|
||||
|
||||
:model "i1440"
|
||||
:status :untested
|
||||
:interface "USB"
|
||||
:comment "No report yet."
|
||||
|
Ładowanie…
Reference in New Issue