kopia lustrzana https://gitlab.com/sane-project/backends
Merge branch 'add-model-working' into 'master'
escl : Add model working See merge request sane-project/backends!480merge-requests/244/head
commit
67a2fe5771
|
|
@ -4,3 +4,93 @@
|
|||
:comment "The eSCL backend for sane supports AirScan/eSCL devices that announce themselves on mDNS as _uscan._utcp or _uscans._utcp"
|
||||
|
||||
:devicetype :scanner
|
||||
|
||||
:mfg "Brother"
|
||||
:url "https://www.brother.ee/support/drivers"
|
||||
|
||||
:model "DCP-L2530DW"
|
||||
:interface "WiFi"
|
||||
:status :good
|
||||
:comment "All resolutions supported."
|
||||
|
||||
:mfg "Canon"
|
||||
:url "https://www.canon-europe.com/support/"
|
||||
|
||||
:model "PIXMA G7050"
|
||||
:interface "Ethernet WiFi"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "IR C3520"
|
||||
:interface "WiFi"
|
||||
:status :good
|
||||
:comment "All resolutions supported, Flatted and ADF supported."
|
||||
|
||||
:model "PIXMA TS3100 Series"
|
||||
:interface "WiFi"
|
||||
:status :good
|
||||
:comment "All resolutions supported."
|
||||
|
||||
:model "PIXMA TS3300 Series"
|
||||
:interface "WiFi"
|
||||
:status :good
|
||||
:comment "All resolutions supported."
|
||||
|
||||
:model "PIXMA TS6150"
|
||||
:interface "Wifi"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA TS8050"
|
||||
:interface "Wifi"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA TS9100 Series"
|
||||
:interface "Wifi"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA TR4540 Series"
|
||||
:interface "Wifi"
|
||||
:status :good
|
||||
:comment "All resolutions supported, Flatted and ADF supported."
|
||||
|
||||
:model "PIXMA TR8500 Series"
|
||||
:interface "Ethernet WiFi"
|
||||
:status :good
|
||||
:comment "All resolutions supported, Flatted and ADF supported."
|
||||
|
||||
:model "PIXMA TR8520"
|
||||
:interface "Ethernet WiFi"
|
||||
:status :good
|
||||
:comment "All resolutions supported, Flatted and ADF supported."
|
||||
|
||||
:mfg "Epson"
|
||||
:url "http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
|
||||
|
||||
:model "ET-3750"
|
||||
:interface "WiFi"
|
||||
:status :good
|
||||
:comment "All resolutions supported, Flatted and ADF supported."
|
||||
|
||||
:model "ET-4750"
|
||||
:interface "WiFi"
|
||||
:status :good
|
||||
:comment "All resolutions supported, Flatted and ADF supported."
|
||||
|
||||
:mfg "Ricoh"
|
||||
:url "http://support.ricoh.com/bb/html/dr_ut_e/re2/"
|
||||
|
||||
:model "SP3710S"
|
||||
:interface "WiFi"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:mfg "Xerox"
|
||||
:url "https://www.support.xerox.com/"
|
||||
|
||||
:model "VERSALINK C7220"
|
||||
:interface "WiFi"
|
||||
:status :good
|
||||
:comment "All resolutions supported, Flatted and ADF supported."
|
||||
|
|
|
|||
|
|
@ -7,7 +7,28 @@ The
|
|||
.B sane\-escl
|
||||
library implements a SANE (Scanner Access Now Easy) backend that
|
||||
provides access to eSCL protocol scanners.
|
||||
|
||||
.PP
|
||||
Currently, the following models work with this backend (This list is not exhaustive):
|
||||
.PP
|
||||
.RS
|
||||
BROTHER DCP-L2530
|
||||
.br
|
||||
CANON IR C3520
|
||||
.br
|
||||
CANON PIXMA TS3100, TS3150, TS3300, TS3151, TS3350, TS3351,
|
||||
.br
|
||||
CANON PIXMA TS3352, TS6150, TS8050, TS9100, TR4540, TR8500,
|
||||
.br
|
||||
CANON PIXMA TR8520
|
||||
.br
|
||||
EPSON ET3740, ET4750
|
||||
.br
|
||||
HP OFFICEJET 4630
|
||||
.br
|
||||
RICOH SP3710S
|
||||
.br
|
||||
XEROX VERSALINK C7220
|
||||
.RE
|
||||
.PP
|
||||
The "escl" backend for SANE supports AirScan/eSCL devices that announce
|
||||
themselves on mDNS as _uscan._utcp or _uscans._utcp.
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue