diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2021-05-18 07:43:35 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2021-05-18 07:43:35 +0200 | 
| commit | 9f8889f928ce86ba4a78659d378c6ba29bc9f735 (patch) | |
| tree | c9567cb0d015b68ce3da8d03472b6443f1cb1ca9 /doc/sane-escl.man | |
| parent | 446e9454b8cbe5b689149415d11d36e88442ca88 (diff) | |
| parent | 154785ab2d5df7ddc8c2cf813b773c340e5e2aea (diff) | |
Merge branch 'release/debian/1.0.32-1'debian/1.0.32-1
Diffstat (limited to 'doc/sane-escl.man')
| -rw-r--r-- | doc/sane-escl.man | 32 | 
1 files changed, 24 insertions, 8 deletions
| diff --git a/doc/sane-escl.man b/doc/sane-escl.man index a737684..92a6650 100644 --- a/doc/sane-escl.man +++ b/doc/sane-escl.man @@ -5,34 +5,44 @@ sane\-escl \- SANE backend for eSCL scanners  .SH DESCRIPTION  The  .B sane\-escl -library implements a SANE (Scanner Access Now Easy) backend that -provides access to eSCL protocol scanners. +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 +BROTHER HL-L2590DW +.br  CANON IR C3520  .br +CANON PIXMA MG5765 +.br  CANON PIXMA TS3100, TS3150, TS3300, TS3151, TS3350, TS3351,  .br -CANON PIXMA TS3352, TS6150, TS8050, TS9100, TR4540, TR8500, +CANON PIXMA TS3352, TS5351, TS6150, TS8050, TS9100, TR4540,  .br -CANON PIXMA TR8520 +CANON PIXMA TR8500, TR8520  .br  EPSON ET3740, ET4750  .br -HP LASERJET MFP M28W, OFFICEJET 4630, OFFICEJET PRO 8610 +HP DESKJET 2710, DESKJET 2723, DESKJET 3760, LASERJET MFP M28W, +.br +HP OFFICEJET 4630, OFFICEJET PRO 8610  .br  RICOH SP3710S  .br  XEROX VERSALINK C7220  .RE  .PP -The "escl" backend for SANE supports AirScan/eSCL devices that announce +The. +.B sane\-escl +backend for SANE supports AirScan/eSCL devices that announce  themselves on mDNS as _uscan._utcp or _uscans._utcp. -If the device is available, the "escl" backend recovers these capacities. +If the device is available, the +.B sane\-escl +backend recovers these capacities.  The user configures and starts scanning.  A list of devices that use the eSCL protocol can be found at  .IR https://support.apple.com/en-us/HT201311 . @@ -49,6 +59,7 @@ The static library implementing this backend.  .I @LIBDIR@/libsane\-escl.so  The shared library implementing this backend (present on systems that  support dynamic loading). +  .SH ENVIRONMENT  .TP  .B SANE_DEBUG_ESCL @@ -56,7 +67,12 @@ If the library was compiled with debug support enabled, this  environment variable controls the debug level for this backend.  E.g.,  a value of 128 requests all debug output to be printed.  Smaller  levels reduce verbosity. +  .SH "SEE ALSO" -sane(7), scanimage(1), xscanimage(1), xsane(1) +.BR sane (7) +.BR scanimage (1) +.BR xscanimage (1) +.BR xsane (1) +  .SH AUTHORS  Touboul Nathane, Thierry HUCHARD | 
