From eb52b437627c77361d4ed30fc0995459a6b80907 Mon Sep 17 00:00:00 2001 From: "m. allan noah" Date: Tue, 15 Nov 2022 19:36:53 -0500 Subject: [PATCH] fujitsu documentation updates - minor tweaks to text of manpage - update the desc file status of some unsupported scanners --- doc/descriptions/fujitsu.desc | 10 +++++----- doc/sane-fujitsu.man | 18 ++++++++++-------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/doc/descriptions/fujitsu.desc b/doc/descriptions/fujitsu.desc index f6ea86593..571ed9cea 100644 --- a/doc/descriptions/fujitsu.desc +++ b/doc/descriptions/fujitsu.desc @@ -11,7 +11,7 @@ :backend "fujitsu" ; name of backend -:version "138" ; version of backend +:version "139" ; version of backend :manpage "sane-fujitsu" ; name of manpage (if it exists) :comment "Backend updated for SANE release 1.1.2, see sane-fujitsu manpage" :devicetype :scanner ; start of a list of devices.... @@ -181,17 +181,17 @@ :model "ScanSnap N1800" :interface "Ethernet" -:status :untested +:status :unsupported ;================================================== ; CURRENT MODELS, SMALL :model "ScanSnap N7100" :interface "Ethernet" -:status :untested +:status :unsupported :model "ScanSnap fi-6010N" :interface "Ethernet" -:status :untested +:status :unsupported :model "fi-6110" :interface "USB" @@ -222,7 +222,7 @@ :model "ScanSnap SV600" :interface "USB" -:status :untested +:status :unsupported :usbid "0x04c5" "0x128e" :comment "Also has a second USB VID 0x13ba. Will require some gymnastics to support." diff --git a/doc/sane-fujitsu.man b/doc/sane-fujitsu.man index 601a81353..0485d2ad4 100644 --- a/doc/sane-fujitsu.man +++ b/doc/sane-fujitsu.man @@ -1,4 +1,4 @@ -.TH sane\-fujitsu 5 "13 Feb 2021" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy" +.TH sane\-fujitsu 5 "15 Nov 2022" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy" .IX sane\-fujitsu .SH NAME @@ -10,13 +10,13 @@ The library implements a SANE (Scanner Access Now Easy) backend which provides access to most Fujitsu flatbed and ADF scanners. -This document describes backend version 137, which shipped with SANE 1.0.32. +This document describes backend version 139, which initially shipped with SANE 1.1.2. .SH SUPPORTED HARDWARE This version supports every known model which speaks the Fujitsu SCSI and SCSI\-over\-USB protocols. Specifically, the SCSI M309x and M409x series, the -SCSI fi\-series, most of the USB fi\-series, the USB ScanSnap S5xx/S15xx, and -the USB iX1xx/5xx series scanners are supported. Please see the list at +SCSI fi\-series, and most of the USB fi\-, ScanSnap, & iX series scanners are +supported. Please see the list at .I http://www.sane\-project.org/sane\-supported\-devices.html for details. @@ -27,7 +27,7 @@ Please contact the author for help or with test results. .SH UNSUPPORTED HARDWARE The following scanners are known NOT to work with this backend, -either because they have a non\-fujitsu chipset, or an unsupported +either because they have a non\-Fujitsu chipset, or an unsupported interface type. Some of these scanners may be supported by another backend. .PP @@ -100,19 +100,19 @@ may not perform as well as the native implementations. Note also that these features all require that the driver cache the entire image in memory. This will almost certainly result in a reduction of scanning speed. .PP -swcrop +.B swcrop .RS Requests the driver to detect the extremities of the paper within the larger image, and crop the empty edges. .RE .PP -swdeskew +.B swdeskew .RS Requests the driver to detect the rotation of the paper within the larger image, and counter the rotation. .RE .PP -swdespeck X +.B swdespeck X .RS Requests the driver to find and remove dots of X diameter or smaller from the image, and fill the space with the average surrounding color. @@ -210,6 +210,8 @@ CCITT Fax compression used by older scanners is not supported. .PP JPEG output is supported by the backend, but not by the SANE protocol, so is disabled in this release. It can be enabled if you rebuild from source. +.PP +Network interfaces are not supported on any scanner model. .SH CREDITS m3091 backend: Frederik Ramm