diff --git a/index.html b/index.html index 491e4e67..06ae087d 100644 --- a/index.html +++ b/index.html @@ -36,37 +36,33 @@

Latest News

- 2006-07-03: If you have trouble using SANE as - non-root user with USB scanners on Linux, please read README.linux first. -

-

- 2006-07-03: SANE-Backends-1.0.18 has been - released. Changes since 1.0.17: + 2008-02-10: SANE-Backends-1.0.19 has been + released. Changes since 1.0.18:

- 2005-09-18: sane-frontends 1.0.14 has been - released and contains quite some bug fixes and improvements for - xcam and scanadf. See our download - page. + 2006-07-03: If you have trouble using SANE as + non-root user with USB scanners on Linux, please read README.linux first.

- @@ -122,10 +116,6 @@ Thanks to the Debian Project for providing the Alioth GForge service.

-

- Thanks to Red Hat for providing - our FTP server. -

Contact diff --git a/man/gamma4scanimage.1.html b/man/gamma4scanimage.1.html index c288cbf6..cfa1dd3f 100644 --- a/man/gamma4scanimage.1.html +++ b/man/gamma4scanimage.1.html @@ -1,82 +1,8 @@ - - -gamma4scanimage.1 - +Content-type: text/html + +man2html: bad invocation

-

gamma4scanimage.1

-
-
-
-gamma4scanimage(1)       SANE Scanner Access Now Easy       gamma4scanimage(1)
-
-
-
-

NAME

-       gamma4scanimage - create a gamma table for scanimage
-
-
-
-

SYNOPSIS

-       gamma4scanimage gamma [shadow [highlight [maxin [maxout]]]]
-
-
-
-

DESCRIPTION

-       The  tool  gamma4scanimage creates a gamma table in the format expected
-       by scanimage. You can define a gamma, a shadow and a  highlight  value.
-       You also can specify the size (maxin) and maximum output value (maxout)
-       of the gamma table.
-
-       gamma is a floating point value, neutral value is 1.0, if the value  is
-       larger than 1.0 then the image gets brighter.
-
-       shadow  defines  the minimum input value that is necessary to create an
-       output value  larger  than  zero.   shadow  has  to  be  in  the  range
-       [0..maxin]. Its default value is 0.
-
-       highlight defines the maximum input value that produces an output value
-       smaller than maxout.  highlight has to  be  in  the  range  [0..maxin],
-       highlight  has  to be larger than shadow. Its default value is the same
-       as maxin (16383 if not set).
-
-       maxin defines the size of the gamma table.  The  size  depends  on  the
-       scanner/backend.  If the scanner uses 8 bits gamma input then maxin has
-       to be set to 255, for 10 bits 1023, for  12  bits  4095,  for  14  bits
-       16383.  The  default  is 16383.  To find out what value maxin has to be
-       call scanimage with a very large gamma table [0]0-[99999]255 then scan-
-       image  prints an error message with the needed size of the gamma table.
-
-       maxout defines the maximum output value. Take a look at the  output  of
-       scanimage  -h  to  find out what maxout has to be. The default value is
-       255.
-
-
-
-

EXAMPLE

-       scanimage --custom-gamma=yes --gamma-table `gamma4scanimage 1.8 0 11500
-       16383 255` >image.pnm
-
-
-
-

SEE ALSO

-       scanimage(1)
-
-
-
-

AUTHOR

-       Oliver Rauch
-
-
-
-

EMAIL-CONTACT

-       Oliver.Rauch@Rauch-Domain.DE
-
-sane-backends 1.0.18              11 Sep 2002               gamma4scanimage(1)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-abaton.5.html b/man/sane-abaton.5.html index a17573d5..cfa1dd3f 100644 --- a/man/sane-abaton.5.html +++ b/man/sane-abaton.5.html @@ -1,153 +1,8 @@ - - -sane-abaton.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-abaton.5

-
-
-
-sane-abaton(5)           SANE Scanner Access Now Easy           sane-abaton(5)
-
-
-
-

NAME

-       sane-abaton - SANE backend for Abaton flatbed scanners
-
-
-
-

DESCRIPTION

-       The  sane-abaton  library  implements  a SANE (Scanner Access Now Easy)
-       backend that provides access to Abaton flatbed  scanners.  At  present,
-       only the Scan 300/GS (8bit, 256 levels of gray) is fully supported, due
-       to the absence of programming information.  The Scan 300/S  (black  and
-       white) is recognized, but support for it is untested.
-
-       If you own a Abaton scanner other than the ones listed above that works
-       with this backend, or if you own an Abaton scanner that does  not  work
-       with  this  backend,  please contact sane-devel@lists.alioth.debian.org
-       with the model number, so that arrangements can be made to include sup-
-       port  for  it.  Have  a  look  at  http://www.sane-project.org/mailing-
-       lists.html concerning subscription to sane-devel.
-
-       Abaton is out of business, and these  scanners  are  not  supported  by
-       Everex  (the  parent  company  of Abaton), nor is there any programming
-       information to be found.  This driver is therefore based on information
-       obtained  by running Abaton's scanning desk accessory under MacsBug and
-       tracing the MacOS SCSI Manager calls it made during image  acquisition.
-
-       However,  the  protocol is very similar to, though not compatible with,
-       the one used by the Apple scanners, therefore, if this backend is  ever
-       extended  to  support  the  other Abaton models (they also made a color
-       flatbed scanner), it may be possible to fill in some  "missing  pieces"
-       from the (quite detailed) Apple scanner documentation.
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form:
-
-              special
-
-       Where  special is the path-name for the special device that corresponds
-       to a SCSI scanner. For SCSI scanners, the special device name must be a
-       generic SCSI device or a symlink to such a device.  Under Linux, such a
-       device name takes a format such as /dev/sga or /dev/sg0,  for  example.
-       See sane-scsi(5) for details.
-
-
-
-

CONFIGURATION

-       The  contents  of  the  abaton.conf file is a list of device names that
-       correspond to Abaton scanners.  Empty lines and lines starting  with  a
-       hash mark (#) are ignored.  See sane-scsi(5) on details of what consti-
-       tutes a valid device name.
-
-
-
-

FILES

-       /usr/local/etc/sane.d/abaton.conf
-              The  backend  configuration  file  (see  also   description   of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-abaton.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-abaton.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are separated by a colon (`:'), under OS/2, they  are  separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration file is searched in two default directories: first,  the
-              current     working     directory     (".")    and    then    in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends  with  the  directory separator character, then the default
-              directories are searched after the explicitly specified directo-
-              ries.   For  example,  setting SANE_CONFIG_DIR to "/tmp/config:"
-              would   result   in   directories   "tmp/config",    ".",    and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_ABATON
-              If  the  library  was  compiled with debug support enabled, this
-              environment variable controls the debug level for this  backend.
-              E.g.,  a  value  of 255 requests all debug output to be printed.
-              Smaller levels reduce verbosity.
-
-
-
-

BUGS

-       There are a few known ones, and definitely some unknown ones.
-
-       Scan area miscalculations
-              For the sake of programmer efficiency, this backend handles  all
-              measurements  in  millimetres,  and  floors (rather than rounds)
-              values to  avoid  possible  damage  to  the  scanner  mechanism.
-              Therefore,  it  may not be possible to scan to the extreme right
-              or bottom edges of the page.
-
-       Cancelling the scan
-              This might not work correctly, or it might abort  the  frontend.
-              The former is more likely than the latter.
-
-       If  you have found something that you think is a bug, please attempt to
-       recreate it with the SANE_DEBUG_ABATON environment variable set to 255,
-       and send a report detailing the conditions surrounding the bug to sane-
-       devel@lists.alioth.debian.org.
-
-
-
-

TODO

-       Implement non-blocking support
-
-       Finish reverse-engineering the MacOS driver
-              This will allow me to add support for other models with  reason-
-              able  confidence  that it will work, as well as to fully exploit
-              the information returned by the INQUIRY command.
-
-
-
-

SEE ALSO

-       sane(7), sane-scsi(5), scanimage(1)
-
-
-
-

AUTHOR

-       The sane-abaton backend was partially written by David  Huggins-Daines,
-       based on the sane-apple backend by Milon Firikis.
-
-sane-backends 1.0.18              19 Nov 1998                   sane-abaton(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-agfafocus.5.html b/man/sane-agfafocus.5.html index b88f7a9b..cfa1dd3f 100644 --- a/man/sane-agfafocus.5.html +++ b/man/sane-agfafocus.5.html @@ -1,189 +1,8 @@ - - -sane-agfafocus.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-agfafocus.5

-
-
-
-sane-agfafocus(5)        SANE Scanner Access Now Easy        sane-agfafocus(5)
-
-
-
-

NAME

-       sane-agfafocus - SANE backend for AGFA Focus flatbed scanners
-
-
-
-

DESCRIPTION

-       The  sane-agfafocus library implements a SANE (Scanner Access Now Easy)
-       backend that  provides  access  to  AGFA  Focus  flatbed  scanners.  At
-       present, the following scanners are supported from this backend:
-
-              AGFA Focus GS Scanner (6 bit gray scale) (untested)
-              AGFA Focus Lineart Scanner (lineart) (untested)
-              AGFA Focus II (8 bit gray scale) (untested)
-              AGFA Focus Color (24 bit color 3-pass)
-              AGFA Focus Color Plus (24 bit color 3-pass)
-
-              Siemens S9036 (8 bit gray scale) (untested)
-
-       The driver supports line art, 6bpp and 8bpp gray, 18bpp and 24bpp color
-       scans.
-
-       If you own a scanner other than the ones listed above that  works  with
-       this  backend,  please let us know by sending the scanner's model name,
-       SCSI id, and firmware revision  to  sane-devel@lists.alioth.debian.org.
-       Have  a look at http://www.sane-project.org/mailing-lists.html concern-
-       ing subscription to sane-devel.
-
-       All of these scanners are pre-SCSI-2, and do not even  report  properly
-       to  SCSI  Inquiry.   This is typically evident in SCSI bus scans, where
-       the scanner will come  up  with  only  garbage  as  vendor  and  models
-       strings.
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form:
-
-              special
-
-       Where  special is either the path-name for the special device that cor-
-       responds to a SCSI scanner. For SCSI scanners, the special device  name
-       must  be  a  generic  SCSI device or a symlink to such a device.  Under
-       Linux, such a device name could be /dev/sga or /dev/sge,  for  example.
-       See sane-scsi(5) for details.
-
-
-
-

CONFIGURATION

-       The  contents of the agfafocus.conf file is a list of device names that
-       correspond to AGFA Focus scanners.  Empty lines and lines starting with
-       a  hash  mark  (#)  are  ignored.  A sample configuration file is shown
-       below:
-
-              /dev/scanner
-              # this is a comment
-              /dev/sge
-
-
-
-

FILES

-       /etc/sane.d/agfafocus.conf
-              The  backend  configuration  file  (see  also   description   of
-              SANE_CONFIG_DIR below).
-
-       /usr/lib/libsane-agfafocus.a
-              The static library implementing this backend.
-
-       /usr/lib/libsane-agfafocus.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are separated by a colon (`:'), under OS/2, they  are  separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration file is searched in two default directories: first,  the
-              current working directory (".") and then in /etc/sane.d.  If the
-              value of the environment variable ends with the directory  sepa-
-              rator character, then the default directories are searched after
-              the explicitly  specified  directories.   For  example,  setting
-              SANE_CONFIG_DIR  to  "/tmp/config:"  would result in directories
-              "tmp/config", ".", and "/etc/sane.d"  being  searched  (in  this
-              order).
-
-       SANE_DEBUG_AGFAFOCUS
-              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.  SANE_DEBUG_AGFAFOCUS values:
-
-              Number  Remark
-
-               0       print important errors (printed each time)
-               1       print errors
-               2       print sense
-               3       print warnings
-               4       print scanner-inquiry
-               5       print informations
-               6       print less important informations
-               7       print called procedures
-               8       print reader_process messages
-               10      print called sane-init-routines
-               11      print called sane-procedures
-               12      print sane infos
-               13      print sane option-control messages
-
-
-
-

MISSING FUNCTIONALITY

-       Uploading of dither matrices and tonecurves has been  implemented,  but
-       so far has not proven to be useful for anything.  For this reason these
-       options have been disabled.
-
-
-
-

BUGS

-       The scanners that do not support disconnect  have  problems  with  SCSI
-       timeouts  if  the SCSI bus gets loaded, eg. if you do a kernel build at
-       the same time as scanning.  To see if your scanner supports disconnect,
-       run  "SANE_DEBUG_AGFAFOCUS=128  scanimage  -L"  in  sh and look for the
-       "disconnect:" line)
-
-
-
-

DEBUG

-       If you have problems with SANE not detecting your  scanner,  make  sure
-       the  Artec  backend is disabled.  Somehow, this backend causes at least
-       my scanner not to respond correctly to SCSI inquiry commands.
-
-       If  you  encounter  a  bug  please   set   the   environment   variable
-       SANE_DEBUG_AGFAFOCUS  to  128  and  try to regenerate the problem. Then
-       send me a report with the log attached.
-
-       If you encounter a SCSI bus error or trimmed  and/or  displaced  images
-       please  also  set the environment variable SANE_DEBUG_SANEI_SCSI to 128
-       before sending me the report.
-
-
-
-

TODO

-       More scanners?
-
-              The AGFA ACS and ARCUS scanners are similar to the  FOCUS  scan-
-              ners.   The  driver  could probably be extended to support these
-              scanners without too many changes.  I do not have access to such
-              scanners, and cannot add support for it.  However, if you are in
-              possession of such a scanner, I could be helpful in adding  sup-
-              port for these scanners.
-
-              The  AGFA  HORIZON  scanners  are  SCSI-2 scanners, and it would
-              probably be easier to support these scanners in a SCSI-2 compli-
-              ant backend.
-
-
-
-

SEE ALSO

-       sane(7), sane-scsi(5)
-
-
-
-

AUTHOR

-       Ingo Schneider and Karl Anders Øygard.
-
-sane-backends 1.0.18              17 Oct 1998                sane-agfafocus(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-apple.5.html b/man/sane-apple.5.html index 64b6a018..cfa1dd3f 100644 --- a/man/sane-apple.5.html +++ b/man/sane-apple.5.html @@ -1,277 +1,8 @@ - - -sane-apple.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-apple.5

-
-
-
-sane-apple(5)            SANE Scanner Access Now Easy            sane-apple(5)
-
-
-
-

NAME

-       sane-apple - SANE backend for Apple flatbed scanners
-
-
-
-

DESCRIPTION

-       The  sane-apple  library  implements  a  SANE (Scanner Access Now Easy)
-       backend that provides access to Apple flatbed scanners. At present, the
-       following scanners are supported from this backend:
-
-       --------------- ----- ------------------ ------
-       AppleScanner    4bit  16 Shades of Gray
-       OneScanner      8bit  256 Shades of Gray
-       ColorOneScanner 24bit RGB color          3-pass
-
-       If  you own a Apple scanner other than the ones listed above that works
-       with this backend, please let us know by sending  the  scanner's  model
-       name,     SCSI     id,     and     firmware     revision    to    sane-
-       devel@lists.alioth.debian.org.   See  http://www.sane-project.org/mail-
-       ing-lists.html for details on how to subscribe to sane-devel.
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form:
-
-              special
-
-       Where  special is either the path-name for the special device that cor-
-       responds to a SCSI scanner. For SCSI scanners, the special device  name
-       must  be  a  generic  SCSI device or a symlink to such a device.  Under
-       Linux, such a device name could be /dev/sga or /dev/sge,  for  example.
-       See sane-scsi(5) for details.
-
-
-
-

CONFIGURATION

-       The  apple.conf  file is a list of options and device names that corre-
-       spond to Apple scanners.  Empty lines and lines starting  with  a  hash
-       mark  (#) are ignored.  See sane-scsi(5) on details of what constitutes
-       a valid device name.
-
-       Options come in  two  flavors:  global  and  positional  ones.   Global
-       options apply to all devices managed by the backend, whereas positional
-       options apply just to the most recently mentioned  device.   Note  that
-       this means that the order in which the options appear matters!
-
-
-
-

SCSI ADAPTER TIPS

-       SCSI scanners are typically delivered with an ISA SCSI adapter.  Unfor-
-       tunately, that adapter is not worth much  since  it  is  not  interrupt
-       driven.  It is sometimes possible to get the supplied card to work, but
-       without an interrupt line, scanning will put so much load on the system
-       that it becomes almost unusable for other tasks.
-
-
-
-

FILES

-       /usr/local/etc/sane.d/apple.conf
-              The   backend   configuration  file  (see  also  description  of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-apple.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-apple.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This  environment  variable  is  list  of directories where SANE
-              looks for the configuration file.  Under  UNIX  directory  names
-              are  separated  by  a  colon  (`:'),  under OS/2 by a semi-colon
-              (`;').  If SANE_CONFIG_DIR is not set, SANE defaults to  search-
-              ing  the  current  working directory (".") and then /etc/sane.d.
-              If the value of $SANE_CONFIG_DIR ends with the separator charac-
-              ter,  the  default  directories are searched after the directory
-              list.  For example, setting  SANE_CONFIG_DIR  to  "/tmp/config:"
-              would    result    in   directories   "tmp/config",   ".",   and
-              "/usr/local/etc/sane.d" being searched (in that order).
-
-       SANE_DEBUG_APPLE
-              Controls the debug level.  A value of 255 prints all debug  out-
-              put.   Smaller values reduce verbosity.  Requires a library com-
-              piled with debug support.
-
-
-
-

CURRENT STATUS

-       The apple backend is now in version 0.3 (Tue Jul 21 1998). Since I only
-       have  the AppleScanner and not the other models (OneScanner, ColorOneS-
-       canner) I can only develop/test for the AppleScanner effectively.  How-
-       ever with this release I almost completed the gui part of all scanners.
-       Most of the functionality is there. At least OneScanner should scan  at
-       the  AppleScanner's  compatible  modes  (LineArt, HalfTone, Gray16). My
-       personal belief is that with a slight touch of debugging the OneScanner
-       could  be actually usable. The ColorOneScanner needs more work. AppleS-
-       canner is of course almost fully supported.
-
-
-
-

MISSING FUNCTIONALITY

-       Currently all three models lack upload/download support.
-
-       AppleScanner
-              Cannot up/download a halftone pattern.
-
-       OneScanner
-              Cannot up/download halftone patterns or calibration vectors.
-
-       ColorOneScanner
-              Cannot up/download halftone patterns, calibration vectors,  cus-
-              tom  Color  Correction  Tables  (CCT) and of course custom gamma
-              tables.
-
-       Park/UnPark (OneScanner, ColorOneScanner)
-
-       The above functionalities are missing because I don't have the hardware
-       to experiment on.  Another reason is my lack of understanding as to how
-       or if the SANE API provide means to describe  any  array  type  besides
-       gamma.
-
-
-
-

UNSUPPORTED FEATURES

-       The  following  "features"  will  never  be supported, at least while I
-       maintain the sane-apple backend.
-
-       NoHome (AppleScanner)
-              The scanner lamp stays on  and  the  carriage  assembly  remains
-              where it stops at the end of the scan. After two minutes, if the
-              scanner does not receive another SCAN command, the lamp goes off
-              and the carriage returns to the home position.
-
-       Compression (AppleScanner)
-              The  Scanner  can  compress data with CCITT Group III one dimen-
-              sional algorithm (fax) and the Skip White Line algorithm.
-
-       Multiple Windows (AppleScanner)
-              AppleScanner may support multiple windows. It would  be  a  cool
-              feature and a challenge for me to code if it could intermix dif-
-              ferent options for different windows (scan areas). This  way  it
-              could  scan  a document in LineArt mode but the figures in it in
-              Gray and at  a  different  resolution.   Unfortunately  this  is
-              impossible.
-
-       Scan Direction (OneScanner)
-              It controls the scan direction. (?)
-
-       Status/Reset Button (OneScanner)
-              This  option controls the status of the button on the OneScanner
-              model. You can also reset the button status by software.
-
-
-
-

BUGS

-       SANE backend bugs are divided in two classes.  We  have  GUI  bugs  and
-       scanner specific bugs.
-
-       We  know  we  have a GUI bug when a parameter is not showing up when it
-       should (active) or vice versa. Finding out which parameters are  active
-       across   various   Apple   modes  and  models  from  the  documentation
-       ftp://ftpdev.info.apple.com/devworld/Technical_Documentation/Peripher-
-       als_Documentation/  is  an interesting exercise. I may have missed some
-       dependencies. For example of the threshold parameter the Apple Scanners
-       Programming  Guide  says  nothing.  I had to assume it is valid only in
-       LineArt mode.
-
-       Scanner specific bugs are mostly due to mandatory round-offs  in  order
-       to scan. In the documentation in one place states that the width of the
-       scan area should be a byte multiple. In another place it says that  the
-       width of the scan area should be an even byte multiple. Go figure...
-
-       Other  sources of bugs are due to scsi communication, scsi connects and
-       disconnects. However the classical bugs are still  there.  So  you  may
-       encounter  buffer  overruns,  null pointers, memory corruption and SANE
-       API violations.
-
-       SIGSEGV on SliceBars
-              When you try to modify the scan area from the slice bar you have
-              a  nice  little  cute core dump. I don't know why. If you select
-              the scan area from the preview window or by hand typing the num-
-              bers everything is fine. The SIGSEGV happens deep in gtk library
-              (gdk). I really cannot debug it.
-
-       Options too much
-              It is possible, especially  for  the  ColorOneScanner,  for  the
-              backend's options panel to extend beyond your screen. It happens
-              with mine and I am running my X Server at 1024x768. What  can  I
-              say? Try smaller fonts in the X server, or virtual screens.
-
-       Weird SCSI behaviour
-              I am quoting David Myers Here...
-
-              >> OS: FreeBSD 2.2.6
-              >> CC: egcs-1.02
-              Just  wanted to follow up on this...  I recently changed my SCSI
-              card from the Adaptec  2940UW  to  a  dual-channel  Symbios  786
-              chipset.   When I started up SANE with your driver, I managed to
-              scan line art drawings okay, but Gray16 scans led to a stream of
-              SCSI  error  messages  on the console, ultimately hanging with a
-              message saying the scanner wasn't releasing the SCSI bus.   This
-              may be that the Symbios is simply less tolerant of ancient hard-
-              ware, or may be bugs in your driver or in SANE itself...
-
-
-
-

DEBUG

-       If you encounter a  GUI  bug  please  set  the  environmental  variable
-       SANE_DEBUG_APPLE  to 255 and rerun the exact sequence of keystrokes and
-       menu selections to reproduce it. Then send me a  report  with  the  log
-       attached.
-
-       If you have an Apple Macintosh with the AppleScanners driver installed,
-       reporting to me which options are grayed out (inactive) in  what  modes
-       would be very helpful.
-
-       If  you  want  to  offer some help but you don't have a scanner, or you
-       don't have the model you would like to help with, or  you  are  a  SANE
-       developer  and  you  just  want to take a look at how the apple backend
-       looks like, goto to apple.h and #define the  NEUTRALIZE_BACKEND  macro.
-       You  can select the scanner model through the APPLE_MODEL_SELECT macro.
-       Available options are APPLESCANNER, ONESCANNER, COLORONESCANNER.
-
-       If you encounter a SCSI bus error or trimmed  and/or  displaced  images
-       please set the environment variable SANE_DEBUG_SANEI_SCSI to 255 before
-       sending me the report.
-
-
-
-

TODO

-       Non Blocking Support
-              Make  sane-apple  a  non  blocking  backend.  Properly   support
-              sane_set_io_mode and sane_get_select_fd
-
-       Scan   Make scanning possible for all models in all supported modes.
-
-       Missing Functionality
-
-
-
-

SEE ALSO

-       sane(7), sane-scsi(5)
-
-
-
-

AUTHOR

-       The  sane-apple  backend was written not entirely from scratch by Milon
-       Firikis. It is mostly based on the mustek backend from David  Mosberger
-       and Andreas Czechanowski
-
-sane-backends 1.0.18              13 May 1998                    sane-apple(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-artec.5.html b/man/sane-artec.5.html index f9e784a6..cfa1dd3f 100644 --- a/man/sane-artec.5.html +++ b/man/sane-artec.5.html @@ -1,181 +1,8 @@ - - -sane-artec.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-artec.5

-
-
-
-sane-artec(5)            SANE Scanner Access Now Easy            sane-artec(5)
-
-
-
-

NAME

-       sane-artec - SANE backend for Artec flatbed scanners
-
-
-
-

DESCRIPTION

-       The  sane-artec  library  implements  a  SANE (Scanner Access Now Easy)
-       backend that provides access to Artec/Ultima SCSI flatbed scanners.  At
-       present,  the  following  scanners are known to work at least partially
-       with this backend:
-
-              * Artec A6000C
-              * Artec A6000C PLUS
-              * Artec ViewStation AT3
-              * BlackWidow BW4800SP (rebadged Artec AT3)
-              * Artec ViewStation AT6
-              * Artec ViewStation AT12
-              * Artec AM12S
-              * Plustek 19200S (rebadged Artec AM12S)
-
-       Although this manual page is generally updated with each  release,  up-
-       to-date  information  on  new releases and extraneous helpful hints are
-       available from the backend homepage:
-              http://www4.infi.net/~cpinkham/sane/
-
-
-
-

DOCUMENTATION

-
-
-

CONFIGURATION

-       The contents of the artec.conf file are a list  of  device  names  that
-       correspond  to  Artec  scanners.  Empty lines and lines starting with a
-       hash mark (#) are ignored.  See sane-scsi(5) on details of what consti-
-       tutes a valid device name.
-
-       Sample file:
-       # artec.conf
-       #
-       # this is a comment.
-       #
-       # this line says search for any SCSI devices which are scanners and have
-       #     a vendor string of 'ULTIMA'
-       scsi ULTIMA
-       #
-       # the next line forces the backend to assume the next scanner found has
-       #     the specified vendor string (useful for testing rebadged models).
-       vendor ULTIMA
-       #
-       # the next line forces the backend to assume the next scanner found has
-       #     the specified model string (useful for testing rebadged models).
-       model AT3
-       #
-       # now a line that actually specifies a device.  The backend is going to
-       #     assume this is an Artec/Ultima AT3 because we forced the vendor and
-       #     model above.
-       /dev/scanner
-       #
-       # once we hit a scanner device line, the forced vendor and model
-       # string are
-       #     'forgotten', so the vendor and model for this next device will be
-       #     determined from the result of a SCSI inquiry.
-       /dev/sge
-       #
-
-
-
-

SCSI ADAPTER TIPS

-       Some  Artec scanners come with an included SCSI adapter.  If your scan-
-       ner came with a DTC ISA scsi cards, you can probably use it with recent
-       (>=  2.2.0)  kernels  using the generic NCR5380 support.  You must pass
-       the following boot argument to the kernel: "dtc3181e=0x2c0,0"
-       I do not have any information on the PCI  SCSI  adapter  included  with
-       some newer Artec scanners.
-
-
-
-

FILES

-       /usr/local/etc/sane.d/artec.conf
-              The   backend   configuration  file  (see  also  description  of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-artec.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-artec.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are  separated  by a colon (`:'), under OS/2, they are separated
-              by a semi- colon (`;').  If this variable is not set,  the  con-
-              figuration  file  is searched in two default directories: first,
-              the  current   working   direc-   tory   (".")   and   then   in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends with the directory separator character,  then  the  default
-              directories are searched after the explicitly specified directo-
-              ries.  For example, setting  SANE_CONFIG_DIR  to  "/tmp/config:"
-              would    result    in   directories   "tmp/config",   ".",   and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_ARTEC
-              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: SANE_DEBUG_ARTEC values
-
-              Number  Remark
-
-               0       print important errors
-               1       print errors
-               2       print sense
-               3       print warnings
-               4       print scanner-inquiry
-               5       print informations
-               6       print less important informations
-               7       print major called procedures
-               8       print all called procedures
-               9       print procedure info/data messages
-               10      print called sane-init-routines
-               11      print called sane-procedures
-               12      print sane infos
-               13      print sane option-control messages
-
-               50      print verbose data/debug messages
-
-               == 100  print software RGB calibration data
-               == 101  print raw data from scanner to artec.data.raw file
-
-               == 128  print out all messages
-
-       Example: export SANE_DEBUG_ARTEC=13
-
-
-
-

BUGS

-       Known  bugs  in this release: A6000C+ users with firmware v1.92 or ear-
-       lier have problems with the backend, the cause has not been determined.
-       Sometimes the backend is not particularly robust, you can possibly lock
-       up the SCSI bus (and/or machine) by not  having  patience  enough  when
-       scanning.   3-channel  gamma  correction is not implemented and single-
-       channel gamma correction is not totally working on  models  other  than
-       the AT3.
-
-
-
-

SEE ALSO

-       sane(7), sane-scsi(5)
-
-
-
-

AUTHOR

-       Chris Pinkham (cpinkham@corp.infi.net)
-
-sane-backends 1.0.18              24 Jan 2000                    sane-artec(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-artec_eplus48u.5.html b/man/sane-artec_eplus48u.5.html index e14c2285..cfa1dd3f 100644 --- a/man/sane-artec_eplus48u.5.html +++ b/man/sane-artec_eplus48u.5.html @@ -1,185 +1,8 @@ - - -sane-artec_eplus48u.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-artec_eplus48u.5

-
-
-
-sane-artec_eplus48u(5)               SANE               sane-artec_eplus48u(5)
-
-
-
-

NAME

-       sane-artec_eplus48u - SANE backend for the scanner Artec E+ 48U and re-
-       badged models
-
-
-
-

DESCRIPTION

-       The sane-artec_eplus48u library implements a SANE (Scanner  Access  Now
-       Easy)  backend  that  provides  access  to several USB flatbed scanners
-       using the GT6816 chipset like the Artec E+ 48U.  These scanners have  a
-       contact image sensor (CIS) and an USB interface.
-
-       A  complete  list of supported devices can be found on http://www.sane-
-       project.org/sane-supported-devices.html.
-
-       This is ALPHA software. Especially if you test new  or  untested  scan-
-       ners,  keep  your hand at the scanner's plug and unplug it, if the head
-       bumps at the end of the scan area.
-
-       If you own a scanner other than the ones mentioned  on  the  list  that
-       works  with  this backend, please let us know this by sending the scan-
-       ner's exact model name and the USB vendor and product  ids  (e.g.  from
-       /proc/bus/usb/devices,  sane-find-scanner or syslog) to me. Even if the
-       scanner's name is only slightly different  from  the  models  mentioned
-       above, please let me know.
-
-
-
-

KERNEL ISSUES

-       If libusb-0.1.6 or later is installed, this section can be skipped. The
-       scanner should be found by sane-find-scanner without  further  actions.
-       For  setting  permissions  and  general  USB  information look at sane-
-       usb(5).
-
-       When you are using the scanner module, a Linux kernel 2.4.12  or  newer
-       is required.
-
-
-
-

FIRMWARE FILE

-       You need a firmware file for your scanner. That's a small file contain-
-       ing software that will be uploaded to the  scanner's  memory.  For  the
-       scanners  mentioned  above, it's usually named Artec48.usb or 1200.usb.
-       You can find it on the installation CD that was provided by  the  manu-
-       facturer,  normally  in  the  directory Win98, WinMe or similar. If the
-       Windows-driver is installed on your computer, then you  can  also  find
-       the firmware file under c:\windows\system32\drivers.
-
-
-
-

CONFIGURATION

-       The  contents  of  the  artec_eplus48u.conf file is a list of usb lines
-       containing vendor and product ids that correspond to USB scanners.  The
-       file  can  also  contain  option lines.  Empty lines and lines starting
-       with a hash mark (#) are ignored.  The scanners are autodetected by usb
-       vendor_id   product_id  statements  which  are  already  included  into
-       artec_eplus48u.conf .  "vendor_id"  and  "product_id"  are  hexadecimal
-       numbers that identify the scanner.
-
-       Every usb section can have additional options
-
-       artecFirmwareFile /usr/local/share/sane/artec_eplus48u/Artec48.usb
-              The path to the firmware file. This option is required.
-
-       redGamma 1.0
-
-       greenGamma 1.0
-
-       blueGamma 1.0
-
-       masterGamma 1.9
-              These  are  the  default gamma values. If you set the "Defaults"
-              option with a frontend, then the gamma options are reset to  the
-              values specified here.
-
-       redOffset 0x28
-
-       greenOffset 0x2f
-
-       blueOffset 0x2f
-
-       redExposure 0xa7
-
-       greenExposure 0x116
-
-       blueExposure 0xdc
-              These  are  the default values for offset and exposure time. You
-              can e.g. change them to speed up calibration, if you don't  want
-              to save the calibration data to disk.
-
-       vendorString Artec
-
-       modelString E+ 48U
-              By  default,  the  scanner is reported as "Artec E+ 48U". If you
-              don't like this, e.g.  because you have an Tevion MD 9693,  then
-              change the options accordingly.
-
-
-
-

FILES

-       /usr/local/etc/sane.d/artec_eplus48u.conf
-              The   backend   configuration  file  (see  also  description  of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-artec_eplus48u.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-artec_eplus48u.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are  separated  by a colon (`:'), under OS/2, they are separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration  file is searched in two default directories: first, the
-              current    working    directory    (".")     and     then     in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends with the directory separator character,  then  the  default
-              directories are searched after the explicitly specified directo-
-              ries.  For example, setting  SANE_CONFIG_DIR  to  "/tmp/config:"
-              would    result    in   directories   "tmp/config",   ".",   and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_ARTEC_EPLUS48U
-              If the library was compiled with  debug  support  enabled,  this
-              environment  variable controls the debug level for this backend.
-              Higher debug levels increase the verbosity of the output.
-
-              Example: export SANE_DEBUG_ARTEC_EPLUS48U=3
-
-
-
-

SEE ALSO

-       sane(7), sane-usb(5)
-
-
-
-

AUTHOR

-       Michael Herder
-       This backend is based on the  gt68xx  test-program  written  by  Sergey
-       Vlasov,  Andreas  Nowack,  and  David Stevenson. Thanks to everyone who
-       tested the backend or reported bugs.
-       This man page is based on man sane-gt68xx, written  by  Henning  Meier-
-       Geinitz.
-
-
-
-

BUGS

-       This  backend  has  been tested on Linux only. If you are using it on a
-       different platform, please contact us.
-
-       Interpolation with 1200 dpi is weak.
-
-       Support for buttons is missing due to missing support in SANE.
-
-       Please   contact   us   if   you   find   a    bug:    http://www.sane-
-       project.org/bugs.html.
-
-sane-backends 1.0.18              15 Jan 2006           sane-artec_eplus48u(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-as6e.5.html b/man/sane-as6e.5.html index 4477b04e..cfa1dd3f 100644 --- a/man/sane-as6e.5.html +++ b/man/sane-as6e.5.html @@ -1,61 +1,8 @@ - - -sane-as6e.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-as6e.5

-
-
-
-sane-as6e(5)             SANE Scanner Access Now Easy             sane-as6e(5)
-
-
-
-

NAME

-       sane-as6e  - SANE backend for using the Artec AS6E parallel port inter-
-       face scanner.
-
-
-
-

DESCRIPTION

-       The sane-as6e library implements a SANE (Scanner Access Now Easy) back-
-       end  that  provides  access to Artec AS6E flatbed scanner.  It requires
-       the as6edriver program in order to operate.  The as6edriver program  is
-       not   included   with   the   SANE   package.    It  can  be  found  at
-       http://as6edriver.sourceforge.net.  See  the  as6edriver  documentation
-       for technical information.
-
-       The  as6edriver  program  must  be in the path for executables ($PATH).
-       Especially if you run saned (the SANE network  scanning  daemon),  take
-       care  to setup the path for inetd or xinetd correctly or place the pro-
-       gram in a directory that is in the path.
-
-
-
-

FILES

-       as6edriver - driver program that controls the scanner.
-
-
-
-

SEE ALSO

-       sane(7), as6edriver(5), saned(8), http://as6edriver.sourceforge.net
-
-
-
-

AUTHOR

-       Eugene S. Weiss
-
-
-
-

EMAIL-CONTACT

-       yossarian@users.sourceforge.net
-
-sane-backends 1.0.18            Dec 14th, 2003                    sane-as6e(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-avision.5.html b/man/sane-avision.5.html index 95b5978e..cfa1dd3f 100644 --- a/man/sane-avision.5.html +++ b/man/sane-avision.5.html @@ -1,179 +1,8 @@ - - -sane-avision.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-avision.5

-
-
-
-sane-avision(5)          SANE Scanner Access Now Easy          sane-avision(5)
-
-
-
-

NAME

-       sane-avision  - SANE backend for original Avision and Avision OEM scan-
-       ners (HP, Minolta, Mitsubishi, UMAX and possibly more) flatbed and film
-       scanners.
-
-
-
-

ABOUT THIS FILE

-       This  file  is  a short descripton for the avision-backend shipped with
-       SANE.
-
-
-
-

DESCRIPTION

-       The sane-avision library implements a SANE (Scanner  Access  Now  Easy)
-       backend  that  provides access to various Avision scanners and the Avi-
-       sion OEM scanners labelled by HP, Minolta, Mitsubishi or Fujitsu.
-
-       It is fully big-endian aware and in every-day use on PowerPC and  SPARC
-       systems.
-
-       I  suggest  you  hold one hand on the power-button of the scanner while
-       you try the first scans - especially with film-scanners!
-
-
-
-

CONFIGURATION

-       The    configuration    file    for    this    backend    resides    in
-       /usr/local/etc/sane.d/avision.conf.
-
-       Its  contents  is a list of device names that correspond to Avision and
-       Avision compatible scanners and backend-options. Empty lines and  lines
-       starting  with a hash mark (#) are ignored. A sample configuration file
-       is shown below:
-
-        # this is a comment
-
-        option force-a4
-        option force-a3
-        option disable-gamma-table
-        option disable-calibration
-
-        #scsi Vendor Model Type Bus Channel ID LUN
-        scsi AVISION
-        scsi HP
-        scsi /dev/scanner
-        usb 0x03f0 0x0701
-
-       force-a4:
-              Forces the backend to overwrite the scanable  area  returned  by
-              the  scanner  to  ISO A4. Scanner that are known to return bogus
-              data are marked in the backend so if you need this option please
-              report this to the backend maintainer. USE WITH CARE!
-
-       force-a3:
-              Forces  the  backend  to overwrite the scanable area returned by
-              the scanner to ISO A3. Scanner that are known  to  return  bogus
-              data are marked in the backend so if you need this option please
-              report this to the backend maintainer. USE WITH CARE!
-
-       disable-gamma-table:
-              Disables the usage of the scanner's gamma-table. You  might  try
-              this if your scans hang or only produces random garbage.
-
-       disable-calibration:
-              Disables  the scanner's color calibration. You might try this if
-              your scans hang or only produces random garbage.
-
-       Note:  Any option above modifies the default code-flow for  your  scan-
-              ner. The options should only be used when you encounter problems
-              with the default be- haviour of the backend. Please  report  the
-              need  of  options  to  the  backend-author so the backend can be
-              fixed as soon as possible.
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form:
-
-              scsi scsi-spec
-
-              usb usb-spec
-
-       Where scsi-spec is the path-name to a special device or a device ID for
-       the  device that corresponds to a SCSI scanner. The special device name
-       must be a generic SCSI device or a symlink to such a device, for  exam-
-       ple on Linux "/dev/sga" or "/dev/sg0". The device ID is the ID returned
-       by the scanner, for example "HP" or  "AVISION".  See  sane-scsi(5)  for
-       details.
-
-       Note:  Since  the  backend  now  includes  native  USB access, it is no
-              longer needed - even considered obsolete - to access USB scanner
-              via  the  SCSI  emulation (named hpusbscsi on Linux) for Avision
-              USB devices such as the HP 53xx, HP 74xx or  Minolta  film-scan-
-              ners.
-
-       usb-spec is the USB device name, the vendor/product ID pair or the name
-       used by libusb corresponding to the USB scanner.  For  example  "0x03f0
-       0x0701" or "libusb:002:003". See sane-usb(5) for details.
-
-       The program sane-find-scanner helps to find out the correct scsi or usb
-       device name.
-
-       A list with supported devices is built into the avision backend so nor-
-       mally specifying an ID should not be necessary.
-
-
-
-

FILES

-       /usr/local/etc/sane.d/avision.conf
-              The   backend   configuration  file  (see  also  description  of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-avision.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-avision.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are  separated  by a colon (`:'), under OS/2, they are separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration  file is searched in two default directories: first, the
-              current    working    directory    (".")     and     then     in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends with the directory separator character,  then  the  default
-              directories   are   searched   after  the  explicitly  specified
-              directories.  For example, setting SANE_CONFIG_DIR to "/tmp/con-
-              fig:"   would  result  in  directories  "tmp/config",  ".",  and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_AVISION
-              If the library was compiled with  debug  support  enabled,  this
-              environment  variable controls the debug level for this backend.
-              Higher debug levels increase the verbosity of  the  output.  The
-              debug  level  7  is the author's prefered value to debug backend
-              problems.
-
-              Example: export SANE_DEBUG_AVISION=7
-
-
-
-

SEE ALSO

-       sane(7), sane-scsi(5), sane-usb(5)
-       http://www.exactcode.de/oss/avision/
-
-
-
-

AUTHOR

-       René Rebe and Meino Christian Cramer
-
-sane-backends 1.0.18              04 Mar 2003                  sane-avision(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-bh.5.html b/man/sane-bh.5.html index 992a40f8..cfa1dd3f 100644 --- a/man/sane-bh.5.html +++ b/man/sane-bh.5.html @@ -1,513 +1,8 @@ - - -sane-bh.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-bh.5

-
-
-
-sane-bh(5)               SANE Scanner Access Now Easy               sane-bh(5)
-
-
-
-

NAME

-       sane-bh  -  SANE  backend  for  Bell+Howell Copiscan II series document
-       scanners
-
-
-
-

DESCRIPTION

-       The sane-bh library implements a SANE (Scanner Access Now Easy) backend
-       that  provides  access to Bell+Howell Copiscan II series document scan-
-       ners.  The Copiscan II 6338 has been the  primary  scanner  model  used
-       during development and testing, but since the programming interface for
-       the entire series is consistent the backend should work for the follow-
-       ing scanner models.
-
-              COPISCAN II 6338 Duplex Scanner with ACE
-              COPISCAN II 2135 Simplex Scanner
-              COPISCAN II 2137(A) Simplex Scanner (with ACE)
-              COPISCAN II 2138A Simplex Scanner with ACE
-              COPISCAN II 3238 Simplex Scanner
-              COPISCAN II 3338(A) Simplex Scanner (with ACE)
-
-       If  you  have  a  Bell+Howell scanner and are able to test it with this
-       backend, please  contact  sane-devel@lists.alioth.debian.org  with  the
-       model  number  and  testing  results.  Have  a look at http://www.sane-
-       project.org/mailing-lists.html concerning subscription  to  sane-devel.
-       Additionally,  the author is curious as to the likelihood of using this
-       backend with the newer 4000 and 8000 series scanners.  If you have such
-       a beast, please let me know.
-
-       The  Bell+Howell  Copiscan II series document scanners are high volume,
-       high throughput scanners designed for document  scanning  applications.
-       As  such, they are lineart/grayscale scanners supporting a fixed number
-       of fairly low resolutions (e.g. 200/240/300dpi).  However, they do have
-       a number of interesting and useful features suited to needs of document
-       imaging applications.  This backend attempts  to  support  as  many  of
-       these features as possible.
-
-       The  main  technical reference used in writing this backend is the Bell
-       and Howell Copiscan II Remote SCSI Controller (RSC) OEM Technical  Man-
-       ual  Version 1.5.  The Linux SCSI programming HOWTO, the SANE API docu-
-       mentation, and SANE source code were also extremely valuable resources.
-
-       The  latest  backend  release, additional information and helpful hints
-       are available from the backend homepage:
-              http://www.martoneconsulting.com/sane-bh.html
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form:
-
-              special
-
-       Where special is the path-name for the special device that  corresponds
-       to a SCSI scanner. For SCSI scanners, the special device name must be a
-       generic SCSI device or a symlink to such a device.  Under Linux, such a
-       device  name  takes a format such as /dev/sga or /dev/sg0, for example.
-       See sane-scsi(5) for details.
-
-
-
-

CONFIGURATION

-       The contents of the bh.conf file is a list of device names that  corre-
-       spond  to  Bell+Howell  scanners.   See sane-scsi(5) on details of what
-       constitutes a valid device name.  Additionally, options can  be  speci-
-       fied;  these  lines  begin  with  the  word  "option".   Each option is
-       described in detail below.  Empty lines and lines starting with a  hash
-       mark (#) are ignored.
-
-
-
-

OPTIONS

-       The following options can be specified in the bh.conf file.
-
-       disable-optional-frames
-              This  option  prevents  the  backend  from  sending any optional
-              frames.  This option may be useful when dealing  with  frontends
-              which do not support these optional frames.  When this option is
-              in effect, the data is sent in  a  SANE_FRAME_GRAY  frame.   The
-              optional  frames  sent  by  this  backend  are: SANE_FRAME_G31D,
-              SANE_FRAME_G32D,  SANE_FRAME_G42D  and  SANE_FRAME_TEXT.   These
-              frames  are  generated  based  on  the  compression  and barcode
-              options.  These frames are never sent in preview mode.
-
-       fake-inquiry
-              This option is used for debugging purposes and its  use  is  not
-              encouraged.  Essentially, it allows the backend to initialize in
-              the absence of a scanner.  This is useful  for  development  and
-              not  much  else.   This  option must be specified earlier in the
-              configuration file than the devices which are to be "faked".
-
-
-
-

FILES

-       /usr/local/etc/sane.d/bh.conf
-              The  backend  configuration  file  (see  also   description   of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-bh.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-bh.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are separated by a colon (`:'), under OS/2, they  are  separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration file is searched in two default directories: first,  the
-              current     working     directory     (".")    and    then    in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends  with  the  directory separator character, then the default
-              directories are searched after the explicitly specified directo-
-              ries.   For  example,  setting SANE_CONFIG_DIR to "/tmp/config:"
-              would   result   in   directories   "tmp/config",    ".",    and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_BH
-              If  the  library  was  compiled with debug support enabled, this
-              environment variable controls the debug level for this  backend.
-              E.g.,  a  value  of 255 requests all debug output to be printed.
-              Smaller levels reduce verbosity.
-
-
-
-

SUPPORTED FEATURES

-       ADF support
-              With document scanners, automatic document feeder (ADF)  support
-              is  a  key feature.  The backend supports the ADF by default and
-              returns SANE_STATUS_NO_DOCS when the out-of-paper  condition  is
-              detected.   The SANE frontend scanadf is a command line frontend
-              that supports multi-page scans.  It has been  used  successfully
-              with  this  backend.  The SANE frontend xsane is an improved GUI
-              frontend by Oliver  Rauch.   Support  for  multi-page  scans  is
-              included in xsane version 0.35 and above.
-
-       Duplex scanning
-              Some  models, such as the COPISCAN II 6338, support duplex scan-
-              ning.  That is, they scan both sides of the  document  during  a
-              single  pass  through the scanner (the scanner has two cameras).
-              This  backend  supports  duplex  scanning  (with  the   --duplex
-              option).   The front and back page images are delivered consecu-
-              tively as if they were separately scanned pages.
-
-       Hardware compression
-              The scanner is capable of  compressing  the  data  into  several
-              industry  standard  formats  (CCITT  G3, CCITT G3-2D, CCITT G4).
-              This results in increased performance as  less  data  is  passed
-              from  the  scanner  to  the host over the SCSI bus.  The backend
-              supports these  compression  formats  via  the  --g31d,  --g32d,
-              --g42d  options,  respectively.   Many  SANE  frontends  are not
-              equipped to deal with these formats, however.  The SANE frontend
-              scanadf  supports  these optional frame formats.  The compressed
-              image data is written directly to a file and can  then  be  pro-
-              cessed  by  a scan-script using the --scan-script option.  Exam-
-              ples of this are given on the scanadf homepage.
-
-       Automatic Border Detection
-              The scanner can automatically detect the paper size  and  adjust
-              the  scanning  window  geometry appropriately.  The backend sup-
-              ports this useful feature with the --autoborder option.   It  is
-              enabled by default.
-
-       Batch Mode Scanning
-              The batch scan mode allows for maximum throughput.  The Set Win-
-              dow parameters must remain constant during the entire batch.
-
-       Icon Generation
-              The Icon function generates a thumbnail of the full page  image,
-              that  can  be  transferred  as if it were a separate page.  This
-              allows the host to quickly display  a  thumbnail  representation
-              during  the  scanning  operation.  Perhaps this would be a great
-              way of implementing a preview scan, but since a normal  scan  is
-              so quick, it might not be worth the trouble.
-
-       Multiple Sections
-              Multiple  sections (scanning sub-windows) can be defined for the
-              front and back pages.  Each section can have  different  charac-
-              teristics   (e.g.  geometry,  compression).   The  sections  are
-              returned as if they were separately scanned  images.   Addition-
-              ally  sections  can  be used to greatly enhance the accuracy and
-              efficiency of the barcode/patchcode decoding process by limiting
-              the search area to a small subset of the page.  Most Copiscan II
-              series scanners support up to 8 user-defined sections.
-
-       Support Barcode/Patchcode Decoding
-              The RSC unit can recognize Bar and Patch Codes of various  types
-              embedded  in  the  scanned image.  The codes are decoded and the
-              data is returned to the frontend as a text frame.  The  text  is
-              encoded  in  xml  and contains a great deal of information about
-              the decoded data such as the location where it  was  found,  its
-              orientation,  and the time it took to find.  Further information
-              on the content of this text frame as well as some barcode decod-
-              ing examples can be found on the backend homepage.
-
-
-
-

LIMITATIONS

-       Decoding a single barcode type per scan
-              The RSC unit can search for up to six different barcode types at
-              a time.  While the code generally supports  this  as  well,  the
-              --barcode-search-bar  option  only  allows the user to specify a
-              single barcode type.  Perhaps  another  option  which  allows  a
-              comma  separated  list  of  barcode type codes could be added to
-              address this.
-
-       Scanning a fixed number of pages in batch mode
-              The separation of front  and  back  end  functionality  in  SANE
-              presents  a problem in supporting the 'cancel batch' functional-
-              ity in the scanner.  In batch mode, the scanner is always a page
-              ahead  of  the host.  The host, knowing ahead of time which page
-              will be the last, can cancel batch mode prior to initiating  the
-              last  scan  command.  Currently, there is no mechanism available
-              for the frontend to pass this  knowledge  to  the  backend.   If
-              batch  mode  is enabled and the --end-count terminates a scanadf
-              session, an extra page will be pulled through the  scanner,  but
-              is neither read nor delivered to the frontend.  The issue can be
-              avoided by specifying --batch=no when scanning a fixed number of
-              pages.
-
-       Revision 1.2 Patch detector
-              There  is an enhanced patchcode detection algorithm available in
-              the RSC with revision 1.2 or higher  that  is  faster  and  more
-              reliable  than the standard Bar/Patch code decoder.  This is not
-              currently supported.
-
-
-
-

OPTIONS

-       Scan Mode Options:
-
-       --preview[=(yes|no)] [no]
-              Request a preview-quality scan.  When  preview  is  set  to  yes
-              image  compression  is  disabled and the image is delivered in a
-              SANE_FRAME_GRAY frame.
-
-       --mode lineart|halftone [lineart]
-              Selects the scan mode (e.g., lineart,monochrome, or color).
-
-       --resolution 200|240|300dpi [200]
-              Sets the resolution of the scanned image.   Each  scanner  model
-              supports  a list of standard resolutions; only these resolutions
-              can be used.
-
-       --compression none|g31d|g32d|g42d [none]
-              Sets the compression mode of the scanner.  Determines  the  type
-              of data returned from the scanner.  Values are:
-              none - uncompressed data - delivered in a SANE_FRAME_GRAY frame
-              g31d   -   CCITT   G3   1   dimension  (MH)  -  delivered  in  a
-              SANE_FRAME_G31D frame
-              g32d - CCITT  G3  2  dimensions  (MR,  K=4)  -  delivered  in  a
-              SANE_FRAME_G32D frame
-              g42d - CCITT G4 (MMR) - delivered in a SANE_FRAME_G42D frame
-              NOTE:  The use of g31d, g32d, and g42d compression values causes
-              the backend to generate optional frame formats which may not  be
-              supported by all SANE frontends.
-
-       Geometry Options:
-
-       --autoborder[=(yes|no)] [yes]
-              Enable/Disable  automatic image border detection.  When enabled,
-              the RSC unit automatically detects the image area and  sets  the
-              window geometry to match.
-
-       --paper-size Custom|Letter|Legal|A3|A4|A5|A6|B4|B5 [Custom]
-              Specify the scan window geometry by specifying the paper size of
-              the documents to be scanned.
-
-       --tl-x 0..297.18mm [0]
-              Top-left x position of scan area.
-
-       --tl-y 0..431.8mm [0]
-              Top-left y position of scan area.
-
-       --br-x 0..297.18mm [297.18]
-              Bottom-right x position of scan area.
-
-       --br-y 0..431.8mm [431.8]
-              Bottom-right y position of scan area.
-
-       Feeder Options:
-
-       --source Automatic Document Feeder|Manual Feed Tray [Automatic Document
-       Feeder]
-              Selects the scan source  (such  as  a  document  feeder).   This
-              option  is provided to allow multiple image scans with xsane; it
-              has no other purpose.
-
-       --batch[=(yes|no)] [no]
-              Enable/disable batch mode scanning.  Batch mode allows  scanning
-              at  maximum  throughput  by buffering within the RSC unit.  This
-              option is recommended when performing multiple pages scans until
-              the feeder is emptied.
-
-       --duplex[=(yes|no)] [no]
-              Enable duplex (dual-sided) scanning.  The scanner takes an image
-              of each side of the document during a single  pass  through  the
-              scanner.  The front page is delivered followed by the back page.
-              Most options, such as compression, affect  both  the  front  and
-              back pages.
-
-       --timeout-adf 0..255 [0]
-              Sets  the  timeout  in seconds for the automatic document feeder
-              (ADF).  The value 0 specifies the hardware default  value  which
-              varies based on the scanner model.
-
-       --timeout-manual 0..255 [0]
-              Sets  the  timeout  in  seconds  for semi-automatic feeder.  The
-              value 0 specifies the hardware default value which varies  based
-              on the scanner model.
-
-       --check-adf[=(yes|no)] [no]
-              Check  ADF  Status prior to starting scan using the OBJECT POSI-
-              TION command.  Note that  this  feature  requires  RSC  firmware
-              level 1.5 or higher and dip switch 4 must be in the on position.
-              NOTE: This option has not been tested extensively and  may  pro-
-              duce undesirable results.
-
-       Enhancement:
-
-       --control-panel[=(yes|no)] [yes]
-              Enables the scanner's control panel for selecting image enhance-
-              ment parameters.  When the option is set  to  no  the  following
-              options   are  used  to  control  image  enhancement.   See  the
-              Bell+Howell scanner users' guide for complete information on ACE
-              functionality.
-
-       --ace-function -4..4 [3]
-              Specify the Automatic Contrast Enhancement (ACE) Function.
-
-       --ace-sensitivity 0..9 [5]
-              Specify the Automatic Contrast Enhancement (ACE) Sensitivity.
-
-       --brightness 0..255 [0]
-              Controls  the brightness of the acquired image.  Ignored for ACE
-              capable scanners.
-
-       --threshold 0..255 [0]
-              Select minimum-brightness to get a white point.  Ignored for ACE
-              capable scanners.
-
-       --contrast 0..255 [inactive]
-              Controls the contrast of the acquired image.  This option is not
-              currently used by the scanner (and perhaps never will be).
-
-       --negative[=(yes|no)] [no]
-              Swap black and white, yielding a reverse-video image.
-
-       Icon:
-
-       --icon-width 0..3600pel (in steps of 8) [0]
-              Width of icon (thumbnail) image in pixels.
-
-       --icon-length 0..3600pel (in steps of 8) [0]
-              Length of icon (thumbnail) image in pixels.
-
-       Barcode Options:
-
-       --barcode-search-bar <see list> [none]
-              Specifies the barcode type to search for.  If this option is not
-              specified,  or  specified with a value of none, then the barcode
-              decoding feature is completely disabled.  The valid barcode type
-              are:
-              none
-              ean-8
-              ean-13
-              reserved-ean-add
-              code39
-              code2-5-interleaved
-              code2-5-3lines-matrix
-              code2-5-3lines-datalogic
-              code2-5-5lines-industrial
-              patchcode
-              codabar
-              codabar-with-start-stop
-              code39ascii
-              code128
-              code2-5-5lines-iata
-
-       --barcode-search-count 1..7 [3]
-              Number  of  times  that the RSC performs the decoding algorithm.
-              Specify the smallest number possible  to  increase  performance.
-              If  you are having trouble recognizing barcodes, it is suggested
-              that you increase this option to its maximum value (7).
-
-       --barcode-search-mode <see list> [horiz-vert]
-              Chooses the orientation of barcodes to be searched.   The  valid
-              orientations are:
-              horiz-vert
-              horizontal
-              vertical
-              vert-horiz
-
-       --barcode-hmin 0..1660mm [5]
-              Sets  the  barcode  minimum height in millimeters (larger values
-              increase recognition speed).  Of course the actual  barcodes  in
-              the document must be of sufficient size.
-
-       --barcode-search-timeout 20..65535us [10000]
-              Sets  the  timeout  for barcode searching in milliseconds.  When
-              the timeout expires, the decoder will stop trying to decode bar-
-              codes.
-
-       --section <string> []
-              Specifies  a series of image sections.  A section can be used to
-              gather a subset image or to provide a  small  area  for  barcode
-              decoding.   Each  section  is  specified in the following format
-              (units are in millimeters):
-
-       <width>x<height>+<top-left-x>+<top-left-y>[:functioncode...]
-
-       Multiple sections can be specified by separating them with commas.
-
-       For example 76.2x25.4+50.8+0:frontbar identifies an area 3 inches  wide
-       and  1  inch  high  with  a  top left corner at the top of the page two
-       inches from the left hand edge of the page.  This section will be  used
-       for barcode decoding on the front page only.
-
-       For  example  50.8x25.4+25.4+0:frontbar:front:g42d identifies an area 2
-       inches wide and 1 inch high with a top left corner at the  top  of  the
-       page  one  inch from the left hand edge of the page.  This section will
-       be used for barcode decoding on the front page as well as generating an
-       image compressed in g42d format.
-
-       Ordinarily  barcodes  are  searched in the entire image.  However, when
-       you specify sections all barcode searching is done within the  specific
-       sections identified.  This can significantly speed up the decoding pro-
-       cess.
-
-       The following functioncodes are available:
-              front - generate an image for the front page section
-              back - generate an image for the back page section
-              frontbar - perform barcode search in front page section
-              backbar - perform barcode search in back page section
-              frontpatch - perform patchcode search in front page section
-              backpatch - perform patchcode search in back page section
-              none - use no image compression
-              g31d - use Group 3 1 dimension image compression
-              g32d - use Group 3 2 dimensions image compression
-              g42d - use Group 4 2 dimensions image compression
-
-       If you omit a compression functioncode, the full page compression  set-
-       ting  is used.  If you specify multiple compression functioncodes, only
-       the last one is used.
-
-       --barcode-relmax 0..255 [0]
-              Specifies the maximum relation from the widest to  the  smallest
-              bar.
-
-       --barcode-barmin 0..255 [0]
-              Specifies the minimum number of bars in Bar/Patch code.
-
-       --barcode-barmax 0..255 [0]
-              Specifies the maximum number of bars in a Bar/Patch code.
-
-       --barcode-contrast 0..6 [3]
-              Specifies  the image contrast used in decoding.  Use higher val-
-              ues when there are more white pixels in the code.
-
-       --barcode-patchmode 0..1 [0]
-              Controls Patch Code detection.
-
-
-
-

BUGS

-       This is a new backend; detailed bug reports are welcome -- and expected
-       ;)
-
-       If  you have found something that you think is a bug, please attempt to
-       recreate it with the SANE_DEBUG_BH environment variable set to 255, and
-       send  a  report  detailing  the conditions surrounding the bug to sane-
-       devel@lists.alioth.debian.org.
-
-
-
-

SEE ALSO

-       sane(7), sane-scsi(5), scanimage(1), scanadf(1)
-
-
-
-

AUTHOR

-       The sane-bh backend was written by Tom Martone, based on the sane-ricoh
-       backend   by   Feico  W.  Dillema  and  the  bnhscan  program  by  Sean
-       Reifschneider of tummy.com ltd.  Some 8000 enhancements added  by  Mark
-       Temple.
-
-sane-backends 1.0.18              15 Sep 1999                       sane-bh(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-canon.5.html b/man/sane-canon.5.html index 4b2ea18a..cfa1dd3f 100644 --- a/man/sane-canon.5.html +++ b/man/sane-canon.5.html @@ -1,119 +1,8 @@ - - -sane-canon.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-canon.5

-
-
-
-sane-canon(5)            SANE Scanner Access Now Easy            sane-canon(5)
-
-
-
-

NAME

-       sane-canon - SANE backend for Canon SCSI scanners
-
-
-
-

DESCRIPTION

-       The  sane-canon  library  implements  a  SANE (Scanner Access Now Easy)
-       backend that provides access to the following Canon  flatbed  and  film
-       scanners:
-
-              CanoScan 300
-              CanoScan 600
-              CanoScan FB620S
-              CanoScan FB1200S
-              CanoScan FS2700F
-              CanoScan FS2710S
-
-       Parallel  port  and USB scanners are not supported by this backend; see
-       the manual pages  for  sane-canon_pp  and  sane-canon630u  for  further
-       information.
-
-       IMPORTANT: This is beta code. We tested the code on the scanners listed
-       above, using the computers and operating systems available to  us,  but
-       we  cannot  guarantee  that  the backend will work smoothly with future
-       operating systems, SCSI adapters,  SANE  frontend  programs,  or  Canon
-       scanners  not  contained in the list above. In some cases your computer
-       might even hang.  It  cannot  be  excluded  (although  we  consider  it
-       extremely unlikely) that your scanner will be damaged.
-
-       That  said,  TESTERS ARE WELCOME. Send your bug reports and comments to
-       Manuel Panea <mpd@rzg.mpg.de>; for questions concerning the  FB620  and
-       FB1200S  contact  Mitsuru  Okaniwa <m-okaniwa@bea.hi-ho.ne.jp>, for the
-       FS2710S Ulrich Deiters <ukd@xenon.pc.uni-koeln.de>.
-
-
-
-

TIPS (FS2700F)

-       Scanning either slides or negatives has been found  to  require  rather
-       large gamma corrections of about 2.2 to 2.4 (same value for red, green,
-       and blue). It is recommended to use the automatic exposure controls  of
-       the frontend xsane for best results.
-
-       The  "Auto  Focus"  function  triggers  a special pass to determine the
-       focus value. After that, the real scanning pass takes place.
-
-       Even with "Auto Focus" turned on, the scanned image is often a bit  too
-       blurred.  Using the GIMP to do a "Filter->Enhance->Sharpen" at about 40
-       to 60 improves the image considerably.
-
-
-
-

TIPS (FS2710S)

-       Gamma corrections are done not by the scanner, but by the backend.  The
-       scanner  is  always  run in 12-bit mode. In "color" mode the image data
-       are corrected for gamma, shadow point,  etc.,  and  then  truncated  to
-       8-bit  intensities;  the  default gamma value is 2.0. In "raw" mode the
-       image data are exported without corrections as 16-bit intensities; this
-       mode  can  be recommended if extensive adjustments have to be made to a
-       picture (and if the frontend can handle 16-bit intensities).
-
-       Negatives are handled by simple color inversion and may require  manual
-       removal of blue discoloration.
-
-
-
-

FILES

-       /usr/local/lib/sane/libsane-canon.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-canon.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_DEBUG_CANON
-              If the library was compiled with  debug  support  enabled,  this
-              environment  variable controls the debug level for this backend.
-              Higher debug levels increase the verbosity of the output.
-
-              Example: export SANE_DEBUG_CANON=4
-
-
-
-

SEE ALSO

-       sane-scsi(5)
-       http://www.rzg.mpg.de/~mpd/sane/
-       doc/canon.install2700F.txt (installation of a CanoScan 2700F
-
-
-
-

AUTHOR

-       Helmut Koeberle, Manuel Panea, and Markus Mertinat; FB620S and  FB1200S
-       support by Mitsuru Okaniwa; FS2710S support by Ulrich Deiters
-       Man page by Henning Meier-Geinitz (mostly based on canon.README)
-
-sane-backends 1.0.18              03 May 2001                    sane-canon(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-canon630u.5.html b/man/sane-canon630u.5.html index 16490f26..cfa1dd3f 100644 --- a/man/sane-canon630u.5.html +++ b/man/sane-canon630u.5.html @@ -1,128 +1,8 @@ - - -sane-canon630u.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-canon630u.5

-
-
-
-sane-canon630u(5)        SANE Scanner Access Now Easy        sane-canon630u(5)
-
-
-
-

NAME

-       sane-canon630u - SANE backend for the Canon 630u USB flatbed scanner
-
-
-
-

DESCRIPTION

-       The  sane-canon630u library implements a SANE (Scanner Access Now Easy)
-       backend that provides access to the following Canon flatbed scanners:
-
-              CanoScan 630u
-              CanoScan 636u
-
-       Color scanning is supported at 75, 150, 300, and 600 dpi, and gamma and
-       analog gain are adjustable.
-
-       TESTERS  ARE WELCOME. Send your bug reports and comments to Nathan Rut-
-       man <nthn1@yahoo.com>
-
-
-
-

CONFIGURATION

-       The contents of the canon630u.conf file is a list of device names  that
-       correspond  to Canon USB scanners.  Empty lines and lines starting with
-       a hash mark (#) are ignored.  Only one device name  can  be  listed  in
-       canon630u.conf.   The  program  sane-find-scanner helps to find out the
-       correct device. Under Linux, such a device name could be /dev/usb/scan-
-       ner0 for example.  See sane-usb(5) for details.
-
-       This  product-specific  scanner  driver uses the lower-level kernel USB
-       driver    "scanner".     Check    for     "Driver=usbscanner"     under
-       /proc/bus/usb/devices.  If "Driver=(none)", try forcing it with "insmod
-       scanner vendor=0x04a9 product=0x2204"
-
-
-
-

NOTES

-       Due to Canon's unwillingness to  provide  scanner  documentation,  this
-       software was developed by analyzing the USB traffic of the Windows 2000
-       driver.  So things like the calibration procedure I kind of made up; it
-       seems to work for my scanner.  If you have complaints, let me know.
-
-       This  driver  requires the ability to send USB Control Messages, avail-
-       able in kernel 2.4.12 or later.
-
-       Some users have reported that this driver doesn't work  at  all.   This
-       seems  to  be  a  hardware  specific  issue, although I don't know what
-       exactly the problem is.  If you are having problems, please send me the
-       info  in  /proc/bus/usb/devices, /proc/pci, the kernel scanner.c driver
-       version    from    /var/log/messages,    and    the     output     from
-       "SANE_DEBUG_CANON630U=12 scanimage > /dev/null"
-
-
-
-

FILES

-       /usr/local/etc/sane.d/canon630u.conf
-              The   backend   configuration  file  (see  also  description  of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-canon630u.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-canon630u.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-       /tmp/canon.cal
-              The  calibration  file used to normalize pixel brightness.  This
-              is calculated every time the scanner is first used after it  has
-              lost power.  Deleting this file will force recalibration.
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are  separated  by a colon (`:'), under OS/2, they are separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration  file is searched in two default directories: first, the
-              current    working    directory    (".")     and     then     in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends with the directory separator character,  then  the  default
-              directories are searched after the explicitly specified directo-
-              ries.  For example, setting  SANE_CONFIG_DIR  to  "/tmp/config:"
-              would    result    in   directories   "tmp/config",   ".",   and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_CANON630U
-              If the library was compiled with  debug  support  enabled,  this
-              environment  variable controls the debug level for this backend.
-              Higher debug levels increase the verbosity of the output.
-
-              Example:
-              SANE_DEBUG_CANON630U=12 scanimage > /dev/null
-
-
-
-

SEE ALSO

-       sane(7), sane-usb(5), sane-find-scanner(1)
-       http://canon-fb630u.sourceforge.net/
-
-
-
-

AUTHOR

-       Nathan Rutman
-
-sane-backends 1.0.18              06 Apr 2002                sane-canon630u(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-canon_pp.5.html b/man/sane-canon_pp.5.html index d79ec90a..cfa1dd3f 100644 --- a/man/sane-canon_pp.5.html +++ b/man/sane-canon_pp.5.html @@ -1,233 +1,8 @@ - - -sane-canon_pp.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-canon_pp.5

-
-
-
-sane-canon_pp(5)         SANE Scanner Access Now Easy         sane-canon_pp(5)
-
-
-
-

NAME

-       sane-canon_pp  -  SANE backend for Canon CanoScan Parallel Port flatbed
-       scanners
-
-
-
-

DESCRIPTION

-       The sane-canon_pp library implements a SANE (Scanner Access  Now  Easy)
-       backend that provides access to the following Canon flatbed scanners:
-
-              CanoScan FB320P
-              CanoScan FB620P
-              CanoScan FB330P
-              CanoScan FB630P
-              CanoScan N340P
-              CanoScan N640P
-              CanoScan N640P ex
-
-       No USB scanners are supported and there are no plans to support them in
-       the future.  Other projects are working on support  for  USB  scanners.
-       See  the  PROJECTS file for more detail.  The FB310P and FB610P are re-
-       badged Avision scanners which use  a  different  command  set,  so  are
-       unlikely to be supported by this backend in the future.
-
-       IMPORTANT:  this is alpha code. While we have made every effort to make
-       it as reliable as possible, it will not always work as expected.  Feed-
-       back  is  still  appreciated.  Please send any bug reports to the main-
-       tainers as listed on the web page (listed in SEE ALSO below).
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form presented by libieee1284.
-       These names are highly dependent on operating system and version.
-
-       On  Linux  2.4  kernels this will be of the form parport0 or older (2.2
-       and before) kernels may produce names like 0x378 (the base  address  of
-       your  port)  or simply 0 depending on your module configuration.  Check
-       the contents of /proc/parport if it exists.  If you don't want to spec-
-       ify a default port (or don't know its name), the backend should be able
-       to detect which port your scanner is on.
-
-
-
-

CONFIGURATION

-       The contents of the canon_pp.conf file is a list  of  options  for  the
-       driver to use.  Empty lines and lines starting with a hash mark (#) are
-       ignored.
-
-       The supported options are currently ieee1284, calibrate, init_mode, and
-       force_nibble
-
-       Option  ieee1284  port-name  defines  which port to use.  The format of
-       port-name is OS dependent, based on the names presented by libieee1284.
-       Please only have one of these lines, or all but one will be ignored.
-
-       Option calibrate cal-file [port-name] defines which calibration file to
-       use on a per-port basis.  If you only have one parport,  the  port-name
-       argument may be omitted - but be careful as this will cause problems on
-       multi-scanner systems.  You may have as many  of  these  lines  as  you
-       like,  as long as each has a unique port name.  The tilde (`~') charac-
-       ter is acceptable and will be expanded to the value of the  HOME  envi-
-       ronment.
-
-       Option   init_mode   <AUTO|FB620P|FB630P>   [portname]   defines  which
-       initialisation (wake-up) mode to use on a per-port basis.  If you  only
-       have one parport, the portname argument may be omitted - but be careful
-       as this may cause problems on multi-scanner systems.  You may  have  as
-       many  of  these  lines  as  you like, as long as each has a unique port
-       name.   The  valid  initialisation  modes  are  FB620P  (which  strobes
-       10101010 and 01010101 on the data pins), FB630P (which strobes 11001100
-       and 00110011 on the data pins) and AUTO, which  will  try  FB630P  mode
-       first  then  FB620P  mode  second.  The FB620P mode is also used by the
-       FB320P.  The FB630P mode is used by the FB330P, N340P, and N640P.
-
-       Option force_nibble forces the driver to use nibble mode  even  if  ECP
-       mode  is  reported  to work by libieee1284.  This works-around the rare
-       issue of ECP mode being reported to work by the library, then not work-
-       ing.
-
-
-
-

TIPS

-       Hit  the  "Calibrate"  button  before scanning.  It vastly improves the
-       quality of scans.
-
-       To enable automatic detection of your scanner, uncomment the "canon_pp"
-       line from /usr/local/etc/sane.d/dll.conf
-
-
-
-

FILES

-       /usr/local/etc/sane.d/canon_pp.conf
-              The   backend   configuration  file  (see  also  description  of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-canon_pp.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-canon_pp.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are  separated  by a colon (`:'), under OS/2, they are separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration  file is searched in two default directories: first, the
-              current    working    directory    (".")     and     then     in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends with the directory separator character,  then  the  default
-              directories are searched after the explicitly specified directo-
-              ries.  For example, setting  SANE_CONFIG_DIR  to  "/tmp/config:"
-              would    result    in   directories   "tmp/config",   ".",   and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_CANON_PP
-              If the library was compiled with  debug  support  enabled,  this
-              environment  variable controls the debug level for this backend.
-              Higher debug levels increase the verbosity of the output.
-
-              Example: export SANE_DEBUG_CANON_PP=4
-
-
-
-

NOTES

-       Features available in the Windows interface
-
-       Brightness and Contrast
-              These are not implemented, and probably never  will  be.   These
-              appear  to  be  implemented entirely in software.  Use GIMP or a
-              similar program if you need these features.
-
-       Descreen Mode
-              This appears on our first analysis to be just oversampling  with
-              an  anti-aliasing  filter.   Again,  it  seems to be implemented
-              entirely in software, so GIMP is your best bet for now.
-
-       Gamma Tables
-              This is under investigation, but for now  only  a  simple  gamma
-              profile  (ie:  the  one  returned  during  calibration)  will be
-              loaded.
-
-       Communication Problems
-
-       ECP mode in libieee1284 doesn't always work  properly,  even  with  new
-       hardware.   We believe that this is a ppdev problem.  If you change the
-       configuration file to include force_nibble , the problem will go  away,
-       but you will only be able to scan in nibble mode.
-
-       Sometimes  the  scanner  can  be  left in a state where our code cannot
-       revive it.  If the backend reports no scanner present,  try  unplugging
-       the  power  and plugging it back in.  Also try unplugging printers from
-       the pass-through port.
-
-       The scanner will not respond correctly to our commands when  you  first
-       plug  in  the  power.   You  may find if you try a scan very soon after
-       plugging in the power that the backend will incorrectly report that you
-       have  no  scanner  present.  To avoid this, give it about 10 seconds to
-       reset itself before attempting any scans.
-
-       Repeated Lines
-
-       Sometimes at high resolutions (ie. 600dpi) you will notice lines  which
-       appear  twice.  These lines correspond to points where the scanner head
-       has stopped during the scan (it stops  every  time  the  internal  64kb
-       buffer  is full).  Basically it's a mechanical problem inside the scan-
-       ner, that the tolerance of movement for a start/stop event  is  greater
-       than 1/600 inches.  I've never tried the windows driver so I'm not sure
-       how (or if) it works around this problem, but as we don't know  how  to
-       rewind  the  scanner  head to do these bits again, there's currently no
-       nice way to deal with the problem.
-
-       Grey-scale Scans
-
-       Be aware that the scanner uses the green LEDs to read grey-scale scans,
-       meaning  green coloured things will appear lighter than normal, and red
-       and blue coloured items will appear darker than normal.  For high-accu-
-       racy grey-scale scans of colour items, it's best just to scan in colour
-       and convert to grey-scale in graphics software such as the GIMP.
-
-       FB620P/FB320P Caveats
-
-       These models can not be reset in the same way as the others.  The  win-
-       dows  driver  doesn't know how to reset them either - when left with an
-       inconsistent scanner, it will start scanning half way down the page!
-
-       Aborting is known to work correctly on the FB*30P models, and is  known
-       to be broken on the FB*20P models.  The FB620P which I tested on simply
-       returns garbage after a scan has been aborted using the method we know.
-       Aborting  is  able to leave the scanner in a state where it can be shut
-       down, but not where another scan can be made.
-
-
-
-

SEE ALSO

-       sane(7), sane-dll(5)  http://canon-fb330p.sourceforge.net/
-
-
-
-

AUTHOR

-       This backend is primarily the work of Simon Krix (Reverse Engineering),
-       and Matthew Duggan (SANE interface).
-
-       Many thanks to Kevin Easton for his comments and help, and Kent A. Sig-
-       norini for his help with the N340P.
-
-sane-backends 1.0.18            1 October 2002                sane-canon_pp(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-cardscan.5.html b/man/sane-cardscan.5.html new file mode 100644 index 00000000..cfa1dd3f --- /dev/null +++ b/man/sane-cardscan.5.html @@ -0,0 +1,8 @@ +Content-type: text/html + +man2html: bad invocation +

+

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-config.1.html b/man/sane-config.1.html index 41fca8bf..cfa1dd3f 100644 --- a/man/sane-config.1.html +++ b/man/sane-config.1.html @@ -1,80 +1,8 @@ - - -sane-config.1 - +Content-type: text/html + +man2html: bad invocation

-

sane-config.1

-
-
-
-sane-config(1)           SANE Scanner Access Now Easy           sane-config(1)
-
-
-
-

NAME

-       sane-config - get information about the installed version of libsane
-
-
-
-

SYNOPSIS

-       sane-config  [--prefix] [--exec-prefix] [--libs] [--cflags] [--ldflags]
-       [--version] [--help [OPTION]]
-
-
-
-

DESCRIPTION

-       sane-config is a tool that is used to determine the compiler and linker
-       flags  that should be used to compile and link SANE frontends to a SANE
-       backend library (libsane).
-
-
-
-

OPTIONS

-       sane-config accepts the following options (you can't use more than  one
-       option at the same time):
-
-       --version
-               Print  the  currently installed version of libsane on the stan-
-               dard output.
-
-       --help OPTION
-               Print a short usage message. If OPTION is specified,  help  for
-               that option (e.g. --libs) is printed (if available).
-
-       --libs  Print  the  additional  libraries  that are necessary to link a
-               SANE frontend to libsane.
-
-       --ldflags
-               Print the linker flags that are necessary to link a SANE  fron-
-               tend to libsane.
-
-       --cflags
-               Print  the  compiler flags that are necessary to compile a SANE
-               frontend.
-
-       --prefix
-               Print the prefix used during compilation of libsane.
-
-       --exec-prefix
-               Print the exec-prefix used during compilation of libsane.
-
-
-
-

SEE ALSO

-       sane(7)
-
-
-
-

AUTHOR

-       This manual page was written by Julien BLACHE <jblache@debian.org>, for
-       the Debian GNU/Linux system (but may be used by others).
-
-sane-backends 1.0.18              8 Jan 2004                    sane-config(1)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-coolscan.5.html b/man/sane-coolscan.5.html index 75970be1..cfa1dd3f 100644 --- a/man/sane-coolscan.5.html +++ b/man/sane-coolscan.5.html @@ -1,142 +1,8 @@ - - -sane-coolscan.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-coolscan.5

-
-
-
-sane-coolscan(5)         SANE Scanner Access Now Easy         sane-coolscan(5)
-
-
-
-

NAME

-       sane-coolscan - SANE backend for Nikon film-scanners
-
-
-
-

ABOUT THIS FILE

-       This file is a short description of the coolscan-backend for sane!
-
-
-
-

DESCRIPTION

-       The  sane-coolscan  library implements a SANE backend that provides the
-       interface to the following Nikon Coolscan Film  scanners:  Nikon  LS20,
-       LS30, LS1000, LS2000.
-
-       Even  though  the  backend has worked for a number of people, there are
-       still  some  problems,  especially  in  combination  with   some   SCSI
-       card/drivers (AHA-1505/aha152x.o) and the autofocus command. You should
-       consider this backend 'alpha' and be careful when using  it  the  first
-       time.
-
-
-
-

CONFIGURATION

-       The    configuration    file    for    this    backend    resides    in
-       /usr/local/etc/sane.d/coolscan.conf.
-
-       Its contents is a  list  of  device  names  that  correspond  to  Nikon
-       Coolscan  scanners. Empty lines and lines starting with a hash mark (#)
-       are ignored. A sample configuration file is shown below:
-
-        #scsi Vendor Model Type
-        scsi Nikon * Scanner
-        /dev/scanner
-
-       The special device name must be a generic SCSI device or a  symlink  to
-       such  a  device.   To find out to which device your scanner is assigned
-       and how you have to set the permissions of that device, have a look  at
-       sane-scsi.
-
-
-
-

SCSI ADAPTER TIPS

-       Some  SCSI-adapters  and  low-level  SCSI drivers do not work correctly
-       with this backend and the Coolscan scanners. These  systems  hang  when
-       the  autofocus  command is send to the Scanner.  To see a list of which
-       card/driver  combinations  work  or  dont  work   have   a   look   at:
-       http://andreas.rick.free.fr/sane/autofocus.html.
-
-
-
-

FILES

-       The backend configuration file:
-              /usr/local/etc/sane.d/coolscan.conf
-
-       The static library implementing this backend:
-              /usr/local/lib/sane/libsane-coolscan.a
-
-       The shared library implementing this backend:
-              /usr/local/lib/sane/libsane-coolscan.so (present on systems that
-              support dynamic loading)
-
-
-
-

ENVIRONMENT

-       SANE_DEBUG_COOLSCAN
-              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: SANE_DEBUG_COOLSCAN values
-
-              Examples:
-
-              on bash:
-              export SANE_DEBUG_COOLSCAN=8
-
-              on csh:
-              setenv SANE_DEBUG_COOLSCAN 8
-
-
-
-

BUGS

-       The autofocus command does not work with some SCSI card/driver combina-
-       tions
-
-       The gamma table is not implemented for the LS1000 yet.
-
-       The dust-removal is not working yet
-
-
-
-

SEE ALSO

-       http://andreas.rick.free.fr/sane/
-              The homepage of this backend
-
-       http://www.sema.be/coolscan/
-              The original version of the coolscan backend by Didier
-
-       sane(7), sane-scsi(5)
-
-
-
-

THANKS TO

-       Didier Carlier - For writing the original Coolscan backend (without  it
-       I would not have started this)
-
-       Oliver Rauch - For adapting xsane so quickly to the infrared stuff.
-
-       All the other people working on SANE.
-
-
-
-

AUTHOR

-       Andreas Rick
-
-
-
-

EMAIL-CONTACT

-       andreas.rick@free.fr
-
-sane-backends 1.0.18              4 July 2000                 sane-coolscan(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-coolscan2.5.html b/man/sane-coolscan2.5.html index 587b1986..cfa1dd3f 100644 --- a/man/sane-coolscan2.5.html +++ b/man/sane-coolscan2.5.html @@ -1,204 +1,8 @@ - - -sane-coolscan2.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-coolscan2.5

-
-
-
-sane-coolscan2(5)        SANE Scanner Access Now Easy        sane-coolscan2(5)
-
-
-
-

NAME

-       sane-coolscan2 - SANE backend for Nikon Coolscan film scanners
-
-
-
-

DESCRIPTION

-       The  sane-coolscan2 library implements a SANE (Scanner Access Now Easy)
-       backend that provides access to Nikon  Coolscan  film  scanners.   Some
-       functions  of  this backend should be considered beta-quality software.
-       Most functions have been stable for a long  time,  but  of  course  new
-       development  can not and will not function properly from the very first
-       day. Please report any strange behaviour to the maintainer of the back-
-       end.
-
-       At present, the following scanners are known to work with this backend:
-
-              Model:                       Connection Type
-              ---------------------------  -------------------
-              LS-30 (Coolscan III)         SCSI
-              LS-2000                      SCSI
-              LS-40 ED (Coolscan IV)       USB
-              LS-4000 ED                   IEEE 1394
-              LS-8000 ED                   IEEE 1394
-
-       Please send mail to the backend  author  (andras@users.sourceforge.net)
-       to report successes or failures.
-
-
-
-

OPTIONS

-       The options the backend supports can either be selected through command
-       line options to programs like scanimage  or  through  GUI  elements  in
-       xscanimage or xsane.
-
-       Valid command line options and their syntax can be listed by using
-              scanimage --help -d coolscan2:<interface>:<device>
-       where  <interface>  and  <device> specify the device in question, as in
-       the configuration file (see next section). The "-d" parameter  and  its
-       argument  can  be  omitted  to  obtain information on the first scanner
-       identified. Use the command
-              scanimage -L
-       to list all devices recognized by your SANE installation.
-
-       The options should be fully described by the  description  or  tooltips
-       given  by frontend. Here is a description of some of the most important
-       options, in the syntax with which they must be supplied to scanimage:
-
-       --frame <n>
-              This option specifies which frame to operate on, if a  motorized
-              film  strip feeder or APS adapter are used. The frame number <n>
-              ranges from 1 to the number of frames available, which is sensed
-              each  time  the  backend  is  initialized (usually each time you
-              start the frontend).
-
-       --subframe <x>
-              This option shifts the  scan  window  by  the  specified  amount
-              (default unit is mm).
-
-       --infrared=yes/no
-              If  set  to  "yes",  the scanner will read the infrared channel,
-              thus allowing defect removal in software. The infrared image  is
-              read  during a second scan, with no options altered. The backend
-              must not be restarted between the scans.  If you use  scanimage,
-              perform  a  batch  scan  with  batch-count=2  to  obtain  the IR
-              information.
-
-       --depth <n>
-              Here <n> can either be 8 or the maximum number of bits supported
-              by  the scanner (10, 12, or 14). It specifies whether or not the
-              scanner reduces the scanned data to 8 bits before sending it  to
-              the backend. If 8 bits are used, some information and thus image
-              quality is lost, but the amount of data is smaller  compared  to
-              higher  depths.  Also,  many  imaging programs and image formats
-              cannot handle depths greater than 8 bits.
-
-       --autofocus
-              Perform autofocus operation. Unless otherwise specified  by  the
-              other options ( --focus-on-centre and friends), focusing is per-
-              formed on the centre of the selected scan area.
-
-       --ae-wb
-
-       --ae   Perform a pre-scan to calculate exposure  values  automatically.
-              --ae-wb  will maintain the white balance, while --ae will adjust
-              each channel separately.
-
-       --exposure
-              Multiply all exposure times with this value. This  allows  expo-
-              sure correction without modifying white balance.
-
-       --load Load the next slide when using the slide loader.
-
-       --eject
-              Eject  the  film  strip  or  mounted  slide when using the slide
-              loader.
-
-       --reset
-              Reset scanner. The scanner will perform the same action as  when
-              power  is  turned on: it will eject the film strip and calibrate
-              itself. Use this whenever the scanner refuses  to  load  a  film
-              strip properly, as a result of which --eject does not work.
-
-
-
-

CONFIGURATION FILE

-       The  configuration  file /usr/local/etc/sane.d/coolscan2.conf specifies
-       the device(s) that the backend will use. Owing to  the  nature  of  the
-       supported  connection  types SCSI, USB, and IEEE 1394, the default con-
-       figuration file supplied with the SANE distribution should work without
-       being edited.
-
-       Each  line  in the configuration file is either of the following, where
-       all entries are case-sensitive:
-
-       blank or starting with a '#' character
-              These lines are ignored, thus '#' can be used  to  include  com-
-              ments.
-
-       containing only the word "auto"
-              This  instructs  the  backend to probe for a scanner by scanning
-              the buses for devices with know identifiers. This is the  action
-              taken when no configuration file is present.
-
-       a line of the form <interface>:<device>
-              Here  <interface> can be one of "scsi" or "usb", and <device> is
-              the device file of the scanner. Note that IEEE 1394 devices  are
-              handled  by the SBP-2 module in the kernel and appear to SANE as
-              SCSI devices.
-
-
-
-

FILES

-       /usr/local/lib/sane/libsane-coolscan2.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-coolscan2.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-       /usr/local/etc/sane.d/coolscan2.conf
-              Configuration  file for this backend, read each time the backend
-              is initialized.
-
-
-
-

ENVIRONMENT

-       SANE_DEBUG_COOLSCAN2
-              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.
-
-
-
-

SEE ALSO

-       sane-scsi(5), sane-usb(5), scanimage(1), xscanimage(1), xsane(1)
-
-
-
-

BUGS

-       Currently,  the  SANE  protocol  does  not allow automatically updating
-       options whenever the hardware changes. Thus the number of  choices  for
-       the  --frame option will be fixed when the backend is initialized (usu-
-       ally when the user runs the frontend). In particular, if  there  is  no
-       film  strip in the automatic film strip feeder when the backend is ini-
-       tialized, the frame option will not appear at all. Also, restarting the
-       frontend after swapping film adapters is strongly recommended.
-
-       Linux  kernels  prior to 2.4.19 had a patch that truncated INQUIRY data
-       from IEEE 1394 scanners to 36 bytes, discarding vital information about
-       the  scanner.  The  IEEE 1394 models therefore only work with 2.4.19 or
-       later.
-
-       No real bugs currently known, please report any to  the  backend  main-
-       tainer or the SANE developers' email list.
-
-
-
-

AUTHORS

-       The    backend    is   written   and   maintained   by   András   Major
-       (andras@users.sourceforge.net).
-
-sane-backends 1.0.18              22/08/2002                 sane-coolscan2(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-dc210.5.html b/man/sane-dc210.5.html index 8bafe426..cfa1dd3f 100644 --- a/man/sane-dc210.5.html +++ b/man/sane-dc210.5.html @@ -1,134 +1,8 @@ - - -sane-dc210.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-dc210.5

-
-
-
-sane-dc210(5)            SANE Scanner Access Now Easy            sane-dc210(5)
-
-
-
-

NAME

-       sane-dc210 - SANE backend for Kodak DC210 Digital Camera
-
-
-
-

DESCRIPTION

-       The  sane-dc210  library  implements  a  SANE (Scanner Access Now Easy)
-       backend that provides  access  to  the  Kodak  DC210  camera.  THIS  IS
-       EXTREMELY ALPHA CODE!  USE AT YOUR OWN RISK!!
-
-
-
-

DEVICE NAMES

-       The  current  version  of the backend only allows one camera to be con-
-       nected.  The device name is always "0".
-
-
-
-

CONFIGURATION

-       The contents of the dc210.conf specify the serial port and baud rate to
-       use.  The baud rate specifies the maximum rate to use while downloading
-       pictures.  (The camera is always  initialized  using  9600  baud,  then
-       switches  to  the higher rate).  On my 90MHz Pentium, I usually have no
-       problems downloading at 115200 baud as long as the system is not exces-
-       sively  busy  and  the "interrupt-unmask flag" is set in the IDE driver
-       (hdparm -u1).  Supported baud rates are: 9600, 19200, 38400, 57600, and
-       115200.
-
-       The  dumpinquiry  line  causes  some information about the camera to be
-       printed.
-
-       cmdrespause specifies how many usec (1,000,000ths of a) between writing
-       the  command  and reading the result should be used. 125000 seems to be
-       the lowest I could go reliably.
-
-       breakpause is the time in 1,000,000ths of a usec  between  sending  the
-       "back to default" break sending commands.
-
-       Empty  lines  and  lines  starting with a hash mark (#) are ignored.  A
-       sample configuration file is shown below:
-
-              port=/dev/ttyS0
-              # this is a comment
-              baud=115200
-              dumpinquiry
-              cmdrespause=125000
-              breakpause=1000000
-
-
-
-

FILES

-       /usr/local/etc/sane.d/dc210.conf
-              The  backend  configuration  file  (see  also   description   of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-dc210.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-dc210.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are separated by a colon (`:'), under OS/2, they  are  separated
-              by  a  semi-colon  (`;').   If  this  variable  is  not set, the
-              configuration file  is  searched  in  two  default  directories:
-              first,   the   current  working  directory  (".")  and  then  in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends  with  the  directory separator character, then the default
-              directories are searched after the explicitly specified directo-
-              ries.   For  example,  setting SANE_CONFIG_DIR to "/tmp/config:"
-              would   result   in   directories   "tmp/config",    ".",    and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_DC210
-              If the library was compiled with debugging support enabled, this
-              environment variable controls the debug level for this  backend.
-              A  value of 128 requests maximally copious debug output; smaller
-              levels reduce verbosity.
-
-
-
-

SEE ALSO

-       sane(7)
-
-
-
-

AUTHOR

-       Brian J. Murrell
-
-       This backend is based somewhat on the dc25  backend  included  in  this
-       package by Peter Fales.
-
-       The  manpage  was  copied  from the dc25 backend and somewhat edited by
-       Henning Meier-Geinitz.
-
-
-
-

BUGS

-       Known bugs/limitations are: ?
-
-       More general comments, suggestions, and inquiries  about  frontends  or
-       SANE   should   go   to   the   SANE   Developers   mailing  list  (see
-       http://www.sane-project.org/mailing-lists.html for details).  You  must
-       be  subscribed  to  the  list, otherwise your mail won't be sent to the
-       subscribers.
-
-sane-backends 1.0.18             15 July 2000                    sane-dc210(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-dc240.5.html b/man/sane-dc240.5.html index d3642750..cfa1dd3f 100644 --- a/man/sane-dc240.5.html +++ b/man/sane-dc240.5.html @@ -1,137 +1,8 @@ - - -sane-dc240.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-dc240.5

-
-
-
-sane-dc240(5)            SANE Scanner Access Now Easy            sane-dc240(5)
-
-
-
-

NAME

-       sane-dc240 - SANE backend for Kodak DC240 Digital Camera
-
-
-
-

DESCRIPTION

-       The  sane-dc240  library  implements  a  SANE (Scanner Access Now Easy)
-       backend that provides  access  to  the  Kodak  DC240  camera.  THIS  IS
-       EXTREMELY ALPHA CODE!  USE AT YOUR OWN RISK!!
-
-
-
-

DEVICE NAMES

-       The  current  version  of the backend only allows one camera to be con-
-       nected.  The device name is always "0".
-
-
-
-

CONFIGURATION

-       The contents of the dc240.conf specify the serial port and baud rate to
-       use.  The baud rate specifies the maximum rate to use while downloading
-       pictures.  (The camera is always  initialized  using  9600  baud,  then
-       switches  to  the higher rate).  On a 450MHz Pentium, I usually have no
-       problems downloading at 115200 baud, though the camera sometimes has to
-       resend  packets  due  to  lost characters.  Results are better when the
-       "interrupt-unmask flag" is set in the IDE driver  (hdparm  -u1).   Sup-
-       ported baud rates are: 9600, 19200, 38400, 57600, and 115200.
-
-       The  dumpinquiry  line  causes  some information about the camera to be
-       printed.
-
-       cmdrespause specifies how many usec (1,000,000ths of a) between writing
-       the  command  and reading the result should be used. 125000 seems to be
-       the lowest I could go reliably.
-
-       breakpause is the time in 1,000,000ths of a usec  between  sending  the
-       "back to default" break sending commands.
-
-       Empty  lines  and  lines  starting with a hash mark (#) are ignored.  A
-       sample configuration file is shown below:
-
-              port=/dev/ttyS0
-              # this is a comment
-              baud=115200
-              dumpinquiry
-              cmdrespause=125000
-              breakpause=1000000
-
-
-
-

FILES

-       /usr/local/etc/sane.d/dc240.conf
-              The  backend  configuration  file  (see  also   description   of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-dc240.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-dc240.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are separated by a colon (`:'), under OS/2, they  are  separated
-              by  a  semi-colon  (`;').   If  this  variable  is  not set, the
-              configuration file  is  searched  in  two  default  directories:
-              first,   the   current  working  directory  (".")  and  then  in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends  with  the  directory separator character, then the default
-              directories are searched after the explicitly specified directo-
-              ries.   For  example,  setting SANE_CONFIG_DIR to "/tmp/config:"
-              would   result   in   directories   "tmp/config",    ".",    and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_DC240
-              If the library was compiled with debugging support enabled, this
-              environment variable controls the debug level for this  backend.
-              A  value of 128 requests maximally copious debug output; smaller
-              levels reduce verbosity.
-
-
-
-

SEE ALSO

-       sane(7)
-
-
-
-

AUTHOR

-       Peter S. Fales
-
-       This backend borrows heavily from the dc210 backend by Brian J. Murrell
-       which is based somewhat on the dc25 backend by Peter Fales.
-
-       The manpage was largely copied from the dc210 manpage.
-
-
-
-

BUGS

-       The  major  limitation  that  I know of is that the backend assumes the
-       directory in the camera is 100dc240.  Once the camera  has  taken  more
-       than 9999 pictures, the directory will increment to 101dc240.  Not only
-       should we check for the additional directory, but pictures may actually
-       be found in multiple directories.
-
-       More  general  comments,  suggestions, and inquiries about frontends or
-       SANE  should  go   to   the   SANE   Developers   mailing   list   (see
-       http://www.sane-project.org/mailing-lists.html  for details).  You must
-       be subscribed to the list, otherwise your mail won't  be  sent  to  the
-       subscribers.
-
-sane-backends 1.0.18             23 March 2001                   sane-dc240(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-dc25.5.html b/man/sane-dc25.5.html index 5f7e5378..cfa1dd3f 100644 --- a/man/sane-dc25.5.html +++ b/man/sane-dc25.5.html @@ -1,127 +1,8 @@ - - -sane-dc25.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-dc25.5

-
-
-
-sane-dc25(5)             SANE Scanner Access Now Easy             sane-dc25(5)
-
-
-
-

NAME

-       sane-dc25 - SANE backend for Kodak DC20/DC25 Digital Cameras
-
-
-
-

DESCRIPTION

-       The sane-dc25 library implements a SANE (Scanner Access Now Easy) back-
-       end that provides access to Kodak DC20 and DC25 cameras.   At  present,
-       only  the  DC25  has been tested, but since the code is based on a DC20
-       interface program, it is likely to work for that model also.
-
-
-
-

DEVICE NAMES

-       The current version of the backend only allows one camera  to  be  con-
-       nected.  The device name is always "0".
-
-
-
-

CONFIGURATION

-       The  contents of the dc25.conf specify the serial port and baud rate to
-       use.  The baud rate specifies the maximum rate to use while downloading
-       pictures.   (The  camera  is  always  initialized using 9600 baud, then
-       switches to the higher rate).  On my 90MHz Pentium, I usually  have  no
-       problems downloading at 115200 baud as long as the system is not exces-
-       sively busy and the "interrupt-unmask flag" is set in  the  IDE  driver
-       (hdparm -u1).  Supported baud rates are: 9600, 19200, 38400, 57600, and
-       115200.
-
-       The dumpinquiry line causes some information about  the  camera  to  be
-       printed  to  stderr during startup.  Note:  This is not compatible with
-       saned, so make sure you don't have any dumpinquiry  lines  if  you  are
-       using saned (i.e. scanning on a remote machine using a network).
-
-       Empty  lines  and  lines  starting with a hash mark (#) are ignored.  A
-       sample configuration file is shown below:
-
-              port=/dev/ttyS0
-              # this is a comment
-              baud=115200
-              dumpinquiry
-
-
-
-

FILES

-       /usr/local/etc/sane.d/dc25.conf
-              The  backend  configuration  file  (see  also   description   of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-dc25.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-dc25.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are separated by a colon (`:'), under OS/2, they  are  separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration file is searched in two default directories: first,  the
-              current     working     directory     (".")    and    then    in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends  with  the  directory separator character, then the default
-              directories are searched after the explicitly specified directo-
-              ries.   For  example,  setting SANE_CONFIG_DIR to "/tmp/config:"
-              would   result   in   directories   "tmp/config",    ".",    and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_DC25
-              If the library was compiled with debugging support enabled, this
-              environment variable controls the debug level for this  backend.
-              A  value of 128 requests maximally copious debug output; smaller
-              levels reduce verbosity.
-
-
-
-

SEE ALSO

-       sane(7)
-
-
-
-

AUTHOR

-       Peter Fales, dc25-devel@fales-lorenz.net
-
-
-
-

BUGS

-       Known bugs/limitations are:
-
-       I haven't figured out how to  trigger  an  option  reload  following  a
-       "scan."   This  causes problems when a new picture is snapped for exam-
-       ple, the slider that is used to select the picture from the camera  may
-       not be updated immediately.
-
-       More  general  comments,  suggestions, and inquiries about frontends or
-       SANE  should  go   to   the   SANE   Developers   mailing   list   (see
-       http://www.sane-project.org/mailing-lists.html  for details).  You must
-       be subscribed to the list, otherwise your mail won't  be  sent  to  the
-       subscribers.
-
-sane-backends 1.0.18             12 April 1999                    sane-dc25(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-dll.5.html b/man/sane-dll.5.html index c40da574..cfa1dd3f 100644 --- a/man/sane-dll.5.html +++ b/man/sane-dll.5.html @@ -1,159 +1,8 @@ - - -sane-dll.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-dll.5

-
-
-
-sane-dll(5)              SANE Scanner Access Now Easy              sane-dll(5)
-
-
-
-

NAME

-       sane-dll - SANE dynamic backend loader
-
-
-
-

DESCRIPTION

-       The  sane-dll library implements a SANE (Scanner Access Now Easy) back-
-       end that provides access to an arbitrary number of other SANE backends.
-       These  backends  may  either  be  pre-loaded  at  the time the sane-dll
-       library is built or, on systems that support dynamic loading of  shared
-       libraries,  the backends may be loaded at runtime.  In the latter case,
-       adding support for a new backend simply involves installing  the  rele-
-       vant library in /usr/local/lib/sane and adding an entry to the dll.conf
-       configuration file.  In other words, no applications need to  be  modi-
-       fied or recompiled to add support for new devices.
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form:
-
-              backend:device
-
-       Where  backend is the name of the backend and device is the name of the
-       device in this backend that should be addressed.  If  the  device  name
-       does  not contain a colon (:), then the entire string is treated as the
-       device string for the default backend.   The  default  backend  is  the
-       backend  listed last in the configuration file (see below) or the first
-       pre-loaded backend (if any).
-
-
-
-

CONFIGURATION

-       The contents of the dll.conf file is a list of backend names  that  may
-       be  loaded  dynamically  upon  demand.   Empty  lines are ignored, also
-       everything after a hash mark (#). A sample configuration file is  shown
-       below:
-
-              net
-              # this is a comment
-              pnm
-              mustek
-
-       Note  that  backends that were pre-loaded when building this library do
-       not have to be listed in this configuration file.  That is, if a  back-
-       end was preloaded, then that backend will always be present, regardless
-       of whether it's listed in the configuration file or not.
-
-       The list of preloaded backends is determined by macro PRELOADABLE_BACK-
-       ENDS  in file backend/Makefile.in of the SANE source code distribution.
-       After changing the value of this macro, it is necessary to reconfigure,
-       rebuild, and reinstall SANE for the change to take effect.
-
-       Aliases  are  defined  in  the config file dll.aliases.  It can contain
-       entries of the form
-
-              alias SomeName SaneDeviceName
-              alias "Some Name" SaneDeviceName
-              hide SaneDeviceName
-
-       For example:
-
-              alias Epson net:somehost:epson:/dev/sgX
-              alias "Siemens ST400" st400:/dev/sgY
-              hide net:somehost:pnm:0
-              hide net:somehost:pnm:1
-              alias "Read from file" pnm:0
-              hide pnm:1
-
-       Aliased device names are automatically hidden.
-
-       The idea is that users don't have to deal with complicated device names
-       (especially  for networked devices), and to hide other exported devices
-       which might confuse them. Note  that  a  hidden  device  can  still  be
-       accessed  if  the  device  name is known, it just doesn't appear on the
-       list.
-
-
-
-

FILES

-       /usr/local/etc/sane.d/dll.aliases
-              The list of aliased or hidden backends.
-
-       /usr/local/etc/sane.d/dll.conf
-              The  backend  configuration  file  (see  also   description   of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-dll.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-dll.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are separated by a colon (`:'), under OS/2, they  are  separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration file is searched in two default directories: first,  the
-              current     working     directory     (".")    and    then    in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends  with  the  directory separator character, then the default
-              directories are searched after the explicitly specified directo-
-              ries.   For  example,  setting SANE_CONFIG_DIR to "/tmp/config:"
-              would   result   in   directories   "tmp/config",    ".",    and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_DLL
-              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.
-
-              Value  Description
-              0      print severe errors only
-              1      print normal errors and important messages
-              2      print normal messages
-              3      print debugging messages
-              4      print everything
-
-              Example: export SANE_DEBUG_DLL=3
-
-
-
-

SEE ALSO

-       sane(7), scanimage(1), sane-"backendname"(5)
-
-
-
-

AUTHOR

-       David Mosberger
-
-
-sane-backends 1.0.18              4 Dec 2002                       sane-dll(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-dmc.5.html b/man/sane-dmc.5.html index 4211cc14..cfa1dd3f 100644 --- a/man/sane-dmc.5.html +++ b/man/sane-dmc.5.html @@ -1,170 +1,8 @@ - - -sane-dmc.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-dmc.5

-
-
-
-sane-dmc(5)              SANE Scanner Access Now Easy              sane-dmc(5)
-
-
-
-

NAME

-       sane-dmc - SANE backend for the Polaroid Digital Microscope Camera
-
-
-
-

DESCRIPTION

-       The  sane-dmc library implements a SANE (Scanner Access Now Easy) back-
-       end that provides access to the Polaroid Digital Microscope Camera.
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form:
-
-              special
-
-       Where special is the UNIX path-name for the special device that  corre-
-       sponds  to the scanner.  The special device name must be a generic SCSI
-       device or a symlink to such a device.  Under Linux, such a device  name
-       could be /dev/sga or /dev/sge, for example.
-
-
-
-

IMAGING MODES

-       The  Polaroid DMC supports a number of imaging modes.  This driver sup-
-       ports five of the imaging modes:
-
-       Full Frame
-              This mode corresponds to the 801-by-600 pixel  full-color  full-
-              frame image.
-
-       Viewfinder
-              This   mode  corresponds  to  the  270-by-201  pixel  grey-scale
-              viewfinder image.  This image is acquired very quickly.
-
-       Raw    This mode corresponds to the 1599-by-600 pixel "raw" image  from
-              the CCD.  It is grey-scale, with pixels alternating horizontally
-              between red, green and blue stripes.  The pixels  are  twice  as
-              high as they are wide, so the image is distorted.
-
-       Thumbnail
-              This mode corresponds to the 80-by-60 pixel full-color thumbnail
-              image.
-
-       Super Resolution
-              This image is a 1599-by-1200 pixel full-color image  constructed
-              by  filtering  and interpolating the "raw" image.  The filtering
-              and interpolation is done in software,  so  this  mode  is  very
-              slow.   Also,  this mode places restrictions on how the image is
-              read which means that the "preview" mode of xscanimage does  not
-              work  in Super Resolution mode.  (xcam and the non-preview modes
-              of scanimage and xscanimage work fine, however.)
-
-
-
-

OTHER SETTINGS

-       ASA Setting
-              This setting adjusts the camera's sensitivity.  You  can  choose
-              one of 25, 50, or 100 "equivalent" ASA.
-
-       Shutter Speed
-              You can select a shutter speed from 8 to 1000 milliseconds.  The
-              shutter speed is quantized in units of 32 microseconds.
-
-       White Balance
-              You can choose one of "Daylight",  "Incandescent"  or  "Fluores-
-              cent"  white balances.  This setting more-or-less corresponds to
-              the "Color Temperature" settings on Polaroid's Windows  and  Mac
-              software.
-
-
-
-

CONFIGURATION

-       The contents of the dmc.conf file is a list of device names that corre-
-       spond to DMC scanners.  Empty lines and lines starting with a hash mark
-       (#) are ignored.  A sample configuration file is shown below:
-
-              /dev/scanner
-              # this is a comment
-              /dev/sge
-
-
-
-

FILES

-       /usr/local/etc/sane.d/dmc.conf
-              The   backend   configuration  file  (see  also  description  of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-dmc.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-dmc.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are  separated  by a colon (`:'), under OS/2, they are separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration  file is searched in two default directories: first, the
-              current    working    directory    (".")     and     then     in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends with the directory separator character,  then  the  default
-              directories are searched after the explicitly specified directo-
-              ries.  For example, setting  SANE_CONFIG_DIR  to  "/tmp/config:"
-              would    result    in   directories   "tmp/config",   ".",   and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_DMC
-              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.
-
-
-
-

BUGS

-       In  the  "Full  Frame" and "Raw" modes, images must be read in units of
-       entire lines.  The driver performs no buffering in these modes; if  you
-       ask  sane_read to read a non-integral number of lines, it may read less
-       than you ask for.  If you ask sane_read to  read  less  than  a  single
-       line, it returns SANE_STATUS_INVAL.
-
-       In  the  "Super  Resolution"  mode, images must be read in units of two
-       lines (3198 pixels or 9594 bytes.)  If you try to read  less  than  two
-       lines,  you  get  SANE_STATUS_INVAL.  The Super Resolution mode is very
-       slow.
-
-       In the "Viewfinder" and "Thumbnail" modes, the  entire  image  must  be
-       read in one SCSI transfer.  In this case, the driver performs buffering
-       and you can read the image in as small an increment as you like.
-
-
-
-

SEE ALSO

-       sane(7), sane-scsi(5)
-
-
-
-

AUTHOR

-       David F. Skoll
-
-       The backend is derived from sane-hp by David Mosberger
-
-sane-backends 1.0.18              13 May 1998                      sane-dmc(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-epjitsu.5.html b/man/sane-epjitsu.5.html new file mode 100644 index 00000000..cfa1dd3f --- /dev/null +++ b/man/sane-epjitsu.5.html @@ -0,0 +1,8 @@ +Content-type: text/html + +man2html: bad invocation +

+

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-epson.5.html b/man/sane-epson.5.html index 8601b0d2..cfa1dd3f 100644 --- a/man/sane-epson.5.html +++ b/man/sane-epson.5.html @@ -1,300 +1,8 @@ - - -sane-epson.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-epson.5

-
-
-
-sane-epson(5)            SANE Scanner Access Now Easy            sane-epson(5)
-
-
-
-

NAME

-       sane-epson - SANE backend for EPSON scanners
-
-
-
-

DESCRIPTION

-       The  sane-epson  library  implements  a  SANE (Scanner Access Now Easy)
-       backend that provides access to Epson flatbed scanners.  Some functions
-       of  this backend should be considered beta-quality software! Most func-
-       tions have been stable for a long time, but of course  new  development
-       can  not and often times will not function properly from the very first
-       day. Please report any strange behavior to the maintainer of the  back-
-       end.
-
-       At present, the following scanners are known to work with this backend:
-
-              Model:                       Connection Type
-              ---------------------------  -------------------
-              GT-5000                      SCSI, parallel
-              GT-6000                      parallel
-              GT-6500                      SCSI (use only the line "scsi" in epson.conf)
-              ActionScanner II             SCSI, parallel
-              GT-7000                      SCSI
-              Perfection 636               SCSI
-              Perfection 636U              USB
-              Perfection 610               USB
-              Perfection 640               USB
-              Perfection 1200S             SCSI
-              Perfection 1200U             USB
-              Perfection 1240              USB, SCSI
-              Perfection 1640              USB, SCSI
-              Perfection 1650              USB
-              Perfection 1660              USB
-              Perfection 2400              USB
-              Perfection 2450              USB, IEEE-1394
-              Expression 636 / GT-9500     SCSI
-              Expression 1600              USB, SCSI, IEEE-1394
-              Expression 1680              USB, SCSI, IEEE-1394
-              CX-3200                      USB
-              CX-5200                      USB
-              and many more. The official list is on the Sane web site.
-
-       For other scanners the software  may or may not work.  Please send mail
-       to the backend author (khk@khk.net) to report success with scanners not
-       on the list or problems with scanners that are listed.
-
-
-
-

OPTIONS

-       The options the backend supports can either be selected through command
-       line options to programs like scanimage or through GUI elements in pro-
-       grams like xscanimage or xsane.
-
-       Valid command line options and their syntax can be listed by using
-              scanimage --help -d epson
-       Not all devices support all options.
-
-       Scan Mode
-              The --mode switch selects the basic mode  of  operation  of  the
-              scanner.  Valid  choices are Binary, Gray and Color.  The Binary
-              mode is black and white only, Gray will produce  256  levels  of
-              gray  or  more  depending  on the scanner and Color means 24 bit
-              color mode or more depending on the scanner.  Some scanners will
-              internally  use  36  bit color, their external interface however
-              may only support 24 bits.
-
-              The --depth option selects the bit depth the scanner  is  using.
-              This  option  is  only  available for scanners that support more
-              than one bit depth. Older  scanners  will  always  transfer  the
-              image  in  8bit  mode.  Newer  scanners allow to select either 8
-              bits, 12 or 14 bits per color channel. For  a  color  scan  this
-              means  an  effective color depth of 36 or 42 bits over all three
-              channels. The valid choices depend on the scanner model.
-
-              The --halftoning switch selects the mode that is used in  Binary
-              mode.  Valid  options  are  "None",  "Halftone  A  (Hard Tone)",
-              "Halftone B (Soft Tone)", "Halftone C (Net Screen)",  "Dither  A
-              (4x4  Bayer)",  "Dither  B  (4x4  Spiral)",  "Dither  C (4x4 Net
-              Screen)", "Dither D (8x4 Net Screen)", "Text  Enhanced  Technol-
-              ogy", "Download pattern A", and "Download pattern B".
-
-              The  --dropout  switch selects the so called dropout color. Vald
-              options are None, Red, Green and Blue. The default is None.  The
-              dropout  color  is  used for monochrome scanning and selects the
-              color that is not scanned. This can be  used  to  e.g.  scan  an
-              original with a colored background.
-
-              The  --brightness  switch  controls  the brightness of the scan.
-              Valid options are integer values from -3 to 3. The default is 0.
-              The larger the brightness value, the brighter the image gets. If
-              a user defined table for the gamma correction is  selected,  the
-              brightness parameter is not available.
-
-              The  --sharpness  switch  sets  the sharpness of the image data.
-              Valid options are integer values from -2 to 2, with  -2  meaning
-              "Defocus",   -1  "Defocus  slightly",  0  "Normal",  1  "Sharpen
-              slightly" and 2 "Sharpen".
-
-              The --gamma-correction switch controls  the  scanner's  internal
-              gamma  correction.  Valid options are "Default", "User defined",
-              "High density printing" "Low density printing"  and  "High  con-
-              trast printing".
-
-              The  --color-correction  switch  controls the scanner's internal
-              color correction function. Valid options  are  "No  Correction",
-              "Impact-dot  printers",  "Thermal  printers", "Ink-jet printers"
-              and "CRT monitors". The default is "CRT monitors".
-
-              The --resolution switch selects the resolution for a scan.  Some
-              EPSON  scanners  will  scan in any resolution between the lowest
-              and highest possible value. The list reported by the scanner can
-              be  displayed  using the "--help -d epson" parameters to scanim-
-              age.
-
-              The --mirror option controls the way the image  is  scanned.  By
-              reading the image data from right to left the image is mirrored.
-              Valid options are "yes" and "no". The default is "no".
-
-              The --speed option can improve  the  scan  speed  in  monochrome
-              mode.  Valid  options  are  "yes" or "no", the "yes" option will
-              speed up the scan if this option is supported.
-
-              The --auto-area-segmentation switch activates the automatic area
-              segmentation  for  monochrome  scans.  The  scanner  will try to
-              determine which areas are text and  which  contain  images.  The
-              image  areas  will  be halftoned, and the text will be improved.
-              Valid options are "yes" and "no". The default is "yes".
-
-              The --gamma-table parameter can  be  used  to  download  a  user
-              defined  gamma table. The option takes 256 values from the range
-              0-255. In color mode this option equally affects the red, green,
-              and blue channel.
-
-              The  --red-gamma-table  parameter can be used to download a user
-              defined gamma table for the red channel. The valid  options  are
-              the same as for --gamma-table.
-
-              The --green-gamma-table parameter can be used to download a user
-              defined gamma table for the green channel. The valid options are
-              the same as for --gamma-table.
-
-              The  --blue-gamma-table parameter can be used to download a user
-              defined gamma table for the blue channel. The valid options  are
-              the same as for --gamma-table.
-
-              The  color  correction  coefficients --cct-1 --cct-2 --cct-3 ...
-              --cct-9 will install color correction coefficients for the  user
-              defined  color  correction.  Values are specified as integers in
-              the range -127..127.
-
-              The --preview option requests a preview scan. The frontend soft-
-              ware  automatically  selects a low resolution. Valid options are
-              "yes" and "no". The default is "no".
-
-              The --preview-speed options will increase the scan speed if this
-              is  supported  by the scanner. Valid options are "yes" and "no",
-              the default is "no".
-
-              The geometry options -l -t -x -y control the scan area: -l  sets
-              the  top  left  x  coordinate,  -t the top left y coordinate, -x
-              selects the width and -y the height of the scan area. All param-
-              eters are specified in millimeters.
-
-              The  --quick-format option lets the user select a scan area with
-              predefined sizes. Valid parameters are "CD", "A5 portrait",  "A5
-              landscape",  "Letter",  "A4"  and  "max".  The default is "max",
-              which selects the largest possible area.
-
-              The --source option  selects  the  scan  source.  Valid  options
-              depend on the installed options. The default is "Flatbed".
-
-              The  --auto-eject  option  will eject a page after scanning from
-              the document feeder.
-
-              The --film-type option will select the film type for scans  with
-              the  transparency unit. This option is only activated if the TPU
-              is selected as scan source. Valid options  are  "Negative  Film"
-              and "Positive Film".
-
-              The  --focus-position  option selects the focus position for all
-              scans. Valid options are "Focus 2.5mm above glass" and "Focus on
-              glass".  The  focus on the 2.5mm point above the glass is neces-
-              sary for scans with the transparency unit, so that  the  scanner
-              can  focus on the film if one of the film holders is used.  This
-              option is only functional for selected scanners, all other scan-
-              ners will ignore this option.
-
-
-
-

CONFIGURATION FILE

-       The  configuration  file /usr/local/etc/sane.d/epson.conf specifies the
-       device(s) that the backend will use. Possible connection types are:
-
-       SCSI   This is the default, and if nothing else is specified the  back-
-              end  software will open a given path as SCSI device. More infor-
-              mation about valid syntax for SCSI devices can be found in sane-
-              scsi(5).
-              Usually SCSI scanners are configured with a line "scsi EPSON" in
-              this file. In some cases it may be necessary  to  only  use  the
-              string "scsi" (e.g. for the GT-6500).
-
-       PIO - Parallel Interface
-              The parallel interface can be configured in two ways: An integer
-              value starting at the beginning of a line will be interpreted as
-              the  IO  address of the parallel port. To make it clearer that a
-              configured IO address is a parallel port the port address can be
-              preceded  by the string "PIO". The PIO connection does not use a
-              special device file in the /dev directory. The IO address can be
-              specified in hex mode (prefixed with "0x").
-
-       USB    A device file that is preceded by the string "USB" is treated as
-              a scanner connected via the Universal Serial  Bus.  The  correct
-              special  device  file  has  to be created prior to using it with
-              Sane. See the USB documentation for more information  about  how
-              to set up the USB subsystem and the required device files.
-
-
-
-

FILES

-       /usr/local/lib/sane/libsane-epson.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-epson.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_DEBUG_EPSON
-              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.
-
-       SANE_EPSON_CMD_LVL
-              This  allows  to override the function or command level that the
-              backend uses to communicate with the scanner. The function level
-              a  scanner  supports  is determined during the initialization of
-              the device. If the backend does not recognize the function level
-              reported  by  the  scanner it will default to function level B3.
-              Valid function levels are A1, A2, B1, B2, B3, B4,  B5,  B6,  B7,
-              B8,  D1  and  F5. Use this feature only if you know what you are
-              doing!
-
-
-
-

SEE ALSO

-       sane-scsi(5), scanimage(1), xscanimage(1), xsane(1)
-
-
-
-

BUGS

-       None :-) At least none are currently known.
-
-
-
-

UNSUPPORTED DEVICES

-       The backend may be used with Epson scanners that  are  not  yet  listed
-       under  the  list of supported devices. A scanner that is not recognized
-       may default to the function level B3, which means that  not  all  func-
-       tions that the scanner may be capable of are accessible.
-
-       If the scanner is not even recognized as an Epson scanner this is prob-
-       ably because the device name reported by the scanner is not in the cor-
-       rect  format.  Please  send  this information to the backend maintainer
-       (email address is in the AUTHOR section of this  man  page  or  in  the
-       AUTHORS file of the SANE distribution).
-
-       The Perfection 600, Perfection 650, Perfection 660, Perfection 1250 and
-       Perfection 1260 are not supported by this backend.
-
-
-
-

AUTHOR

-       The package is actively maintained by Karl Heinz Kremer  (khk@khk.net).
-       The software is based on work by Christian Bucher and Kazuhiro Sasayama
-
-sane-backends 1.0.18              27-Dec-2000                    sane-epson(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-find-scanner.1.html b/man/sane-find-scanner.1.html index 19a746a6..cfa1dd3f 100644 --- a/man/sane-find-scanner.1.html +++ b/man/sane-find-scanner.1.html @@ -1,131 +1,8 @@ - - -sane-find-scanner.1 - +Content-type: text/html + +man2html: bad invocation

-

sane-find-scanner.1

-
-
-
-sane-find-scanner(1)     SANE Scanner Access Now Easy     sane-find-scanner(1)
-
-
-
-

NAME

-       sane-find-scanner - find SCSI and USB scanners and their device files
-
-
-
-

SYNOPSIS

-       sane-find-scanner [-h|-?]  [-v] [-q] [-p] [-f] [-F filename] [devname]
-
-
-
-

DESCRIPTION

-       sane-find-scanner  is a command-line tool to find SCSI and USB scanners
-       and determine their Unix device files. Its primary aim is to make  sure
-       that scanners can be detected by SANE backends.
-
-       For  SCSI  scanners,  it  checks  the default generic SCSI device files
-       (e.g., /dev/sg0) and /dev/scanner.  The test is done by sending a  SCSI
-       inquiry  command and looking for a device type of "scanner" or "proces-
-       sor" (some old HP scanners seem to  send  "processor").  So  sane-find-
-       scanner  will  find  any SCSI scanner connected to those default device
-       files even if it isn't supported by any SANE backend.
-
-       For USB scanners, first the  USB  kernel  scanner  device  files  (e.g.
-       /dev/usb/scanner0),  /dev/usb/scanner, and /dev/usbscanner) are tested.
-       The files are opened and the vendor and device ids are  determined,  if
-       the  operating system supports this feature. Currently USB scanners are
-       only found this way if they are supported by the Linux  scanner  module
-       or  the FreeBSD or OpenBSD uscanner driver. After that test, sane-find-
-       scanner tries to scan for USB devices found by the USB  library  libusb
-       (if  available).  There  is  no  special USB class for scanners, so the
-       heuristics used to distinguish scanners from other USB devices  is  not
-       perfect.  sane-find-scanner also tries to find out the type of USB chip
-       used in the scanner. If detected, it will be printed after  the  vendor
-       and  product  ids.  sane-find-scanner will even find USB scanners, that
-       are not supported by any SANE backend.
-
-       sane-find-scanner won't find most parallel port scanners,  or  scanners
-       connected  to  proprietary  ports.  Some  parallel port scanners may be
-       detected by sane-find-scanner -p.  At the time  of  writing  this  will
-       only detect Mustek parallel port scanners.
-
-
-
-

OPTIONS

-       -h, -?  Prints a short usage message.
-
-       -v      Verbose  output.  If  used  once, sane-find-scanner shows every
-               device name and the test result.  If used twice,  SCSI  inquiry
-               information and the USB device descriptors are also printed.
-
-       -q      Be quiet. Print only the devices, no comments.
-
-       -p      Probe parallel port scanners.
-
-       -f      Force  opening  all  explicitly  given  devices as SCSI and USB
-               devices. That's useful if sane-find-scanner is wrong in  deter-
-               mining the device type.
-
-       -F filename
-               filename  is a file that contains USB descriptors in the format
-               of /proc/bus/usb/devices as used by  Linux.   sane-find-scanner
-               tries  to  identify the chipset(s) of all USB scanners found in
-               such a file. This option is useful for developers when the out-
-               put of "cat /proc/bus/usb/devices" is available but the scanner
-               itself isn't.
-
-       devname Test device file "devname". No other  devices  are  checked  if
-               devname is given.
-
-
-
-

EXAMPLE

-       sane-find-scanner -v
-       Check  all SCSI and USB devices for available scanners and print a line
-       for every device file.
-
-       sane-find-scanner /dev/scanner
-       Look for a (SCSI) scanner only at /dev/scanner and print the result.
-
-       sane-find-scanner -p
-       Probe for parallel port scanners.
-
-
-
-

SEE ALSO

-       sane(7),  sane-scsi(5),   sane-usb(5),   scanimage(1),   xscanimage(1),
-       xsane(1), sane-"backendname"(5)
-
-
-
-

AUTHOR

-       Oliver Rauch, Henning Meier-Geinitz and others
-
-
-
-

SUPPORTED PLATFORMS

-       USB  support  is  limited  to  Linux (kernel, libusb), FreeBSD (kernel,
-       libusb), NetBSD (libusb), OpenBSD (kernel, libusb). Detecting the  ven-
-       dor and device ids only works with Linux or libusb.
-
-       SCSI  support  is  available  on  Irix, EMX, Linux, Next, AIX, Solaris,
-       FreeBSD, NetBSD, OpenBSD, and HP-UX.
-
-
-
-

BUGS

-       No support for most parallel port scanners yet.
-       Detection of USB chipsets is limited to a few chipsets.
-
-sane-backends 1.0.18              4 Oct 2004              sane-find-scanner(1)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-fujitsu.5.html b/man/sane-fujitsu.5.html index 8457fc10..cfa1dd3f 100644 --- a/man/sane-fujitsu.5.html +++ b/man/sane-fujitsu.5.html @@ -1,242 +1,8 @@ - - -sane-fujitsu.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-fujitsu.5

-
-
-
-sane-fujitsu(5)          SANE Scanner Access Now Easy          sane-fujitsu(5)
-
-
-
-

NAME

-       sane-fujitsu - SANE backend for Fujitsu flatbed and ADF scanners
-
-
-
-

DESCRIPTION

-       The  sane-fujitsu  library  implements a SANE (Scanner Access Now Easy)
-       backend which provides access to most Fujitsu flatbed and ADF scanners.
-
-       This  document  describes  the  rewritten  backend  versions 1.0.21 and
-       greater.
-
-       The backend supports lineart, halftone, grayscale, and  color  scanning
-       for  most  USB  and  SCSI scanners, depending on hardware capabilities.
-       Most simple scanning related features are exposed.  This  version  fea-
-       tures at least basic support for many more models.  See KNOWN ISSUES.
-
-
-
-

HARDWARE SUPPORT

-       The  following  scanners  are  thought  to have at least basic scanning
-       capability, either because they have been tested with a prior  version,
-       or  because  documentation  indicates they are compatible with a tested
-       model.
-
-              WORKGROUP SIZED SCANNERS:
-              --------------------------------------
-              SCSI:        SCSI/USB:    USB:
-              ------------ ------------ ------------
-              M3091DC      fi-4120C     fi-5110C
-              M3092DC      fi-4220C     fi-5110EOX
-              SP-93GX      fi-4120C2
-                           fi-4220C2
-                           fi-5120C
-                           fi-5220C
-
-              DEPARTMENTAL SIZED SCANNERS:
-              --------------------------------------
-              SCSI:        SCSI/USB:
-              ------------ ------------
-              M3093GX/DG   fi-4340C
-              M3096G/GX    fi-4530C
-              M3097G+/DG   fi-5530C
-              fi-4640S
-              fi-4750C
-
-              PRODUCTION SIZED SCANNERS:
-              --------------------------------------
-              SCSI:        SCSI/USB:
-              ------------ ------------
-              M3099G/GH/GX fi-5650C
-              M4097D       fi-5750C
-              fi-4750L     fi-5900C
-              fi-4860C
-              M4099D
-
-       The following scanners are known NOT to work with this backend,  either
-       because  they  have  a non-fujitsu chipset, or an unsupported interface
-       type. Some of these scanners may be supported by another backend.
-
-              UNSUPPORTED SCANNERS:
-              --------------------------------------
-              SCSI:        SERIAL:      USB:
-              ------------ ------------ ------------
-              ScanStation  M3093E/DE/EX fi-4110EOX2
-              ScanPartner  M3096EX      fi-4010CU
-              SP-Jr        M3097E+/DE
-              SP-10/10C    M3099A/EH/EX
-              SP-15C/300C
-              SP-600C/620C
-
-       This backend may support scanners not listed  here.  The  best  way  to
-       determine  level  of  support is to test the scanner directly.  Fujitsu
-       equipment has historically been good enough to not be damaged by incor-
-       rect  commands  if  the  scanner  is  incompatible.  Please contact the
-       author with test results, positive or negative.
-
-
-
-

OPTIONS

-       A modest effort has been made to expose the  standard  options  to  the
-       API.   This  allows a frontend to set scanning region, resolution, bit-
-       depth, color mode,  and  enable  the  automatic  document  feeder.  The
-       fujitsu backend supports the following basic options for most scanners:
-
-       source s
-              Selects the source for the scan. Options may include  "Flatbed",
-              "ADF Front", "ADF Back", "ADF Duplex".
-
-       mode m
-              Selects  the  mode  for the scan. Options may include "Lineart",
-              "Halftone", "Gray", and "Color".
-
-       resolution, y-resolution
-              Controls scan resolution. Setting --resolution  also  sets  --y-
-              resolution  but  not  vice versa. This behavior is overridden by
-              some frontends.
-
-       tlx, tly, brx, bry
-              Sets scan area upper left and  lower  right  coordinates.  Often
-              converted to t, l, x, y by frontend code.
-
-       pagewidth, pageheight
-              Sets  paper size. Used by scanner to determine centering of scan
-              coordinates when using ADF.
-
-       Other options will be available based on the capabilities of the  scan-
-       ner.   Use 'scanimage --help' to get a list. Be aware that some options
-       may appear only when another option has been set.
-
-
-
-

CONFIGURATION FILE

-       The configuration file "fujitsu.conf" is used to tell the  backend  how
-       to  look for scanners, and provide options controlling the operation of
-       the backend.  This file is read each time the frontend asks the backend
-       for a list of scanners, generally only when the frontend starts. If the
-       configuration file is missing, the backend will use a set  of  compiled
-       defaults, which are identical to the default configuration file shipped
-       with SANE.
-
-       Scanners can be specified in the configuration file in 4 ways:
-
-       "scsi FUJITSU"
-              Requests backend to search all scsi busses in the system  for  a
-              device which reports itself to be a scanner made by 'FUJITSU'.
-
-       "scsi /dev/sg0" (or other scsi device file)
-              Requests  backend  to open the named scsi device. Only useful if
-              you have multiple compatible scanners connected to your  system,
-              and  need  to  specify one. Probably should not be used with the
-              other "scsi" line above.
-
-       "usb 0x04c5 0x1042" (or other vendor/product ids)
-              Requests backend to search all usb busses in the  system  for  a
-              device  which  uses  that vendor and product id. The device will
-              then be queried to determine if it is a Fujitsu scanner.
-
-       "usb /dev/usb/scanner0" (or other device file)
-              Some systems use a kernel driver to access  usb  scanners.  This
-              method is untested.
-
-       The  only configuration option supported is "buffer-size=xxx", allowing
-       you to set the number of bytes in the data buffer  to  something  other
-       than the compiled-in default, 65536 (64K). Some users report that their
-       scanner will "hang" mid-page, or fail to  transmit  the  image  if  the
-       buffer is not large enough.
-
-       Note:  This option may appear multiple times in the configuration file.
-       It only applies to scanners discovered by 'scsi/usb' lines that  follow
-       this option.
-
-       Note:  The backend does not place an upper bound on this value, as some
-       users required it to be quite large. Values above the default  are  not
-       recommended, and may crash your OS or lockup your scsi card driver. You
-       have been warned.
-
-
-
-

ENVIRONMENT

-       The backend uses a  single  environment  variable,  SANE_DEBUG_FUJITSU,
-       which enables debugging output to stderr. Valid values are:
-
-              5  Errors
-              10 Function trace
-              15 Function detail
-              20 Option commands
-              25 SCSI/USB trace
-              30 SCSI/USB detail
-
-
-
-

OLDER VERSIONS

-       Backend  versions  prior to this were numbered with a two part version,
-       or with no version number at all. At the time this version was written,
-       all older versions were retroactively renumbered, 1.0.2 - 1.0.20.
-
-       The  current  backend  may  have lost support for some feature you were
-       using.  The last of the "old" backends, 1.0.20, is still  available  as
-       source from:
-
-       http://www2.pfeiffer.edu/~anoah/fujitsu/
-
-       If  you find that you need to use the older version, please contact the
-       author, to try and get those features restored to a later version.
-
-
-
-

KNOWN ISSUES

-              All IPC, imprinter, and compression options are disabled.
-              Most scanner specific 'quirks' are not accounted for, making  it
-              possible  to  set some options in ways that the scanner does not
-              support.
-              Some flatbed options are affected by adf settings.
-              Any model that does not support  VPD  during  inquiry  will  not
-              function.
-
-
-
-

HISTORY

-       m3091 backend: Frederik Ramm <frederik a t remote d o t org>
-       m3096g backend: Randolph Bentson <bentson a t holmsjoen d o t com>
-         (with credit to the unnamed author of the coolscan driver)
-       fujitsu backend, 3093, fi-4340C, ipc, cmp, long-time maintainer:
-         Oliver Schirrmeister <oschirr a t abm d o t de>
-       3092: Mario Goppold <mgoppold a t tbzpariv d o t tcc-chemnitz d o t de>
-       fi-4220C and basic USB support: Ron Cemer <ron a t roncemer d o t com>
-       fi-4120, fi-series color support, backend re-write, current maintainer:
-         M. Allan Noah: <anoah a t pfeiffer d o t edu>
-
-
-
-

SEE ALSO

-       sane(7), sane-scsi(5), sane-usb(5), sane-sp15c(5), sane-avision(5)
-
-
-
-

AUTHOR

-       M. Allan Noah: <anoah a t pfeiffer d o t edu>
-
-sane-backends 1.0.18              2006-06-06                   sane-fujitsu(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-genesys.5.html b/man/sane-genesys.5.html index 6bd77531..cfa1dd3f 100644 --- a/man/sane-genesys.5.html +++ b/man/sane-genesys.5.html @@ -1,143 +1,8 @@ - - -sane-genesys.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-genesys.5

-
-
-
-sane-genesys(5)          SANE Scanner Access Now Easy          sane-genesys(5)
-
-
-
-

NAME

-       sane-genesys - SANE backend for GL646 and GL841 based USB flatbed scan-
-       ners
-
-
-
-

DESCRIPTION

-       The sane-genesys library implements a SANE (Scanner  Access  Now  Easy)
-       backend  that  provides  access  to  USB  flatbed scanners based on the
-       Genesys GL646 and GL841 chips.  At present, the following scanners  are
-       known to work with this backend:
-
-              Medion MD6228
-              Medion MD6274
-              Hewlett-Packard HP2300C
-              Canon LiDE 35/40/50/60
-
-       This is BETA software. Especially if you test new or untested scanners,
-       keep your hand at the scanner's plug and unplug it, if the  head  bumps
-       at the end of the scan area.
-
-       If  you  own a scanner other than the ones listed above that works with
-       this backend, please let me know this by sending  the  scanner's  exact
-       model   name   and   the   USB   vendor   and  device  ids  (e.g.  from
-       /proc/bus/usb/devices , sane-find-scanner or syslog) to the  sane-devel
-       mailing  list.  Even  if  the scanner's name is only slightly different
-       from the models mentioned above, please let me know.
-
-       If you own a scanner that isn't detected by the genesys backend but has
-       a GL646 or GL841 chipset, you can try to add it to the backend.
-
-
-
-

SYSTEM ISSUES

-       This  backend  needs libusb-0.1.6 or later installed, and hasn't tested
-       in other configuration than a linux kernel 2.6.9 or higher. However, it
-       should  work  any system with libusb where the SANE package can be com-
-       piled. For setting permissions and  general  USB  information  look  at
-       sane-usb(5).
-
-
-
-

CONFIGURATION

-       The contents of the genesys.conf file is a list of usb lines containing
-       vendor and product ids that correspond to USB scanners.  The  file  can
-       also  contain option lines.  Empty lines and lines starting with a hash
-       mark (#) are ignored.  The scanners are autodetected by  usb  vendor_id
-       product_id  statements  which  are  already included into genesys.conf.
-       "vendor_id" and "product_id" are hexadecimal numbers that identify  the
-       scanner.
-
-
-
-

FILES

-       /usr/local/etc/sane.d/genesys.conf
-              The   backend   configuration  file  (see  also  description  of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-genesys.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-genesys.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are  separated  by a colon (`:'), under OS/2, they are separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration  file is searched in two default directories: first, the
-              current    working    directory    (".")     and     then     in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends with the directory separator character,  then  the  default
-              directories are searched after the explicitly specified directo-
-              ries.  For example, setting  SANE_CONFIG_DIR  to  "/tmp/config:"
-              would    result    in   directories   "tmp/config",   ".",   and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_GENESYS
-              If the library was compiled with  debug  support  enabled,  this
-              environment  variable controls the debug level for this backend.
-              Higher debug levels increase the verbosity of the output. If the
-              debug  level  is  set  to 1 or higher, some debug options become
-              available that are normally hidden. Handle them with care.  This
-              will print messages related to core genesys functions.
-
-       SANE_DEBUG_GENESYS_GL646
-              This  environment variable controls the debug level for the spe-
-              cific GL646 code part.
-
-       SANE_DEBUG_GENESYS_GL841
-              This environment variable controls the debug level for the  spe-
-              cific GL841 code part.
-
-              Example (full and highly verbose output for gl646):
-              export SANE_DEBUG_GENESYS=255
-              export SANE_DEBUG_GENESYS_GL646=255
-
-
-
-

SEE ALSO

-       sane(7), sane-usb(5)
-
-
-
-

AUTHOR

-       Oliver Rauch
-       Henning Meier-Geinitz <henning@meier-geinitz.de>
-       Gerhard Jaeger <gerhard@gjaeger.de>
-       Stéphane Voltz <svoltz@numericable.fr>
-       Philipp Schmid <philipp8288@web.de>
-
-
-
-

BUGS

-       Support for buttons is missing.
-
-sane-backends 1.0.18              20 Nov 2005                  sane-genesys(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-gphoto2.5.html b/man/sane-gphoto2.5.html index 6be59676..cfa1dd3f 100644 --- a/man/sane-gphoto2.5.html +++ b/man/sane-gphoto2.5.html @@ -1,142 +1,8 @@ - - -sane-gphoto2.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-gphoto2.5

-
-
-
-sane-gphoto2(5)          SANE Scanner Access Now Easy          sane-gphoto2(5)
-
-
-
-

NAME

-       sane-gphoto2 - SANE backend for gphoto2 supported cameras
-
-
-
-

DESCRIPTION

-       The  sane-gphoto2  library  implements a SANE (Scanner Access Now Easy)
-       backend that provides  access  to  the  digital  cameras  supported  by
-       gphoto2.   This  backend has only been tested with a handful of cameras
-       so far.  Patches to support other models are welcome.
-
-       Because of the limited testing of this backend, it is commented out  in
-       /usr/local/etc/sane.d/dll.conf  by default.  Either the comment charac-
-       ter must be removed or the backend must  be  called  explicitly.   E.g.
-       `scanimage -d gphoto2' or `xscanimage gphoto2'.
-
-
-
-

DEVICE NAMES

-       The  current  version  of the backend only allows one camera to be con-
-       nected.  The device name is always "0".
-
-
-
-

CONFIGURATION

-       The contents of the gphoto2.conf specify  the  characteristics  of  the
-       camera  to be used.   Resolutions (high resolution, low resolution, and
-       thumbnail size) are required since they are needed by  the  sane  fron-
-       tends,  but  can't  be  obtained  through the gphoto2 interface.  Valid
-       ports and cameras can  be  obtained  by  "gphoto2  --list-cameras"  and
-       "gphoto2 --list-ports".
-
-       The  dumpinquiry  line  causes  some information about the camera to be
-       printed.
-
-       Empty lines and lines starting with a hash mark  (#)  are  ignored.   A
-       sample configuration file is shown below:
-
-       The  "topfolder" line specifies the "fixed" part of the file path.  For
-       example, on the  Kodak  DC-240,  files  are  stored  in  the  directory
-       /DCIM/100DC240.   The  /DCIM  portion  is  constant,  but 100DC240 will
-       change and must be read from the camera.  In this case, the line  would
-       read "topfolder=/DCIM"
-
-       Some cameras don't implement a file structure and store all pictures in
-       the "/" directory.  This is indicated by setting "subdirs=0" with "top-
-       folder=/"
-
-              port=usb:
-              camera=Kodak DC240
-              # this is a comment
-              high_resolution=1280x960
-              low_resolution=640x480
-              thumb_resolution=160x120
-              dumpinquiry
-
-
-
-

FILES

-       /usr/local/etc/sane.d/gphoto2.conf
-              The   backend   configuration  file  (see  also  description  of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-gphoto2.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-gphoto2.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are  separated  by a colon (`:'), under OS/2, they are separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration  file is searched in two default directories: first, the
-              current    working    directory    (".")     and     then     in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends with the directory separator character,  then  the  default
-              directories are searched after the explicitly specified directo-
-              ries.  For example, setting  SANE_CONFIG_DIR  to  "/tmp/config:"
-              would    result    in   directories   "tmp/config",   ".",   and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_GPHOTO2
-              If the library was compiled with debugging support enabled, this
-              environment  variable controls the debug level for this backend.
-              A value of 128 requests maximally copious debug output;  smaller
-              levels reduce verbosity.
-
-       GP_DEBUG
-              Set  to 1, 2, or 3, to enable various levels of debugging within
-              the gphoto2 libraries.
-
-
-
-

SEE ALSO

-       sane(7)
-
-
-
-

AUTHOR

-       Peter S. Fales
-
-       The manpage was largely copied from the dc210 manpage.
-
-
-
-

BUGS

-       Many, no doubt.
-
-       More general comments, suggestions, and inquiries  about  frontends  or
-       SANE   should   go   to   the   SANE   Developers   mailing  list  (see
-       http://www.sane-project.org/mailing-lists.html for details).  You  must
-       be  subscribed  to  the  list, otherwise your mail won't be sent to the
-       subscribers.
-
-sane-backends 1.0.18           04 September 2001               sane-gphoto2(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-gt68xx.5.html b/man/sane-gt68xx.5.html index bd3c3268..cfa1dd3f 100644 --- a/man/sane-gt68xx.5.html +++ b/man/sane-gt68xx.5.html @@ -1,201 +1,8 @@ - - -sane-gt68xx.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-gt68xx.5

-
-
-
-sane-gt68xx(5)           SANE Scanner Access Now Easy           sane-gt68xx(5)
-
-
-
-

NAME

-       sane-gt68xx - SANE backend for GT-68XX based USB flatbed scanners
-
-
-
-

DESCRIPTION

-       The  sane-gt68xx  library  implements  a SANE (Scanner Access Now Easy)
-       backend that provides access to  USB  flatbed  scanners  based  on  the
-       Grandtech  GT-6801 and GT-6816 chips.  A list of supported scanners can
-       be  found   on   the   gt68xx   backend   homepage:   http://www.meier-
-       geinitz.de/sane/gt68xx-backend/.
-
-       This is BETA software. Especially if you test new or untested scanners,
-       keep your hand at the scanner's plug and unplug it, if the  head  bumps
-       at the end of the scan area.
-
-       If  you own a scanner other than the ones listed on the gt68xx homepage
-       that works with this backend, please let me know this  by  sending  the
-       scanner's exact model name and the USB vendor and device ids (e.g. from
-       sane-find-scanner or syslog) to me. Even if the scanner's name is  only
-       slightly  different from the models already listed as supported, please
-       let me know.
-
-       If you own a scanner that isn't detected by the gt68xx backend but  has
-       a  GT-6801  or  GT-6816  chipset, you can try to add it to the backend.
-       Have  a   look   at   the   following   web   page:   http://www.meier-
-       geinitz.de/sane/gt68xx-backend/adding.html
-
-
-
-

LIBUSB ISSUES

-       Please  use  libusb-0.1.8 or later. Without libusb or with older libusb
-       versions all kinds of trouble can be expected. The  scanner  should  be
-       found by sane-find-scanner without further actions. For setting permis-
-       sions and general USB information looks at sane-usb(5).
-
-
-
-

FIRMWARE FILE

-       You need a firmware file for your scanner. That's a small file contain-
-       ing  software  that will be uploaded to the scanner's memory. It's usu-
-       ally named *.usb, e.g.  PS1fw.usb.  It comes  on  the  installation  CD
-       that  was provided by the manufacturer, but it may be packaged together
-       with the installation program in an .exe file. For Mustek scanners, the
-       file  can  be  downloaded  from  the gt68xx backend homepage. For other
-       scanners, check the CD for .usb files. If you only  find  *.cab  files,
-       try  cabextract  to  unpack. If everything else fails, you must install
-       the Windows driver and get the firmware from there (usually in the win-
-       dows/system  or  system32  directories).  Put  that  firmware file into
-       /usr/local/share/sane/gt68xx/.  Make sure that it's readable by  every-
-       one.
-
-
-
-

CONFIGURATION

-       The  contents of the gt68xx.conf file is a list of usb lines containing
-       vendor and product ids that correspond to USB scanners.  The  file  can
-       also  contain option lines.  Empty lines and lines starting with a hash
-       mark (#) are ignored.  The scanners are autodetected by  usb  vendor_id
-       product_id  statements  which  are  already  included into gt68xx.conf.
-       "vendor_id" and "product_id" are hexadecimal numbers that identify  the
-       scanner.
-
-       The  override,  firmware, vendor, model, and afe options must be placed
-       after the usb line they refer to.
-
-       Option override is used  to  override  the  default  model  parameters.
-       That's necessary for some scanners that use the same vendor/product ids
-       but are different. For these scanners there are already  commented  out
-       override  lines  in  the  configuration  file.  override mustek-scanex-
-       press-1200-ub-plus is necessary for  the  Mustek  Scanexpress  1200  UB
-       Plus, the Medion/Lifetec/Tevion LT 9452, and the Trust Compact Scan USB
-       19200.  override artec-ultima-2000 is used for the Artec  Ultima  2000,
-       the  Boeder SmartScan Slim Edition, the Medion/ Lifetec/ Tevion/ Cytron
-       MD/LT 9385, the Medion/ Lifetec/ Tevion MD 9458,  and  the  Trust  Flat
-       Scan  USB  19200.  override mustek-bearpaw-2400-cu is necessary for the
-       Mustek BearPaw 2400 CU and the Fujitsu  1200CUS.  The  override  option
-       must be the first one after the usb line.
-
-       Option  firmware  selects  the name and path of the firmware file. It's
-       only necessary if the default (or override) doesn't work.  The  default
-       firmware  directory  is /usr/local/share/sane/gt68xx/.  You may need to
-       create this directory. If you want to place the  firmware  files  at  a
-       different path, use a firmware line.
-
-       The  vendor and model options are not absolutely necessary but for con-
-       venience. Quite a lot of scanners from  different  manufacturers  share
-       the same vendor/product ids so you can set the "correct" name here.
-
-       The afe option allows to set custom offset and gain values for the Ana-
-       log FrontEnd of the scanner. This option can be either used  to  select
-       the  AFE values if automatic coarse calibration is disabled, or to make
-       automatic coarse calibration faster. For the latter usage, enable debug
-       level  3 (see below), scan an image and look for debug line string with
-       "afe". Copy this line to gt68xx.conf.  The option has  six  parameters:
-       red  offset,  red gain, green offset, green gain, blue offset, and blue
-       gain.
-
-       A sample configuration file is shown below:
-
-              usb 0x05d8 0x4002
-              override "mustek-scanexpress-1200-ub-plus"
-              firmware "/opt/gt68xx/SBfw.usb"
-              vendor "Trust"
-              model "Compact Scan USB 19200"
-              afe 0x20 0x02 0x22 0x03 0x1f 0x04
-
-
-
-

FILES

-       /usr/local/etc/sane.d/gt68xx.conf
-              The  backend  configuration  file  (see  also   description   of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-gt68xx.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-gt68xx.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are separated by a colon (`:'), under OS/2, they  are  separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration file is searched in two default directories: first,  the
-              current     working     directory     (".")    and    then    in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends  with  the  directory separator character, then the default
-              directories are searched after the explicitly specified directo-
-              ries.   For  example,  setting SANE_CONFIG_DIR to "/tmp/config:"
-              would   result   in   directories   "tmp/config",    ".",    and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_GT68XX
-              If  the  library  was  compiled with debug support enabled, this
-              environment variable controls the debug level for this  backend.
-              Higher debug levels increase the verbosity of the output. If the
-              debug level is set to 1 or higher,  some  debug  options  become
-              available that are normally hidden. Handle them with care.
-
-              Example: export SANE_DEBUG_GT68XX=4
-
-
-
-

SEE ALSO

-       sane(7),  sane-usb(5),  sane-artec_eplus48u(5)  sane-plustek(5),  sane-
-       ma1509(5), sane-mustek_usb(5), sane-mustek(5), sane-mustek_pp(5)
-       /usr/local/doc/sane-1.0.18/gt68xx/gt68xx.CHANGES
-       http://www.meier-geinitz.de/sane/gt68xx
-
-
-
-

AUTHOR

-       Henning Meier-Geinitz <henning@meier-geinitz.de>
-       The original gt68xx  driver  was  written  by  Sergey  Vlasov,  Andreas
-       Nowack,  and  David Stevenson. Thanks for sending patches and answering
-       questions to them and all the other contributors.
-
-
-
-

BUGS

-       The first few lines of the image are garbage for the 2400 TA Plus.
-
-       Interpolation should be used instead of just copying data, when the  X-
-       and Y-resolution differ.
-
-       Support for buttons is missing.
-
-       More  detailed bug information is available at the gt68xx backend home-
-       page http://www.meier-geinitz.de/sane/gt68xx-backend/.  Please  contact
-       me  if  you  find a bug or missing feature: <henning@meier-geinitz.de>.
-       Please send a debug log if your scanner isn't detected  correctly  (see
-       SANE_DEBUG_GT68XX above).
-
-sane-backends 1.0.18           29 September 2005                sane-gt68xx(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-hp.5.html b/man/sane-hp.5.html index 9f072a1b..cfa1dd3f 100644 --- a/man/sane-hp.5.html +++ b/man/sane-hp.5.html @@ -1,266 +1,8 @@ - - -sane-hp.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-hp.5

-
-
-
-sane-hp(5)               SANE Scanner Access Now Easy               sane-hp(5)
-
-
-
-

NAME

-       sane-hp - SANE backend for HP ScanJet scanners
-
-
-
-

DESCRIPTION

-       The sane-hp library implements a SANE (Scanner Access Now Easy) backend
-       that provides access to HP ScanJet scanners which support SCL  (Scanner
-       Control  Language  by HP).  The following scanners are known positively
-       to work with this backend:
-
-              Model:         Product id:     Interface:
-              ----------     -----------     ----------
-              ScanJet Plus   C9195A          HP Parallel Interface Card
-              ScanJet IIc    C1750A 3226     SCSI
-              ScanJet IIcx   C2500A 3332     SCSI
-              ScanJet IIp    C1790A          SCSI
-              ScanJet 3C     C2520A 3503     SCSI
-              ScanJet 3P     C2570A 3406     SCSI
-              ScanJet 4C     C2520A          SCSI
-              ScanJet 4P     C1130A 3540     SCSI
-              ScanJet 4100C  C6290A          USB
-              ScanJet 5P     C5110A          SCSI
-              ScanJet 5100C  C5190A          parallel port
-              ScanJet 5200C  C7190A 3846     parallel port/USB
-              ScanJet 6100C  C2520A 3644     SCSI
-              ScanJet 6200C  C6270A 3828     SCSI/USB
-              ScanJet 6250C  C6270A 3828     SCSI/USB
-              ScanJet 6300C  C7670A          SCSI/USB
-              ScanJet 6350C  C7670A          SCSI/USB
-              ScanJet 6390C  C7670A          SCSI/USB
-              PhotoSmart     C5100A R029,R030,R032    SCSI
-
-       Support for models 5100C/5200C connected to the parallel port  requires
-       the    ppSCSI    driver   available   at   http://cyberelk.net/tim/par-
-       port/ppscsi.html and http://penguin-breeder.org/kernel/download/.
-
-       Support for models 5200C/62X0C/63X0C connected to the USB  require  the
-       kernel scanner driver or libusb. See sane-usb(5) for more details.
-
-       The  "hp" backend no longer supports OfficeJet multi-function peripher-
-       als.  For these devices use the external "hpoj" backend in version 0.90
-       and later of the "HP OfficeJet Linux driver", available at
-       http://hpoj.sourceforge.net
-
-       Because  Hewlett-Packard  does  no longer produce scanners that support
-       SCL (beside the OfficeJets), the above list of  supported  scanners  is
-       complete.  Other HP scanners are not supported by the "hp" backend, but
-       might be supported by another  one.  See  http://www.sane-project.org/.
-       You  can  also  watch  the  sane-devel mailing list at http://www.sane-
-       project.org/mailing-lists.html.
-
-       More details about  the  hp  backend  can  be  found  on  its  homepage
-       http://www.kirchgessner.net/sane.html.
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form:
-
-              special
-
-       Where  special is the UNIX path-name for the special device that corre-
-       sponds to the scanner.  For SCSI scanners the special device name  must
-       be  a  generic SCSI device or a symlink to such a device.  Under Linux,
-       such a device name could be /dev/sga or /dev/sg2, for example.  If  the
-       special device name contains "usb", "uscanner" or "ugen", it is assumed
-       that the scanner is connected by USB.  For the HP ScanJet Plus the spe-
-       cial  device  name  must be the device that corresponds to the parallel
-       interface card that was shipped with the scanner. That is  /dev/hpscan.
-       A  special  driver  is  required  for  this  card.  See ftp://rvs.ctrl-
-       c.liu.se/pub/wingel/hpscan for details. If the link does not work,  try
-       ftp://sunsite.unc.edu/pub/Linux/kernel/patches/scanners.
-
-
-
-

CONFIGURATION

-       The  contents of the hp.conf file is a list of options and device names
-       that correspond to HP ScanJet scanners.  Empty lines and lines starting
-       with  a  hash mark (#) are ignored. See sane-scsi(5) and sane-usb(5) on
-       details of what constitutes a valid device name.
-
-       Options specified in front of the first line  that  contains  a  device
-       name  are defaults for all devices. Options specified below a line that
-       contains a device name  apply  just  to  the  most  recently  mentioned
-       device.
-
-       Supported   options  are  connect-scsi,  connect-device,  enable-image-
-       buffering, and dumb-read.
-
-       Option connect-scsi specifies that the scanner is connected to the sys-
-       tem  by  SCSI.   Input/output is performed using SCSI-commands. This is
-       the default.  But if your SCSI device name contains  "usb",  "uscanner"
-       or  "ugen",  option  connect-scsi  must  be  specified. Otherwise it is
-       assumed that the scanner is connected by USB.
-
-       Option connect-device specifies that the scanner is  connected  to  the
-       system   by   a   special   device.   Input/output   is   performed  by
-       read()/write()-operations on the device. This option must be  used  for
-       HP ScanJet Plus or scanners connected to USB which are accessed through
-       a named device (e.g. /dev/usb/scanner0).  For device names that contain
-       "usb", "uscanner" or "ugen", it is not necessary to specify option con-
-       nect-device.
-
-       Option enable-image-buffering stores the scanned image in memory before
-       passing  it  to the frontend. Could be used in case of forward/backward
-       moving scanner lamp.
-
-       Option dumb-read can be used to work around problems with "Error during
-       device I/O". These problems may occur with certain SCSI-to-USB convert-
-       ers or Buslogic SCSI cards.  The option should not  be  used  for  SCSI
-       devices  which  are  working correctly.  Otherwise startup of frontends
-       and changing parameters might be slower.
-
-       A sample configuration file is shown below:
-
-              /dev/scanner
-              # this is a comment
-              /dev/hpscan
-                option connect-device
-
-       /dev/scanner is typically a symlink to the actual SCSI scanner  device.
-
-
-
-

FILES

-       /usr/local/etc/sane.d/hp.conf
-              The   backend   configuration  file  (see  also  description  of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-hp.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-hp.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-       $HOME/.sane/calib-hp:<device>.dat
-              Calibration   data   for  HP  PhotoSmart  PhotoScanner  that  is
-              retrieved from  the  scanner  after  calibration.  The  data  is
-              uploaded  to  the  scanner  at  start of the backend if it is in
-              media mode 'print media' or if the  media  mode  is  changed  to
-              'print media'.
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are  separated  by a colon (`:'), under OS/2, they are separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration  file is searched in two default directories: first, the
-              current    working    directory    (".")     and     then     in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends with the directory separator character,  then  the  default
-              directories are searched after the explicitly specified directo-
-              ries.  For example, setting  SANE_CONFIG_DIR  to  "/tmp/config:"
-              would    result    in   directories   "tmp/config",   ".",   and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_HP
-              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.
-
-       SANE_HOME_HP
-              Only  used  for  OS/2 and along with use of HP PhotoSmart Photo-
-              Scanner.  Must be set to the directory where the directory .sane
-              is located.  Is used to save and read the calibration file.
-
-       SANE_HP_KEEPOPEN_SCSI
-
-       SANE_HP_KEEPOPEN_USB
-
-       SANE_HP_KEEPOPEN_DEVICE
-              For each type of connection (connect-scsi, connect-usb, connect-
-              device) it can be specified if  the  connection  to  the  device
-              should be kept open ("1") or not ("0").  Usually the connections
-              are closed after an operation is performed.  Keeping  connection
-              open  to SCSI-devices can result in errors during device IO when
-              the scanner has not been used for some time.  By  default,  USB-
-              connections are kept open. Other connections are closed.
-
-       SANE_HP_RDREDO
-              Specifies  number of retries for read operation before returning
-              an EOF error.  Only supported for non-SCSI devices.  Default:  1
-              retry. Time between retries is 0.1 seconds.
-
-
-
-

BUGS

-       HP PhotoSmart PhotoScanner
-              In  media  mode  'slide'  and  'negative',  scan resolutions are
-              rounded to multiple of 300 dpi. The scanner does not  scale  the
-              data correctly on other resolutions. Some newer models (firmware
-              code  R030  and  later)  do  not  support  adjustment  of   con-
-              trast/intensity  level  and tone map.  The backend will simulate
-              this by software, but only for gray and 24 bit color.
-
-       Automatic Document Feeder (ADF)
-              For use of the ADF with xscanimage(1), first place paper in  the
-              ADF  and  then change option scan source to 'ADF'. Press 'change
-              document' to load a sheet. Then press 'scan' to  start  a  scan.
-              Maybe it is sufficient to press 'scan' without 'change document'
-              for repeated scans.  The  use  of  the  preview  window  is  not
-              recommended when working with the ADF.  Setting a window to scan
-              from ADF is not supported with xscanimage(1).  Try xsane(1).
-
-       Immediate actions
-              Some actions in xscanimage(1) (i.e. unload, select media,  cali-
-              brate)  have an immediate effect on the scanner without starting
-              a scan.  These options can not be used with scanimage.
-
-
-
-

TODO

-       HP PhotoSmart PhotoScanner
-              PhotoScanners with firmware release R030 and up have no firmware
-              support  for  contrast/brightness/gamma  table.  In  the current
-              backend this is simulated by software on 24 bits data.   Simula-
-              tion on 30 bits should give better results.
-
-       Data widths greater than 8 bits
-              Custom gamma table does not work.
-
-       Parallel scanner support
-              Beside  the ScanJet Plus which came with its own parallel inter-
-              face card, currently only the HP ScanJet  5100C/5200C  are  sup-
-              ported.   These  scanners are using an internal parallel-to-SCSI
-              converter which is supported by the ppSCSI-driver (see above).
-
-
-
-

SEE ALSO

-       sane(7), sane-scsi(5), sane-usb(5)
-
-
-
-

AUTHOR

-       The sane-hp backend was written by Geoffrey T. Dairiki.  HP  PhotoSmart
-       PhotoScanner support by Peter Kirchgessner.
-
-sane-backends 1.0.18              27 Mar 2004                       sane-hp(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-hp3500.5.html b/man/sane-hp3500.5.html index cc7187ca..cfa1dd3f 100644 --- a/man/sane-hp3500.5.html +++ b/man/sane-hp3500.5.html @@ -1,79 +1,8 @@ - - -sane-hp3500.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-hp3500.5

-
-
-
-sane-hp3500(5)           SANE Scanner Access Now Easy           sane-hp3500(5)
-
-
-
-

NAME

-       sane-hp3500  -  SANE  backend  for  Hewlett-Packard ScanJet 3500 series
-       scanners
-
-
-
-

DESCRIPTION

-       The sane-hp3500 library implements a SANE  (Scanner  Access  Now  Easy)
-       backend  that  provides  access  to  the  following Hewlett-Packard USB
-       flatbed scanners:
-
-              ScanJet 3500C
-              ScanJet 3530C
-              ScanJet 3570C
-
-       If you own a scanner other than the ones listed above that  works  with
-       this  backend,  please  let us know this by sending the scanner's exact
-       model  name  and  the  USB   vendor   and   device   ids   (e.g.   from
-       /proc/bus/usb/devices,  sane-find-scanner or syslog) to us. Even if the
-       scanner's name is only slightly different  from  the  models  mentioned
-       above, please let us know.
-
-
-
-

CONFIGURATION

-       None required.
-
-
-
-

FILES

-       /usr/local/lib/sane/libsane-hp3500.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-hp3500.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_DEBUG_HP3500 If  the  library  was  compiled  with  debug  support
-       enabled,  this  environment  variable controls the debug level for this
-       backend.  Higher debug levels increase the verbosity of the output.
-
-       Example: export SANE_DEBUG_HP3500=4
-
-
-
-

SEE ALSO

-       sane(7), sane-usb(5),
-       http://projects.troy.rollo.name/rt-scanners/
-
-
-
-

AUTHOR

-       Troy Rollo <sane@troy.rollo.name>
-
-sane-backends 1.0.18              27 Nov 2005                   sane-hp3500(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-hp3900.5.html b/man/sane-hp3900.5.html new file mode 100644 index 00000000..cfa1dd3f --- /dev/null +++ b/man/sane-hp3900.5.html @@ -0,0 +1,8 @@ +Content-type: text/html + +man2html: bad invocation +

+

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-hp4200.5.html b/man/sane-hp4200.5.html index c4116ad3..cfa1dd3f 100644 --- a/man/sane-hp4200.5.html +++ b/man/sane-hp4200.5.html @@ -1,125 +1,8 @@ - - -sane-hp4200.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-hp4200.5

-
-
-
-sane-hp4200(5)           SANE Scanner Access Now Easy           sane-hp4200(5)
-
-
-
-

NAME

-       sane-hp4200 - SANE backend for Hewlett-Packard 4200 scanners
-
-
-
-

DESCRIPTION

-       The  sane-hp4200  library  implements  a SANE (Scanner Access Now Easy)
-       backend that provides  access  to  the  following  Hewlett-Packard  USB
-       flatbed scanners:
-
-              ScanJet 4200 C
-              ScanJet 4200 Cxi
-              ScanJet 4200 Cse
-
-       More   details   can   be   found   on   the  hp4200  backend  homepage
-       http://hp4200-backend.sourceforge.net/.
-
-       This is BETA software. Keep your hand at the scanner's plug and  unplug
-       it, if the head bumps at the end of the scan area.
-
-       If  you  own a scanner other than the ones listed above that works with
-       this backend, please let us know this by sending  the  scanner's  exact
-       model   name   and   the   USB   vendor   and  device  ids  (e.g.  from
-       /proc/bus/usb/devices, sane-find-scanner or syslog) to us. Even if  the
-       scanner's  name  is  only  slightly different from the models mentioned
-       above, please let us know.
-
-
-
-

CONFIGURATION

-       The contents of the hp4200.conf file is a list of usb lines  containing
-       vendor  and  product  ids that correspond to USB scanners. The file can
-       also contain the names of device files that correspond to  an  HP  4200
-       scanner.   Empty  lines  and  lines  starting  with a hash mark (#) are
-       ignored.  The scanners are autodetected  by  usb  vendor_id  product_id
-       statements  which  are  already included into hp4200.conf.  "vendor_id"
-       and "product_id" are hexadecimal numbers that identify the scanner.  If
-       autodetection does not work, add the device name of your scanner to the
-       configuration file, e.g.  /dev/usb/scanner0.
-
-
-
-

FILES

-       /usr/local/etc/sane.d/hp4200.conf
-              The  backend  configuration  file  (see  also   description   of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-hp4200.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-hp4200.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are separated by a colon (`:'), under OS/2, they  are  separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration file is searched in two default directories: first,  the
-              current     working     directory     (".")    and    then    in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends  with  the  directory separator character, then the default
-              directories are searched after the explicitly specified directo-
-              ries.   For  example,  setting SANE_CONFIG_DIR to "/tmp/config:"
-              would   result   in   directories   "tmp/config",    ".",    and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_HP4200
-              If  the  library  was  compiled with debug support enabled, this
-              environment variable controls the debug level for this  backend.
-              Higher debug levels increase the verbosity of the output.
-
-              Example: export SANE_DEBUG_HP4200=4
-
-
-
-

SEE ALSO

-       sane(7), sane-usb(5),
-       http://hp4200-backend.sourceforge.net/
-
-
-
-

AUTHOR

-       Adrian  Perez  Jorge,  Andrew John Lewis, Arnar Mar Hrafnkelsson, Frank
-       Zago, Henning Meier-Geinitz. Current maintainer: Henning  Meier-Geinitz
-       <henning@meier-geinitz.de>.
-
-
-
-

BUGS

-       Tested only with Linux.
-
-       Only 8 bit color mode works.
-
-       Scanning is slow due to backtracking.
-
-       Send    bug   reports   to   the   sane-devel   mailing   list:   sane-
-       devel@lists.alioth.debian.org.
-
-sane-backends 1.0.18            14 August 2005                  sane-hp4200(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-hp5400.5.html b/man/sane-hp5400.5.html index 50498e03..cfa1dd3f 100644 --- a/man/sane-hp5400.5.html +++ b/man/sane-hp5400.5.html @@ -1,121 +1,8 @@ - - -sane-hp5400.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-hp5400.5

-
-
-
-sane-hp5400(5)           SANE Scanner Access Now Easy           sane-hp5400(5)
-
-
-
-

NAME

-       sane-hp5400 - SANE backend for Hewlett-Packard 54XX scanners
-
-
-
-

DESCRIPTION

-       The  sane-hp5400  library  implements  a SANE (Scanner Access Now Easy)
-       backend that provides  access  to  the  following  Hewlett-Packard  USB
-       flatbed scanners:
-
-              ScanJet 5400C
-              ScanJet 5470C
-              ScanJet 5490C
-
-       More   details   can   be   found   on   the  hp5400  backend  homepage
-       http://hp5400backend.sourceforge.net/.
-
-       This is ALPHA software. Keep your hand at the scanner's plug and unplug
-       it,  if  the  head bumps at the end of the scan area. See also the BUGS
-       section.
-
-       If you own a scanner other than the ones listed above that  works  with
-       this  backend,  please  let us know this by sending the scanner's exact
-       model  name  and  the  USB   vendor   and   device   ids   (e.g.   from
-       /proc/bus/usb/devices,  sane-find-scanner or syslog) to us. Even if the
-       scanner's name is only slightly different  from  the  models  mentioned
-       above, please let us know.
-
-
-
-

CONFIGURATION

-       The  contents of the hp5400.conf file is a list of usb lines containing
-       vendor and product ids that correspond to USB scanners.  The  file  can
-       also  contain  the  names of device files that correspond to an HP 54XX
-       scanner.  Empty lines and lines starting  with  a  hash  mark  (#)  are
-       ignored.   The  scanners  are  autodetected by usb vendor_id product_id
-       statements which are already included  into  hp5400.conf.   "vendor_id"
-       and  "product_id" are hexadecimal numbers that identify the scanner. If
-       autodetection does not work, add the device name of your scanner to the
-       configuration file, e.g.  /dev/usb/scanner0.
-
-
-
-

FILES

-       /usr/local/etc/sane.d/hp5400.conf
-              The   backend   configuration  file  (see  also  description  of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-hp5400.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-hp5400.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are  separated  by a colon (`:'), under OS/2, they are separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration  file is searched in two default directories: first, the
-              current    working    directory    (".")     and     then     in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends with the directory separator character,  then  the  default
-              directories are searched after the explicitly specified directo-
-              ries.  For example, setting  SANE_CONFIG_DIR  to  "/tmp/config:"
-              would    result    in   directories   "tmp/config",   ".",   and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_HP5400
-              If the library was compiled with  debug  support  enabled,  this
-              environment  variable controls the debug level for this backend.
-              Higher debug levels increase the verbosity of the output.
-
-              Example: export SANE_DEBUG_HP5400=4
-
-
-
-

SEE ALSO

-       sane(7), sane-usb(5),
-       http://hp5400backend.sourceforge.net/
-
-
-
-

AUTHOR

-       Martijn   van   Oosterhout   <kleptog@svana.org>,   Thomas    Soumarmon
-       <soumarmt@nerim.net>.  Manpage by Henning Meier-Geinitz <henning@meier-
-       geinitz.de>.
-
-
-
-

BUGS

-       Scanning is only tested with Linux/ix86/gcc. Be careful when testing on
-       other  operating  systems  and  especially on big-endian platforms. The
-       scanner may get wrong data.
-
-sane-backends 1.0.18              17 Apr 2003                   sane-hp5400(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-hp5590.5.html b/man/sane-hp5590.5.html new file mode 100644 index 00000000..cfa1dd3f --- /dev/null +++ b/man/sane-hp5590.5.html @@ -0,0 +1,8 @@ +Content-type: text/html + +man2html: bad invocation +

+

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-hpljm1005.5.html b/man/sane-hpljm1005.5.html new file mode 100644 index 00000000..cfa1dd3f --- /dev/null +++ b/man/sane-hpljm1005.5.html @@ -0,0 +1,8 @@ +Content-type: text/html + +man2html: bad invocation +

+

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-hpsj5s.5.html b/man/sane-hpsj5s.5.html index e0b5900b..cfa1dd3f 100644 --- a/man/sane-hpsj5s.5.html +++ b/man/sane-hpsj5s.5.html @@ -1,122 +1,8 @@ - - -sane-hpsj5s.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-hpsj5s.5

-
-
-
-sane-hpsj5s(5)           SANE Scanner Access Now Easy           sane-hpsj5s(5)
-
-
-
-

NAME

-       sane-hpsj5s - SANE backend for HP ScanJet 5S sheet-fed scanner
-
-
-
-

DESCRIPTION

-       The  sane-hpsj5s  library  implements  a SANE (Scanner Access Now Easy)
-       backend that provides access to a parallel port Hewlett-Packard ScanJet
-       5S scanner.
-
-       IMPORTANT:  this  is  alpha  code. Don't expect this to work correctly.
-       Many functions are missing, others contain errors. In some cases,  your
-       computer might even hang. It cannot be excluded (although I consider it
-       extremely improbable) that your scanner will be damaged.
-
-       LIMITATIONS: For now this backend works only on Linux.  This limitation
-       is  due  to  dependence on the libieee1284 library. If your system sup-
-       ports  libieee1284  too,  this  backend  should  work.  If  you  ported
-       libieee1284  for  your platform, please let me know. Your system should
-       support EPP (or EPP+ECP ) mode to operate this scanner. Future versions
-       will  support ECP and SPP (Nibble and Byte) modes also. It's planned to
-       support scanners not only at daisy-chain position 0, but anywhere. Sup-
-       port for multiple scanners could be implemented too.
-
-       Current version implements only gray scale scanning. True Color and B/W
-       modes are not supported for now.
-
-       That said, TESTERS ARE WELCOME. Send your bug reports and  comments  to
-       Max Vorobiev <pcwizard@yandex.ru>.
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form:
-
-              special
-
-       Where  special  is the parallel port name in form, libieee1284 expects.
-       It seems to be system dependent.  Under Linux it's parport0,  parport1,
-       etc.
-
-
-
-

CONFIGURATION

-       The  contents  of  the hpsj5s.conf file is a list of parport names that
-       correspond to HP ScanJet 5S scanners.  Empty lines and  lines  starting
-       with  a  hash mark (#) are ignored.  Only one device name can be listed
-       in hpsj5s.conf for this moment.  Future  versions  will  support  daisy
-       chain selection.
-
-
-
-

TIPS

-       It  seems  that  HP  ScanJet 5S scanner uses software noise correction.
-       This feature is not implemented for now. So does gamma  correction  and
-       calibration.  I'll handle it in future versions.  Native resolution for
-       this scanner is 300 DPI. Other modes could be jagged in some ways.
-
-
-
-

FILES

-       /usr/local/etc/sane.d/hpsj5s.conf
-              The  backend  configuration  file  (see  also   description   of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-hpsj5s.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-hpsj5s.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are separated by a colon (`:'), under OS/2, they  are  separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration file is searched in two default directories: first,  the
-              current     working     directory     (".")    and    then    in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends  with  the  directory separator character, then the default
-              directories are searched after the explicitly specified directo-
-              ries.   For  example,  setting SANE_CONFIG_DIR to "/tmp/config:"
-              would   result   in   directories   "tmp/config",    ".",    and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SEE ALSO
-              sane(7)
-              http://hpsj5s.sourceforge.net
-              http://cyberelk.net/tim/libieee1284
-
-
-
-

AUTHOR

-       Max Vorobiev
-       Man page mostly based on canon.man
-
-sane-backends 1.0.18              24 Feb 2002                   sane-hpsj5s(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-hs2p.5.html b/man/sane-hs2p.5.html new file mode 100644 index 00000000..cfa1dd3f --- /dev/null +++ b/man/sane-hs2p.5.html @@ -0,0 +1,8 @@ +Content-type: text/html + +man2html: bad invocation +

+

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-ibm.5.html b/man/sane-ibm.5.html index 9dfd40dd..cfa1dd3f 100644 --- a/man/sane-ibm.5.html +++ b/man/sane-ibm.5.html @@ -1,105 +1,8 @@ - - -sane-ibm.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-ibm.5

-
-
-
-sane-ibm(5)              SANE Scanner Access Now Easy              sane-ibm(5)
-
-
-
-

NAME

-       sane-ibm - SANE backend for IBM and Ricoh SCSI flatbed scanners
-
-
-
-

DESCRIPTION

-       The  sane-ibm library implements a SANE (Scanner Access Now Easy) back-
-       end that provides access to the IBM 2456 and the Ricoh IS-410,  IS-420,
-       and  IS-430  flatbed  scanners.  Support  for  the IS-410 and IS-430 is
-       untested. Please contact the maintainer or the sane-devel mailing  list
-       if you own such a scanner.
-
-       This  backend  is  alpha-quality.  It  may  have bugs and some scanners
-       haven't been tested at all. Be careful and pull the plug if the scanner
-       causes unusual noise.
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form:
-
-              special
-
-       Where  special is either the path-name for the special device that cor-
-       responds to a SCSI scanner. The program sane-find-scanner helps to find
-       out  the  correct  device.  Under  Linux,  such  a device name could be
-       /dev/sg0 or /dev/sga, for example.  See sane-scsi(5) for details.
-
-
-
-

CONFIGURATION

-       The contents of the ibm.conf file is a list of device names that corre-
-       spond  to  SCSI  scanners.   Empty lines and lines starting with a hash
-       mark (#) are ignored.  See sane-scsi(5) on details of what  constitutes
-       a valid device name.
-
-
-
-

FILES

-       /usr/local/etc/sane.d/ibm.conf
-              The   backend   configuration  file  (see  also  description  of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-ibm.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-ibm.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are  separated  by a colon (`:'), under OS/2, they are separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration  file is searched in two default directories: first, the
-              current    working    directory    (".")     and     then     in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends with the directory separator character,  then  the  default
-              directories are searched after the explicitly specified directo-
-              ries.  For example, setting  SANE_CONFIG_DIR  to  "/tmp/config:"
-              would    result    in   directories   "tmp/config",   ".",   and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_IBM
-              If the library was compiled with  debug  support  enabled,  this
-              environment  variable controls the debug level for this backend.
-              Higher debug levels increase the verbosity of the output.
-
-
-
-

SEE ALSO

-       sane(7), sane-find-scanner(1), sane-scsi(5),
-
-
-
-

AUTHOR

-       mf <massifr@tiscalinet.it>
-       Maintained by Henning Meier-Geinitz <henning@meier-geinitz.de>
-
-sane-backends 1.0.18              15 Apr 2003                      sane-ibm(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-leo.5.html b/man/sane-leo.5.html index 4e81aaa3..cfa1dd3f 100644 --- a/man/sane-leo.5.html +++ b/man/sane-leo.5.html @@ -1,145 +1,8 @@ - - -sane-leo.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-leo.5

-
-
-
-sane-leo(5)              SANE Scanner Access Now Easy              sane-leo(5)
-
-
-
-

NAME

-       sane-leo - SANE backend for LEO Technologies scanners
-
-
-
-

DESCRIPTION

-       The  sane-leo library implements a SANE (Scanner Access Now Easy) back-
-       end that provides access to some LEO SCSI flatbed scanners. This  back-
-       end  should be considered beta-quality software! LEO scanners were also
-       sold under the Across Technologies brand.
-
-       The scanners that should work with this backend are:
-
-                 Vendor Model           status
-              ----------------------  -----------
-                Across FS-1130          tested
-                Leo S3                  tested
-
-       The options the backend supports can either be selected through command
-       line  options  to  programs  like  scanimage or through GUI elements in
-       xscanimage or xsane.
-
-       If you have any strange behavior, please report to  the  backend  main-
-       tainer or to the SANE mailing list.
-
-       Valid command line options and their syntax can be listed by using
-              scanimage --help -d leo
-
-       Scan Mode
-
-       --mode selects the basic mode of operation of the scanner valid choices
-              are Black & White , Grayscale and Color The Black &  White  mode
-              is black and white only (1 bit). Grayscale will produce 256 lev-
-              els of gray (8 bits). Color will produce a 24 bits color  image.
-
-       --resolution
-              selects  the resolution for a scan. The scanner can do all reso-
-              lutions between 1 and 300, in increments of 1.
-
-       Geometry options
-
-       -l -t -x -y
-              control the scan area: -l sets the top left x coordinate, -t the
-              top left y coordinate, -x selects the width and -y the height of
-              the scan area. All parameters are specified  in  millimeters  by
-              default.
-
-       Enhancement options
-
-       --custom-gamma
-              (grayscale  and  color  mode  only) allows the user to specify a
-              gamma table (see the next 3 parameters).
-
-       --red-gamma-table
-              (color mode only) can be used to download a user  defined  gamma
-              table for the red channel. The table must be 256 bytes long.
-
-       --green-gamma-table
-              (color  mode  only) can be used to download a user defined gamma
-              table for the green channel. The table must be 256 bytes long.
-
-       --blue-gamma-table
-              (color mode only) can be used to download a user  defined  gamma
-              table for the blue channel. The table must be 256 bytes long.
-
-       --halftone
-              (Black  &  White only) select the halftone mask to use. Possible
-              values are Diamond , 8x8 Coarse Fatting , 8x8 Fine Fatting , 8x8
-              Bayer and 8x8 Vertical Line
-
-       --preview
-              requests a preview scan. The resolution used for that scan is 28
-              dpi and the scan area is the maximum allowed. The scan  mode  is
-              user selected. The default is "no".
-
-
-
-

CONFIGURATION FILE

-       The configuration file /usr/local/etc/sane.d/leo.conf supports only one
-       information: the device name to use (eg /dev/scanner).
-
-
-
-

FILES

-       /usr/local/lib/sane/libsane-leo.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-leo.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_DEBUG_LEO
-              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.
-
-
-
-

LIMITATIONS

-       The windows TWAIN driver has many more options than this SANE  backend.
-       However  they  are  only software adjustments. This backend only imple-
-       ments what the scanner can support.
-
-
-
-

BUGS

-       None known.
-
-
-
-

SEE ALSO

-       sane-scsi(5), scanimage(1), xscanimage(1), xsane(1), sane(7)
-
-
-
-

AUTHOR

-       The package is actively maintained by Frank Zago.
-              http://www.zago.net/sane/#leo
-
-sane-backends 1.0.18             16 April 2002                     sane-leo(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-lexmark.5.html b/man/sane-lexmark.5.html index c0370950..cfa1dd3f 100644 --- a/man/sane-lexmark.5.html +++ b/man/sane-lexmark.5.html @@ -1,143 +1,8 @@ - - -sane-lexmark.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-lexmark.5

-
-
-
-sane-lexmark(5)          SANE Scanner Access Now Easy          sane-lexmark(5)
-
-
-
-

NAME

-       sane-lexmark - SANE backend for Lexmark X1100 Series scanners
-
-
-
-

DESCRIPTION

-       The  sane-lexmark  library  implements a SANE (Scanner Access Now Easy)
-       backend that provides access to the scanner part of Lexmark X1100 AIOs.
-       This backend should be considered beta-quality software!
-
-       The scanners that should work with this backend are:
-
-                 Vendor Model           status
-              ----------------------  -----------
-                Lexmark X1110           untested
-                Lexmark X1140           untested
-                Lexmark X1150           untested
-                Lexmark X1170           untested
-                Lexmark X1180           basic
-                Lexmark X1185           basic
-
-       The options the backend supports can either be selected through command
-       line options to programs like scanimage  or  through  GUI  elements  in
-       xscanimage or xsane.
-
-       If  you  have  any strange behavior, please report to the backend main-
-       tainer or to the SANE mailing list.
-
-       Valid command line options and their syntax can be listed by using
-              scanimage --help -d lexmark:usb:<usb port>
-
-       Scan Mode Options
-
-       --mode selects the basic mode of operation of the scanner valid choices
-              are  Color, Gray and Lineart The default mode is Color. The Lin-
-              eart mode is black and white only (1 bit).  Grayscale will  pro-
-              duce  256 levels of gray (8 bits). Color mode allows for over 16
-              million different colors produced from 24 bits of color informa-
-              tion.
-
-       --resolution
-              selects  the  resolution for a scan. The horizontal and vertical
-              resolutions are set by the value of this option. The scanner  is
-              capable  of  the  following resolutions for the specified option
-              value:
-
-                Value   Hor. Resolution  Vert. Resolution
-                -----   ---------------  -------------------
-                75      75dpi            75dpi
-                150     150dpi           150dpi
-                300     300dpi           300dpi
-                600     600dpi           600dpi
-                1200    600dpi           1200dpi
-
-       --preview
-              requests a preview scan. The resolution used for that scan is 75
-              dpi and the scan area and the scan mode are as specified through
-              their options, or the default  if  not  specified.  The  default
-              value for preview mode is "no".
-
-
-       --paper-size
-              selects the size of the area to be scanned. Valid sizes are Wal-
-              let, 3x5, 4x6, 5x7, 8x10, Letter, the default size is 3x5.
-
-       --threshold
-              selects the   minimum-brightness  to  get  a  white  point.  The
-              threshold is only used with Lineart mode scans.  It is specified
-              as a percentage in the range  0..100%  (in  steps  of  1).   The
-              default value of the threshold option is 50.
-
-
-
-

CONFIGURATION FILE

-       The configuration file /usr/local/etc/sane.d/lexmark.conf contains only
-       the usb device id (eg usb 0x043d 0x007c).
-
-
-
-

FILES

-       /usr/local/lib/sane/libsane-lexmark.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-lexmark.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_DEBUG_LEXMARK
-              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.
-
-
-
-

LIMITATIONS

-       The windows TWAIN driver has many more options than this SANE  backend.
-       However  they  are  only software adjustments. This backend only imple-
-       ments what the scanner can support.
-
-
-
-

BUGS

-       Jerky movement on 600dpi gray 8x10 scan.
-       Color calibration not implemented.
-       Dark compensation not implemented.
-
-
-
-

SEE ALSO

-       sane-scsi(5), scanimage(1), xscanimage(1), xsane(1), sane(7)
-
-
-
-

AUTHOR

-       The package is actively maintained by Fred Odendaal.
-              http://ca.geocities.com/freshshelf@rogers.com/
-
-sane-backends 1.0.18           02 September 2005               sane-lexmark(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-ma1509.5.html b/man/sane-ma1509.5.html index 0874637c..cfa1dd3f 100644 --- a/man/sane-ma1509.5.html +++ b/man/sane-ma1509.5.html @@ -1,138 +1,8 @@ - - -sane-ma1509.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-ma1509.5

-
-
-
-sane-ma1509(5)           SANE Scanner Access Now Easy           sane-ma1509(5)
-
-
-
-

NAME

-       sane-ma1509 - SANE backend for Mustek BearPaw 1200F USB scanner
-
-
-
-

DESCRIPTION

-       The  sane-ma1509  library  implements  a SANE (Scanner Access Now Easy)
-       backend that provides access to the Mustek BearPaw  1200F  USB  flatbed
-       scanner.  This  scanner is based on the MA-1509 chipset. Other scanners
-       that use this chip (if they exist) may also work.
-
-       This backend is ALPHA software.  Be careful and remove the  power  plug
-       immediately if your hear unusual noises.
-
-       More   details   can   be   found   on   the  ma1509  backend  homepage
-       http://www.meier-geinitz.de/sane/ma1509-backend/.
-
-       Other Mustek USB scanners are supported by the gt68xx,  mustek_usb  and
-       the  plustek backends. See sane-mustek_usb(5), sane-gt68xx(5) and sane-
-       plustek(5) for details.
-
-       This backend can only work with scanners that are already  detected  by
-       the operating system. See sane-usb(5) for details.
-
-       If  you  own  a  scanner other than the Mustek BearPaw 1200F that works
-       with this backend, please let me know this  by  sending  the  scanner's
-       exact  model  name  and  the  USB  vendor  and  device  ids  (e.g. from
-       /proc/bus/usb/devices or syslog) to me.
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form:
-
-              special
-
-       Where special is a path-name for the special device that corresponds to
-       a  USB scanner.  With Linux, such a device name could be /dev/usb/scan-
-       ner0 or libusb:001:002, for example.
-
-
-
-

CONFIGURATION

-       The contents of the ma1509.conf file is a list of  options  and  device
-       names  that  correspond  to Mustek BearPaw 1200F scanners.  Empty lines
-       and lines starting with a hash mark (#) are ignored.
-
-       Instead of using the device name, the scanner can  be  autodetected  by
-       usb  vendor_id  product_id  statements  which are already included into
-       ma1509.conf.  This is only supported with Linux 2.4.8  and  higher  and
-       all  systems that support libsub. "vendor_id" and "product_id" are hex-
-       adecimal numbers that identify the scanner. If  this  doesn't  work,  a
-       device name must be placed in ma1509.conf as described above.
-
-       To  set  the time the lamp needs for warm-up, use option warmup-time in
-       ma1509.conf.  The time is  given  in  seconds  after  the  option.  The
-       default is 30 seconds.
-
-
-
-

FILES

-       /usr/local/etc/sane.d/ma1509.conf
-              The   backend   configuration  file  (see  also  description  of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-ma1509.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-ma1509.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are  separated  by a colon (`:'), under OS/2, they are separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration  file is searched in two default directories: first, the
-              current    working    directory    (".")     and     then     in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends with the directory separator character,  then  the  default
-              directories are searched after the explicitly specified directo-
-              ries.  For example, setting  SANE_CONFIG_DIR  to  "/tmp/config:"
-              would    result    in   directories   "tmp/config",   ".",   and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_MA1509
-              If the library was compiled with  debug  support  enabled,  this
-              environment  variable controls the debug level for this backend.
-              Higher debug levels increase the verbosity of the output.
-
-
-
-

SEE ALSO

-       sane(7),   sane-usb(5),    sane-gt68xx(5),    sane-plustek(5),    sane-
-       mustek_usb(5), sane-mustek(5), sane-mustek_pp(5),
-       http://www.meier-geinitz.de/sane/ma1509-backend/
-
-
-
-

AUTHOR

-       Henning Meier-Geinitz <henning@meier-geinitz.de>
-
-
-
-

BUGS

-       Resolutions higher than 600 dpi don't work
-       Transparency adapter and automatic document feeder is not supported yet
-       No support for "high-speed" mode (jpeg)
-
-       More detailed bug information is available at the MA-1509 backend home-
-       page http://www.meier-geinitz.de/sane/ma1509-backend/.
-
-sane-backends 1.0.18              24 Feb 2003                   sane-ma1509(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-matsushita.5.html b/man/sane-matsushita.5.html index 37938ec8..cfa1dd3f 100644 --- a/man/sane-matsushita.5.html +++ b/man/sane-matsushita.5.html @@ -1,195 +1,8 @@ - - -sane-matsushita.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-matsushita.5

-
-
-
-sane-matsushita(5)       SANE Scanner Access Now Easy       sane-matsushita(5)
-
-
-
-

NAME

-       sane-matsushita - SANE backend for Panasonic KV-SS high speed scanners
-
-
-
-

DESCRIPTION

-       The sane-matsushita library implements a SANE (Scanner Access Now Easy)
-       backend that provides access to some Panasonic KV-SS high  speed  scan-
-       ners. This backend is stable.
-
-       At present, the following scanners are known to work with this backend:
-
-                Product id
-              --------------
-                 KV-SS25
-                 KV-SS25D
-                 KV-SS55EX (*)
-                 KV-S2025C (*)
-                 KV-S2045C (*)
-                 KV-S2065L (*)
-
-       (*) WARNING: None of the advanced options of these scanners are  avail-
-       able  (ie  no  color, no high resolution, no automatic cropping). Basi-
-       cally, the driver does no more than what it does  for  the  KV-SS25.  I
-       don't  have access to such scanners, and thus cannot add these options.
-
-       Other Panasonic high speed scanners may or may not work with that back-
-       end.
-
-       Valid command line options and their syntax can be listed by using
-              scanimage --help -d matsushita
-
-       Scan Mode
-
-       --mode selects the basic mode of operation of the scanner.
-
-       --resolution
-              selects  the resolution for a scan. Each model supports all or a
-              subset of these resolutions: 100, 150, 200, 240, 300, 360,  400.
-
-       --duplex
-              indicates whether to scan both side of the sheet.
-
-       --feeder-mode
-              selects  the  number  of pages to scan (one or until the tray is
-              empty).
-
-       Geometry
-
-       --paper-size A4|...|Legal|Letter [A4]
-              options selects the area to scan. It adjust  the  -l  -t  -x  -y
-              options accordingly. It does not need to be the real size of the
-              paper.
-
-       -l -t -x -y
-              control the scan area: -l sets the top left x coordinate, -t the
-              top left y coordinate, -x selects the width and -y the height of
-              the scan area. All parameters are specified in  millimeters.  It
-              is possible to use the option --paper-size instead.
-
-       Enhancement
-
-       --brightness
-              controls  the brightness of the acquired image. The value varies
-              from 1 to 255, or less, depending on the scanner model.
-
-       --contrast
-              controls the contrast of the acquired image. Some models do  not
-              support that option.
-
-       --automatic-threshold
-              automatically  sets  brightness,  contrast,  white level, gamma,
-              noise reduction and image emphasis. These options are not avail-
-              able when automatic-threshold is in use.
-
-       --halftone-pattern
-              option  sets  the tonal gradation for the halftone mode. Pattern
-              downloading is not implemented by the backend.
-
-       --autoseparation
-              provides automatic separation of text and images.
-
-       --white-level
-              option indicate the source of the white base.
-
-       --noise-reduction
-              reduces the isolated dot noise. This option is not supported  by
-              all scanners.
-
-       --image-emphasis
-              option sets the image emphasis. Some selection are not available
-              on all scanners.
-
-       --gamma
-              options set the gamma curve. It is only valid  for  Gray  modes,
-              and  is  not available on all scanners. Gamma downloading is not
-              implemented by the backend.
-
-
-
-

CONFIGURATION FILE

-       The configuration file  /usr/local/etc/sane.d/matsushita.conf  supports
-       the  device  name to use (eg /dev/scanner) and the SCSI option to auto-
-       detect the scanners supported.
-
-
-
-

FILES

-       /usr/local/lib/sane/libsane-matsushita.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-matsushita.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_DEBUG_MATSUSHITA
-              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.
-
-
-
-

LIMITATIONS

-       Memory in the KV-SS 25
-              The KV-SS 25 has not enough internal memory to scan a  whole  A4
-              page in duplex mode at high resolution. The frontend will return
-              a memory error in that case. Apparently, the KV-SS 25D  has  not
-              that problem.
-
-       Pattern and gamma downloading
-              The  scanner,  with the proper firmware, can download a halftone
-              pattern and a gamma table. This is not implemented.
-
-       Sub-areas
-              The scanner can support up to 3 sub-areas on each side to define
-              some  more precise enhancement options. This is not implemented.
-
-       Duplex mode
-              The backend does not support the setting  of  different  options
-              for  each  side.  The  scan  will  occur  with  the same options
-              (halftone pattern, brightness, image emphasis) for both sides.
-
-
-
-

SCANNING EXAMPLE

-       To date, the only frontend capable of using this scanner at full  speed
-       is scanadf.
-
-       A scanadf command line would be:
-
-       scanadf   -d  matsushita  --output-file  scan%04d.pbm  --start-count  0
-       --duplex --resolution 300 --feeder-mode="All pages" --paper-size="A4"
-
-
-
-

BUGS

-       None known.
-
-
-
-

SEE ALSO

-       sane-scsi(5), scanimage(1), xscanimage(1), xsane(1), sane(7)
-
-
-
-

AUTHOR

-       The package is actively maintained by Frank Zago.
-              http://www.zago.net/sane/#matsushita
-
-sane-backends 1.0.18          February 11th, 2004           sane-matsushita(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-microtek.5.html b/man/sane-microtek.5.html index 36e553cd..cfa1dd3f 100644 --- a/man/sane-microtek.5.html +++ b/man/sane-microtek.5.html @@ -1,177 +1,8 @@ - - -sane-microtek.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-microtek.5

-
-
-
-sane-microtek(5)         SANE Scanner Access Now Easy         sane-microtek(5)
-
-
-
-

NAME

-       sane-microtek - SANE backend for Microtek scanners
-
-
-
-

DESCRIPTION

-       The  sane-microtek  library implements a SANE (Scanner Access Now Easy)
-       backend that provides access to the "second generation" Microtek  scan-
-       ners.   At  present,  the following hardware is known to work with this
-       backend:
-
-              Microtek ScanMaker E2, E3, E6
-              Microtek ScanMaker II, IIG, IIHR, IISP, III
-              Microtek ScanMaker 35t, 35t+, 45t
-              Microtek ScanMaker 600GS, 600ZS (see bug notes)
-              Agfa StudioScan
-              Agfa StudioScan II, StudioScan IIsi
-              Agfa Arcus II (but not the "Arcus")
-              Agfa DuoScan (preliminary)
-              Vobis "Highscreen Realscan"
-              Microtek Color PageWiz (preliminary)
-
-              Transparent Media Adapter
-              Document AutoFeeder
-
-       The driver supports line art, halftone,  8bpp  gray,  and  24bpp  color
-       scans  at  normal and "expanded" resolutions (i.e. 1200x1200 on an E6),
-       fast scans for color previews, and downloadable gamma tables.
-
-       The supported scanners are all SCSI scanners.  However,  some  parallel
-       port  models  may work (under Linux), if they use a parport->scsi chip,
-       and if you can find a scsi->parport driver.  This is known  to  be  the
-       case for the Color PageWiz.
-
-       The  driver  does not support the newest Microtek scanners, such as the
-       V330 and V660, which use a new and very different SCSI-II command  set.
-       For those, try the alternate microtek2 backend.  Most non-SCSI scanners
-       would use the new command set.  Most scanners newer than the  Scanmaker
-       E6 would use the new command set.
-
-       If you own a Microtek scanner other than the ones listed above, tell us
-       what happens --- see the BUGS section at the end of this document.
-
-       Although this manual page is generally updated with each  release,  up-
-       to-date  information  on  new releases and extraneous helpful hints are
-       available from the backend homepage:
-              http://www.mir.com/mtek/
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form:
-
-              special
-
-       Where special is the UNIX path-name for the special device that  corre-
-       sponds  to the scanner.  The special device name must be a generic SCSI
-       device or a symlink to such a device.  Under Linux, such a device  name
-       could be /dev/sga or /dev/sge, for example.
-
-
-
-

CONFIGURATION

-       The  contents  of the microtek.conf file is a list of device names that
-       correspond to Microtek scanners.  Empty lines and lines starting with a
-       hash mark (#) are ignored.  A sample configuration file is shown below:
-
-              /dev/scanner
-              # this is a comment
-              /dev/sge
-
-       The configuration file may also contain the special tokens norealcal or
-       noprecal.   norealcal will disable the use of magic, undocumented scan-
-       ner calibration commands which are known to work on the E6, but may not
-       work  with  other  models.   noprecal will disable logic which tries to
-       avoid scanner precalibration.  This logic would only  have  been  acti-
-       vated if the magic calibration code was turned off.
-
-
-
-

FILES

-       /usr/local/etc/sane.d/microtek.conf
-              The   backend   configuration  file  (see  also  description  of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-microtek.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-microtek.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are  separated  by a colon (`:'), under OS/2, they are separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration  file is searched in two default directories: first, the
-              current    working    directory    (".")     and     then     in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends with the directory separator character,  then  the  default
-              directories are searched after the explicitly specified directo-
-              ries.  For example, setting  SANE_CONFIG_DIR  to  "/tmp/config:"
-              would    result    in   directories   "tmp/config",   ".",   and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_MICROTEK
-              If the library was compiled with debugging support enabled, this
-              environment  variable controls the debug level for this backend.
-              A value of 128 requests maximally copious debug output;  smaller
-              levels reduce verbosity.
-
-
-
-

SEE ALSO

-       sane(7), sane-scsi(5)
-
-
-
-

AUTHOR

-       Matt Marjanovic
-
-
-
-

BUGS

-       Known bugs/limitations are:
-
-              Brightness and contrast broken.
-              The  600GS  is  grayscale  only,  and will lock up if you select
-              color.  (Unfortunately, the 600GS and 600ZS  are  indistinguish-
-              able by software.)
-
-       i.e.  don't  complain about these --- but if brightness and/or contrast
-       do work for you, please tell me.
-
-       If your scanner locks up, try setting the norealcal or noprecal  option
-       in  the configuration file (first one, then both), and see if it helps.
-       (If it does, report it.)
-
-       Send  lengthy  bug  reports  and  new  scanner  information  to   mtek-
-       bugs@mir.com.  All bug reports and new scanner inquiries should include
-       an error log file.  You can generate copious stderr output  by  setting
-       the  SANE_DEBUG_MICROTEK  environment  variable  described  above.  For
-       example:
-
-              setenv SANE_DEBUG_MICROTEK 128
-
-       More general comments, suggestions, and inquiries  about  frontends  or
-       SANE should go to sane-devel@lists.alioth.debian.org, the SANE Develop-
-       ers mailing list. Have a look  at  http://www.sane-project.org/mailing-
-       lists.html concerning subscription to sane-devel.
-
-sane-backends 1.0.18           February 8, 2000               sane-microtek(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-microtek2.5.html b/man/sane-microtek2.5.html index d681a117..cfa1dd3f 100644 --- a/man/sane-microtek2.5.html +++ b/man/sane-microtek2.5.html @@ -1,283 +1,8 @@ - - -sane-microtek2.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-microtek2.5

-
-
-
-sane-microtek2(5)        SANE Scanner Access Now Easy        sane-microtek2(5)
-
-
-
-

NAME

-       sane-microtek2 - SANE backend for Microtek scanners with SCSI-2 command
-       set
-
-
-
-

DESCRIPTION

-       The sane-microtek2 library implements a SANE (Scanner Access Now  Easy)
-       backend that provides access to Microtek scanners with a SCSI-2 command
-       set.  This backend can be considered alpha to beta. Some scanner models
-       are reported to work well, others not. New development versions of this
-       backend can be obtained from http://karstenfestag.gmxhome.de
-
-       There exists a different backend for Microtek scanners with SCSI-1 com-
-       mand set.  Refer to sane-microtek(5) for details.
-
-       And   there   is   work  in  progress  for  the  ScanMaker  3600.   See
-       http://sourceforge.net/projects/sm3600
-
-       At present, the following scanners are known positively  to  work  with
-       this backend:
-
-       tab(:),   box;   lb   lb   lb   l  l  l.   Vendor:Product  id:Remark  =
-       Microtek:E3+:Parport  and  SCSI   Microtek:X6:SCSI   Microtek:X6EL:SCSI
-       Microtek:X6USB:USB    Microtek:ScanMaker    V300:Parport    and    SCSI
-       Microtek:ScanMaker V310:Parport and SCSI  Microtek:ScanMaker  V600:Par-
-       port  and  SCSI Microtek:ScanMaker 330:SCSI Microtek:ScanMaker 630:SCSI
-       Microtek:ScanMaker  636:SCSI   Microtek:ScanMaker   9600XL:SCSI;   only
-       flatbed mode?  Microtek:Phantom 330CX:Parport Microtek:SlimScan C3:Par-
-       port Microtek:SlimScan C6:USB Microtek:Phantom 636:SCSI  Microtek:Phan-
-       tom  636CX:Parport  Microtek:V6USL:SCSI and USB Microtek:V6UPL:USB; not
-       stable  Microtek:X12USL:SCSI;  only  8bit  color,  work   in   progress
-       Vobis:HighScan:SCSI  (E3+  based models) Scanport:SQ300:Parport?  Scan-
-       port:SQ4836:SCSI Scanpaq:SQ2030:Parport
-
-       Additional information can be found at http://www.sane-project.org/.
-
-       If you own a Microtek scanner other than the ones listed above, it  may
-       or  may  not work with SANE! Because equal scanners are sold under dif-
-       ferent names in different countries your model may be equivalent to one
-       of the above.
-
-       The  parport scanners work with the ppscsi + onscsi kernel modules. See
-       http://cyberelk.net/tim/parport/ppscsi.html     and     http://penguin-
-       breeder.org/kernel/download/.
-
-       The  USB scanners work with the microtek kernel module. You may have to
-       add the vendor and model codes to microtek.c if they aren't yet  listed
-       there.
-
-       Both  parport  and USB scanners need the generic SCSI support, so check
-       if you have loaded the scsi_mod and sg modules!
-
-       If you try your scanner for the first time keep an eye  on  it.  If  it
-       gets commands that it doesn't understand the scanhead may go beyond the
-       scan area.  The scanner then makes strange noises. In this case immedi-
-       ately  switch  off the scanner or disconnect its power cable to prevent
-       damages!
-
-       If your scanner is a different one than the models mentioned above  and
-       it  is working please tell the author about it. It would be nice if you
-       add a logfile to this information (creation of the logfile: see below).
-
-       If  your  scanner is not working properly you also should create a log-
-       file and send it to the author. He will use the information to  improve
-       the backend and possibly make your scanner work.
-
-       How to create the logfile?
-
-       - put the line
-              "option  dump  2"  into  your  microtek2.conf file or change the
-              existing "option dump" to "2"
-
-       - in a terminal (bash) type
-              "export SANE_DEBUG_MICROTEK2=30" and then
-              "scanimage -l0 -t0 -x100 -y20 2>scan.log >sout.pnm"
-              You get two files: scan.log contains the  logfile  and  sout.pnm
-              the  scanned  image  (if  there was scanned something). Zip them
-              before sending.
-
-
-
-

FRONTEND OPTIONS

-       This backend dynamically enables the options for the frontend, that are
-       supported  by  the scanner in dependence of the scanning-mode and other
-       options.  Not supported options are disabled.
-
-       The following options are supported by the Microtek2-driver:
-
-       Color, grayscale, halftone and lineart scans.
-
-       Highlight, midtone, shadow, contrast, brightness,  exposure  time  con-
-       trol,  gamma  correction, threshold (dependent of the scan mode and the
-       scanner capabilities)
-
-       Transparency media adapter, automatic document feeder
-
-       Additional options can be enabled or  disabled  in  the  microtek2.conf
-       file. See the configuration section of this manpage.
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form:
-
-              special
-
-       Where  special is the UNIX path-name for the special device that corre-
-       sponds to the scanner.  The special device name must be a generic  SCSI
-       device  or a symlink to such a device.  Under Linux, such a device name
-       could be /dev/sga or /dev/sge for example.
-
-
-
-

CONFIGURATION

-       The    configuration    file    for    this    backend    resides    in
-       /usr/local/etc/sane.d/microtek2.conf.
-
-       Its  contents  is  a  list  of device names that correspond to Microtek
-       scanners with SCSI-2 interface. Empty lines and lines starting  with  a
-       hash mark (#) are ignored.
-
-       The  configuration  file  may also contain options. Global options that
-       are valid for all devices are placed above the  device  names.  Device-
-       specific  options  are  placed under the device name. Note that, except
-       for option dump <n> and option  strip-height  <n>,  the  entry  in  the
-       microtek2.conf  file  only  enables  the corresponding option for being
-       showed in the frontend. There, in the  frontend,  you  can  switch  the
-       options on and off.  Currently the following options are supported:
-
-              option dump <n>
-              option strip-height <n>
-              option no-backtrack-option <on/off>
-              option lightlid-35 <on/off>
-              option toggle-lamp <on/off>
-              option lineart-autoadjust <on/off>
-              option backend-calibration <on/off>
-              option colorbalance-adjust <on/off>
-
-       option  dump  <n>  enables printing of additional information about the
-       SCSI commands that are sent to the scanner to stderr.  This  option  is
-       primarily  useful for debugging purpose. This option has to be a global
-       option and is best placed at the top of the microtek2.conf file.
-
-       If n=1 the contents of the command  blocks  and  the  results  for  the
-       INQUIRY and READ SCANNER ATTRIBUTES command are printed to stderr.
-
-       If  n=2  the contents of the command blocks for all other SCSI commands
-       are printed to stderr, too. If n=3 the contents of the gamma  table  is
-       printed, too. If n=4 all scan data is additionally printed to stderr.
-
-       The default is n=1.
-
-       option  strip-height <n> , where <n> is a floating point number, limits
-       the amount of data that is read from the scanner with one read command.
-       The  unit is inch and <n> defaults to 1.0, if this option is not set in
-       the configuration file. If less than <n> inch of data fit into the SCSI
-       buffer, then the smaller value is used and this option has no effect.
-
-       If  your  system  has a big SCSI buffer and you want to make use of the
-       whole buffer, increase the value for <n>. For example, if <n> is set to
-       14.0,  no  restrictions  apply  for scanners with a letter, legal or A4
-       sized scan area.
-
-       The following options enable or disable additional frontend options. If
-       an option is set to <on> an appropriate option will appear in the fron-
-       tend.
-
-       option no-backtrack-option <on/off> prevents the scanner head from mov-
-       ing  backwards between the read commands.  This speeds up scanning. Try
-       it.
-
-       option lightlid-35 <on/off> If you  use  the  LightLid-35  transparency
-       adapter  you get an advanced option which switches off the flatbed lamp
-       during the scan.
-
-       option toggle-lamp <on/off> You get a button in the frontend where  you
-       can switch on and off the flatbed lamp.
-
-       option  lineart-autoadjust  <on/off> You can tell the backend to try to
-       determine a good value for the lineart threshold.
-
-       option backend-calibration <on/off> Some scanners (e.g.  Phantom  330CX
-       and  636CX)  need  to have calibrated the data by the backend. Try this
-       option if you see vertical stripes in your pictures.
-
-       option colorbalance-adjust <on/off> Some scanners (e.g.  Phantom  330CX
-       and  636CX) need to have corrected the color balance. If this option is
-       enabled you get advanced options where you can balance the colors.  And
-       you will have a button to use the values that the firmware of the scan-
-       ner provides.
-
-       A sample configuration file is shown below:
-
-              option dump 1
-              option strip-height 1.0
-              /dev/scanner
-              option no-backtrack-option on
-              # this is a comment
-              /dev/sge
-              option lightlid-35 on
-
-       This backend also supports the  new  configuration  file  format  which
-       makes  it  easier  to detect scanners under Linux. If you have only one
-       scanner it would be best to use the following  configuration  file  for
-       this backend:
-
-              option dump 1
-              option strip-height 14.0
-              option no-backtrack-option on
-              option backend-calibration on
-              option lightlid-35 on
-              option toggle-lamp on
-              option lineart-autoadjust on
-              option colorbalance-adjust off
-              scsi * * Scanner
-
-       In this case all SCSI-Scanners should be detected automatically because
-       of the
-
-       scsi * * Scanner
-
-       line.
-
-
-
-

FILES

-       /usr/local/etc/sane.d/microtek2.conf
-              The backend configuration file.
-
-       /usr/local/lib/sane/libsane-microtek2.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-microtek2.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_DEBUG_MICROTEK2
-              If  the  library  was  compiled with debug support enabled, this
-              environment variable controls the debug level for this  backend.
-              E.g.,  a  value  of 255 requests all debug output to be printed.
-              Smaller levels reduce verbosity. To see error messages on stderr
-              set  SANE_DEBUG_MICROTEK2 to 1 (Remark: The whole debugging lev-
-              els should be better revised).
-              E.g. just say:
-              export SANE_DEBUG_MICROTEK2=128
-
-
-
-

SEE ALSO

-       sane-scsi(5), sane(7)
-
-
-
-

AUTHORS

-       Bernd Schroeder (not active anymore)
-       Karsten Festag  karsten.festag@gmx.de
-
-sane-backends 1.0.18              28 Jan 2002                sane-microtek2(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-mustek.5.html b/man/sane-mustek.5.html index d3228223..cfa1dd3f 100644 --- a/man/sane-mustek.5.html +++ b/man/sane-mustek.5.html @@ -1,345 +1,8 @@ - - -sane-mustek.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-mustek.5

-
-
-
-sane-mustek(5)           SANE Scanner Access Now Easy           sane-mustek(5)
-
-
-
-

NAME

-       sane-mustek  -  SANE backend for Mustek SCSI flatbed scanners (and some
-       other devices)
-
-
-
-

DESCRIPTION

-       The sane-mustek library implements a SANE  (Scanner  Access  Now  Easy)
-       backend  that  provides  access to Mustek (and some relabeled Trust and
-       Primax) SCSI and parport flatbed scanners.  At present,  the  following
-       scanners are known to work more or less with this backend:
-
-              Paragon MFS-6000CX
-              Paragon MFS-12000CX
-              Paragon MFC-600S, 600 II CD, ScanMagic 600 II SP
-              Paragon MFC-800S, 800 II SP
-              Paragon MFS-6000SP
-              Paragon MFS-8000SP
-              Paragon MFS-1200SP, MFS-12000SP
-              ScanExpress 6000SP
-              ScanExpress  12000SP,  12000SP  Plus, Paragon 1200 III SP, Scan-
-              Magic 9636S, 9636S Plus
-              Paragon 1200 LS
-              ScanExpress A3 SP
-              Paragon 1200 SP Pro
-              Paragon 1200 A3 Pro
-              Paragon 600 II EP
-              Paragon 600 II N
-              Trust Imagery 1200
-              Trust Imagery 1200 SP
-              Trust Imagery 4800 SP
-              Trust SCSI Connect 19200
-              Primax Compact 4800 SCSI
-
-       More  details  can  be  found  on  the  Mustek  SCSI  backend  homepage
-       http://www.meier-geinitz.de/sane/mustek-backend/.
-
-       Don't  mix  up  MFS (Paragon), Pro and ScanExpress models! They're com-
-       pletely different. Check the exact model name!
-
-       Note that most of the above scanners come with a SCSI  interface.   The
-       only  non-SCSI scanners that have some support at this point is the 600
-       II N and 600 II EP scanners. The former one comes with its own parallel
-       port adapter (i.e., it does not attach to the printer port). Both scan-
-       ners use the SCSI protocol internally, too. More info  on  how  to  use
-       these  parallel  port  scanners  can be found below in section PARALLEL
-       PORT SCANNERS.  Other parallel port scanners are not supported by  this
-       backend  but you may be successful using the Mustek parallel port back-
-       end mustek_pp, see sane-mustek_pp(5).  USB scanners are also  not  sup-
-       ported  by this backend but the ma1509, mustek_usb, gt68xx, and plustek
-       backends include support for some of them,  see  sane-ma1509(5),  sane-
-       mustek_usb(5), sane-gt68xx(5), and sane-plustek(5).
-
-       Mustek  scanners have no protection against exceeding the physical scan
-       area height.  That is, if a  scan  is  attempted  with  a  height  that
-       exceeds  the height of the scan surface, the scanner begins making loud
-       noises and the scan mechanism may be damaged.  Thus, if you hear such a
-       noise,  IMMEDIATELY turn off the scanner. This shouldn't happen if your
-       scanner is in the list of known scanners. There is more information  in
-       the /usr/local/doc/sane-1.0.18/PROBLEMS file.
-
-       If you own a Mustek (or Trust) scanner other than the ones listed above
-       that works with this backend, please let us know by sending  the  scan-
-       ner's  exact model name (look at the front and back of the scanner) and
-       a debug output to sane-devel@lists.alioth.debian.org.  You can get  the
-       debug output by setting the environment variable SANE_DEBUG_MUSTEK to 5
-       and showing the list of available scanners  with  scanimage -L.  Please
-       send  all  of  it  to the mailing list. You must be subscribed to sane-
-       devel before you can  send  mail  to  the  list.  See  http://www.sane-
-       project.org/mailing-lists.html for details.
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form:
-
-              special
-
-       Where  special is either the path-name for the special device that cor-
-       responds to a SCSI scanner or the port number  at  which  the  parallel
-       port  scanners can be found (see section PARALLEL PORT SCANNERS below).
-       For SCSI scanners, the special device  name  must  be  a  generic  SCSI
-       device  or  a  symlink to such a device.  The program sane-find-scanner
-       helps to find out the correct device. Under Linux, such a  device  name
-       could  be  /dev/sg0  or  /dev/sg3,  for  example.  See sane-scsi(5) for
-       details.
-
-
-
-

CONFIGURATION

-       The contents of the mustek.conf file is a list of  options  and  device
-       names that correspond to Mustek scanners.  Empty lines and lines start-
-       ing with a hash mark (#) are ignored.  See sane-scsi(5) on  details  of
-       what constitutes a valid device name.
-
-       The  supported  options  are linedistance-fix, lineart-fix, legal-size,
-       buffersize, blocksize, strip-height, disable-double-buffering, disable-
-       backtracking, and force-wait.
-
-       Options  come  in  two  flavors:  global  and  positional ones.  Global
-       options apply to all devices managed by the backend whereas  positional
-       options  apply  just  to the most recently mentioned device.  Note that
-       this means that the order in which the options appear matters!
-
-       Option linedistance-fix is positional and works around a  problem  that
-       occurs  with some SCSI controllers (notably the ncr810 controller under
-       Linux).  If color scans have horizontal stripes and/or the  colors  are
-       off,  then  it's likely that your controller suffers from this problem.
-       Turning on this option usually fixes the problem.
-
-       Option lineart-fix is positional and works around a timing problem that
-       seems  to  exist  with certain MFS-12000SP scanners.  The problem mani-
-       fests itself in dropped lines when scanning in lineart  mode.   Turning
-       on this option should fix the problem but may slow down scanning a bit.
-
-       Option legal-size is positional and sets the size of the scan  area  to
-       Legal  format.  Set this option if you own a Paragon 12000 LS. It can't
-       be distinguished by software from a ScanExpress 12000 SP (ISO  A4  for-
-       mat).
-
-       Option  buffersize  is  a  positional option that overrides the default
-       value set for the size of the SCSI buffer. The buffer size is specified
-       in kilobytes. The default value is 128. Because of double buffering the
-       buffer actually sent to the scanner is half the size of this value. Try
-       to  increase  this  value to achieve higher scan speeds. Note that some
-       ScanExpress scanners don't like buffer sizes above 64 kb (buffersize  =
-       128).  If your sg driver can't set SCSI buffer sizes at runtime you may
-       have to change that value, too. See sane-scsi(5) for details.
-
-       Option blocksize is a positional  option  that  overrides  the  default
-       value  set  for  the  maximum  amount of data scanned in one block. The
-       buffer size is specified in kilobytes. Some  scanners  freeze  if  this
-       value is bigger than 2048. The default value is 1 GB (so effectively no
-       limit) for most scanners. Don't change this value  if  you  don't  know
-       exactly what you do.
-
-       Option  strip-height  is a global option that limits the maximum height
-       of the strip scanned with a single SCSI read command.   The  height  is
-       specified  in  inches  and  may  contain a fractional part (e.g., 1.5).
-       Setting the strip-height to a  small  value  (one  inch,  for  example)
-       reduces  the likelihood of encountering problems with SCSI driver time-
-       outs and/or timeouts with other devices on the same SCSI bus.  Unfortu-
-       nately,  it  also  increases scan times. With current SCSI adapters and
-       drivers this option shouldn't be needed any more.
-
-       Option disable-double-buffering is a global option. If set, the backend
-       will  only send one buffer at a time to the scanner. Try this option if
-       you have trouble while scanning, e.g.  SCSI  errors,  freezes,  or  the
-       first few cm are repeated over and over again in your image.
-
-       Option disable-backtracking is a positional option. If set, the scanner
-       will not move back its slider after each SCSI buffer is filled  (`back-
-       tracking').  Setting this option will lead to faster scans but may also
-       produce horizontal stripes. This option doesn't work with every scanner
-       (only some of the paragon models can modify backtracking).
-
-       Finally,  force-wait  is a global option. If set, the backend will wait
-       until the device is ready before sending the inquiry  command.  Further
-       more  the  backend will force the scan slider to return to its starting
-       position (not implemented for all scanners). This option may be  neces-
-       sary  with  the 600 II N or when scanimage is used multiple times (e.g.
-       in scripts). The default is off (not set).
-
-       A sample configuration file is shown below:
-
-              # limit strip height of all scanners to 1.5 inches:
-              option strip-height 1.5
-              /dev/scanner    # first Mustek scanner
-              # 1 MB buffer for /dev/scanner:
-              option buffersize 1024
-              /dev/sge        # second Mustek scanner
-              # turn on fixes for /dev/sge:
-              option lineart-fix
-              option linedistance-fix
-
-
-
-

SCSI ADAPTER TIPS

-       You need a SCSI adapter for the SCSI scanners. Even if the connector is
-       the  same  as that of parallel port scanners, connecting it to the com-
-       puters parallel port will NOT work.
-
-       Mustek SCSI scanners are typically delivered with an ISA SCSI  adapter.
-       Unfortunately, that adapter is not worth much since it is not interrupt
-       driven.  It is (sometimes) possible to get the supplied card  to  work,
-       but  without interrupt line, scanning will be very slow and put so much
-       load on the system, that it becomes almost unusable for other tasks.
-
-       If you already have a working  SCSI  controller  in  your  system,  you
-       should  consider that Mustek scanners do not support the SCSI-2 discon-
-       nect/reconnect protocol and hence tie up the SCSI bus while a  scan  is
-       in  progress.  This means that no other SCSI device on the same bus can
-       be accessed while a scan is in progress.
-
-       Because the Mustek-supplied adapter  is  not  worth  much  and  because
-       Mustek  scanners  do not support the SCSI-2 disconnect/reconnect proto-
-       col, it is recommended to install a separate  (cheap)  SCSI  controller
-       for Mustek scanners.  For example, ncr810 based cards are known to work
-       fine and cost as little as fifty US dollars.
-
-       For Mustek scanners, it is typically necessary to  configure  the  low-
-       level  SCSI driver to disable synchronous transfers (sync negotiation),
-       tagged command queuing, and target disconnects.  See  sane-scsi(5)  for
-       driver- and platform-specific information.
-
-       The  ScanExpress  models  have  sometimes  trouble with high resolution
-       color mode. If you encounter sporadic corrupted  images  (parts  dupli-
-       cated or shifted horizontally) kill all other applications before scan-
-       ning and (if sufficient memory is available) disable swapping.
-
-       Details on how to get the Mustek SCSI adapters and other cards  running
-       can  be found at http://www.meier-geinitz.de/sane/mustek-backend/#SCSI.
-
-
-
-

PARALLEL PORT SCANNERS

-       This backend has support for the Paragon 600 II EP and Paragon 600 II N
-       parallel  port  scanners.   Note that the latter scanner comes with its
-       own ISA card that implements a funky parallel port (in other words, the
-       scanner does not connected to the printer parallel port).
-
-       These  scanners  can  be  configured  by listing the port number of the
-       adapter or the parallel port in the mustek.conf file.  Valid port  num-
-       bers  for  the  600  II N are 0x26b, 0x2ab, 0x2eb, 0x22b, 0x32b, 0x36b,
-       0x3ab, 0x3eb.  For the 600 II EP use one of these: parport0,  parport1,
-       parport2, 0x378, 0x278, 0x3bc.  Pick one that doesn't conflict with the
-       other hardware in your computer. Put only one number on a single  line.
-       Example:
-
-              0x3eb
-
-       Note  that  for  these scanners usually root privileges are required to
-       access the I/O ports.  Thus, either make frontends such as scanimage(1)
-       and  xscanimage(1)  setuid  root  (generally not recommended for safety
-       reasons) or, alternatively, access this  backend  through  the  network
-       daemon saned(8).
-
-       If  the  Mustek backend blocks while sending the inquiry command to the
-       scanner, add the option force-wait to mustek.conf.
-
-       Also note that after a while of no activity, some  scanners  themselves
-       (not the SANE backend) turns off their CCFL lamps. This shutdown is not
-       always perfect with the result that the  lamp  sometimes  continues  to
-       glow  dimly  at  one  end. This doesn't appear to be dangerous since as
-       soon as you use the scanner again, the lamp turns back on to the normal
-       high brightness. However, the first image scanned after such a shutdown
-       may have stripes and appear to be  over-exposed.   When  this  happens,
-       just take another scan, and the image will be fine.
-
-
-
-

FILES

-       /usr/local/etc/sane.d/mustek.conf
-              The   backend   configuration  file  (see  also  description  of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-mustek.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-mustek.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are  separated  by a colon (`:'), under OS/2, they are separated
-              by a semi-colon  (`;').   If  this  variable  is  not  set,  the
-              configuration  file  is  searched  in  two  default directories:
-              first,  the  current  working  directory  (".")  and   then   in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends with the directory separator character,  then  the  default
-              directories are searched after the explicitly specified directo-
-              ries.  For example, setting  SANE_CONFIG_DIR  to  "/tmp/config:"
-              would    result    in   directories   "tmp/config",   ".",   and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_MUSTEK
-              If the library was compiled with  debug  support  enabled,  this
-              environment  variable controls the debug level for this backend.
-              Higher debug levels increase the verbosity of the output.
-
-              Value  Description
-              0      no output
-              1      print fatal errors
-              2      print important messages
-              3      print non-fatal errors and less important messages
-              4      print all but debugging messages
-              5      print everything
-
-              Example: export SANE_DEBUG_MUSTEK=4
-
-
-
-

SEE ALSO

-       sane(7), sane-find-scanner(1), sane-scsi(5), sane-mustek_usb(5),  sane-
-       gt68xx(5), sane-plustek(5), sane-mustek_pp(5)
-       /usr/local/doc/sane-1.0.18/mustek/mustek.CHANGES
-       http://www.meier-geinitz.de/sane/mustek-backend/
-
-
-
-

AUTHOR

-       David  Mosberger, Andreas Czechanowski, Andreas Bolsch (SE extensions),
-       Henning Meier-Geinitz, James Perry (600 II EP).
-
-
-
-

BUGS

-       Scanning with the SCSI adapters supplied by Mustek is very slow at high
-       resolutions and wide scan areas.
-
-       Some scanners (e.g. Paragon 1200 A3 + Pro, SE A3) need more testing.
-
-       The  gamma table supports only 256 colors, even if some scanners can do
-       more.
-
-       More detailed bug information is available at the Mustek backend  home-
-       page: http://www.meier-geinitz.de/sane/mustek-backend/.
-
-sane-backends 1.0.18              18 Sep 2005                   sane-mustek(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-mustek_pp.5.html b/man/sane-mustek_pp.5.html index 8a6b0f06..cfa1dd3f 100644 --- a/man/sane-mustek_pp.5.html +++ b/man/sane-mustek_pp.5.html @@ -1,451 +1,8 @@ - - -sane-mustek_pp.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-mustek_pp.5

-
-
-
-sane-mustek_pp(5)                                            sane-mustek_pp(5)
-
-
-
-

NAME

-       sane-mustek_pp - SANE backend for Mustek parallel port flatbed scanners
-
-
-
-

DESCRIPTION

-       The sane-mustek_pp library implements a SANE (Scanner Access Now  Easy)
-       backend  that  provides access to Mustek parallel port flatbed scanners
-       and OEM versions.
-
-       There are 2 classes of Mustek parallel port scanners: regular CCD (cold
-       cathode device) scanners and CIS (contact image sensor) scanners.
-
-       The current version of this backend supports both CCD type scanners and
-       CIS type scanners.
-
-       The following scanners might work with this backend:
-
-       CCD scanners
-
-              Model:               ASIC ID:  CCD Type:  works:
-              -------------------- --------- ---------- -------
-              SE 6000 P            1013      00          yes
-              SM 4800 P            1013/1015 04/01       yes
-              SE 1200 ED Plus      1015      01          no
-              SM 1200 ED Plus      1015      01          no
-              SE 12000 P           1505      05          no
-              600 III EP Plus      1013/1015 00/01       yes
-              SE 600 SEP           1013      ??          yes
-              600 II EP            ????      ??          no
-              MD9848               1015      00          yes
-              Gallery 4800         ????      ??          yes
-              Viviscan Compact II  1013      00          yes
-
-       CIS scanners
-
-              Model:                 ASIC ID:   works:
-              ---------------------  ---------  -------
-              Mustek 600 CP & 96 CP  1015        yes (*)
-              Mustek 1200 CP         1015        yes
-              Mustek 1200 CP+        1015        yes
-
-              OEM versions           Original   works
-              ---------------------  ---------  ----------
-              Medion/LifeTec/Tevion
-                 MD/LT 9350/9351     1200 CP     yes
-                 MD/LT 9850/9851     1200 CP     maybe (**)
-                 MD/LT 9858          1200 CP     probably
-                 MD/LT 9890/9891     1200 CP     yes
-              Targa
-                 Funline TS12EP      1200 CP     yes
-                 Funline TS6EP        600 CP     yes
-              Trust
-                 Easy Connect 9600+   600 CP     yes
-              Cybercom
-                 9352                1200 CP     yes (***)
-
-       (*)    Calibration  problems  existed  with  earlier  version  of  this
-              driver. They seem to be solved now.
-
-       (**)    Problems  have been reported in the past for the MD/LT9850 type
-              (striped  scans,  head  moving  in  wrong  direction   at   some
-              resolutions). It is not known whether the current version of the
-              driver still has these problems.
-              IF YOU HEAR LOUD CLICKING NOISES, IMMEDIATELY UNPLUG THE SCANNER
-              !  (This holds for any type of scanner).
-
-       (***)   Possibly,  the engine_delay parameter has to be set to 1 ms for
-              accurate engine movements.
-
-       Please note that this backend is still under construction. Certain mod-
-       els  are currently not supported and some may never be because the com-
-       munication protocol is still unknown (eg., SE 12000 P).
-
-       Some scanners work faster when EPP/ECP is enabled in the BIOS. EPP mode
-       however  may  lead  to hard-locks on some Linux systems. If that is the
-       case for you, you can either disable ECP/EPP in your BIOS or disable it
-       in the backend itself (see GLOBAL OPTIONS).
-
-       Note  that  the backend needs to run as root or has to have appropriate
-       access rights to /dev/parport* if libieee1284 support is  compiled  in.
-       To allow user access to the scanner run the backend through the network
-       interface (See saned(8) and sane-net(5)). Note also  that  the  backend
-       does  not support parport sharing, i.e. if you try printing while scan-
-       ning, your computer may crash. To enable parport sharing, you  have  to
-       enable  libieee1284  at  compile time. This backend also conflicts with
-       the sane-musteka4s2 backend. You can only enable one of  them  in  your
-       dll.conf.  However,  you  have to enable the backend explicitly in your
-       dll.conf, just remove the hash mark in the line "mustek_pp".
-
-
-
-

DEVICE DEFINITION

-       This backend allows multiple devices being defined and  configured  via
-       the  mustek_pp.conf  file  (even simultaneously, provided that they are
-       connected to different parallel ports). Please make sure to  edit  this
-       file before you use the backend.
-
-       A device can be defined as follows:
-
-              scanner <name> <port name> <driver>
-
-       where
-
-       <name> is an arbitrary name for the device, optionally enclosed by dou-
-              ble quotes, for instance "LifeTec 9350".
-
-       <port name> is the name of the parallel port to  which  the  device  is
-              connected.  In  case  libieee1284 is used for communication with
-              the port (default setup), valid port names  are  parport0,  par-
-              port1, and parport2.
-
-              In  case  the backend is configured for raw IO (old setup), port
-              addresses have to be used instead of port names:  0x378,  0x278,
-              or  0x3BC.  The mapping of parallel ports (lp0, lp1, and lp2) to
-              these addresses can be different for different Linux kernel ver-
-              sions.  For  instance, if you are using a Kernel 2.2.x or better
-              and you have only one parallel port,  this  port  is  named  lp0
-              regardless  of  the base address. However, this backend requires
-              the base address of your port. If you are not  sure  which  port
-              your scanner is connected to, have a look at your /etc/conf.mod-
-              ules, /etc/modules.conf and/or /proc/ioports.
-
-              If you are unsure which port to use, you can use the magic value
-              * to probe for your scanner.
-
-       <driver>  is  the  driver  to  use for this device. Currently available
-              drivers are:
-
-              cis600   : for 600 CP, 96 CP & OEM versions
-              cis1200  : for 1200 CP & OEM versions
-              cis1200+ : for 1200 CP+ & OEM versions
-              ccd300   : for 600 IIIE P & OEM version
-
-              Choosing the wrong driver can damage your scanner!
-              Especially, using the 1200CP settings on a 600CP can be harmful.
-              If  the  scanner starts making a loud noice, turn it off immedi-
-              ately !!!
-              Using the cis600 driver on a 1200CP or a 1200CP+ is probably not
-              dangerous.  The  cis1200+  driver also works for the 1200CP, and
-              using the cis1200 driver on a 1200CP+ will typically  result  in
-              scans  that  cover only half of the width of the scan area (also
-              not dangerous).
-              If unsure about the exact model of your OEM version,  check  the
-              optical  resolution in the manual or on the box: the 600CP has a
-              maximum optical resolution of 300x600 DPI,  whereas  the  1200CP
-              and 1200CP+ have a maximum optical resolution of 600x1200 DPI.
-
-       Examples:
-
-              scanner "LifeTec 9350" 0x378 cis1200
-
-              scanner Mustek_600CP 0x378 cis600
-
-              scanner Mustek_600IIIEP * ccd300
-
-       If  in  doubt  which  port  you have to use, or whether your scanner is
-       detected at all, you can use sane-find-scanner -p to probe all  config-
-       ured ports.
-
-
-
-

CONFIGURATION

-       The contents of the mustek_pp.conf file is a list of device definitions
-       and device options that correspond to Mustek scanners.  Empty lines and
-       lines  starting with a hash mark (#) are ignored. Options have the fol-
-       lowing format:
-
-              option <name> [<value>]
-
-       Depending on the nature of the option,  a  value  may  or  may  not  be
-       present.   Options always apply to the scanner definition that precedes
-       them. There are no global options. Options  are  also  driver-specific:
-       not all drivers support all possible options.
-
-       Common options
-
-           bw  <value> Black/white discrimination value to be used during lin-
-                  eart scanning. Pixel values below this value are assumed  to
-                  be black, values above are assumed to be white.
-                  Default value: 127
-                  Minimum:         0
-                  Maximum:       255
-
-           Example:  option bw 150
-
-       CIS driver options
-
-           top_adjust  <value> Vertical adjustment of the origin, expressed in
-                  millimeter (floating point).  This option  can  be  used  to
-                  calibrate the position of the origin, within certain limits.
-                  Note that CIS scanners are probably  temperature  sensitive,
-                  and  that a certain inaccuracy may be hard to avoid. Differ-
-                  ences in offset between runs in the order of 1 to 2  mm  are
-                  not unusual.
-                  Default value: 0.0
-                  Minimum:      -5.0
-                  Maximum:       5.0
-
-           Example:  option top_adjust -2.5
-
-           slow_skip  Turns fast skipping to the start of the scan region off.
-                  When the region to scan does not start at  the  origin,  the
-                  driver  will  try  to  move the scanhead to the start of the
-                  scan area at the fastest possible  speed.  On  some  models,
-                  this  may  not  work, resulting in large inaccuracies (up to
-                  centimeters).  By setting this option, the driver is  forced
-                  to  use  normal  speed during skipping, which can circumvent
-                  the accuracy problems. Currently, there are  no  models  for
-                  which these inaccuracy problems are known to occur.
-                  By default, fast skipping is used.
-
-           Example:  option slow_skip
-
-           engine_delay  <value>  Under normal circumstances, it is sufficient
-                  for the driver to wait for the scanner  signaling  that  the
-                  engine  is stable, before a new engine command can be trans-
-                  mitted. In rare cases, certain scanners and/or parallel port
-                  chipsets  appear to prevent reliable detection of the engine
-                  state. As a result, engine commands are transmitted too soon
-                  and  the  movement  of  the scanner head becomes unreliable.
-                  Inaccuracies ranging up to 10 cm  over  the  whole  vertical
-                  scan  range have been reported. To work around this problem,
-                  the engine_delay option can be set. If it is set, the driver
-                  waits  an  additional amount of time after every engine com-
-                  mand, equal to the engine_delay parameter, expressed in mil-
-                  liseconds.  It  practice  an engine_delay of 1 ms is usually
-                  sufficient. The maximum delay is 100 ms.
-                  Note that every additional ms of delay can add up to 14 sec-
-                  onds  to the total scanning time (highest resolution), so an
-                  as small as possible value is preferred.
-                  Default value:   0
-                  Minimum:         0
-                  Maximum:       100
-
-           Example:  option engine_delay 1
-
-       CCD driver options
-
-           top <value> Number of scanlines to skip to the start  of  the  scan
-                  area.  The  number can be any positive integer. Values known
-                  to me are 47 and 56.
-                  Default value: 47
-                  Minimum:       0
-                  Maximum:       none
-
-           Example:  option top 56
-
-           waitbank <value> The number of usecs to wait for a bank change. You
-                  should  not  touch  this value actually. May be any positive
-                  integer
-                  Default value: 700
-                  Minimum:       0
-                  Maximum:       none
-
-           Example:  option waitbank 700
-
-       A sample configuration file is shown below:
-
-              #
-              # LifeTec/Medion 9350 on port 0x378
-              #
-              scanner "LifeTec 9350" 0x378 cis1200
-
-                 # Some calibration options (examples!).
-                 option bw 127
-                 option top_skip -0.8
-
-              #
-              # A Mustek 600CP on port 0x3BC
-              #
-              scanner "Mustek 600CP" 0x3BC cis600
-
-                 # Some calibration options (examples!).
-                 option bw 120
-                 option top_skip 1.2
-
-              #
-              # A Mustek 1200CP+ on port 0x278
-              #
-              scanner "Mustek 1200CP plus" 0x278 cis1200+
-
-                 # Some calibration options (examples!).
-                 option bw 130
-                 option top_skip 0.2
-
-              #
-              # A Mustek 600 III EPP on port parport0
-              #
-              scanner "Mustek 600 III EPP" parport0 ccd300
-
-                 # Some calibration options (examples!).
-                 option bw 130
-                 option top 56
-
-
-
-

GLOBAL OPTIONS

-       You can control the overall  behaviour  of  the  mustek_pp  backend  by
-       global   options   which   precede   any   scanner  definition  in  the
-       mustek_pp.conf file.
-       Currently, there is only one global option:
-
-       Global options
-
-           no_epp Disable parallel port mode EPP: works around a known bug  in
-                  the  Linux  parport code. Enable this option, if the backend
-                  hangs when trying to access the parallel port in EPP mode.
-                  Default value: use EPP
-
-           Example:  option no_epp
-
-
-
-

FILES

-       /usr/local/etc/sane.d/mustek_pp.conf
-              The  backend  configuration  file  (see  also   description   of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-mustek_pp.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-mustek_pp.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are separated by a colon (`:'), under OS/2, they  are  separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration file is searched in two default directories: first,  the
-              current     working     directory     (".")    and    then    in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends  with  the  directory separator character, then the default
-              directories are searched after the explicitly specified directo-
-              ries.   For  example,  setting SANE_CONFIG_DIR to "/tmp/config:"
-              would   result   in   directories   "tmp/config",    ".",    and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_MUSTEK_PP
-              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.
-
-              level   debug output
-              ------- ------------------------------
-               0       nothing
-               1       errors
-               2       warnings & minor errors
-               3       additional information
-               4       debug information
-               5       code flow (not supported yet)
-               6       special debug information
-
-       SANE_DEBUG_SANEI_PA4S2
-              This variable sets the debug level for the  SANE  interface  for
-              the  Mustek chipset A4S2. Note that enabling this will spam your
-              terminal with some million lines of debug output.
-
-              level   debug output
-              ------- -------------------------------
-               0       nothing
-               1       errors
-               2       warnings
-               3       things nice to know
-               4       code flow
-               5       detailed code flow
-               6       everything
-
-
-
-

SEE ALSO

-       sane(7), sane-mustek(5), sane-net(5), saned(8), sane-find-scanner(1)
-
-       For latest bug fixes and information see
-              http://www.penguin-breeder.org/sane/mustek_pp/
-
-       For additional information on the CIS driver, see
-              http://home.tiscali.be/eddy_de_greef/
-
-
-
-

AUTHORS

-       Jochen Eisinger <jochen.eisinger@gmx.net>
-       Eddy De Greef <eddy_de_greef at scarlet dot be>
-
-
-
-

BUGS

-       Too    many...     please     send     bug     reports     to     sane-
-       devel@lists.alioth.debian.org (note that you have to subscribe first to
-       the  list  before  you  can   send   emails...   see   http://www.sane-
-       project.org/mailing-lists.html)
-
-
-
-

BUG REPORTS

-       If  something doesn't work, please contact us (Jochen for the CCD scan-
-       ners, Eddy for the CIS scanners). But we need  some  information  about
-       your scanner to be able to help you...
-
-       SANE version
-              run "scanimage -V" to determine this
-
-       the backend version and your scanner hardware
-              run  "SANE_DEBUG_MUSTEK_PP=128  scanimage  -L"  as  root. If you
-              don't get any output from the mustek_pp  backend,  make  sure  a
-              line       "mustek_pp"      is      included      into      your
-              /usr/local/etc/sane.d/dll.conf.  If your scanner isn't detected,
-              make  sure  you've  defined  the  right  port  address  in  your
-              mustek_pp.conf.
-
-       the name of your scanner/vendor
-              also a worthy information. Please also include the optical reso-
-              lution  and  lamp type of your scanner, both can be found in the
-              manual of your scanner.
-
-       any further comments
-              if you have comments about the documentation (what could be done
-              better),  or  you  think I should know something, please include
-              it.
-
-       some nice greetings
-
-                               November 17 2003              sane-mustek_pp(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-mustek_usb.5.html b/man/sane-mustek_usb.5.html index 5df65873..cfa1dd3f 100644 --- a/man/sane-mustek_usb.5.html +++ b/man/sane-mustek_usb.5.html @@ -1,186 +1,8 @@ - - -sane-mustek_usb.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-mustek_usb.5

-
-
-
-sane-mustek_usb(5)       SANE Scanner Access Now Easy       sane-mustek_usb(5)
-
-
-
-

NAME

-       sane-mustek_usb - SANE backend for Mustek USB flatbed scanners
-
-
-
-

DESCRIPTION

-       The sane-mustek_usb library implements a SANE (Scanner Access Now Easy)
-       backend that provides access to Mustek USB flatbed scanners  (including
-       a  clone  from Trust).  At present, the following scanners are known to
-       work more or less with this backend:
-
-              Mustek 600 CU
-              Mustek 1200 UB
-              Mustek 1200 CU
-              Mustek 1200 CU Plus
-              Trust Compact Scan USB 19200
-
-       More  details  can  be  found  on  the  Mustek  USB  backend   homepage
-       http://www.meier-geinitz.de/sane/mustek_usb-backend/.
-
-       The  Mustek BearPaw 1200 and 2400 scanners are supported by the plustek
-       backend. See sane-plustek(5) for details. The Mustek BearPaw  1200F  is
-       supported by the MA-1509 backend. See sane-ma1509(5) for details. Other
-       Mustek USB scanners are supported by  the  gt68xx  backend,  see  sane-
-       gt68xx(5).
-
-       This  backend  can only work with scanners that are already detected by
-       the operating system. See sane-usb(5) for details.
-
-       If you own a Mustek (or Trust) scanner other than the ones listed above
-       that  works  with  this backend, please let me know this by sending the
-       scanner's exact model name and the USB vendor and device ids (e.g. from
-       /proc/bus/usb/devices or syslog) to me.
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form:
-
-              special
-
-       Where special is a path-name for the special device that corresponds to
-       a USB scanner.  With Linux, such a device name could be  /dev/usb/scan-
-       ner0 or /dev/usbscanner1, for example.
-
-       For FreeBSD use /dev/uscanner0.
-
-
-
-

CONFIGURATION

-       The  contents  of  the  mustek_usb.conf  file  is a list of options and
-       device names that correspond to Mustek USB scanners.  Empty  lines  and
-       lines  starting  with  a hash mark (#) are ignored. If a device name is
-       placed in mustek_usb.conf, it must be followed by a line containing the
-       keyword option and an option specifying the scanner type. The following
-       options can be used: 600cu, 1200cu, 1200cu_plus, 1200ub.  For the Trust
-       Compact Scan USB 19200 use `option 1200ub'.
-
-       Instead  of  using  the device name, the scanner can be autodetected by
-       usb vendor_id product_id statements which  are  already  included  into
-       mustek_usb.conf.   This  is  only supported with Linux 2.4.8 and higher
-       and all systems that support libsub. "vendor_id" and  "product_id"  are
-       hexadecimal  numbers that identify the scanner. If this doesn't work, a
-       device name and the option specifying the scanner type must  be  placed
-       in mustek_usb.conf as described above.
-
-       The  global  option  max_block_size  can be used to limit the amount of
-       data acquired in one turn from the USB system. It may be worth  trying,
-       if USB errors occur.
-
-       A sample configuration file is shown below:
-
-              # Comment
-              option max_block_size 1024
-              usb 0x055f 0x0001
-              /dev/usb/scanner0
-              option 600cu
-
-       The  first  line  is ignored. The second line sets the buffer size to a
-       maximum of 1024 bytes.  The third line tries to  autodetect  a  scanner
-       with  vendor  id  0x055f  and  product  id 0x0001 (Mustek 1200 CU). The
-       fourth line tells the backend to attach to  /dev/usb/scanner0  and  the
-       fifth line specifies that /dev/usb/scanner0 is a Mustek 600 CU.
-
-
-
-

FILES

-       /usr/local/etc/sane.d/mustek_usb.conf
-              The   backend   configuration  file  (see  also  description  of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-mustek_usb.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-mustek_usb.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are  separated  by a colon (`:'), under OS/2, they are separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration  file is searched in two default directories: first, the
-              current    working    directory    (".")     and     then     in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends with the directory separator character,  then  the  default
-              directories are searched after the explicitly specified directo-
-              ries.  For example, setting  SANE_CONFIG_DIR  to  "/tmp/config:"
-              would    result    in   directories   "tmp/config",   ".",   and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_MUSTEK_USB
-              If the library was compiled with  debug  support  enabled,  this
-              environment  variable controls the debug level for this backend.
-              Higher debug levels increase the verbosity of the output.
-
-              Value  Description
-              0      no output
-              1      print fatal errors
-              2      print important messages
-              3      print non-fatal errors and less important messages
-              4      print all but debugging messages
-              5      print high level debugging messages
-              6      print medium level debugging messages
-              7      print low level debugging messages
-
-              Example: export SANE_DEBUG_MUSTEK_USB=4
-
-
-
-

SEE ALSO

-       sane(7),  sane-usb(5),  sane-mustek(5),  sane-mustek_pp(5),  sane-plus-
-       tek(5), sane-gt68xx(5), sane-ma1509(5)
-       /usr/local/doc/sane-1.0.18/mustek_usb/mustek_usb.CHANGES,
-       /usr/local/doc/sane-1.0.18/mustek_usb/mustek_usb.TODO
-       http://www.meier-geinitz.de/sane/mustek_usb-backend/
-
-
-
-

AUTHOR

-       Henning Meier-Geinitz <henning@meier-geinitz.de>
-       This backend is based on the Mustek 1200ub backend from  Mustek,  main-
-       tained by Tom Wang.
-
-
-
-

BUGS

-       These  devices  have a hardware bug: Once data is written to them, they
-       can't be reset (toggle = DATA0). That means, any operation  that  tries
-       to reset the device will result in running into timeouts.
-
-       In  earlier  versions this backend failed when it was loaded the second
-       time in some configurations. The only choice was to replug the  scanner
-       in  this  case. The backend uses a workaround for that bug now but it's
-       only tested on Linux. Reports for other operating systems are  appreci-
-       ated.
-
-       More  detailed bug information is available at the Mustek backend home-
-       page http://www.meier-geinitz.de/sane/mustek_usb-backend/.
-
-sane-backends 1.0.18              3 Mar 2004                sane-mustek_usb(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-mustek_usb2.5.html b/man/sane-mustek_usb2.5.html index 707b34ad..cfa1dd3f 100644 --- a/man/sane-mustek_usb2.5.html +++ b/man/sane-mustek_usb2.5.html @@ -1,96 +1,8 @@ - - -sane-mustek_usb2.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-mustek_usb2.5

-
-
-
-sane-mustek_usb2(5)      SANE Scanner Access Now Easy      sane-mustek_usb2(5)
-
-
-
-

NAME

-       sane-mustek_usb2 - SANE backend for SQ113 based USB flatbed scanners
-
-
-
-

DESCRIPTION

-       The  sane-mustek_usb2  library  implements  a  SANE (Scanner Access Now
-       Easy) backend that provides access to USB flatbed scanners based on the
-       Service & Quality SQ113 chipset. At the moment, only the Mustek BearPaw
-       2448 TA Pro is supported. It's planned to add support for  other  scan-
-       ners that are based on the SQ113 and maybe SQ11 chip. For more details,
-       see    the    mustek_usb2    backend    homepage:     http://www.meier-
-       geinitz.de/sane/mustek_usb2-backend/.
-
-       This is BETA software. Especially if you test new or untested scanners,
-       keep your hand at the scanner's plug and unplug it, if the  head  bumps
-       at the end of the scan area.
-
-       If  you  own  a  scanner  other than the ones listed on the mustek_usb2
-       homepage that works with this backend, please let me know this by send-
-       ing  the  scanner's  exact model name and the USB vendor and device ids
-       (e.g. from sane-find-scanner or syslog) to me. Even  if  the  scanner's
-       name  is only slightly different from the models already listed as sup-
-       ported, please let me know.
-
-
-
-

LIBUSB ISSUES

-       Please use libusb-0.1.8 or later. Without libusb or with  older  libusb
-       versions  all  kinds  of trouble can be expected. The scanner should be
-       found by sane-find-scanner without further actions. For setting permis-
-       sions and general USB information looks at sane-usb(5).
-
-
-
-

FILES

-       /usr/local/lib/sane/libsane-mustek_usb2.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-mustek_usb2.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_DEBUG_MUSTEK_USB2
-              If the library was compiled with  debug  support  enabled,  this
-              environment  variable controls the debug level for this backend.
-              Higher debug levels increase the verbosity of the output.
-
-              Example: export SANE_DEBUG_MUSTEK_USB2=4
-
-
-
-

SEE ALSO

-       sane(7),   sane-usb(5),    sane-plustek(5),    sane-ma1509(5),    sane-
-       mustek_usb(5), sane-mustek(5), sane-mustek_pp(5)
-       /usr/local/doc/sane-1.0.18/mustek_usb2/mustek_usb2.CHANGES
-       http://www.meier-geinitz.de/sane/mustek_usb2-backend/
-
-
-
-

AUTHOR

-       The  driver  has  been  written  Roy  Zhou, Jack Xu, and Vinci Cen from
-       Mustek. Adjustments to SANE by Henning Meier-Geinitz.
-
-
-
-

BUGS

-       Please contact me if you find a bug or missing feature: <henning@meier-
-       geinitz.de>.  Please  send  a  debug log if your scanner isn't detected
-       correctly (see SANE_DEBUG_MUSTEK_USB2 above).
-
-sane-backends 1.0.18              15 Apr 2006              sane-mustek_usb2(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-nec.5.html b/man/sane-nec.5.html index 5ce09236..cfa1dd3f 100644 --- a/man/sane-nec.5.html +++ b/man/sane-nec.5.html @@ -1,78 +1,8 @@ - - -sane-nec.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-nec.5

-
-
-
-sane-nec(5)              SANE Scanner Access Now Easy              sane-nec(5)
-
-
-
-

NAME

-       sane-nec - SANE backend for NEC scanners
-
-
-
-

DESCRIPTION

-       The  sane-nec library implements a SANE (Scanner Access Now Easy) back-
-       end that provides access to NEC SCSI scanners.  This backend should  be
-       considered alpha-quality software!  In the current state it is known to
-       work with PC-IN500/4C scanners. Another MultiReader scanner  series  is
-       not  supported.  PC-IN  500/4C and MultiReader scanner are only sold in
-       Japan.(except Multi Reader PetiScan.)
-
-       For other scanners, it may or may not work.
-
-       The backend has the following known problems:
-              - ColorLineart mode is not supported.
-              - device name is fixed to /dev/scanner
-
-       At present, the following scanners are known to work with this backend.
-              Vendor Product id
-              ------ -----------
-              NEC    PC-IN500/4C
-
-
-
-

FILES

-       /usr/local/etc/sane.d/nec.conf
-              The backend configuration file.
-
-       /usr/local/lib/sane/libsane-nec.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-nec.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_DEBUG_NEC
-              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.
-
-
-
-

SEE ALSO

-       sane(7), sane-scsi(5)
-
-
-
-

AUTHORS

-       Kazuya Fukuda
-
-sane-backends 1.0.18              17 Feb 2000                      sane-nec(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-net.5.html b/man/sane-net.5.html index 61f16af2..cfa1dd3f 100644 --- a/man/sane-net.5.html +++ b/man/sane-net.5.html @@ -1,142 +1,8 @@ - - -sane-net.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-net.5

-
-
-
-sane-net(5)              SANE Scanner Access Now Easy              sane-net(5)
-
-
-
-

NAME

-       sane-net - SANE network backend
-
-
-
-

DESCRIPTION

-       The  sane-net library implements a SANE (Scanner Access Now Easy) back-
-       end that provides access to image acquisition devices through a network
-       connection.   This  makes  it possible to control devices attached to a
-       remote host and also provides a means to grant  users  access  to  pro-
-       tected resources.
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form:
-
-              host:device
-
-       Where host is the name (or IP address) of the (remote-) host and device
-       is the name of the device on this host that should  be  addressed.   If
-       the device name does not contain a colon (:), then the entire string is
-       treated as the device string for the default host.  The default host is
-       the host listed last in the configuration file (see below).
-
-       An IPv6 address can be specified enclosed in square brackets:
-
-              [::1]:device
-
-
-
-

CONFIGURATION

-       The  contents  of  the  net.conf  file  is  a list of host names (or IP
-       addresses) that should be contacted for scan requests.  Empty lines and
-       lines  starting  with  a  hash  mark  (#)  are ignored.  Note that IPv6
-       addresses in this file do not need to be enclosed in  square  brackets.
-       A sample configuration file is shown below:
-
-              scan-server.somedomain.firm
-              192.168.0.1
-              # this is a comment
-              localhost
-              ::1
-
-       The  above  list of hosts can be extended at run-time using environment
-       variable SANE_NET_HOSTS.  This environment variable  is  a  colon-sepa-
-       rated  list  of  hostnames  or IP addresses that should be contacted in
-       addition to the hosts mentioned in the configuration file.   For  exam-
-       ple, a user could set the environment variable to the string:
-
-              new.scanner.com:[::1]:192.168.0.2:scanner.univ.edu
-
-       To  request  that hosts new.scanner.com , [::1] , 192.168.0.2 and scan-
-       ner.univ.edu are contacted in addition to the hosts listed above.
-
-       For this backend to function properly, it is also necessary  to  define
-       the  sane-port  service  in  /etc/services.  The sane service should be
-       defined using a line of the following form:
-
-              sane-port 6566/tcp # SANE network scanner daemon
-
-
-
-

FILES

-       /usr/local/etc/sane.d/net.conf
-              The  backend  configuration  file  (see  also   description   of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-net.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-net.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are separated by a colon (`:'), under OS/2, they  are  separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration file is searched in two default directories: first,  the
-              current     working     directory     (".")    and    then    in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends  with  the  directory separator character, then the default
-              directories are searched after the explicitly specified directo-
-              ries.   For  example,  setting SANE_CONFIG_DIR to "/tmp/config:"
-              would   result   in   directories   "tmp/config",    ".",    and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_NET_HOSTS
-              A  colon-separated list of host names or IP addresses to be con-
-              tacted by this backend.
-
-       SANE_DEBUG_NET
-              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.
-
-
-
-

BUGS

-       If  saned  has  timed  out, the net backend may loop with authorization
-       requests.
-
-
-
-

SEE ALSO

-       sane(7), saned(8), sane-dll(5), scanimage(1)
-
-       http://www.penguin-breeder.org/?page=sane-net
-
-
-
-

AUTHOR

-       David Mosberger and Andreas Beck
-
-sane-backends 1.0.18              8 Oct 2002                       sane-net(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-niash.5.html b/man/sane-niash.5.html index 3318e50f..cfa1dd3f 100644 --- a/man/sane-niash.5.html +++ b/man/sane-niash.5.html @@ -1,92 +1,8 @@ - - -sane-niash.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-niash.5

-
-
-
-sane-niash(5)            SANE Scanner Access Now Easy            sane-niash(5)
-
-
-
-

NAME

-       sane-niash - SANE backend for scanners based on the NIASH chipset.
-
-
-
-

DESCRIPTION

-       The sane-niash implements a SANE (Scanner Access Now Easy) backend that
-       provides access to NIASH chipset based scanners. This backend will  try
-       to support the following models:
-
-       MANUFACTURER:    MODEL:          USB ID:
-       ---------------  ----------------  ---------
-       Agfa             Snapscan Touch    06BD-0100 (1)(a)
-       Trust            Office Scan 19200 047B-1000 (1)(a)
-       Hewlett-Packard  Scanjet 3300c     03F0-0205 (1)(a)(b)
-       Hewlett-Packard  Scanjet 3400c     03F0-0405 (2)(b)
-       Hewlett-Packard  Scanjet 4300c     03F0-0305 (2)(a)
-       Silitek          ScanJet 4300c     047B-1002 (2)(b)
-
-       ASIC: (1) - NIASH00012/00013/00014 / (2) - NIASH00019
-       ANALOG FRONT-END: (a) - ESIC ES8100QA / (b) - WM8143-12
-
-
-
-

CONFIGURATION

-       The  niash.conf  file is meant for future configuration options.  Empty
-       lines and lines starting with a hash mark (#) are ignored. Currently no
-       configuration options exist.
-
-
-
-

FILES

-       /usr/local/lib/sane/libsane-niash.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-niash.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

CAVEATS

-       If you use a
-       Hewlett-Packard Scanjet 3400c or
-       Hewlett-Packard Scanjet 4300c
-       together with Linux kernel 2.6, kernel version 2.6.8 or newer is neces-
-       sary.
-
-
-
-

ENVIRONMENT

-       SANE_DEBUG_NIASH
-              If  the  library  was  compiled with debug support enabled, this
-              environment variable controls the debug level for this  backend.
-              Higher debug levels increase the verbosity of the output.
-
-              Example: export SANE_DEBUG_NIASH=255
-
-
-
-

SEE ALSO

-       sane(7), sane-usb(5)
-       http://www.sourceforge.net/projects/hp3300backend
-
-
-
-

AUTHOR

-       Bertrik Sikken <bertrik@zonnet.nl>
-
-
-sane-backends 1.0.18             29 July 2004                    sane-niash(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-pie.5.html b/man/sane-pie.5.html index 2a2e8dc8..cfa1dd3f 100644 --- a/man/sane-pie.5.html +++ b/man/sane-pie.5.html @@ -1,77 +1,8 @@ - - -sane-pie.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-pie.5

-
-
-
-sane-pie(5)              SANE Scanner Access Now Easy              sane-pie(5)
-
-
-
-

NAME

-       sane-pie - SANE backend for PIE, Devcom and AdLib SCSI flatbed scanners
-
-
-
-

DESCRIPTION

-       The sane-pie library implements a SANE (Scanner Access Now Easy)  back-
-       end  that  provides  access to PIE, Devcom and AdLib SCSI flatbed scan-
-       ners.
-       At present, the following scanners should work with this backend:
-
-       Model:                  Status
-       ----------------------  ------
-       Devcom 9636PRO          OK
-       Devcom 9636S            Untested
-       Devcom 9630S            Untested
-       ScanAce 1236S           Untested
-       ScanAce 1230S           Untested
-       ScanAce II              Untested
-       ScanAce III             OK
-       ScanAce Plus            Untested
-       ScanAce II Plus         Untested
-       ScanAce III Plus        Untested
-       ScanAce V               Untested
-       ScanAce ScanMedia       Untested
-       ScanAce ScanMedia II    Untested
-       ScanAce 630S            Untested
-       ScanAce 636S            Untested
-       JetScan 630             OK
-       JetScan 636PRO          Untested
-
-
-
-

FILES

-       /usr/local/etc/sane.d/pie.conf
-              The backend configuration file
-
-       /usr/local/lib/sane/libsane-pie.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-pie.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

SEE ALSO

-       sane(7)
-
-
-
-

CONTACT AND BUG-REPORTS

-       Please send any information and bug-reports to:
-       Simon Munton <simon@munton.demon.co.uk>
-
-sane-backends 1.0.18              7 Sept 2000                      sane-pie(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-pint.5.html b/man/sane-pint.5.html index ecdd97fa..cfa1dd3f 100644 --- a/man/sane-pint.5.html +++ b/man/sane-pint.5.html @@ -1,145 +1,8 @@ - - -sane-pint.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-pint.5

-
-
-
-sane-pint(5)             SANE Scanner Access Now Easy             sane-pint(5)
-
-
-
-

NAME

-       sane-pint - SANE backend for scanners that use the PINT device driver
-
-
-
-

DESCRIPTION

-       The sane-pint library implements a SANE (Scanner Access Now Easy) back-
-       end that provides generic access  to  hand-held  and  flatbed  scanners
-       using  the  PINT (PINT Is Not Twain) device driver.  The PINT driver is
-       being actively developed on the OpenBSD platform, and has  been  ported
-       to a few other *nix-like operating systems.
-
-       PINT  is  designed  to  provide an ioctl(2) interface to many different
-       scanner types.  However, this backend has only been tested with flatbed
-       single-pass scanners, and more work will probably be required to get it
-       to use other scanner types successfully.
-
-       If have successfully used the PINT driver with  your  scanner,  but  it
-       does not work using this SANE backend, please let us know.  To do this,
-       send a mail with the relevant information for  your  scanner  to  sane-
-       devel@lists.alioth.debian.org.    Have   a   look  at  http://www.sane-
-       project.org/mailing-lists.html concerning subscription to sane-devel.
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form:
-
-              special
-
-       Where special is the UNIX path-name for the special device that  corre-
-       sponds  to  the scanner.  The special device name must be a PINT device
-       or a symlink to such a device.  For example, under NetBSD  or  OpenBSD,
-       such a device name could be /dev/ss0 or /dev/scan0.
-
-
-
-

CONFIGURATION

-       The  contents  of  the  pint.conf.  file is a list of device names that
-       correspond to PINT scanners.  Empty lines and  lines  starting  with  a
-       hash mark (#) are ignored.  A sample configuration file is shown below:
-
-              /dev/scanner
-              # this is a comment
-              /dev/ss1
-
-
-
-

FILES

-       /usr/local/etc/sane.d/pint.conf
-              The  backend  configuration  file  (see  also   description   of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-pint.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-pint.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are separated by a colon (`:'), under OS/2, they  are  separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration file is searched in two default directories: first,  the
-              current     working     directory     (".")    and    then    in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends  with  the  directory separator character, then the default
-              directories are searched after the explicitly specified directo-
-              ries.   For  example,  setting SANE_CONFIG_DIR to "/tmp/config:"
-              would   result   in   directories   "tmp/config",    ".",    and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_PINT
-              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.
-
-
-
-

SEE ALSO

-       sane(7)
-
-
-
-

AUTHOR

-       Gordon Matzigkeit, adapted from existing backends written by David Mos-
-       berger.
-
-
-
-

BUGS

-       There  are  minor roundoff errors when adjusting the ranges, since PINT
-       uses units of 1/1200 of an inch, and SANE  normally  uses  millimeters.
-       Symptoms  of  these  errors  are  skewed images.  This should really be
-       fixed (no pun intended) as soon as possible, but I just don't know/care
-       enough  about fixed-point representation and roundoff errors to do this
-       correctly.  Workaround: use inches as the scanning unit, and everything
-       usually works fine.
-
-       The  PINT  0.5e  interface  does  not  provide a way to determine valid
-       ranges for DPI, modes, and scan sizes.  So, the  SANE  backend  queries
-       the  PINT  device,  and  dynamically  discovers valid ranges by doing a
-       binary search.  This means that the driver takes longer  to  initialize
-       than seems necessary.
-
-       Resetting  the  scanner  does  not  seem to work (at least not on my HP
-       ScanJet 4p).  For that reason, the driver sends  a  SCIOCRESTART,  then
-       gobbles up any remaining input until it hits EOF.
-
-       Not  all  of  the  scanners have been identified (i.e. whether they are
-       flatbed or handheld).
-
-       X and Y resolutions are assumed to be the same.
-
-       No testing has been done on three-pass or handheld  scanners,  or  with
-       Automatic Document Feeder support.
-
-sane-backends 1.0.18              13 May 1998                     sane-pint(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-pixma.5.html b/man/sane-pixma.5.html index f0f79dea..cfa1dd3f 100644 --- a/man/sane-pixma.5.html +++ b/man/sane-pixma.5.html @@ -1,126 +1,8 @@ - - -sane-pixma.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-pixma.5

-
-
-
-sane-pixma(5)            SANE Scanner Access Now Easy            sane-pixma(5)
-
-
-
-

NAME

-       sane-pixma - SANE backend for Canon PIXMA MP series
-
-
-
-

DESCRIPTION

-       The  sane-pixma  library  implements  a  SANE (Scanner Access Now Easy)
-       backend that provides access  to  Canon  PIXMA  multi-function  devices
-       (All-in-one  printers).  Currently, the following models work with this
-       backend:
-
-              PIXMA MP150, PIXMA MP170, PIXMA MP450, PIXMA MP500
-              PIXMA MP800, PIXMA MP830,
-              MultiPASS MP700 (no grayscale), PIXMA MP750 (no grayscale)
-
-       The following model are marked as experimental  because  they  are  not
-       well tested and/or the scanner sometimes hangs and must be switched off
-       and on.  Therefore they are disabled by default. (See  PIXMA_EXPERIMENT
-       below)
-
-              MultiPASS MP730, PIXMA MP760, PIXMA MP780
-
-       The backend supports
-       * resolutions at 75,150,300,600,1200 and 2400 DPI,
-       * color and grayscale mode,
-       * a custom gamma table with 4096 entries and
-       * automatic document feeder.
-
-       The  device  name  is in the form pixma:xxxxyyyy_zzzzz where x, y and z
-       are vendor ID, product ID and  serial  number  respectively.   Example:
-       pixma:04A91709_123456 is a MP150.
-
-       This backend is in alpha stage and will stay in this stage until we get
-       the programming manual for the hardware. Although we have tested it  as
-       good  as  we could, it will not work in every situations. You will find
-       an up-to-date status at the project homepage. (See below)
-
-
-
-

OPTIONS

-       Besides "well-known" options (e.g. resolution, mode etc.) pixma backend
-       also  provides  the following experimental options for button handling,
-       i.e. the options might change in the future.
-
-       button-controlled
-              This option can be used in combination with scanadf(1) and scan-
-              image(1)  in  batch mode, for example when you want to scan many
-              photos or multiple-page documents. If it is enabled (i.e. is set
-              to  true  or yes), the backend waits before every scan until the
-              user presses the "SCAN" button (for  MP150)  or  the  color-scan
-              button  (for other models). Just put the first page in the scan-
-              ner, press the button, then the next page, press the button  and
-              so on. When you finished, press the gray-scan button. (For MP150
-              you have to stop the frontend by pressing Ctrl-C for example.)
-
-       button-update button-1 button-2
-              These options are interesting for developers.  To  check  button
-              status:  (1)  set button-1 and button-2 to zero, (2) set button-
-              update (Its type is SANE_TYPE_BUTTON.),  (3)  get  button-1  and
-              button-2.   If  the result is not zero, the corresponding button
-              was pressed.
-
-
-
-

FILES

-       /usr/local/lib/sane/libsane-pixma.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-pixma.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_DEBUG_PIXMA
-              If  the  library  was  compiled with debug support enabled, this
-              environment variable controls the debug level for this  backend.
-              Higher value increases the verbosity.
-
-              0  print nothing
-              1  print error and warning messages (recommended)
-              2  print informational messages
-              3  print debug-level messages
-              10 dump USB traffics
-
-       PIXMA_EXPERIMENT
-              Setting  to a non-zero value will enable the support for experi-
-              mental models.  You should also set SANE_DEBUG_PIXMA to 10.
-
-
-
-

SEE ALSO

-       sane(7), sane-dll(5), http://home.arcor.de/wittawat/pixma/
-
-
-
-

AUTHOR

-       Wittawat Yamwong
-
-       I would like to thank all testers and helpers. Without them I would not
-       be  able  to  write  subdrivers  for  models I don't have. See also the
-       project homepage.
-
-sane-backends 1.0.18              1 July 2006                    sane-pixma(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-plustek.5.html b/man/sane-plustek.5.html index 620bdc42..cfa1dd3f 100644 --- a/man/sane-plustek.5.html +++ b/man/sane-plustek.5.html @@ -1,342 +1,8 @@ - - -sane-plustek.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-plustek.5

-
-
-
-sane-plustek(5)          SANE Scanner Access Now Easy          sane-plustek(5)
-
-
-
-

NAME

-       sane-plustek - SANE backend for LM983[1/2/3] based USB flatbed scanners
-
-
-
-

DESCRIPTION

-       The sane-plustek library implements a SANE (Scanner  Access  Now  Easy)
-       backend  that provides access to USB flatbed scanners based on National
-       Semiconductor Merlin chipsets (LM9831, 9832 and 9833).  If you're look-
-       ing  for  parallel-port support for Plustek scanner please refer to the
-       sane-plustek_pp backend.
-
-
-
-

SUPPORTED DEVICES

-       The Backend is able to support USB scanner based on the National  Semi-
-       conductor chipsets LM9831, LM9832 and LM9833. The following tables show
-       various devices which are currently reported to work. If  your  Plustek
-       scanner  has  another  Product  ID, then the device is NOT supported by
-       this backend.
-
-       Vendor Plustek - ID: 0x07B3
-       ----------------------------------------------------------
-       USB Model:         ASIC:  Properties:              Prod-ID
-       ----------------------------------------------------------
-       OpticPro U12       LM9831  600x1200dpi 42bit 512Kb 0x0010
-       OpticPro UT12      LM9831  600x1200dpi 42bit 512Kb 0x0013
-       OpticPro UT12      LM9832  600x1200dpi 42bit 512Kb 0x0017
-       OpticPro UT16      LM9832  600x1200dpi 42bit 512Kb 0x0017
-       OpticPro U24       LM9831 1200x2400dpi 42bit   2Mb 0x0011
-       OpticPro U24       LM9832 1200x2400dpi 42bit   2Mb 0x0015
-       OpticPro UT24      LM9832 1200x2400dpi 42bit   2Mb 0x0017
-
-       Vendor KYE/Genius - ID: 0x0458
-       ----------------------------------------------------------
-       USB Model:         ASIC:  Properties:              Prod-ID
-       ----------------------------------------------------------
-       Colorpage HR6 V2   LM9832  600x1200dpi 42bit 512Kb 0x2007
-       Colorpage HR6 V2   LM9832  600x1200dpi 42bit 512Kb 0x2008
-       Colorpage HR6A     LM9832  600x1200dpi 42bit 512Kb 0x2009
-       Colorpage HR7      LM9832  600x1200dpi 42bit 512Kb 0x2013
-       Colorpage HR7LE    LM9832  600x1200dpi 42bit 512Kb 0x2015
-       Colorpage HR6X     LM9832  600x1200dpi 42bit 512Kb 0x2016
-
-       Vendor Hewlett-Packard - ID: 0x03F0
-       ----------------------------------------------------------
-       USB Model:         ASIC:  Properties:              Prod-ID
-       ----------------------------------------------------------
-       ScanJet 2100C      LM9831  600x1200dpi 42bit 512Kb 0x0505
-       ScanJet 2200C      LM9832  600x1200dpi 42bit 512Kb 0x0605
-
-       Vendor Mustek - ID: 0x0400
-       ----------------------------------------------------------
-       USB Model:         ASIC:  Properties:              Prod-ID
-       ----------------------------------------------------------
-       BearPaw 1200       LM9831  600x1200dpi 42bit 512Kb 0x1000
-       BearPaw 1200       LM9832  600x1200dpi 42bit 512Kb 0x1001*
-       BearPaw 2400       LM9832 1200x2400dpi 42bit   2Mb 0x1001
-       * see also description for model override switch below!
-
-       Vendor UMAX - ID: 0x1606
-       ----------------------------------------------------------
-       USB Model:         ASIC:  Properties:              Prod-ID
-       ----------------------------------------------------------
-       UMAX 3400          LM9832  600x1200dpi 42bit 512Kb 0x0050
-       UMAX 3400/3450     LM9832  600x1200dpi 42bit 512Kb 0x0060
-       UMAX 5400          LM9832 1200x2400dpi 42bit 512Kb 0x0160
-
-       Vendor COMPAQ - ID: 0x049F
-       ----------------------------------------------------------
-       USB Model:         ASIC:  Properties:              Prod-ID
-       ----------------------------------------------------------
-       S4-100             LM9832  600x1200dpi 42bit 512Kb 0x001A
-
-       Vendor Epson - ID: 0x04B8
-       ----------------------------------------------------------
-       USB Model:         ASIC:  Properties:              Prod-ID
-       ----------------------------------------------------------
-       Perfection 1250    LM9832 1200x2400dpi 42bit 512Kb 0x010F
-       Perfection 1260    LM9832 1200x2400dpi 42bit 512Kb 0x011D
-
-       Vendor CANON - ID: 0x04A9
-       ----------------------------------------------------------
-       USB Model:         ASIC:  Properties:              Prod-ID
-       ----------------------------------------------------------
-       CanoScan N650/656U LM9832  600x1200dpi 42bit 512Kb 0x2206
-       CanoScan N1220U    LM9832 1200x2400dpi 42bit 512Kb 0x2207
-       CanoScan D660U     LM9832  600x1200dpi 42bit 512Kb 0x2208
-       CanoScan N670/676U LM9833  600x1200dpi 48bit 512Kb 0x220D
-       CanoScan N1240U    LM9833 1200x2400dpi 48bit 512Kb 0x220E
-       CanoScan LIDE20    LM9833  600x1200dpi 48bit 512Kb 0x220D
-       CanoScan LIDE25    LM9833 1200x2400dpi 48bit 512Kb 0x2220
-       CanoScan LIDE30    LM9833 1200x2400dpi 48bit 512Kb 0x220E
-
-       Vendor Syscan - ID: 0x0A82
-       ----------------------------------------------------------
-       USB Model:         ASIC:  Properties:              Prod-ID
-       ----------------------------------------------------------
-       Travelscan 662     LM9833  600x1200dpi 48bit 512Kb 0x6620
-
-
-
-

OTHER PLUSTEK SCANNERS

-       For parallelport device support see the plustek_pp backend.
-       The SCSI scanner OpticPro 19200S is a rebadged Artec AM12S scanner  and
-       is supported by the Artec backend.
-       Only  the  National  Semiconductor LM983[1/2/] based devices of Plustek
-       are supported by this backend. Older versions of the U12, the UT12, the
-       U1212 and U1248 (GrandTech chipset) are not supported.
-
-       Model             Chipset    backend
-       ------------------------------------
-       U1248             GrandTech  gt68xx
-       UT16B             GrandTech  gt68xx
-       OpticSlim 1200    GrandTech  gt68xx
-       OpticSlim 2400    GrandTech  gt68xx
-       U12                P98003     u12
-       UT12               P98003     u12
-       1212U              P98003     u12
-       For  a  more  complete  and  up  to  date  list  see:  http://www.sane-
-       project.org/sane-supported-devices.html
-
-
-
-

CONFIGURATION

-       To use your scanner with this backend, you need at least two entries in
-       the configuration file /usr/local/etc/sane.d/plustek.conf
-              [usb] vendor-id product-id
-              device /dev/usbscanner
-
-       [usb]  tells the backend, that the following devicename (here /dev/usb-
-       scanner) has to be interpreted as USB scanner device.  If  vendor-  and
-       product-id  has not been specified, the backend tries to detect this by
-       its own. If device is set to auto then  the  next  matching  device  is
-       used.
-       The  following  options can be used for a default setup of your device.
-       Most of them are also available through the frontend.
-
-       The Options:
-
-       option warmup t
-              t specifies the warmup period in seconds,  if  set  to  -1,  the
-              automatic warmup function will be used
-
-       option lampOff t
-              t  is the time in seconds for switching off the lamps in standby
-              mode
-
-       option lOffonEnd b
-              b specifies the behaviour when closing the backend, 1 --> switch
-              lamps off, 0 --> do not change lamp status
-
-       option mov m
-              m  is  the  model  override  switch.  It  works only with Mustek
-              BearPaw devices.
-              m/PID |    0x1000    |    0x1001
-              ------+--------------+--------------
-                0   | BearPaw 1200 | BearPaw 2400
-                1   |  no function | BearPaw 1200
-
-       option invertNegatives b
-              b 0 --> do not invert the picture during negativ  scans,  1  -->
-              invert picture
-
-       option cacheCalData b
-              b  0  --> do not save calibration results, 1 --> save results of
-              calibration in ~/.sane/ directory
-
-       option altCalibration b
-              b 0 --> use standard calibration routines, 1 -->  use  alternate
-              calibration (only non Plustek devices, standard for CIS devices)
-
-       option skipFine b
-              b 0 --> perform fine calibration, 1 -->  skip  fine  calibration
-              (only non Plustek devices)
-
-       option skipFineWhite b
-              b  0  -->  perform white fine calibration, 1 --> skip white fine
-              calibration (only non Plustek devices)
-
-       option skipCalibration b
-              b 0 --> perform calibration, 1 --> skip  calibration  (only  non
-              Plustek devices)
-
-       option enableTPA b
-              b  0  --> default behaviour, specified by the internal tables, 1
-              --> override internal tables  and  allow  TPA  mode  (EPSON/UMAX
-              only)
-
-       option posOffX x
-       option posOffY y
-       option tpaOffX x
-       option tpaOffY y
-       option negOffX x
-       option negOffY y
-              x  y By using this settings, the user can adjust the given image
-              positions.  Please note, that there's no internal range checking
-              for this feature.
-
-       option posShadingY p
-       option tpaShadingY p
-       option negShadingY p
-              p  overrides  the  internal  shading position. The values are in
-              steps.  Please note, that there's no internal range checking for
-              this feature.
-
-       option redGamma r
-       option greenGamma g
-       option blueGamma b
-       option grayGamma gr
-              r g b gr
-       By using these values, the internal linear gamma table (r,g,b,gr = 1.0)
-       can be adjusted.
-
-       option red_gain r
-       option red_offset ro
-       option green_gain g
-       option green_offset go
-       option blue_gain b
-       option blue_offset bo
-              r g b ro go bo These values can be used to set the gain and off-
-              set  values  of the AFE for each channel. The range is between 0
-              and 63. -1 means autocalibration.
-
-       See the plustek.conf file for examples.
-
-       Note:
-       You have to make sure, that the USB subsystem is loaded  correctly  and
-       you  have  access to the device-node. For more details see sane-usb (5)
-       manpage. You might use sane-find-scanner to check that you have  access
-       to your device.
-
-       Note:
-       If there's no configuration file, the backend defaults to device auto
-
-
-
-

FILES

-       /usr/local/etc/sane.d/plustek.conf
-              The backend configuration file
-
-       /usr/local/lib/sane/libsane-plustek.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-plustek.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are separated by a colon (`:'), under OS/2, they  are  separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration file is searched in two default directories: first,  the
-              current     working     directory     (".")    and    then    in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends  with  the  directory separator character, then the default
-              directories are searched after the explicitly specified directo-
-              ries.   For  example,  setting SANE_CONFIG_DIR to "/tmp/config:"
-              would   result   in   directories   "tmp/config",    ".",    and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_PLUSTEK
-              If  the  library  was  compiled with debug support enabled, this
-              environment variable controls the debug level for this  backend.
-              Higher debug levels increase the verbosity of the output.
-
-              Example: export SANE_DEBUG_PLUSTEK=10
-
-
-
-

SEE ALSO

-       sane(7), sane-usb(5), sane-u12(5), sane-gt68xx(5),
-       /usr/local/doc/sane-1.0.18/plustek/Plustek-USB.changes
-       http://www.gjaeger.de/scanner/plustek/
-
-
-
-

CONTACT AND BUG-REPORTS

-       Please send any information and bug-reports to:
-       SANE Mailing List
-
-       Additional info and hints can be obtained from our
-       Mailing-List archive at:
-       http://www.sane-project.org/mailing-lists.html
-
-       or directly from the projects' homepage at:
-       http://www.gjaeger.de/scanner/plustek/
-
-       To  obtain debug messages from the backend, please set the environment-
-       variable SANE_DEBUG_PLUSTEK before calling your favorite  scan-frontend
-       (i.e. xscanimage).
-       i.e.: export SANE_DEBUG_PLUSTEK=20 ; xscanimage
-
-       The value controls the verbosity of the backend. Please note, that val-
-       ues greater than 24 force the backend to output raw data  files,  which
-       could  be rather large. The ending of these files is ".raw".  For prob-
-       lem reports it should be enough the set the verbosity to 13.
-
-
-
-

KNOWN BUGS & RESTRICTIONS

-       * The driver does not support these manic scalings up to 16  times  the
-       physical  resolution.  The  only scaling is done on resolutions between
-       the physical resolution of the CCD-/CIS-sensor and  the  stepper  motor
-       i.e. you have a 600x1200 dpi scanner and you are scanning using 800dpi,
-       so scaling is necessary, because the sensor only  delivers  600dpi  but
-       the motor is capable to perform 1200dpi steps.
-
-       *  Plusteks'  model  policy is somewhat inconsistent. They sell techni-
-       cally different devices under the same product name.  Therefore  it  is
-       possible  that  some  devices  like the UT12 or U12 won't work - please
-       check the model list above and compare the product-id to the  one  your
-       device has.
-
-       * Negative/Slide scanning quality is poor.
-
-sane-backends 1.0.18             09 April 2006                 sane-plustek(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-plustek_pp.5.html b/man/sane-plustek_pp.5.html index 2a5a6750..cfa1dd3f 100644 --- a/man/sane-plustek_pp.5.html +++ b/man/sane-plustek_pp.5.html @@ -1,416 +1,8 @@ - - -sane-plustek_pp.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-plustek_pp.5

-
-
-
-sane-plustek_pp(5)       SANE Scanner Access Now Easy       sane-plustek_pp(5)
-
-
-
-

NAME

-       sane-plustek_pp  - SANE backend for Plustek parallel port flatbed scan-
-       ners
-
-
-
-

DESCRIPTION

-       The sane-plustek_pp library implements a SANE (Scanner Access Now Easy)
-       backend  that  provides access to Plustek ASIC 9600[1/3] and P9800[1/3]
-       based parallel port flatbed scanners.  The access  of  the  scanner  is
-       either done directly by the backend or via kernel module, called pt_drv
-       which can be created out of the plustek_pp backend code - see also sec-
-       tion BUILDING THE KERNEL MODULE for further information.
-
-
-
-

SUPPORTED DEVICES

-       At present, the following scanners should work with this backend and/or
-       the kernel module:
-
-       PLUSTEK SCANNERS
-
-       Parallelport Model:    ASIC: Properties:
-       ---------------------- ----- ------------------------
-       OpticPro PT12          98003 600x1200 dpi 36bit 512Kb
-       OpticPro P12           98003 600x1200 dpi 36bit 512Kb
-       OpticPro 9636T/12000T  98001 600x1200 dpi 36bit 512Kb
-       OpticPro 12000P Turbo  98001 600x1200 dpi 36bit 512Kb
-       OpticPro 9636P+/Turbo  98001 600x1200 dpi 36bit 512Kb
-       OpticPro 9636P         96003 600x1200 dpi 36bit 128Kb
-       OpticPro 12000P/96000P 96003 600x1200 dpi 36bit 128Kb
-       OpticPro 1236P         96003 600x1200 dpi 30bit 128Kb
-       OpticPro 9600P         96003 600x1200 dpi 30bit 128Kb
-       OpticPro 9630P/FBIV    96003 600x1200 dpi 30bit 128Kb
-       OpticPro 9630PL (14")  96003 600x1200 dpi 30bit 128Kb
-       OpticPro A3I           96003  400x800 dpi 36bit 128Kb
-       OpticPro 600P/6000P    96003  300x600 dpi 30bit  32Kb
-       OpticPro 4831P         96003  300x600 dpi 30bit  32Kb
-       OpticPro 4830P/FBIII   96003  300x600 dpi 30bit  32Kb
-       OpticPro 4800P/FBII    96001  300x600 dpi 24bit  32Kb
-
-       PRIMAX SCANNERS
-
-       There are some scanners sold by Primax, but they are  in  fact  Plustek
-       devices.  These  scanners are also supported.  The following table will
-       show the relationship:
-
-       Model:                      Plustek Model:  Remarks:
-       --------------------------- --------------  ------------
-       Colorado 4800               OpticPro 4800   not tested
-       Compact 4800 Direct         OpticPro 600    mov=2
-       Compact 4800 Direct 30bit   OpticPro 4830   mov=7
-       Compact 9600 Direct 30bit   OpticPro 9630   works
-
-       GENIUS SCANNERS
-
-       The following devices are sold as Genius  Scanners,  but  are  in  fact
-       Plustek devices.  The table will show the relationship:
-
-       Model:                      Remarks:
-       --------------------------- ----------------------------
-       Colorpage Vivid III V2      Like P12 but has two buttons
-                                   and Wolfson DAC
-
-       ARIES SCANNERS
-
-       There's  one  scanner  sold  as Aries Scanner, but is in fact a Plustek
-       device.  The following table will show the relationship:
-
-       Model:                      Plustek Model:  Remarks:
-       --------------------------- --------------  ------------
-       Scan-It 4800                OpticPro 600    mov=2
-
-       BrightScan SCANNERS
-
-       There's one scanner sold as BrightScan OpticPro Scanner, this is also a
-       rebadged  Plustek  device.  The following table will show the relation-
-       ship:
-
-       Model:                      Remarks:
-       --------------------------- ----------------------------
-       BrightScan OpticPro         OpticPro P12
-
-
-
-

DEVICE NAMES

-       This backend works in two modes, the so called  "direct-mode"  and  the
-       "kernel-mode".  In direct-mode, the user-space backend is used, in ker-
-       nel-mode, you should have a kernel-module named  pt_drv  loaded.   This
-       backends default device is:
-
-              0x378
-
-       This  "default  device"  will  be used, if no configuration file can be
-       found. It is rather the base address  of  the  parallel  port  on  i386
-       machines.
-
-       As  the  backend supports up to four devices, it is possible to specify
-       them in the configuration file
-
-              /usr/local/etc/sane.d/plustek_pp.conf
-
-       See this file for examples.
-
-
-
-

CONFIGURATION

-       This section describes the backends' configuration file  entries.   The
-       file is located at: /usr/local/etc/sane.d/plustek_pp.conf
-
-       For a proper setup, you will need at least two entries:
-              [direct]
-              device 0x378
-
-       or
-              [kernel]
-              device /dev/pt_drv
-
-       direct  tells  the  backend, that the following devicename (here 0x378)
-       has to be interpreted as parallel port scanner device. In  fact  it  is
-       the  address  to  use,  alternatively  you can use /dev/parport0 if the
-       backend has been compiled with libieee1284 support.  kernel should only
-       be  used,  when  a  kernel-module  has  been  built  out of the backend
-       sources. See below for more instructions about this.
-
-       Further options:
-
-       option warmup t
-              t specifies the warmup period in seconds
-
-       option lampOff t
-              t is the time in seconds for switching off the lamps in  standby
-              mode
-
-       option lOffonEnd b
-              b specifies the behaviour when closing the backend, 1 --> switch
-              lamps off, 0 --> do not change lamp status
-
-       option mov m
-              m is the model override switch, which only works in direct mode.
-
-              m = 0  default: no override
-
-              m = 1  OpticPro  9630PL  override  (works  if  OP9630  has  been
-                     detected) forces legal size (14")
-
-              m = 2  Primax 4800Direct  override  (works  if  OP600  has  been
-                     detected) swaps red/green color
-
-              m = 3  OpticPro   9636   override  (works  if  OP9636  has  been
-                     detected) disables backends  transparency/negative  capa-
-                     bilities
-
-              m = 4  OpticPro   9636P  override  (works  if  OP9636  has  been
-                     detected) disables backends  transparency/negative  capa-
-                     bilities
-
-              m = 5  OpticPro   A3I   override  (works  if  OP12000  has  been
-                     detected) enables A3 scanning
-
-              m = 6  OpticPro  4800P  override  (works  if  OP600   has   been
-                     detected) swaps red/green color
-
-              m = 7  Primax  4800Direct  30bit  override  (works if OP4830 has
-                     been detected)
-
-       See the plustek_pp.conf file for examples.
-
-
-
-

BUILDING THE KERNEL MODULE

-       As mentioned before, the plustek_pp backend code can also  be  compiled
-       and  installed  as  linux  kernel  module.  To do so, you will need the
-       source-files of this sane-backend installation.  Unpack  this  tar-ball
-       and go to the directory:
-       sane-backends/doc/plustek
-       Within this directory, you should find a script called:
-       MakeModule.sh
-       Now  if  your Linux kernelsources are installed correctly, it should be
-       possible to build, install and load the module  pt_drv.   Please  note,
-       that  the kernelsources need to be configured correctly.  Refer to your
-       distributions manual on how this is done. As root user, try
-       ./MakeModule.sh
-       the script will try and get all necessary information about  your  run-
-       ning kernel and will lead you through the whole installation process.
-       Note: Installing and loading the can only be done as superuser.
-
-
-
-

KERNEL MODULE SETUP

-       The  configuration  of  the  kernel module is done by providing some or
-       more options found below to the kernel module at load time. This can be
-       done  by  invoking  insmod with the appropriate parameters or appending
-       the  options  to  the  file  /etc/modules.conf  (kernel  <  2.6.x)   or
-       /etc/modprobe.conf (kernel >= 2.6.x)
-
-       The Options:
-       lampoff=lll
-              The  value  lll  tells  the  driver,  after  how many seconds to
-              switch-off the lamp(s). The default value is 180.  0  will  dis-
-              able this feature.
-              HINT:  Do  not  use  a  value  that  is too small, because often
-              switching on/off the lamps will reduce their lifetime.
-
-       port=ppp
-              ppp specifies the port base address, where the scanner  is  con-
-              nected  to.  The  default value is 0x378, which normaly is stan-
-              dard.
-
-       warmup=www
-              www specifies the time in seconds, how long a lamp has to be on,
-              until the driver will start to scan. The default value is 30.
-
-       lOffonEnd=e
-              e  specifies  the  behaviour  when  unloading  the driver, 1 -->
-              switch lamps off, 0 --> do not change lamp status
-
-       slowIO=s
-              s specifies which I/O functions the driver should use, 1 --> use
-              delayed functions, 0 --> use the non-delayed ones
-
-       forceMode=fm
-              fm  specifies  port  mode which should be used, 0 --> autodetec-
-              tion, 1 --> use SPP mode and 2 --> use EPP mode
-
-       mov=m
-
-              m = 0  default: no override
-
-              m = 1  OpticPro  9630PL  override  (works  if  OP9630  has  been
-                     detected) forces legal size (14")
-
-              m = 2  Primax  4800Direct  override  (works  if  OP600  has been
-                     detected) swaps red/green color
-
-              m = 3  OpticPro  9636  override  (works  if  OP9636   has   been
-                     detected)  disables  backends transparency/negative capa-
-                     bilities
-
-              m = 4  OpticPro  9636P  override  (works  if  OP9636  has   been
-                     detected)  disables  backends transparency/negative capa-
-                     bilities
-
-              m = 5  OpticPro  A3I  override  (works  if  OP12000   has   been
-                     detected) enables A3 scanning
-
-              m = 6  OpticPro   4800P   override  (works  if  OP600  has  been
-                     detected) swaps red/green color
-
-              m = 7  Primax 4800Direct 30bit override  (works  if  OP4830  has
-                     been detected)
-
-       Sample entry for file /etc/modules.conf :
-       alias char-major-40 pt_drv
-       pre-install pt_drv modprobe -k parport
-       options  pt_drv  lampoff=180  warmup=15  port=0x378  lOffonEnd=0  mov=0
-       slowIO=0 forceMode=0
-
-       For multidevice support, simply add values separated by commas  to  the
-       different options
-       options pt_drv port=0x378,0x278 mov=0,4 slowIO=0,1 forceMode=0,1
-
-       Remember to call depmod after changing /etc/conf.modules.
-
-
-
-

PARALLEL PORT MODES

-       The  current  driver works best, when the parallel port has been set to
-       EPP-mode. When detecting any other mode such as ECP or PS/2 the  driver
-       tries  to  set  to a faster, supported mode. If this fails, it will use
-       the SPP mode, as this mode should work with all Linux supported  paral-
-       lel  ports.  If in doubt, enter your BIOS and set it to any mode except
-       ECP.
-
-       Former Plustek scanner models (4830, 9630) supplied a ISA parallel port
-       adapter card. This card is not supported by the driver.
-
-       The  ASIC 96001/3 based models have sometimes trouble with high resolu-
-       tion modes. If you encounter sporadic corrupted  images  (parts  dupli-
-       cated or shifted horizontally) kill all other applications before scan-
-       ning and (if sufficient memory available) disable swapping.
-
-       See the plustek_pp.conf file for examples.
-
-
-
-

FILES

-       /usr/local/etc/sane.d/plustek_pp.conf
-              The backend configuration file
-
-       /usr/local/lib/sane/libsane-plustek_pp.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-plustek_pp.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-       /lib/modules/<Kernel-Version>/kernel/drivers/parport/pt_drv.o
-              The Linux kernelmodule for kernels < 2.6.x.
-
-       /lib/modules/<Kernel-Version>/kernel/drivers/parport/pt_drv.ko
-              The Linux kernelmodule for kernels >= 2.6.x.
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are  separated  by a colon (`:'), under OS/2, they are separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration  file is searched in two default directories: first, the
-              current    working    directory    (".")     and     then     in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends with the directory separator character,  then  the  default
-              directories are searched after the explicitly specified directo-
-              ries.  For example, setting  SANE_CONFIG_DIR  to  "/tmp/config:"
-              would    result    in   directories   "tmp/config",   ".",   and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_PLUSTEK_PP
-              If the library was compiled with  debug  support  enabled,  this
-              environment  variable controls the debug level for this backend.
-              Higher debug levels increase the verbosity of the output.
-
-              Example: export SANE_DEBUG_PLUSTEK_PP=10
-
-
-
-

SEE ALSO

-       sane(7),
-       /usr/local/doc/sane-1.0.18/plustek/Plustek-PARPORT.changes
-       http://www.gjaeger.de/scanner/plustek_pp/
-
-
-
-

CONTACT AND BUG-REPORTS

-       Please send any information and bug-reports to:
-       SANE Mailing List
-
-       Additional info and hints can be obtained from our
-       Mailing-List archive at:
-       http://www.sane-project.org/mailing-lists.html
-
-       or directly from the projects' homepage at:
-       http://www.gjaeger.de/scanner/plustek_pp/
-
-       To obtain debug messages from the backend, please set the  environment-
-       variable  SANE_DEBUG_PLUSTEK_PP before calling your favorite scan-fron-
-       tend (i.e. xscanimage).
-       i.e.: export SANE_DEBUG_PLUSTEK_PP=20 ; xscanimage
-
-       The value controls the verbosity of the backend.
-
-
-
-

KNOWN BUGS & RESTRICTIONS

-       * The Halftoning works, but the quality is poor
-
-       * Printers (especially HP models) will start to print during  scanning.
-       This  in  fact  is a problem to other printers too, using bidirectional
-       protocol (see www.plustek.com (TAIWAN) page for further details)
-
-       * The driver does not support these manic scalings up to 16  times  the
-       physical  resolution.  The  only scaling is done on resolutions between
-       the physical resolution of the CCD-sensor and the  stepper  motor  i.e.
-       you  have  a 600x1200 dpi scanner and you are scanning using 800dpi, so
-       scaling is necessary, because the sensor only delivers 600dpi  but  the
-       motor is capable to perform 800dpi steps.
-
-       * On some devices, the pictures seems bluish
-
-       ASIC 98001 based models:
-
-       * The 300dpi transparency and negative mode does not work correctly.
-
-       *  There  is  currently  no way to distinguish a model with and without
-       transparency unit.
-
-       * The scanned images seem to be too dark (P9636T)
-
-       ASIC 96003/1 based models:
-
-       * 30bit mode is currently not supported.
-
-       * On low end systems under heavy system load the driver may lose  data,
-       which  can  result in picture corruption or cause the sensor to hit the
-       scan bed.
-
-       * The scanning speed on 600x1200 dpi models is slow.
-
-       * The scanning quality of the A3I is poor
-
-
-sane-backends 1.0.18             18 June 2004               sane-plustek_pp(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-pnm.5.html b/man/sane-pnm.5.html index eddd9492..cfa1dd3f 100644 --- a/man/sane-pnm.5.html +++ b/man/sane-pnm.5.html @@ -1,85 +1,8 @@ - - -sane-pnm.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-pnm.5

-
-
-
-sane-pnm(5)              SANE Scanner Access Now Easy              sane-pnm(5)
-
-
-
-

NAME

-       sane-pnm - SANE PNM image reader pseudo-backend
-
-
-
-

DESCRIPTION

-       The  sane-pnm library implements a SANE (Scanner Access Now Easy) back-
-       end that provides access to PNM (Portable aNyMap  files,  which  covers
-       PBM bitmap files, PGM grayscale files, and PPM pixmap files).  The pur-
-       pose of this backend is primarly to aid in debugging of SANE frontends.
-       It also serves as an illustrative example of a minimal SANE backend.
-
-
-
-

DEVICE NAMES

-       This backend provides two devices called 0 and 1.
-
-
-
-

CONFIGURATION

-       No configuration required.
-
-
-
-

FILES

-       /usr/local/lib/sane/libsane-pnm.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-pnm.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_DEBUG_PNM
-              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.
-
-
-
-

BUGS

-       If  the  pnm  backend  is installed and saned is used to allow users on
-       remote computers to scan on the local machine, pnm files can be read by
-       the remote user. This is limited to the files saned can access (usually
-       it's running as user "sane"). All pnm files can be read if  saned  runs
-       as  root which isn't recommended anyway. The pnm backend is disabled by
-       default. If you want to use it, enable it with configure (see configure
-       --help for details). Be sure that only trusted users can access the pnm
-       backend over saned.
-
-
-
-

AUTHOR

-       Andreas Beck, Gordon Matzigkeit, and David Mosberger
-
-
-
-

SEE ALSO

-       sane(7)
-
-sane-backends 1.0.18             22 April 2001                     sane-pnm(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-qcam.5.html b/man/sane-qcam.5.html index 8723ec5e..cfa1dd3f 100644 --- a/man/sane-qcam.5.html +++ b/man/sane-qcam.5.html @@ -1,120 +1,8 @@ - - -sane-qcam.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-qcam.5

-
-
-
-sane-qcam(5)             SANE Scanner Access Now Easy             sane-qcam(5)
-
-
-
-

NAME

-       sane-qcam - SANE backend for Connectix QuickCam cameras
-
-
-
-

DESCRIPTION

-       The sane-qcam library implements a SANE (Scanner Access Now Easy) back-
-       end that provides access Connectix QuickCam cameras.
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form:
-
-              port
-
-       Where port is the I/O port address at which the device  resides.   This
-       address  is  normally  specified  in  hexadecimal using C syntax (e.g.,
-       0x37b) and may be prefixed with the letter "u" (e.g., u0x37b) to  force
-       the backend to access the camera in uni-directional mode.
-
-
-
-

CONFIGURATION

-       The contents of the qcam.conf file is a list port addresses that may be
-       connected to a Connectix QuickCam.  Empty lines and everything starting
-       from  a  hash  mark  (#) up to the end of a line are ignored.  A sample
-       configuration file is shown below:
-
-              0x37b  # /dev/lp0
-              0x378  # /dev/lp1
-              u0x278 # /dev/lp2 forced in uni-directional mode
-              0x3bc  # /dev/lp0 (alternate address)
-
-       In general, it is safest to list only the port  addresses  that  really
-       correspond  to a QuickCam.  For example, if one of the listed addresses
-       actually connect to a printer, then starting up this backend will cause
-       the printer to perform a device reset (which is generally undesirable).
-
-
-
-

FILES

-       /usr/local/etc/sane.d/qcam.conf
-              The  backend  configuration  file  (see  also   description   of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-qcam.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-qcam.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are separated by a colon (`:'), under OS/2, they  are  separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration file is searched in two default directories: first,  the
-              current     working     directory     (".")    and    then    in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends  with  the  directory separator character, then the default
-              directories are searched after the explicitly specified directo-
-              ries.   For  example,  setting SANE_CONFIG_DIR to "/tmp/config:"
-              would   result   in   directories   "tmp/config",    ".",    and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_QCAM
-              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.
-
-
-
-

AUTHOR

-       David Mosberger
-
-
-
-

BUGS

-       Support is currently limited to the color version of the QuickCam.  The
-       black-and-white  camera is starting to work too, but I don't believe it
-       works in all cases yet.  Reportedly, acquiring images of certain  sizes
-       work  fine,  but others result in shifted images (sounds like a problem
-       due to byte-padding).
-
-       The program needs root-privileges since it needs to be able  to  access
-       the camera's I/O ports.
-
-
-
-

SEE ALSO

-       sane(7)
-
-sane-backends 1.0.18            25 October 1997                   sane-qcam(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-ricoh.5.html b/man/sane-ricoh.5.html index 444522d4..cfa1dd3f 100644 --- a/man/sane-ricoh.5.html +++ b/man/sane-ricoh.5.html @@ -1,96 +1,8 @@ - - -sane-ricoh.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-ricoh.5

-
-
-
-sane-ricoh(5)            SANE Scanner Access Now Easy            sane-ricoh(5)
-
-
-
-

NAME

-       sane-ricoh - SANE backend for Ricoh flatbed scanners
-
-
-
-

DESCRIPTION

-       The  sane-ricoh  library  implements  a  SANE (Scanner Access Now Easy)
-       backend that provides access to the following Ricoh flatbed scanners:
-
-              IS50
-              IS60
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form:
-
-              special
-
-       Where special is the path-name for the special device that  corresponds
-       to  a  SCSI  scanner.  The  special  device name must be a generic SCSI
-       device or a symlink to such a device.   The  program  sane-find-scanner
-       helps  to  find out the correct device. Under Linux, such a device name
-       could be /dev/sga or  /dev/sge,  for  example.   See  sane-scsi(5)  for
-       details.
-
-
-
-

FILES

-       /usr/local/etc/sane.d/ricoh.conf
-              The   backend   configuration  file  (see  also  description  of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-ricoh.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-ricoh.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are  separated  by a colon (`:'), under OS/2, they are separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration  file is searched in two default directories: first, the
-              current    working    directory    (".")     and     then     in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends with the directory separator character,  then  the  default
-              directories are searched after the explicitly specified directo-
-              ries.  For example, setting  SANE_CONFIG_DIR  to  "/tmp/config:"
-              would    result    in   directories   "tmp/config",   ".",   and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_RICOH
-              If the library was compiled with  debug  support  enabled,  this
-              environment  variable controls the debug level for this backend.
-              Higher debug levels increase the verbosity of the output.
-
-              Example: export SANE_DEBUG_RICOH=4
-
-
-
-

SEE ALSO

-       sane(7), sane-scsi(5)
-
-
-
-

AUTHOR

-       Feico W. Dillema
-
-sane-backends 1.0.18              24 Jun 2000                    sane-ricoh(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-s9036.5.html b/man/sane-s9036.5.html index 8f7e3ea8..cfa1dd3f 100644 --- a/man/sane-s9036.5.html +++ b/man/sane-s9036.5.html @@ -1,94 +1,8 @@ - - -sane-s9036.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-s9036.5

-
-
-
-sane-s9036(5)            SANE Scanner Access Now Easy            sane-s9036(5)
-
-
-
-

NAME

-       sane-s9036 - SANE backend for Siemens 9036 flatbed scanners
-
-
-
-

DESCRIPTION

-       The  sane-s9036  library  implements  a  SANE (Scanner Access Now Easy)
-       backend that provides access to Siemens 9036 flatbed scanners.
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form:
-
-              special
-
-       Where special is the path-name for the special device that  corresponds
-       to  a  SCSI  scanner.  The  special  device name must be a generic SCSI
-       device or a symlink to such a device.   The  program  sane-find-scanner
-       helps  to  find out the correct device. Under Linux, such a device name
-       could be /dev/sga or  /dev/sge,  for  example.   See  sane-scsi(5)  for
-       details.
-
-
-
-

FILES

-       /usr/local/etc/sane.d/s9036.conf
-              The   backend   configuration  file  (see  also  description  of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-s9036.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-s9036.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are  separated  by a colon (`:'), under OS/2, they are separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration  file is searched in two default directories: first, the
-              current    working    directory    (".")     and     then     in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends with the directory separator character,  then  the  default
-              directories are searched after the explicitly specified directo-
-              ries.  For example, setting  SANE_CONFIG_DIR  to  "/tmp/config:"
-              would    result    in   directories   "tmp/config",   ".",   and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_S9036
-              If the library was compiled with  debug  support  enabled,  this
-              environment  variable controls the debug level for this backend.
-              Higher debug levels increase the verbosity of the output.
-
-              Example: export SANE_DEBUG_S9036=4
-
-
-
-

SEE ALSO

-       sane(7), sane-scsi(5)
-
-
-
-

AUTHOR

-       Ingo Schneider
-
-
-sane-backends 1.0.18              24 Jun 2000                    sane-s9036(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-sceptre.5.html b/man/sane-sceptre.5.html index 11b49985..cfa1dd3f 100644 --- a/man/sane-sceptre.5.html +++ b/man/sane-sceptre.5.html @@ -1,158 +1,8 @@ - - -sane-sceptre.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-sceptre.5

-
-
-
-sane-sceptre(5)          SANE Scanner Access Now Easy          sane-sceptre(5)
-
-
-
-

NAME

-       sane-sceptre - SANE backend for SCEPTRE scanners
-
-
-
-

DESCRIPTION

-       The  sane-sceptre  library  implements a SANE (Scanner Access Now Easy)
-       backend that provides access to Sceptre flatbed scanners. This  backend
-       should  be  considered beta-quality software! Please report any strange
-       behavior to the maintainer of the backend or to the SANE mailing  list.
-
-       At present, only one scanner is known to work with this backend:
-
-              Model                        Connection Type
-              ---------------------------  -------------------
-              Sceptre VividScan S1200      SCSI
-
-       The make of this scanner is KINPO, so other scanners from that manufac-
-       turer may also work (eg. the S600).
-
-
-
-

OPTIONS

-       The options the backend supports can either be selected through command
-       line  options  to  programs  like  scanimage or through GUI elements in
-       xscanimage or xsane.
-
-       Valid command line options and their syntax can be listed by using
-              scanimage --help -d sceptre
-
-       Scan Mode
-
-       --mode selects the basic mode of operation of the scanner valid choices
-              are Lineart, Halftone, Gray and Color.  The Lineart and Halftone
-              mode are black and white only (1 bit).  Gray  will  produce  256
-              levels  of  gray  (8  bits).  Color will produce a 24 bits color
-              image. The scanner supports  30  bits  internally  but  it  only
-              exports 24.
-
-       --resolution
-              selects  the  resolution  for a scan. The scanner can do several
-              resolutions between 50 and 1200.
-
-       --halftone-pattern
-              selects the pattern mode that is used in  Halftone  mode.  Valid
-              options are 1, 2, 3 and 4.
-
-       --gamma-correction
-              controls  the  scanner  internal gamma correction. Valid options
-              are "Default", "User defined", "High density printing" "Low den-
-              sity printing" and "High contrast printing".
-
-       --custom-gamma
-              (color  mode only) allows the user to specify a gamma table (see
-              the next 3 parameters).
-
-       --red-gamma-table
-              (color mode only) can be used to download a user  defined  gamma
-              table for the red channel. The table must be 256 bytes long.
-
-       --green-gamma-table
-              (color  mode  only) can be used to download a user defined gamma
-              table for the green channel. The table must be 256 bytes long.
-
-       --blue-gamma-table
-              (color mode only) can be used to download a user  defined  gamma
-              table for the blue channel. The table must be 256 bytes long.
-
-       --threshold
-              sets  the  threshold for black and white pixels in lineart mode.
-              Possible values are from 0 (darker) to 255 (lighter).
-
-       --preview
-              requests a preview scan. The resolution used for that scan is 30
-              dpi  and  the scan area is the maximum allowed. The scan mode is
-              user selected. The default is "no".
-
-       The geometry options
-
-       -l -t -x -y
-              control the scan area: -l sets the top left x coordinate, -t the
-              top left y coordinate, -x selects the width and -y the height of
-              the scan area. All parameters are specified  in  millimeters  by
-              default.
-
-
-
-

CONFIGURATION FILE

-       The configuration file /usr/local/etc/sane.d/sceptre.conf supports only
-       one information: the device name to use (eg /dev/scanner).
-
-
-
-

FILES

-       /usr/local/lib/sane/libsane-sceptre.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-sceptre.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_DEBUG_SCEPTRE
-              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.
-
-
-
-

LIMITATIONS

-       Resolutions
-              The windows TWAIN driver can be set to any resolution between 50
-              to 1200 (excluding software interpolation). This backend cannot.
-              Only a handful of resolution are available, although they should
-              be numerous enough.
-
-
-
-
-

BUGS

-       None known.
-
-
-
-

SEE ALSO

-       sane-scsi(5), scanimage(1), xscanimage(1), xsane(1), sane(7)
-
-
-
-

AUTHOR

-       The package is actively maintained by Frank Zago.
-              http://www.zago.net/sane/#sceptre
-
-sane-backends 1.0.18           April 21st, 2002                sane-sceptre(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-scsi.5.html b/man/sane-scsi.5.html index 99fc4fe0..cfa1dd3f 100644 --- a/man/sane-scsi.5.html +++ b/man/sane-scsi.5.html @@ -1,314 +1,8 @@ - - -sane-scsi.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-scsi.5

-
-
-
-sane-scsi(5)             SANE Scanner Access Now Easy             sane-scsi(5)
-
-
-
-

NAME

-       sane-scsi - SCSI adapter tips for scanners
-
-
-
-

DESCRIPTION

-       This  manual  page  contains various operating-system specific tips and
-       tricks on how to get scanners with a SCSI interface working.
-
-
-
-

GENERAL INFO

-       For scanners with a SCSI interface, it may be  necessary  to  edit  the
-       appropriate  backend configuration file before using SANE for the first
-       time.  For most systems, the configuration file should list the name of
-       the  generic  SCSI device that the scanner is connected to (e.g., under
-       Linux, /dev/sg4 or /dev/sge is such a generic SCSI device).  It is cus-
-       tomary to create a symlink from /dev/scanner to the generic SCSI device
-       that the scanner is connected to.  In this case, the configuration file
-       simply lists the line /dev/scanner.  For a detailed description of each
-       backend's configuration file, please refer to the relevant backend man-
-       ual  page  (e.g.,  sane-epson(5)  for Epson scanners, sane-hp(5) for HP
-       scanners, etc.).
-
-       For some operating systems (e.g. Linux and OS/2), there is an alternate
-       way  of specifying scanner devices.  This alternate way allows to iden-
-       tify scanners by the SCSI vendor and model string and/or  by  the  SCSI
-       device address (consisting of bus number, channel number, id, and logi-
-       cal unit number).  The syntax for specifying a scanner in this way is:
-
-              scsi VENDOR MODEL TYPE BUS CHANNEL ID LUN
-
-       where VENDOR is the SCSI vendor string, MODEL is the SCSI model string,
-       TYPE is type SCSI device type string, BUS is the SCSI bus number (named
-       "host" in /proc/scsi/scsi), CHANNEL is the SCSI channel number,  ID  is
-       the  SCSI id, and LUN is the logical unit number of the scanner device.
-       The first two fields are strings which  must  be  enclosed  in  double-
-       quotes  if  they contain any whitespace.  The remaining four fields are
-       non-negative integer numbers.  The correct values for these fields  can
-       be  found  by  using operating system specific tools, e.g. for Linux by
-       looking at the output of the command "cat  /proc/scsi/scsi".   To  sim-
-       plify  configuration,  a field's value can be replaced with an asterisk
-       symbol (``*'').  An asterisk has the effect that any value  is  allowed
-       for  that  particular  field.   This  can have the effect that a single
-       scsi-line matches multiple devices.  When this happens,  each  matching
-       device  will  be probed by the backend one by one and registered if the
-       backend thinks it is a compatible device.  For example, the line
-
-              scsi MUSTEK MFS-06000CX Scanner 0 00 03 00
-
-       would attach the Mustek SCSI scanner with the following /proc/scsi/scsi
-       entry:
-
-         Host: scsi0 Channel: 00 Id: 03 Lun: 00
-           Vendor: MUSTEK   Model: MFS-06000CX Rev: 4.04
-           Type:   Scanner  ANSI SCSI revision: 0
-
-       Usually  it's  sufficient  to use vendor and model strings only or even
-       only the vendor string. The following example
-
-              scsi MUSTEK * * * * * *
-
-       would have the effect that all SCSI devices in the system with a vendor
-       string of MUSTEK would be probed and recognized by the backend.
-
-       If  the  remainder  of  a  scsi-string  consists of asterisks only, the
-       asterisks can be omitted.  For example, the following line  is  equiva-
-       lent to the one specified previously:
-
-              scsi MUSTEK
-
-       On  some  platforms  (e.g., OpenStep), SANE device names take a special
-       form.  This is explained below in the relevant  platform-specific  sec-
-       tion.
-
-       When  using  a  SCSI scanner, ensure that the access permission for the
-       generic SCSI device is set appropriately.  We recommend to add a  group
-       "scanner"  to  /etc/group  which  contains  all  users that should have
-       access to the scanner.  The permission of the device should then be set
-       to  allow  group read and write access.  For example, if the scanner is
-       at generic SCSI device /dev/sg0, then the following two commands  would
-       set the permission correctly:
-
-              $ chgrp scanner /dev/sg0
-              $ chmod 660 /dev/sg0
-
-       When  your  system uses the device filesystem (devfs), you have to edit
-       /etc/devfs/perms.  There you should search the line
-
-              REGISTER ^sg[^/]* PERMISSIONS root.root 0600
-
-       and add a new line (eg. for changing permissions of sg4):
-
-              REGISTER ^sg4 PERMISSIONS root.scanner 0660
-
-
-
-

FREEBSD INFO

-       Auto-configuration using the "scsi *" lines in the  config  files  only
-       works  if  the  user  running  the  frontend  has  read/write  acces to
-       /dev/xpt0. Instead, you can also set a link /dev/scanner to the  appro-
-       priate /dev/uk device.
-
-              Adaptec AHA1542CF
-                     Reported  to  work fine under FreeBSD 2.2.2R with the aha
-                     driver.
-
-              Adaptec 2940
-                     Reported to work fine under FreeBSD 2.2.2.
-
-              Adaptec 1522
-                     The scanner probes ok but any attempt to access it  hangs
-                     the  entire  system. It looks like something is disabling
-                     interrupts and then not re-enabling  them,  so  it  looks
-                     like a bug in the FreeBSD aic driver.
-
-              Adaptec 1505
-                     Works  on  FreeBSD  2.2.5R  and 3.0 using the aic driver,
-                     provided that Plug-and-Play support is  disabled  on  the
-                     card.  If there are no uk devices, just do a ``sh MAKEDEV
-                     uk0'' in the /dev directory. The scanner should  then  be
-                     accessible as /dev/uk0 if it was probed during boot.
-
-              Tekram DC390
-                     Reported  to  work fine under FreeBSD 2.2.2R with the amd
-                     driver.
-
-
-
-

LINUX INFO

-       First, make sure your kernel has  SCSI  generic  support  enabled.   In
-       ``make xconfig'', this shows up under ``SCSI support->SCSI generic sup-
-       port''.
-
-
-       To keep scanning times to a minimum, it is strongly recommended to  use
-       a large buffer size for the generic SCSI driver. From SG driver version
-       2.0 on, the maximum buffer size can be changed at program run time, and
-       there  is  no  restriction  in size. This driver version is part of the
-       Linux kernels from version 2.2.7 on. If the new SG driver is  available
-       some  backends  (e.g. sane-umax, sane-mustek, sane-sharp) automatically
-       request larger scsi  buffers.  If  a  backend  does  not  automatically
-       request   a   larger   scsi   buffer,   set  the  environment  variable
-       SANE_SG_BUFFERSIZE to the desired buffer size in bytes. It is not  rec-
-       ommended  to use more than 1 MB, because for large values the probabil-
-       ity  increases  that  the  SG  driver  cannot  allocate  the  necessary
-       buffer(s).  For  ISA cards, even 1 MB might be a too large value. For a
-       detailed  discussion  of  memory  issues  of   the   SG   driver,   see
-       http://www.torque.net/sg.
-
-       For  Linux  kernels before version 2.2.7 the size of the buffer is only
-       32KB.  This works, but for many cheaper scanners this  causes  scanning
-       to be slower by about a factor of four than when using a size of 127KB.
-       Linux defines the size of this buffer by macro  SG_BIG_BUFF  in  header
-       file  /usr/include/scsi/sg.h.   Unless  a  system is seriously short on
-       memory, it is recommended to increase this value to the  maximum  legal
-       value  of  128*1024-512=130560 bytes.  After changing this value, it is
-       necessary to recompile both the kernel (or the SCSI generic module) and
-       the  SCSI backends. Keep in mind that this is only necessary with older
-       Linux kernels.
-
-       A common issue with SCSI scanners is what to do  when  you  booted  the
-       system  while  the scanner was turned off?  In such a case, the scanner
-       won't be recognized by the kernel and SANE won't be able to access  it.
-       Fortunately,  Linux  provides a simple mechanism to probe a SCSI device
-       on demand.  Suppose you have a scanner connected to SCSI bus 2 and  the
-       scanner  has a SCSI id of 5.  When the system is up and running and the
-       scanner is turned on, you can issue the command:
-
-              echo "scsi add-single-device 2 0 5 0" > /proc/scsi/scsi
-
-       and the kernel will probe and recognize your scanner (this needs to  be
-       done  as root).  It's also possible to dynamically remove a SCSI device
-       by using the ``remove-single-device''  command.   For  details,  please
-       refer to to the SCSI-2.4-HOWTO.
-
-       Scanners  are  known  to  work  with  the following SCSI adapters under
-       Linux. This list isn't complete, usually any SCSI adapter supported  by
-       Linux should work.
-
-              Acard/Advance SCSI adapters
-                     Some  old  versions  of the kernel driver (atp870u.c) cut
-                     the inquiry information.  Therefore the scanner  couldn't
-                     be detected correctly. Use a current kernel.
-
-              Adaptec AHA-1505/AHA-1542/AHA-2940
-                     Reported  to  work  fine  with  Linux  since v2.0. If you
-                     encounter kernel freezes or  other  unexpected  behaviour
-                     get  the  latest  Linux  kernel (2.2.17 seems to work) or
-                     reduce SCSI buffer size to 32 kB.
-
-              ASUS SC200
-                     Reported to work fine with Linux v2.0.
-
-              BusLogic BT958
-                     To configure the BusLogic card, you may  need  to  follow
-                     these     instructions     (contributed     by     Jeremy
-                     <jeremy@xxedgexx.com>): During boot, when  your  BusLogic
-                     adapter  is being initialized, press Ctrl-B to enter your
-                     BusLogic adapter setup.  Choose the  address  which  your
-                     BusLogic  containing  your  scanner  is  located.  Choose
-                     ``SCSI Device Configuration''.  Choose ``Scan SCSI Bus''.
-                     Choose  whatever  SCSI  id that contains your scanner and
-                     then choose ``View/Modify SCSI  configuration''.   Change
-                     ``Negotiation'' to ``async'' and change ``Disconnect'' to
-                     ``off''. Press Esc, save, and Esc  again  until  you  are
-                     asked to reboot.
-
-              NCR/Symbios 53c400/53c400a or Domex DTC3181E/L/LE (DTCT436/436P)
-              ISA SCSI card
-                     This card is supplied by Mustek (and other vendors). It's
-                     supported since Linux 2.2.  The SCSI cards are  supported
-                     by the module g_NCR5380.  It's necessary to tell the ker-
-                     nel the io port and type of card.  Example for a 53c400a:
-                     ``modprobe   g_NCR5380   ncr_addr=0x280  ncr_53c400a=1''.
-                     Once the kernel detects the  card,  it  should  work  all
-                     right.  However, while it should work, do not expect good
-                     performance out of this card---it has no  interrupt  line
-                     and  therefore  while  a  scan is in progress, the system
-                     becomes almost unusable.  You may change  the  values  of
-                     the USLEEP macros in drivers/scsi/g_NCR5380.c.  Some doc-
-                     umentation is in this file and NCR5380.c.
-
-              NCR/Symbios 810
-                     For some scanners it may be necessary to disable  discon-
-                     nect/reconnect.   To   achieve   this   use   the  option
-                     ncr53c8xx="disc:n". Some people reported that their scan-
-                     ner  only  worked  with  the  53c7,8xx  driver,  not  the
-                     ncr53c8xx. Try both if you have trouble.
-                     For Linux kernels before 2.0.33 it may  be  necessary  to
-                     increase  the  SCSI  timeout. The default timeout for the
-                     Linux kernels before 2.0.33 is 10 seconds, which  is  way
-                     too low when scanning large area.  If you get messages of
-                     the form ``restart (ncr dead ?)'' in  your  /var/log/mes-
-                     sages  file  or on the system console, it's an indication
-                     that the timeout is too short.  In this  case,  find  the
-                     line  ``if  (np->latetime>10)'' in file ncr53c8xx.c (nor-
-                     mally  in  directory   /usr/src/linux/drivers/scsi)   and
-                     change  the  constant  10 to, say, 60 (one minute).  Then
-                     rebuild the kernel/module and try again.
-
-              Tekram DC315
-                     The     driver      can      be      downloaded      from
-                     http://www.garloff.de/kurt/linux/dc395/.   For some older
-                     scanners it may be necessary  to  disable  all  the  more
-                     advanced  features  by  using  e.g.  modprobe  dc395x_trm
-                     dc395x_trm=7,5,1,32.
-
-              Tekram DC390
-                     Version 1.11 of the Tekram  driver  seems  to  work  fine
-                     mostly,  except that the scan does not terminate properly
-                     (it causes a SCSI timeout after 10 minutes).  The generic
-                     AM53C974 also seems to work fine and does not suffer from
-                     the timeout problems.
-
-
-
-

SOLARIS, OPENSTEP AND NEXTSTEP INFO

-       Under Solaris, OpenStep and NeXTStep,  the  generic  SCSI  device  name
-       refers  to  a  SCSI  bus,  not  to  an individual device.  For example,
-       /dev/sg0 refers to the first SCSI bus.  To tell SANE  which  device  to
-       use,  append  the  character  'a'+target-id to the special device name.
-       For example, the SCSI device connected to the first SCSI controller and
-       with target-id 0 would be called /dev/sg0a, and the device with target-
-       id 1 on that same bus would be called /dev/sg0b, and so on.
-
-
-
-

ENVIRONMENT

-       SANE_DEBUG_SANEI_SCSI
-              If the library was compiled with  debug  support  enabled,  this
-              environment  variable  controls  the debug level for the generic
-              SCSI I/O subsystem.  E.g., a value of  128  requests  all  debug
-              output  to be printed by the backend. A value of 255 also prints
-              kernel messages  from  the  SCSI  subsystem  (where  available).
-              Smaller levels reduce verbosity.
-
-       SANE_SCSICMD_TIMEOUT
-              sets  the timeout value for SCSI commands in seconds. Overriding
-              the default value of 120 seconds should only  be  necessary  for
-              very slow scanners.
-
-
-
-

SEE ALSO

-       sane(7), sane-find-scanner(1), sane-"backendname"(5), sane-usb(5)
-
-
-
-

AUTHOR

-       David Mosberger
-
-sane-backends 1.0.18              28 Oct 2003                     sane-scsi(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-sharp.5.html b/man/sane-sharp.5.html index ac61011d..cfa1dd3f 100644 --- a/man/sane-sharp.5.html +++ b/man/sane-sharp.5.html @@ -1,377 +1,8 @@ - - -sane-sharp.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-sharp.5

-
-
-
-sane-sharp(5)            SANE Scanner Access Now Easy            sane-sharp(5)
-
-
-
-

NAME

-       sane-sharp - SANE backend for SHARP scanners
-
-
-
-

DESCRIPTION

-       The  sane-sharp  library  implements  a  SANE (Scanner Access Now Easy)
-       backend that provides access to  Sharp  SCSI  scanners.   This  backend
-       should be considered beta-quality software!  In the current state it is
-       known to work with JX-610 and JX-250 scanners. It is prepared for usage
-       with  the  JX-330  series scanners, but we are not able to test it with
-       these devices.
-
-       For other Sharp scanners, it may or may not work.
-
-       At present, the following scanners are known to work with this backend.
-
-              Vendor  Product id:
-              -----   -----------
-              Sharp   JX-610
-              Sharp   JX-250
-              Sharp   JX-320
-              Sharp   JX-330
-              Sharp   JX-350
-
-       The following scanners are detected by the backend, but not tested:
-
-              Vendor  Product id:
-              -----   -----------
-              Sharp   JX-325
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form:
-
-              special
-
-       Where  special is either the path-name for the special device that cor-
-       responds to a SCSI scanner. The special device name must be  a  generic
-       SCSI  device or a symlink to such a device.  Under Linux, such a device
-       name could be /dev/sga or /dev/sge, for example.  See sane-scsi(5)  for
-       details.
-
-
-
-

SCAN OPTIONS

-       Scan Mode (parameter --mode for scanimage). Possible settings:
-              Lineart (1 bit black & white scans),
-              Gray (8 bit gray scale scans),
-              Lineart Color (bi-level color scans),
-              Color (8 bit RGB scans).
-       The default value is Color.
-
-       Halftone  Pattern  (parameter --halftone-pattern for scanimage). Avail-
-       able only for the JX-330 series scanners.  Possible settings:
-              none
-              Dither Bayer
-              Dither Spiral
-              Dither Dispersed
-              Error Diffusion
-       The default value is none.
-
-       Paper Source (parameter --source for scanimage). This  option  is  only
-       available, if an automatic document feeder or a transparency adapter is
-       installed. Possible settings:
-              Flatbed
-              Automatic Document Feeder
-              Transparency Adapter
-       If an ADF or a transparency adapter  is  installed,  using  it  is  the
-       default selection.
-
-       Custom  Gamma  (parameter  --custom-gamma  for  scanimage). This option
-       determines whether a builtin or a custom gamma-table is used.  Possible
-       settings:
-              yes enables custom gamma tables
-              no enables a built gamma table
-
-       Gamma (parameter --Gamma for scanimage). This option is only available,
-       if Custom Gamma is set to no.  Possible values:
-              1.0
-              2.2
-       The default value is 2.2. (The JX-250 and JX-350 have no built in gamma
-       correction; for these scanner, a gamma table is downloaded to the scan-
-       ner by the backend.)
-
-       Gamma Table (parameter --gamma-table for  scanimage).  Allowed  values:
-       0..255;  256  numbers must be defined.  The default values are 0, 1, 2,
-       .. 255 (i.e., gamma == 1). This table  is  only  used  for  gray  scale
-       scans.
-
-       Red  Gamma  Table  (parameter --red-gamma-table for scanimage). Allowed
-       values: 0..255; 256 numbers must be defined.  The default values are 0,
-       1, 2, .. 255 (i.e., gamma == 1).
-
-       Green Gamma Table (paramter --green-gamma-table for scanimage). Allowed
-       values: 0..255; 256 numbers must be defined.  The default values are 0,
-       1, 2, .. 255 (i.e., gamma == 1).
-
-       Blue  Gamma  Table (paramter --blue-gamma-table for scanimage). Allowed
-       values: 0..255; 256 numbers must be defined.  The default values are 0,
-       1, 2, .. 255 (i.e., gamma == 1).
-
-       Resolution  in  pixel  per inch (parameter --resolution for scanimage).
-       Selects the resolution of the scanned image. Allowed values:
-              30..600 (JX-330, JX-350 and JX-610) resp.  30..400 (JX-250)
-       The default value is 150.
-
-       Scan Window
-
-       The possible settings depend on the scanner model and, for  the  JX-250
-       and  the  JX-350,  also  on  the usage of the automatic document feeder
-       resp. the transparency adapter. Please refer to the values  allowed  by
-       xscanimage,  or  xsane. With scanimage, enter one of the following com-
-       mands:
-
-              scanimage -d sharp --source "Automatic Document Feeder" --help
-
-              scanimage -d sharp --source Flatbed --help
-
-              scanimage -d sharp --source "Transparency Adapter" --help
-
-       in order to see the allowed parameter values for the scan window.
-
-       The scan window parameters are:
-
-              Top-left x position of scan area (parameter -l for scanimage);
-              Top-left y position of scan area (parameter -t for scanimage);
-              bottom right x position of scan area (parameter -x  for  scanim-
-              age);
-              bottom  right  y position of scan area (parameter -y for scanim-
-              age);
-
-       Edge emphasis (parameter --Edge emphasis for scanimage). This option is
-       not available for the JX-250 and the JX-350.  Possible settings:
-              None
-              Middle
-              Strong
-              Blur
-       The default value is None.
-
-       Threshold (parameter --threshold for scanimage). Sets the threshold for
-       black and white pixels in lineart mode. Possible values:
-              1..255
-       The default value is 128.  This option is only available in  scan  mode
-       lineart.
-
-       Threshold  Red  (parameter  --threshold-red  for  scanimage).  Sets the
-       threshold for the red component of a pixel in  in  lineart  color  scan
-       mode. Possible values:
-              1..255
-       The  default  value is 128.  This option is only available in scan mode
-       color lineart.
-
-       Threshold Green (parameter --threshold-green for scanimage).  Sets  the
-       threshold  for  the green component of a pixel in in lineart color scan
-       mode. Possible values:
-              1..255
-       The default value is 128.  This option is only available in  scan  mode
-       color lineart.
-
-       Threshold  Blue  (parameter  --threshold-blue  for scanimage). Sets the
-       threshold for the blue component of a pixel in in  lineart  color  scan
-       mode. Possible values:
-              1..255
-       The  default  value is 128.  This option is only available in scan mode
-       color lineart.
-
-       Light Color (parameter --LightColor for scanimage). Sets the  color  of
-       the light source. Possible values:
-              white
-              red
-              green
-              blue
-       The  default  value  is  white.   This option is only available in scan
-       modes lineart color and color.
-
-
-
-

ADF USAGE

-       If a paper jam occurred, the  maintenance  cover  must  be  opened  and
-       closed,  even  if  the  jammed paper can be removed without opening the
-       maintenance cover. Otherwise, the error condition cannot be cleared.
-
-
-
-

CONFIGURATION

-       The contents of the sharp.conf file is a list  of  options  and  device
-       names  that  correspond to Sharp scanners. Empty lines and lines begin-
-       ning with a hash mark (#) are ignored.  See  sane-scsi(5)  for  details
-       about device names.
-
-       Lines setting an option start with the key word option, followed by the
-       option's name and the option's value. At  present,  three  options  are
-       defined: buffers, buffersize, and readqueue.
-
-       Options  defined  at  the  start  of  sharp.conf  apply to all devices;
-       options defined after a device name apply to this device.
-
-       The options buffers and readqueue are only significant if  the  backend
-       has  been  compiled  so  that  for each scan a second process is forked
-       (switch USE_FORK in sharp.c ). This process reads the  scan  data  from
-       the  scanner  and  writes this data into a block of shared memory.  The
-       parent process reads the data from this memory block and delivers it to
-       the  frontend.  The  options  control the size and usage of this shared
-       memory block.
-
-       option buffers defines the number of buffers used. The smallest  number
-       allowed is 2.
-
-       option  buffersize defines the size of one buffer. Since each buffer is
-       filled with a single read command sent to the scanner, its size is lim-
-       ited  automatically  to  the size allowed by the operating system or by
-       the Sane SCSI library for SCSI read commands. A buffer size of  128  kB
-       or 256 kB is recommended for scan resolutions of 300 dpi and above.
-
-       option readqueue defines how many read commands to be sent to the scan-
-       ner are queued. At present, the Sane SCSI library supports queued  read
-       commands  only for for Linux. For other operating systems, option read-
-       queue should be set to 0. For Linux, option readqueue should be set  to
-       2. Larger values than 2 for option readqueue are not reasonable in most
-       cases.  option buffers should be greater than option readqueue.
-
-
-
-

Performance Considerations

-       This section focuses on the problem of stops of the scanner's  carriage
-       during a scan. Carriage stops happen mainly with the JX-250. This scan-
-       ner has obviously only a small internal buffer compared to  its  speed.
-       That means that the backend must read the data as fast as possible from
-       the scanner in order to avoid carriage stops.
-
-       Even the JX-250 needs only less than 10 seconds for a 400 dpi  A4  gray
-       scale  scan,  which results in a data transfer rate of more than 1.6 MB
-       per second. This means that the data produced by the  scanner  must  be
-       processed  fairly fast. Due to the small internal buffer of the JX-250,
-       the backend must issue a read request for the next data block  as  soon
-       as  possible  after  reading a block of data in order to avoid carriage
-       stops.
-
-       Stops of the carriage can be caused by the following reasons:
-
-              - too much "traffic" on the SCSI bus
-              - slow responses by the backend to the scanner,
-              - a program which processes the data acquired by the backend too
-              slow.
-
-       Too  much  "traffic" on the SCSI bus: This happens for example, if hard
-       disks are connected to the same SCSI bus as the scanner, and when  data
-       transfer  from/to  these hard disks requires a considerable part of the
-       SCSI bandwidth during a scan. If this is the case, you should  consider
-       to connect the scanner to a separate SCSI adapter.
-
-       Slow  responses by the backend to the scanner: Unfortunately, Unix-like
-       operating systems generally have no real time capabilities.  Thus there
-       is  no  guarantee  that  the backend is under any circumstances able to
-       communicate with the scanner as fast  as  required.  To  minimize  this
-       problem,  the backend should be compiled so that a separate reader pro-
-       cess is forked: Make sure that USE_FORK is  defined  when  you  compile
-       sharp.c.   If  slow  responses of the backend remain to be problem, you
-       could try to reduce the load of the system. Even while the backend  and
-       the  reader  process  need only a minor amount of processor time, other
-       running processes can cause an increase in the time delay  between  two
-       time  slices  given  to  the reader process. On slower systems, such an
-       increased delay can be enough to cause a carriage stop with the JX-250.
-       For Linux, the usage of the SG driver version 2.1.36 or above is recom-
-       mended, because it supports, in combination with the  SCSI  library  of
-       Sane  version 1.0.2, command queueing within the kernel.  This queueing
-       implementation, combined with a buffer size of at least 128 kB,  should
-       avoid most carriage stops.
-
-       Slow  processing of the scan data: An example for this situation is the
-       access to the scanner via a 10 MBit Ethernet, which is  definitely  too
-       slow  to  transfer  the  scan  data as fast as they are produced by the
-       scanner. If you have enough memory available, you can  increase  option
-       buffers, so that an entire image can be stored in these buffers.
-
-       In  order to see, if the backend is too slow or if the further process-
-       ing  of  the  data  is  too  slow,   set   the   environment   variable
-       SANE_DEBUG_SHARP  to 1. When a scan is finished, the backend writes the
-       line "buffer full conditions: nn" to stderr. If nn  is  zero,  carriage
-       stops  are  caused  by  too  slow  responses of the backend or too much
-       "traffic" on the SCSI bus. If nn is greater than zero, the backend  had
-       to  wait  nn  times  until a buffer has been processed by the frontend.
-       (Please note that option buffers must be greater than option  readqueue
-       in order to get useful output for "buffer full conditions".)
-
-
-
-

FILES

-       /usr/local/etc/sane.d/sharp.conf
-              The backend configuration file.
-
-       /usr/local/lib/sane/libsane-sharp.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-sharp.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_DEBUG_SHARP
-              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.
-
-
-
-

KNOWN PROBLEMS

-       1. ADF Mode
-              After  several ADF scans, the scanner moves the carriage back to
-              the idle position and back to ADF scan position, before  a  scan
-              starts.  We do not know, if this is a problem of the scanner, or
-              if this is a bug of the backend. At present,  the  scanner  must
-              power off and on to stop this annoying behaviour.
-
-       2. Threshold level does not work (only JX-610)
-
-       3.  The  maximum  resolution  is limited to 600 dpi(JX-610 supported to
-       1200 dpi) resp. 400 dpi (JX-250)
-
-       4. If the JX250 is used with an ADF, the following situation can occur:
-       After  several  scans,  the scanner moves, after loading a new sheet of
-       paper, the carriage to the idle position, and then back to the position
-       used  for  ADF  scans.  This happens for every scan, in contrast to the
-       calibration, which is done after 10 scans. (For  the  calibration,  the
-       carriage  is  also moved to the idle position.) We do not know, if this
-       behavior is caused by the backend, or if it is a bug in the firmware of
-       the scanner.
-
-       5.  Usage  of a transparency adapter (film scan unit) is supported, but
-       not tested.
-
-
-
-

SEE ALSO

-       sane(7), sane-scsi(5)
-
-
-
-

AUTHORS

-       Kazuya Fukuda, Abel Deuring
-
-
-
-

CREDITS

-       The Sharp backend is based on the Canon backend written by Helmut  Koe-
-       berle
-
-       Parts of this man page are a plain copy of sane-mustek(5) by David Mos-
-       berger-Tang, Andreas Czechanowski and Andreas Bolsch
-
-sane-backends 1.0.18              21 Nov 2000                    sane-sharp(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-sm3600.5.html b/man/sane-sm3600.5.html index 9281b535..cfa1dd3f 100644 --- a/man/sane-sm3600.5.html +++ b/man/sane-sm3600.5.html @@ -1,104 +1,8 @@ - - -sane-sm3600.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-sm3600.5

-
-
-
-sane-sm3600(5)           SANE Scanner Access Now Easy           sane-sm3600(5)
-
-
-
-

NAME

-       sane-sm3600 - SANE backend for Microtek scanners with M011 USB chip
-
-
-
-

DESCRIPTION

-       The  sane-sm3600  library  implements  a SANE (Scanner Access Now Easy)
-       backend that provides access to some Microtek scanners with the Toshiba
-       M011 custom USB chip.  This backend should be considered alpha.
-
-       There  are  also  backends for Microtek scanners with SCSI command set.
-       Refer to sane-microtek(5) and sane-microtek2(5) for details.
-
-       At present, the following scanners are known positively  to  work  with
-       this backend:
-
-              Vendor     Product id:     Remark:
-              --------   --------------  -----------
-              Microtek   ScanMaker 3600  all modes ok
-              Microtek   ScanMaker 3700  reported to work
-              Microtek   ScanMaker 3750  reported to work
-
-       If  you  own  a Microtek scanner with the M011 chip other than the ones
-       listed above, it may or may not work with SANE!
-
-
-
-

FRONTEND OPTIONS

-       This backend dynamically enables the options for the frontend, that are
-       supported  by  the scanner in dependence of the scanning-mode and other
-       options. Not supported options are disabled.
-
-       The following options are supported by the Microtek2-driver:
-
-       Color, grayscale, halftone and lineart scans.
-
-       contrast, brightness, control, gamma correction.
-
-
-
-

DEVICE NAMES

-       This backend does not support device names in a standardized form.
-
-
-
-

CONFIGURATION

-       This backend does not support a configuration file right now.
-
-
-
-

FILES

-       /usr/local/lib/sane/libsane-sm3600.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-sm3600.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_DEBUG_SM3600
-              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. To see error messages on stderr
-              set SANE_DEBUG_SM3600 to 1.
-
-              E.g. just say:
-              export SANE_DEBUG_SM3600=5
-
-
-
-

SEE ALSO

-       sane-microtek2(5), http://sm3600.sourceforge.net
-
-
-
-

AUTHOR

-       Marian Eichholz (eichholz@computer.org)
-       Glenn Ramsey (glenn@componic.com)
-
-sane-backends 1.0.18            16 August 2005                  sane-sm3600(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-sm3840.5.html b/man/sane-sm3840.5.html index d049b830..cfa1dd3f 100644 --- a/man/sane-sm3840.5.html +++ b/man/sane-sm3840.5.html @@ -1,109 +1,8 @@ - - -sane-sm3840.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-sm3840.5

-
-
-
-sane-sm3840(5)           SANE Scanner Access Now Easy           sane-sm3840(5)
-
-
-
-

NAME

-       sane-sm3840 - SANE backend for Microtek scanners with SCAN08 USB chip
-
-
-
-

DESCRIPTION

-       The  sane-sm3840  library  implements  a SANE (Scanner Access Now Easy)
-       backend that provides access to some Microtek scanners with the  SCAN08
-       USB chip.
-
-       There  exist  backends  for  Microtek  scanners  with SCSI command set.
-       Refer to sane-microtek(5) and sane-microtek2(5) for details.
-
-       There also exists a Microtek 3600 series driver, see sane-sm3600(5) for
-       details.
-
-       At  present,  the  following scanners are known positively to work with
-       this backend:
-
-              Vendor     Product ID:     Remark:
-              --------   --------------  -----------
-              Microtek   ScanMaker 3840  All modes OK
-              Microtek   ScanMaker 4800  All modes OK
-
-       If you own a Microtek scanner with the SCAN08 chip other than the  ones
-       listed  above,  it may or may not work with SANE.  Feel free to contact
-       the backend author (earle@ziplabel.com) to report results with scanners
-       not on the list.
-
-
-
-

FRONTEND OPTIONS

-       The following options are supported by the sm3840-driver:
-
-       --mode color|gray
-       Color or grayscale mode.
-
-       --resolution 150|300|600|1200
-       Pixels per inch for scans.
-
-       --depth 8|16
-       Note that the least significant bits of 16bpp mode may be noise.
-
-       --brightness 1..4096
-       Higher numbers increase brightness of returned image.
-
-       --contrast 0.1..9.9
-       Larger numbers decrease contrast of returned image.
-
-       --lamp-timeout 1..15
-       Time in minutes until the lamp is turned off after a scan.
-
-
-
-

CONFIGURATION

-       This backend does not support a configuration file right now.
-
-
-
-

FILES

-       /usr/local/lib/sane/libsane-sm3840.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-sm3840.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_DEBUG_SM3840
-              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. To see error messages on stderr
-              set SANE_DEBUG_SM3840 to 1.
-
-
-
-

SEE ALSO

-       sane-microtek2(5), sane-sm3600(5), http://www.ziplabel.com/sm3840
-
-
-
-

AUTHOR

-       Earle F. Philhower III (earle@ziplabel.com)
-
-sane-backends 1.0.18             Mar 15, 2005                   sane-sm3840(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-snapscan.5.html b/man/sane-snapscan.5.html index d36db3ce..cfa1dd3f 100644 --- a/man/sane-snapscan.5.html +++ b/man/sane-snapscan.5.html @@ -1,125 +1,8 @@ - - -sane-snapscan.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-snapscan.5

-
-
-
-sane-snapscan(5)         SANE Scanner Access Now Easy         sane-snapscan(5)
-
-
-
-

NAME

-       sane-snapscan - SANE backend for AGFA SnapScan flatbed scanners
-
-
-
-

DESCRIPTION

-       The  sane-snapscan  library implements a SANE (Scanner Access Now Easy)
-       backend that provides access to  AGFA  SnapScan  flatbed  scanners.  At
-       present,  the  following scanners are supported from this backend: AGFA
-       SnapScan 300, 310, 600, and 1236s, 1236u, 1212u, e20,  e25,  e40,  e50,
-       e60,  Vuego  310s,  Acer  300f,  310s, 610s, 610plus, Prisa 620s, Prisa
-       620u, Prisa 620ut, Prisa 640u, Prisa 640bu,  Prisa  1240,  Prisa  3300,
-       Prisa  4300,  Prisa 5300 and Guillemot Maxi Scan A4 Deluxe (SCSI) (with
-       varying success).
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form:
-
-              special
-
-       Where special is the path-name for the special device that  corresponds
-       to a SCSI scanner. For SCSI scanners, the special device name must be a
-       generic SCSI device or a symlink to such a device.  Under Linux, such a
-       device  name  could  be  /dev/sga  or /dev/sge, for example.  See sane-
-       scsi(5) for details.
-
-       For USB scanners the devicename must contain the keyword "usb",  as  in
-       /dev/usbscanner   or  /dev/usb/scanner0.   For  scanners  that  need  a
-       firmware upload before scanning add a  line  starting  with  "firmware"
-       followed by the fully qualified path to your firmware file, e.g.
-
-              firmware /usr/local/share/sane/snapscan/firmware.bin
-
-       For further details read http://snapscan.sourceforge.net.
-
-
-
-

CONFIGURATION

-       The  contents  of the snapscan.conf file is a list of device names that
-       correspond to SnapScan scanners.  Empty lines and lines starting with a
-       hash mark (#) are ignored.  See sane-scsi(5) on details of what consti-
-       tutes a valid device name.
-
-
-
-

FILES

-       /usr/local/etc/sane.d/snapscan.conf
-              The  backend  configuration  file  (see  also   description   of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-snapscan.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-snapscan.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are separated by a colon (`:'), under OS/2, they  are  separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration file is searched in two default directories: first,  the
-              current     working     directory     (".")    and    then    in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends  with  the  directory separator character, then the default
-              directories are searched after the explicitly specified directo-
-              ries.   For  example,  setting SANE_CONFIG_DIR to "/tmp/config:"
-              would   result   in   directories   "tmp/config",    ".",    and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_SNAPSCAN
-              If  the  library  was  compiled with debug support enabled, this
-              environment variable controls the debug level for this  backend.
-              E.g.,  a  value  of 255 requests all debug output to be printed.
-              Smaller levels reduce verbosity.
-
-
-
-

BUGS

-       Man page doesn't provide much information yet.
-
-
-
-

SEE ALSO

-       sane(7), sane-scsi(5)
-       http://www.cs.ualberta.ca/~charter/SnapScan/snapscan.html
-       http://sourceforge.net/projects/snapscan/ (new development website)
-
-
-
-

AUTHOR

-       Kevin Charter, Franck Schneider, Michel Roelofs, Emmanuel  Blot,  Mikko
-       Tyolajarvi,  David  Mosberger-Tang, Wolfgang Goeller, Petter Reinholdt-
-       sen, Gary Plewa, Sebastien Sable, Oliver Schwartz and Mikael Magnusson.
-       Man  page  by  Henning Meier-Geinitz (mostly based on the web pages and
-       source code).
-
-sane-backends 1.0.18              26 May 2001                 sane-snapscan(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-sp15c.5.html b/man/sane-sp15c.5.html index ca47b446..cfa1dd3f 100644 --- a/man/sane-sp15c.5.html +++ b/man/sane-sp15c.5.html @@ -1,89 +1,8 @@ - - -sane-sp15c.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-sp15c.5

-
-
-
-sane-sp15c(5)            SANE Scanner Access Now Easy            sane-sp15c(5)
-
-
-
-

NAME

-       sane-sp15c - SANE backend for Fujitsu ScanPartner 15C flatbed scanner
-
-
-
-

DESCRIPTION

-       The  sane-sp15c  library  implements  a  SANE (Scanner Access Now Easy)
-       backend which provides access to  the  Fujitsu  flatbed  scanners.   At
-       present, the following scanner is known to work with these backend:
-
-              Vendor:  Model:           Rev:
-              -------- ---------------- -----
-              FCPA     ScanPartner 15C  1.01
-
-       The  ScanPartner 15C driver supports lineart (1-bit), halftone (1-bit),
-       grayscale (4-bit and 8-bit), and color (3 x 8-bit) scanning.
-
-       Other scanners in these families may work.  The ScanPartner  15C  seems
-       to  be a repackaging of the ScanPartner 600C.  People are encouraged to
-       try these driver with the other scanners and to contact the author with
-       test results.
-
-
-
-

CONFIGURATION

-       A  modest  effort  has  been made to expose the standard options to the
-       API.  This allows frontends such as xscanimage to set scanning  region,
-       resolution,  bit-depth  (and  color), and enable the automatic document
-       feeder.
-
-
-
-

SEE ALSO

-       sane(7), sane-scsi(5), sane-fujitsu(5)
-       Fujitsu ScanPartner 15C OEM Manual, Doc. No. 250-0081-0
-       Fujitsu M3096G OEM Manual, part number 50FH5028E-05
-       Fujitsu M3096GX/M3093GX/M3093DG OEM Manual, part number C150-E015...03
-
-
-
-

AUTHOR

-       Randolph Bentson <bentson@holmsjoen.com>, with credit  to  the  unnamed
-       author of the coolscan driver
-
-
-
-

LIMITATIONS

-       Testing limited to a Linux 2.2.5 kernel
-       Can't  quite  get  the scan page/minute performance in ADF modes.  This
-       may be due to limited system buffer size.
-
-
-
-

BUGS

-       I'm sure there are plenty, and not too well hidden, but I haven't  seen
-       them yet.
-       Both  scanners  claim to have separate control of resolution in X and Y
-       directions.  I confess I haven't tested this yet.  I  have  found  that
-       xsane doesn't even display this capability.
-       Threshold  settings  on  the  SP15C don't seem to affect the results of
-       lineart mode scans.
-       It might be possible to merge these two  drivers  without  much  effort
-       since  the  SP15C driver was derived from the M3096G driver.  They were
-       split so as to keep the second driver  development  from  breaking  the
-       working first driver.  Watch this space for changes.
-
-
-sane-backends 1.0.18              17 Apr 2002                    sane-sp15c(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-st400.5.html b/man/sane-st400.5.html index f4fa31d4..cfa1dd3f 100644 --- a/man/sane-st400.5.html +++ b/man/sane-st400.5.html @@ -1,164 +1,8 @@ - - -sane-st400.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-st400.5

-
-
-
-sane-st400(5)            SANE Scanner Access Now Easy            sane-st400(5)
-
-
-
-

NAME

-       sane-st400 - SANE backend for Siemens ST/Highscan flatbed scanners
-
-
-
-

DESCRIPTION

-       The  sane-st400  library  implements  a  SANE (Scanner Access Now Easy)
-       backend that provides access to Siemens ST400 flatbed scanners and com-
-       patibles.   At  present,  the  following scanners are supported by this
-       backend:
-
-              Siemens ST400 (6 bit gray scale)
-              Siemens ST800 (6 bit gray scale)
-
-       The driver supports line art and gray scans up to 8bpp.
-
-       The Siemens ST/Highscan series includes several more models,  e.g.  the
-       ST300  and ST600.  If you own one of these scanners, or a scanner other
-       than the ones listed above that works with this backend, please let  us
-       know  by  sending the scanner's model name, SCSI ID, and firmware revi-
-       sion   to   sane-devel@lists.alioth.debian.org.    Have   a   look   at
-       http://www.sane-project.org/mailing-lists.html  concerning subscription
-       to sane-devel.
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form:
-
-              special
-
-       Where special is either the path-name for the special device that  cor-
-       responds  to a SCSI scanner. For SCSI scanners, the special device name
-       must be a generic SCSI device or a symlink to  such  a  device.   Under
-       Linux,  such  a device name could be /dev/sga or /dev/sge, for example.
-       See sane-scsi(5) for details.
-
-
-
-

CONFIGURATION

-       The contents of the st400.conf file is a list of device names that cor-
-       respond  to  Siemens  scanners.   Empty lines and lines starting with a
-       hash mark (#) are ignored.  A sample configuration file is shown below:
-
-              /dev/scanner
-              # this is a comment
-              /dev/sge
-
-       The default configuration file that is distributed with SANE looks like
-       this:
-
-              scsi SIEMENS "ST 400" Scanner * * 3 0
-
-       In this configuration, the driver can only access the  ST400  model  at
-       SCSI  ID 3 LUN 0 (see section "BUGS" below for the reason).  To use the
-       driver with other scanner models, add an appropriate line to  the  con-
-       figuration file.  For example, to use it with an ST800 at SCSI ID 3 LUN
-       0, add the line:
-
-              scsi SIEMENS "ST 800" Scanner * * 3 0
-
-
-
-

FILES

-       /usr/local/etc/sane.d/st400.conf
-              The  backend  configuration  file  (see  also   description   of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-st400.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-st400.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are separated by a colon (`:'), under OS/2, they  are  separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration file is searched in two default directories: first,  the
-              current working directory (".") and then in /etc/sane.d.  If the
-              value of the environment variable ends with the directory  sepa-
-              rator character, then the default directories are searched after
-              the explicitly  specified  directories.   For  example,  setting
-              SANE_CONFIG_DIR  to  "/tmp/config:"  would result in directories
-              "tmp/config", ".", and "/etc/sane.d"  being  searched  (in  this
-              order).
-
-       SANE_DEBUG_ST400
-              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.
-
-
-
-

MISSING FUNCTIONALITY

-       Everything but the most basic stuff.
-
-
-
-

BUGS

-       Currently, the backend does not check if the attached device really  is
-       a ST400.  It will happily accept everything that matches the configura-
-       tion entries.  This makes it easy to test the backend with other  scan-
-       ners: Just add an appropriate line to the configuration file.  The con-
-       figuration file as distributed (see above) only works with  the  ST400.
-       Be  careful: If there is no config file at all, the backend defaults to
-       /dev/scanner.
-
-       The ST400 answers on all eight SCSI LUNs.  Normally this is not a prob-
-       lem, as LUN support is usually disabled in SCSI drivers, but if you are
-       seeing multiple instances of the scanner in a device list, either  dis-
-       able  LUNs  in your SCSI setup or change the entry in the configuration
-       file to match LUN 0 only.
-
-
-
-

DEBUG

-       If  you  encounter  a  bug  please   set   the   environment   variable
-       SANE_DEBUG_ST400 to 128 and try to regenerate the problem. Then send me
-       a report with the log attached.
-
-       If you encounter a SCSI bus error or trimmed  and/or  displaced  images
-       please  also  set the environment variable SANE_DEBUG_SANEI_SCSI to 128
-       before sending me the report.
-
-
-
-

SEE ALSO

-       sane(7), sane-scsi(5)
-       http://www.informatik.uni-oldenburg.de/~ingo/sane/
-
-
-
-

AUTHOR

-       Ingo Wilken <Ingo.Wilken@informatik.uni-oldenburg.de>
-
-sane-backends 1.0.18              08 Mar 1999                    sane-st400(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-stv680.5.html b/man/sane-stv680.5.html index a522232b..cfa1dd3f 100644 --- a/man/sane-stv680.5.html +++ b/man/sane-stv680.5.html @@ -1,173 +1,8 @@ - - -sane-stv680.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-stv680.5

-
-
-
-sane-stv680(5)           SANE Scanner Access Now Easy           sane-stv680(5)
-
-
-
-

NAME

-       sane-stv680 - SANE backend for STV680 camera's
-
-
-
-

DESCRIPTION

-       The  sane-stv680  library  implements  a SANE (Scanner Access Now Easy)
-       backend that provides access  to  some  STV680  cameras.  This  backend
-       should  be  considered  beta-quality  software! STV680 cameras are sold
-       under various brands like Aiptek.  This backend may or may not  support
-       yours.
-
-       The cameras that should work with this backend are:
-
-       Vendor Model              USB vendor id  USB product id  status
-       ------------------------  -------------  --------------  --------
-       AIPTEK stv680                0x0553         0x0202       basic
-       Konica e-mini                0x04c8         0x0722       untested
-       DigitalDream l'espion XS     0x1183         0x0001       untested
-       Creative WebCam Go mini      0x041e         0x4007       untested
-
-       For all these cameras, see the backend home page (under AUTHOR) for the
-       exact status of each camera.
-
-       For startup of this backend check that if  present  the  stv680  kernel
-       module is removed or disabled.
-       Also    before    using,    enable   the   backend   by   editing   the
-       /etc/sane.d/dll.conf file, change #stv680 to stv680.
-
-       For problems with the untested cameras, you should contact  the  author
-       for that.
-
-       The options the backend supports can either be selected through command
-       line options to programs like scanimage  or  through  GUI  elements  in
-       xcam. For both programs use the -B option needed for size buffer.
-
-       Some frontends examples:
-       xcam
-              xcam -B
-
-       scanimage:  for  writing  in batch mode to a file or to a new file each
-       time.
-              scanimage -B -d stv680:libusb:001:002  --batch=out.ppm  --batch-
-              count 5 --mode "Color RGB"
-              scanimage -B -d stv680:libusb:001:002 --batch=out%d.ppm --batch-
-              count 5 --mode "Color RGB"
-
-       If you have any success with a camera not listed here, or if  you  have
-       any strange behavior, please report to the backend maintainer or to the
-       SANE mailing list.
-
-       Valid command line options and their syntax can be listed by using
-              scanimage --help -d stv680
-
-       Scan Mode
-
-       --mode selects the  basic  mode  of  operation  of  the  webcams  valid
-              choices.
-
-              The  read  resolution  mode  is  8 bits, output resolution is 24
-              bits.  Selects the resolution for a scan.   The  camera  can  do
-              only the resolutions listed.
-
-       --Raw  In this mode raw data is displayed
-
-       --Color
-              In this mode the bayer unshuffle is done but no color correction
-
-       --Color_RGB
-              Bayer unshuffle, color correction
-
-       --Color_RGB_TXT
-              Bayer unshuffle, color correction, textline with date  and  time
-              is added
-
-       Enhancement options
-
-       --white-level-r
-              Selects  what  red  radiance level should be considered "white",
-              when scanning some sheets  by  changing  the  calibration  value
-              loaded into the scanner. Scale -32 .. 0 .. +32 in steps of 1.
-
-       --white-level-g
-              Selects  what green radiance level should be considered "white",
-              when scanning some sheets by changing the  calibration  i  value
-              loaded into the scanner. Scale -32 .. 0 .. +32 in steps of 1.
-
-       --white-level-b
-              Selects  what  blue radiance level should be considered "white",
-              when scanning some sheets  by  changing  the  calibration  value
-              loaded into the scanner. Scale -32 .. 0 .. +32 in steps of 1.
-
-
-
-

CONFIGURATION FILE

-       The  configuration file /usr/local/etc/sane.d/stv680.conf supports only
-       one information: the device name to use (eg usb 0x.... 0x....).
-
-
-
-

FILES

-       /usr/local/lib/sane/libsane-stv680.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-stv680.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_DEBUG_STV680
-              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.
-
-
-
-

LIMITATIONS

-       The windows TWAIN driver has many more options than this SANE  backend.
-       However  they  are  only software adjustments. This backend only imple-
-       ments what the webcam can support.
-
-
-
-
-

BUGS

-       Plenty. Parts of this backend are still under development.
-              1. Some untested cameras.
-              2. Video streaming slow and stops sometimes (scanimage).
-              3. Sometimes 1/3 of image is NOK (xcam).
-
-
-
-

SEE ALSO

-       sane-usb(5), scanimage(1), xcam(1), sane(7)
-
-
-
-

AUTHORS

-       Gerard Klaver http://gkall.hobby.nl/stv680-aiptek.html
-
-
-
-

CREDITS

-       Thanks to developers of the other stv680 programs:
-              STV680 kernel module
-              pencam2 program
-              libghoto2 program (camlib stv0680)
-
-sane-backends 1.0.18             09 June 2006                   sane-stv680(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-tamarack.5.html b/man/sane-tamarack.5.html index 1d588a9f..cfa1dd3f 100644 --- a/man/sane-tamarack.5.html +++ b/man/sane-tamarack.5.html @@ -1,98 +1,8 @@ - - -sane-tamarack.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-tamarack.5

-
-
-
-sane-tamarack(5)         SANE Scanner Access Now Easy         sane-tamarack(5)
-
-
-
-

NAME

-       sane-tamarack - SANE backend for Tamarack flatbed scanners
-
-
-
-

DESCRIPTION

-       The  sane-tamarack  library implements a SANE (Scanner Access Now Easy)
-       backend that provides access to the following  Tamarack  flatbed  scan-
-       ners:
-
-              Artiscan 6000C
-              Artiscan 8000C
-              Artiscan 12000C
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form:
-
-              special
-
-       Where  special is the path-name for the special device that corresponds
-       to a SCSI scanner. The special device  name  must  be  a  generic  SCSI
-       device  or  a  symlink to such a device.  The program sane-find-scanner
-       helps to find out the correct device. Under Linux, such a  device  name
-       could  be  /dev/sga  or  /dev/sge,  for  example.  See sane-scsi(5) for
-       details.
-
-
-
-

FILES

-       /usr/local/etc/sane.d/tamarack.conf
-              The  backend  configuration  file  (see  also   description   of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-tamarack.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-tamarack.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are separated by a colon (`:'), under OS/2, they  are  separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration file is searched in two default directories: first,  the
-              current     working     directory     (".")    and    then    in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends  with  the  directory separator character, then the default
-              directories are searched after the explicitly specified directo-
-              ries.   For  example,  setting SANE_CONFIG_DIR to "/tmp/config:"
-              would   result   in   directories   "tmp/config",    ".",    and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_TAMARACK
-              If  the  library  was  compiled with debug support enabled, this
-              environment variable controls the debug level for this  backend.
-              Higher debug levels increase the verbosity of the output.
-
-              Example: export SANE_DEBUG_TAMARACK=4
-
-
-
-

SEE ALSO

-       sane(7), sane-scsi(5)
-
-
-
-

AUTHOR

-       Roger Wolff
-
-sane-backends 1.0.18              24 Jun 2000                 sane-tamarack(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-teco1.5.html b/man/sane-teco1.5.html index 1f629a8b..cfa1dd3f 100644 --- a/man/sane-teco1.5.html +++ b/man/sane-teco1.5.html @@ -1,177 +1,8 @@ - - -sane-teco1.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-teco1.5

-
-
-
-sane-teco1(5)            SANE Scanner Access Now Easy            sane-teco1(5)
-
-
-
-

NAME

-       sane-teco1 - SANE backend for TECO / RELISYS scanners
-
-
-
-

DESCRIPTION

-       The  sane-teco1  library  implements  a  SANE (Scanner Access Now Easy)
-       backend that provides access to some TECO SCSI flatbed  scanners.  This
-       backend  should  be considered beta-quality software! TECO scanners are
-       sold under various brands like RELISYS, PIOTECH,  TRUST.  This  backend
-       may or may not support yours.
-
-       The scanners that should work with this backend are:
-
-                 Vendor Model           TECO model      status
-              ----------------------  --------------  -----------
-                Relisys AVEC 2400        VM3520        tested
-                Relisys AVEC 2412        VM3520+       tested
-                Relisys AVEC 4800        VM4530        untested
-                Relisys AVEC 4816        VM4530+       untested
-                Relisys RELI 2400        VM3530        untested
-                Relisys RELI 2412        VM3530+       tested
-                Relisys RELI 2412        VM3530+       untested
-                Relisys RELI 4816        VM4540        tested
-                Relisys RELI 4830        VM4542        tested
-                Relisys RELI 9600        VM6530        untested
-                Relisys RELI 9612        VM6530*       untested
-                Relisys RELI 9624        VM6530+       untested
-                Relisys RELI 9630        VM6540        untested
-                Relisys RELI DS15        VM3440        untested
-                Relisys RELI DS6         VM3420        untested
-                Dextra  DF-600P          VM3510        tested
-                Dextra  DF-4830T         VM4542        untested
-                Dextra  DF-1200T+        VM3530+       untested
-                Dextra  DF-9624          VM6530+       untested
-
-       Note  that  the  untested  scanner  will not be directly supported. You
-       should contact the author for that.
-
-       The TECO VM number can usually be found at the back of the scanner.  It
-       is  also  part of the FCC ID. "sane-find-scanner -v" will also show the
-       scsi inquiry, and if it is a TECO scanner, the name will be there  too.
-
-       The options the backend supports can either be selected through command
-       line options to programs like scanimage  or  through  GUI  elements  in
-       xscanimage or xsane.
-
-       If  you have any success with a scanner not listed here, or if you have
-       any strange behavior, please report to the backend maintainer or to the
-       SANE mailing list.
-
-       Valid command line options and their syntax can be listed by using
-              scanimage --help -d teco1
-
-       Scan Mode
-
-       --mode selects the basic mode of operation of the scanner valid choices
-              are Black & White , Grayscale and Color The Black &  White  mode
-              is black and white only (1 bit). Grayscale will produce 256 lev-
-              els of gray (8 bits). Color will produce a 24 bits color  image.
-
-       --resolution
-              selects  the resolution for a scan. The scanner can do all reso-
-              lutions between 1 and 600, in increments of 1.
-
-       Geometry options
-
-       -l -t -x -y
-              control the scan area: -l sets the top left x coordinate, -t the
-              top left y coordinate, -x selects the width and -y the height of
-              the scan area. All parameters are specified  in  millimeters  by
-              default.
-
-       Enhancement options
-
-       --custom-gamma
-              (color  mode only) allows the user to specify a gamma table (see
-              the next 3 parameters).
-
-       --red-gamma-table
-              (color mode only) can be used to download a user  defined  gamma
-              table for the red channel. The table must be 256 bytes long.
-
-       --green-gamma-table
-              (color  mode  only) can be used to download a user defined gamma
-              table for the green channel. The table must be 256 bytes long.
-
-       --blue-gamma-table
-              (color mode only) can be used to download a user  defined  gamma
-              table for the blue channel. The table must be 256 bytes long.
-
-       --dither
-              (Black  &  White  only)  select the dither mask to use. Possible
-              values are Line art , 2x2 , 3x3 , 4x4 bayer , 4x4 smooth  ,  8x8
-              bayer , 8x8 smooth , 8x8 horizontal and 8x8 vertical
-
-       --preview
-              requests a preview scan. The resolution used for that scan is 22
-              dpi and the scan area is the maximum allowed. The scan  mode  is
-              user selected. The default is "no".
-
-
-
-

CONFIGURATION FILE

-       The  configuration  file /usr/local/etc/sane.d/teco1.conf supports only
-       one information: the device name to use (eg /dev/scanner).
-
-
-
-

FILES

-       /usr/local/lib/sane/libsane-teco1.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-teco1.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_DEBUG_TECO1
-              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.
-
-
-
-

LIMITATIONS

-       The windows TWAIN driver has many more options than this SANE  backend.
-       However  they  are  only software adjustments. This backend only imple-
-       ments what the scanner can support.
-
-
-
-

BUGS

-       None known.
-
-
-
-

SEE ALSO

-       sane-scsi(5), scanimage(1), xscanimage(1), xsane(1), sane(7)
-
-
-
-

AUTHOR

-       The package is actively maintained by Frank Zago.
-              http://www.zago.net/sane/#teco
-
-
-
-

CREDITS

-       Thanks to Gerard Delafond for the VM4542 support.  Thanks to  Jean-Yves
-       Simon for the VM3510 support.
-
-sane-backends 1.0.18           August 30th, 2002                 sane-teco1(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-teco2.5.html b/man/sane-teco2.5.html index b8b838d7..cfa1dd3f 100644 --- a/man/sane-teco2.5.html +++ b/man/sane-teco2.5.html @@ -1,225 +1,8 @@ - - -sane-teco2.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-teco2.5

-
-
-
-sane-teco2(5)            SANE Scanner Access Now Easy            sane-teco2(5)
-
-
-
-

NAME

-       sane-teco2 - SANE backend for TECO / RELISYS scanners
-
-
-
-

DESCRIPTION

-       The  sane-teco2  library  implements  a  SANE (Scanner Access Now Easy)
-       backend that provides access to some TECO SCSI flatbed  scanners.  This
-       backend  should  be considered beta-quality software! TECO scanners are
-       sold under various brands like Mustek, Relisys, Piotech, Primax, TRUST.
-       This backend may or may not support yours.
-
-       The scanners that should work with this backend are:
-
-                 Vendor Model           TECO model       status
-              ----------------------  --------------  -----------
-                Mustek ScanMagic 4830S   VM3575        untested
-                Primax Jewel 4800        VM356A         good
-                Primax Profi 9600        VM6575         basic
-                Primax Profi 19200       VM6586         good
-                Relisys APOLLO Express 3 VM356A         basic
-                Relisys APOLLO Express 6 VM6565         good
-                Relisys APOLLO Express 12   ?          untested
-                Relisys AVEC II S3       VM3564         good
-                Relisys AVEC Super 3     VM3575         basic
-                Relisys SCORPIO Pro      VM6575         good
-                Relisys SCORPIO Pro-S    VM6586        untested
-                Relisys SCORPIO Super 3  VM3575         good
-
-       For  all these scanners, lineart and gray mode work well. However, most
-       of them do not support more than a  handful  of  resolutions  in  color
-       mode.  See the backend home page (under AUTHOR) for the exact status of
-       each scanner.
-
-       Note that the untested scanner will  not  be  directly  supported.  You
-       should contact the author for that.
-
-       The  TECO VM number can usually be found at the back of the scanner. It
-       is also part of the FCC ID.
-
-       The options the backend supports can either be selected through command
-       line  options  to  programs  like  scanimage or through GUI elements in
-       xscanimage, xsane, quiteinsane or kooka.
-
-       If you have any success with a scanner not listed here, or if you  have
-       any strange behavior, please report to the backend maintainer or to the
-       SANE mailing list.
-
-       Valid command line options and their syntax can be listed by using
-              scanimage --help -d teco2
-
-       Scan Mode
-
-       --mode selects the basic mode of operation of the scanner valid choices
-              are Lineart , Gray and Color The Lineart mode is black and white
-              only (1 bit). Gray mode will  produce  256  levels  of  gray  (8
-              bits). Color will produce a 24 bits color image.
-
-       --resolution
-              Lineart  and Gray selects the resolution for a scan. The scanner
-              can do all resolutions between 1 and 600, in increments of 1.
-
-              Color selects the resolution for a scan. The scanner can do only
-              the resolutions listed.
-
-              All  values  with  ydpi  >  300  (300 x 600) or 600 (600 x 1200)
-              result in a wrong proportion for the scan. The proportion can be
-              adjusted with the following imagemagick command: convert -geome-
-              try (dpi/max_xdpi * 100%)x100% max_xdpi is for the  vm3575  con-
-              stant  with  300  dpi e.g. 600dpi adjust with: convert -geometry
-              200%x100%
-
-       Geometry options
-
-       -l -t -x -y
-              control the scan area: -l sets the top left x coordinate, -t the
-              top left y coordinate, -x selects the width and -y the height of
-              the scan area. All parameters are specified  in  millimeters  by
-              default.
-
-       Enhancement options
-
-       --custom-gamma (no custom gamma option for the VM3564 and VM356A)
-              (color  mode only) allows the user to specify a gamma table (see
-              the next 3 parameters).
-
-       --red-gamma-table
-              (color mode only) can be used to download a user  defined  gamma
-              table for the red channel. The table must be 256 bytes long.
-
-       --green-gamma-table
-              (color  mode  only) can be used to download a user defined gamma
-              table for the green channel. The table must be 256 bytes long.
-
-       --blue-gamma-table
-              (color mode only) can be used to download a user  defined  gamma
-              table for the blue channel. The table must be 256 bytes long.
-
-       --white-level-r
-              (VM3564,  VM356A, VM3575 and VM6575 only) Selects what red radi-
-              ance level should be  considered  "white",  when  scanning  some
-              sheets  by  changing the calibration value loaded into the scan-
-              ner. Scale 0..64 in steps of 1.
-
-       --white-level-g
-              (VM3564, VM356A, VM3575 and  VM6575  only)  Selects  what  green
-              radiance  level should be considered "white", when scanning some
-              sheets by changing the calibration i value loaded into the scan-
-              ner. Scale 0..64 in steps of 1.
-
-       --white-level-b
-              (VM3564, VM356A, VM3575 and VM6575 only) Selects what blue radi-
-              ance level should be  considered  "white",  when  scanning  some
-              sheets  by  changing the calibration value loaded into the scan-
-              ner. Scale 0..64 in steps of 1.
-
-       --preview
-              requests a preview scan. The resolution used for that scan is 50
-              dpi (for VM356A and VM6575 75 dpi) and the scan area is the max-
-              imum allowed.  The scan mode is user selected.  The  default  is
-              "no".
-
-
-
-

CONFIGURATION FILE

-       The  configuration  file /usr/local/etc/sane.d/teco2.conf supports only
-       one information: the device name to use (eg /dev/scanner).
-
-
-
-

FILES

-       /usr/local/lib/sane/libsane-teco2.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-teco2.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_DEBUG_TECO2
-              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.
-
-       SANE_TECO2_CAL_ALGO
-              Either 0 or 1. Selects the  algorithm  for  the  calibration.  A
-              value  of  1  seems  to give better scans on the VM356A, VM3575.
-              Feedback on it is welcome.  For VM3564, VM356A,  VM3575,  VM6575
-              default 1.  For other supported types default 0.
-
-
-
-

LIMITATIONS

-       The  windows TWAIN driver has many more options than this SANE backend.
-       However they are only software adjustments. This  backend  only  imple-
-       ments what the scanner can support.
-
-
-
-

BUGS

-       Plenty. Parts of this backend are still under development.
-
-
-
-

SEE ALSO

-       sane-scsi(5), scanimage(1), xscanimage(1), xsane(1), sane(7)
-
-
-
-

AUTHORS

-       Frank Zago
-              http://www.zago.net/sane/#teco2
-
-       The package is actively maintained by Gerard Klaver.
-              http://gkall.hobby.nl/teco2.html
-
-
-
-
-

CREDITS

-       Thanks to:
-
-       Gerard  Klaver  for  his  relentless  VM3575 testings and contributed a
-       patch to support the VM3564 and VM356A.
-
-       Mark Plowman for providing the first SCSI traces from a VM3575.
-
-       Andreas  Klaedtke for providing the first SCSI traces from a VM6586 and
-       for his testing, and to Stefan von Dombrowski for his testing.
-
-       Nicolas  Peyresaubes  for providing the first SCSI traces from a VM656A
-       and for his testing.
-
-       Dave Parker for testing the support for the VM6575.
-
-       Michael Hoeller for testing the support for the VM356A.
-
-       Christoph.Hoeffner for testing the support for the VM3564 (Relisys AVEC
-       II S3 firmware 1.09).
-
-sane-backends 1.0.18             29 July 2005                    sane-teco2(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-teco3.5.html b/man/sane-teco3.5.html index 31cfcd82..cfa1dd3f 100644 --- a/man/sane-teco3.5.html +++ b/man/sane-teco3.5.html @@ -1,150 +1,8 @@ - - -sane-teco3.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-teco3.5

-
-
-
-sane-teco3(5)            SANE Scanner Access Now Easy            sane-teco3(5)
-
-
-
-

NAME

-       sane-teco3 - SANE backend for TECO / RELISYS scanners
-
-
-
-

DESCRIPTION

-       The  sane-teco3  library  implements  a  SANE (Scanner Access Now Easy)
-       backend that provides access to some TECO SCSI flatbed  scanners.  This
-       backend  should be considered alpha-quality software! TECO scanners are
-       sold under various brands like RELYSIS, PIOTECH,  TRUST.  This  backend
-       may or may not support yours.
-
-       The scanners that should work with this backend are:
-
-                Vendor Model                 TECO model   status
-                ---------------------------  ----------  ----------
-                Relisys Scorpio                VM3552     tested
-                Plustek OpticPro 2400SP        VM3552     untested
-                PIOTECH Splendeur 3024         VM3552     tested
-                Trust Imagery 2400 SP          VM3552     tested
-                Trust Imagery 4800 SP+         VM3552     tested
-                Trust Imagery 9600 SP          VM3552     untested
-
-       The  TECO VM number can usually be found at the back of the scanner. It
-       is also part of the FCC ID.
-
-       The options the backend supports can either be selected through command
-       line  options  to  programs  like  scanimage or through GUI elements in
-       xscanimage or xsane.
-
-       If you have any success with a scanner not listed here, or if you  have
-       any strange behavior, please report to the backend maintainer or to the
-       SANE mailing list.
-
-       Valid command line options and their syntax can be listed by using
-              scanimage --help -d teco3
-
-       Scan Mode
-
-       --mode selects the basic mode of operation of the scanner valid choices
-              are  Black  & White , Grayscale and Color The Black & White mode
-              is black and white only (1 bit). Grayscale will produce 256 lev-
-              els  of gray (8 bits). Color will produce a 24 bits color image.
-
-       --resolution
-              selects the resolution for a scan. The scanner can do all  reso-
-              lutions between 1 and 1200, in increments of 1.
-
-       Geometry options
-
-       -l -t -x -y
-              control the scan area: -l sets the top left x coordinate, -t the
-              top left y coordinate, -x selects the width and -y the height of
-              the  scan  area.  All parameters are specified in millimeters by
-              default.
-
-       Enhancement options
-
-       --custom-gamma
-              (color mode only) allows the user to specify a gamma table  (see
-              the next 3 parameters).
-
-       --red-gamma-table
-              (color  mode  only) can be used to download a user defined gamma
-              table for the red channel. The table must be 1024 bytes long.
-
-       --green-gamma-table
-              (color mode only) can be used to download a user  defined  gamma
-              table  for the green channel. The table must be 1024 bytes long.
-
-       --blue-gamma-table
-              (color mode only) can be used to download a user  defined  gamma
-              table for the blue channel. The table must be 1024 bytes long.
-
-       --preview
-              requests a preview scan. The resolution used for that scan is 22
-              dpi and the scan area is the maximum allowed. The scan  mode  is
-              user selected. The default is "no".
-
-
-
-

CONFIGURATION FILE

-       The  configuration  file /usr/local/etc/sane.d/teco3.conf supports only
-       one information: the device name to use (eg /dev/scanner).
-
-
-
-

FILES

-       /usr/local/lib/sane/libsane-teco3.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-teco3.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_DEBUG_TECO3
-              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.
-
-
-
-

LIMITATIONS

-       The windows TWAIN driver has many more options than this SANE  backend.
-       However  they  are  only software adjustments. This backend only imple-
-       ments what the scanner can support.
-
-
-
-

BUGS

-       Not much.
-
-
-
-
-

SEE ALSO

-       sane-scsi(5), scanimage(1), xscanimage(1), xsane(1), sane(7)
-
-
-
-

AUTHOR

-       The package is actively maintained by Frank Zago.
-              http://www.zago.net/sane/#teco3
-
-sane-backends 1.0.18             25 July 2002                    sane-teco3(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-test.5.html b/man/sane-test.5.html index d1c718d3..cfa1dd3f 100644 --- a/man/sane-test.5.html +++ b/man/sane-test.5.html @@ -1,293 +1,8 @@ - - -sane-test.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-test.5

-
-
-
-sane-test(5)             SANE Scanner Access Now Easy             sane-test(5)
-
-
-
-

NAME

-       sane-test - SANE backend for testing frontends
-
-
-
-

DESCRIPTION

-       The sane-test library implements a SANE (Scanner Access Now Easy) back-
-       end that allows testing the SANE installation and SANE  frontends.   It
-       provides  access  to  a  (nearly)  unlimited number of virtual devices.
-       There is no support for real scanners or cameras.  However, the backend
-       simulates scanning and setting options.
-
-       The  idea  is  not  only to find bugs in frontends but also to show all
-       capabilities of SANE.  Therefore  sane-test  implements  functions  and
-       options that are not (or seldom) found in other backends.
-
-       The  backend  is  commented  out  in /usr/local/etc/sane.d/dll.conf, so
-       either the comment character must be removed or  the  backend  must  be
-       called explicitly.  E.g.  `scanimage -d test' or `xscanimage test'.
-
-
-
-

SCAN MODE OPTIONS

-       Option mode selects the scan mode (Gray or Color).
-
-       Option  depth  determines  the number of bits per sample (1. 8, or 16).
-       Keep in mind, that this value refers to the sample, not the pixel.   So
-       depth=16  results  in  48  bits per pixel in color mode. The most usual
-       combinations are mode=Gray, depth=1 for lineart, mode=Gray, depth=8 for
-       gray  and mode=Color, depth=8 for color mode.  The combination of color
-       and 1-bit mode is quite obscure (8 colors)  but  allowed  in  the  SANE
-       standard.  However,  the  meaning of bits is not defined. Currently 1 =
-       high intensity and 0 = low intensity is used.
-
-       Setting option hand-scanner results in the test-backend behaving like a
-       hand-scanner.   Hand-scanners  do  not  know the image height a priori.
-       Instead, they return a height of -1.  Setting  this  option  allows  to
-       test  whether  a  frontend can handle this correctly.  This option also
-       enables a fixed width of 11 cm.
-
-       Setting option three-pass simulates a three-pass scanner.  Older  color
-       scanners  needed  to  scan the image once per color (reg/green/blue) to
-       get the full image.  Therefore, in this mode three  single  frames  are
-       transmitted in color mode.
-
-       Option  three-pass-order provides support for changing the order of the
-       three frames (see option three-pass above).  A frontend should  support
-       all orders.
-
-       Option resolution sets the resolution of the image in dots per inch.
-
-       Option  source  can  be  used  to simulate an Automatic Document Feeder
-       (ADF). After 10 scans, the ADF will be "empty".
-
-
-
-

SPECIAL OPTIONS

-       Option test-picture allows to set the  image  that's  returned  to  the
-       frontend.  While "Solid white" and "Solid black" are quite obvious, the
-       other options need some more explanation.  Color patterns are  used  to
-       determine  if  all  modes and their colors are represented correctly by
-       the frontend.  The grid should look like the same  in  every  mode  and
-       resolution.   A  table  of  all  the  test  pictures  can  be found at:
-       http://www.meier-geinitz.de/sane/test-backend/test-pictures.html.
-
-       If option invert-endianess is set, the upper and lower bytes  of  image
-       data  in  16  bit modes are exchanged.  This option can be used to test
-       the 16 bit modes of frontends, e.g. if the frontend  uses  the  correct
-       endianess.
-
-       If  option  read-limit  is  set, the maximum amount of data transferred
-       with each call to sane_read() is limited.
-
-       Option read-limit-size sets the limit for  option  read-limit.   A  low
-       limit slows down scanning.  It can be used to detect errors in frontend
-       that occur because of wrong assumptions on the size of  the  buffer  or
-       timing problems.
-
-       Option read-delay enables delaying data to the frontend.
-
-       Option read-delay-duration selects the number of microseconds the back-
-       ends waits after each transfer of a buffer.  This option is  useful  to
-       find timing-related bugs, especially if used over the network.
-
-       If  option  read-return-value is different from "Default", the selected
-       status will be returned by every call to sane_read().  This  is  useful
-       to test the frontend's handling of the SANE statii.
-
-       If  option  ppl-loss  is  different from 0, it determines the number of
-       pixels that are "lost" at the end of each line.  That means, lines  are
-       padded with unused data.
-
-       Option  fuzzy-parameters  selects  that  fuzzy (inexact) parameters are
-       returned as long as the scan hasn't been started.  This option  can  be
-       used  to  test  if  the  frontend uses the parameters it got before the
-       start of the scan (which it shouldn't).
-
-       Option non-blocking  determines  if  non-blocking  IO  for  sane_read()
-       should be used if supported by the frontend.
-
-       If  option select-fd is set, the backend offers a select filedescriptor
-       for detecting if sane_read() will return data.
-
-       If option enable-test-options is set, a fairly big list of options  for
-       testing the various SANE option types is enabled.
-
-       Option  print-options  can  be  used  to print a list of all options to
-       standard error.
-
-
-
-

GEOMETRY OPTIONS

-       Option tl-x determines the top-left x position of the scan area.
-
-       Option tl-y determines the top-left y position of the scan area.
-
-       Option br-x determines the bottom-right x position of the scan area.
-
-       Option br-y determines the bottom-right y position of the scan area.
-
-
-
-

BOOL TEST OPTIONS

-       There are 6 bool test options  in  total.   Each  option  is  numbered.
-       (3/6)  means:  this is option 3 of 6.  The numbering scheme is intended
-       for easier detection of options not displayed by the frontend  (because
-       of missing support or bugs).
-
-       Option  bool-soft-select-soft-detect  (1/6)  is a bool test option that
-       has soft select and soft detect (and  advanced)  capabilities.   That's
-       just a normal bool option.
-
-       Option  bool-hard-select-soft-detect  (2/6)  is a bool test option that
-       has hard select and soft  detect  (and  advanced)  capabilities.   That
-       means  the option can't be set by the frontend but by the user (e.g. by
-       pressing a button at the device).
-
-       Option bool-hard-select (3/6) is a  bool  test  option  that  has  hard
-       select (and advanced) capabilities.  That means the option can't be set
-       by the frontend but by the user (e.g.  by  pressing  a  button  at  the
-       device) and can't be read by the frontend.
-
-       Option  bool-soft-detect  (4/6)  is  a  bool  test option that has soft
-       detect (and advanced) capabilities.  That means  the  option  is  read-
-       only.
-
-       Option  bool-soft-select-soft-detect-emulated  (5/6)  is  a  Bool  test
-       option that has soft select, soft detect, and emulated  (and  advanced)
-       capabilities.
-
-       Option  bool-soft-select-soft-detect-auto  (6/6)  is a Bool test option
-       that has soft select, soft detect, and automatic (and  advanced)  capa-
-       bilities.  This option can be automatically set by the backend.
-
-
-
-

INT TEST OPTIONS

-       There are 6 int test options in total.
-
-       Option  int  (1/6) is an int test option with no unit and no constraint
-       set.
-
-       Option int-constraint-range (2/6) is an int test option with unit pixel
-       and constraint range set.  Minimum is 4, maximum 192, and quant is 2.
-
-       Option  int-constraint-word-list  (3/6) is an int test option with unit
-       bits and constraint word list set.
-
-       Option int-constraint-array (4/6) is an int test option  with  unit  mm
-       and using an array without constraints.
-
-       Option  int-constraint-array-constraint-range  (5/6)  is  an  int  test
-       option with unit mm and using an array with a range constraint.   Mini-
-       mum is 4, maximum 192, and quant is 2.
-
-       Option  int-constraint-array-constraint-word-list  (6/6) is an int test
-       option with unit percent and using an array a word list constraint.
-
-
-
-

FIXED TEST OPTIONS

-       There are 3 fixed test options in total.
-
-       Option fixed (1/3) is a fixed test option with  no  unit  and  no  con-
-       straint set.
-
-       Option  fixed-constraint-range  (2/3)  is a fixed test option with unit
-       microsecond and  constraint  range  set.  Minimum  is  -42.17,  maximum
-       32767.9999, and quant is 2.0.
-
-       Option  fixed-constraint-word-list (3/3) is a Fixed test option with no
-       unit and constraint word list set.
-
-
-
-

STRING TEST OPTIONS

-       There are 3 string test options in total.
-
-       Option string (1/3) is a string test option without constraint.
-
-       Option string-constraint-string-list (2/3) is a string test option with
-       string list constraint.
-
-       Option string-constraint-long-string-list (3/3) is a string test option
-       with string list constraint. Contains some more entries...
-
-
-
-

BUTTON TEST OPTION

-       Option button (1/1) is a Button test option. Prints some text...
-
-
-
-

FILES

-       /usr/local/etc/sane.d/test.conf
-              The  backend  configuration  file  (see  also   description   of
-              SANE_CONFIG_DIR  below). The initial values of most of the basic
-              SANE options can be configured in this file. A template contain-
-              ing  all the default values is provided together with this back-
-              end.  One  of  the  more  interesting   values   may   be   num-
-              ber_of_devices.   It can be used to check the frontend's ability
-              to show a long list of devices.  The  config  values  concerning
-              resolution  and  geometry  can be useful to test the handling of
-              big file sizes.
-
-       /usr/local/lib/sane/libsane-test.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-test.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are  separated  by a colon (`:'), under OS/2, they are separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration  file is searched in two default directories: first, the
-              current    working    directory    (".")     and     then     in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends with the directory separator character,  then  the  default
-              directories are searched after the explicitly specified directo-
-              ries.  For example, setting  SANE_CONFIG_DIR  to  "/tmp/config:"
-              would    result    in   directories   "tmp/config",   ".",   and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_TEST
-              If the library was compiled with  debug  support  enabled,  this
-              environment  variable controls the debug level for this backend.
-              Higher debug levels increase the verbosity of the output.
-
-              Example: export SANE_DEBUG_TEST=4
-
-
-
-

SEE ALSO

-       sane(7), http://www.meier-geinitz.de/sane/test-backend/
-
-
-
-

AUTHOR

-       Henning Meier-Geinitz <henning@meier-geinitz.de>
-
-
-
-

BUGS

-       - config file values aren't tested for correctness
-
-sane-backends 1.0.18              2 Jan 2006                      sane-test(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-u12.5.html b/man/sane-u12.5.html index 4e6d3350..cfa1dd3f 100644 --- a/man/sane-u12.5.html +++ b/man/sane-u12.5.html @@ -1,170 +1,8 @@ - - -sane-u12.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-u12.5

-
-
-
-sane-u12(5)              SANE Scanner Access Now Easy              sane-u12(5)
-
-
-
-

NAME

-       sane-u12  -  SANE  backend  for  Plustek USB flatbed scanners, based on
-       older parport designs
-
-
-
-

DESCRIPTION

-       The sane-u12 library implements a SANE (Scanner Access Now Easy)  back-
-       end  that  provides  access  to USB flatbed scanners based on Plusteks'
-       ASIC 98003 (parallel-port  ASIC)  and  a  GeneSys  Logics'  USB-parport
-       bridge chip.
-
-
-
-

SUPPORTED DEVICES

-       The  backend  is  able  to support some early Plustek USB scanner based
-       their old parport design around the ASIC 98003 and other rebadged Plus-
-       tek devices. The following tables will give you a short overview.
-
-       If  your Plustek scanner has another Product ID, then the device is NOT
-       supported by this backend.
-
-       Vendor Plustek - ID: 0x07B3
-       ----------------------------------------------------------
-       Model:                   Vendor-ID:       Product-ID:
-       ----------------------------------------------------------
-       OpticPro U12             0x07B3           0x0001
-       OpticPro U1212           0x07B3           0x0001
-       OpticPro UT12            0x07B3           0x0001
-
-       Vendor KYE/Genius
-       --------------------------------------------------------
-       USB Model:               Vendor-ID:       Product-ID:
-       --------------------------------------------------------
-       ColorPage Vivid III USB  0x07B3           0x0001
-       ColorPage HR6 V1         0x0458           0x2004
-
-
-
-

CONFIGURATION

-       To use your scanner with this backend, you need at least two entries in
-       the configuration file /usr/local/etc/sane.d/u12.conf
-              [usb] vendor-id product-id
-              device /dev/usbscanner
-
-       [usb]  tells the backend, that the following devicename (here /dev/usb-
-       scanner) has to be interpreted as USB scanner device.  If  vendor-  and
-       product-id  has not been specified, the backend tries to detect this by
-       its own. If device is set to auto then  the  next  matching  device  is
-       used.
-
-       The Options:
-
-       option warmup t
-              t specifies the warmup period in seconds
-
-       option lampOff t
-              t  is the time in seconds for switching off the lamps in standby
-              mode
-
-       option lOffonEnd b
-              b specifies the behaviour when closing the backend, 1 --> switch
-              lamps off, 0 --> do not change lamp status
-
-
-       See the u12.conf file for examples.
-
-       Note:
-       You  have  to make sure, that the USB subsystem is loaded correctly and
-       you have access to the device-node. For more details see  sane-usb  (5)
-       manpage.  You might use sane-find-scanner to check that you have access
-       to your device.
-
-       Note:
-       If there's no configuration file, the backend defaults to device auto
-
-
-
-

FILES

-       /usr/local/etc/sane.d/u12.conf
-              The backend configuration file
-
-       /usr/local/lib/sane/libsane-u12.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-u12.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are  separated  by a colon (`:'), under OS/2, they are separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration  file is searched in two default directories: first, the
-              current    working    directory    (".")     and     then     in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends with the directory separator character,  then  the  default
-              directories are searched after the explicitly specified directo-
-              ries.  For example, setting  SANE_CONFIG_DIR  to  "/tmp/config:"
-              would    result    in   directories   "tmp/config",   ".",   and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_U12
-              If the library was compiled with  debug  support  enabled,  this
-              environment  variable controls the debug level for this backend.
-              Higher debug levels increase the verbosity of the output.
-
-              Example: export SANE_DEBUG_U12=10
-
-
-
-

SEE ALSO

-       sane(7), sane-usb(5), sane-plustek(5),
-       /usr/local/doc/sane-1.0.18/u12/U12.changes
-       http://www.gjaeger.de/scanner/u12/
-
-
-
-

CONTACT AND BUG-REPORTS

-       Please send any information and bug-reports to:
-       SANE Mailing List
-
-       Additional info and hints can be obtained from our
-       Mailing-List archive at:
-       http://www.sane-project.org/mailing-lists.html
-
-       or directly from the projects' homepage at:
-       http://www.gjaeger.de/scanner/u12/
-
-       To obtain debug messages from the backend, please set the  environment-
-       variable  SANE_DEBUG_U12  before  calling  your  favorite scan-frontend
-       (i.e. xscanimage).
-       i.e.: export SANE_DEBUG_U12=20 ; xscanimage
-
-       The value controls the verbosity of the backend.
-
-
-
-

KNOWN BUGS & RESTRICTIONS

-       * The driver is in alpha state, so please don't expect too much!!!
-
-       * When using libusb, it might be, that  the  backend  hangs.   In  that
-       case, reconnect the scanner.
-
-sane-backends 1.0.18             18 June 2004                      sane-u12(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-umax.5.html b/man/sane-umax.5.html index 52223be4..cfa1dd3f 100644 --- a/man/sane-umax.5.html +++ b/man/sane-umax.5.html @@ -1,255 +1,8 @@ - - -sane-umax.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-umax.5

-
-
-
-sane-umax(5)             SANE Scanner Access Now Easy             sane-umax(5)
-
-
-
-

NAME

-       sane-umax - SANE backend for UMAX scanners
-
-
-
-

ABOUT THIS FILE

-       This  file only is a short descripton of the umax-backend for sane! For
-       detailled information take a look at sane-umax-doc.html (it is included
-       in the sane source directory and in the xsane online help)!
-
-
-
-

DESCRIPTION

-       The  sane-umax library implements a SANE backend that provides acces to
-       several UMAX-SCSI-scanners and some Linotye Hell SCSI-scanners,  paral-
-       lel- and USB-scanners are not (and propably will never be) supported!
-
-       I  suggest  you  hold one hand on the power-button of the scanner while
-       you try the first scans!
-
-
-
-

CONFIGURATION

-       The    configuration    file    for    this    backend    resides    in
-       /usr/local/etc/sane.d/umax.conf.
-
-       Its contents is a list of device names that correspond to UMAX and UMAX
-       compatible scanners. Empty lines and lines starting with  a  hash  mark
-       (#) are ignored. A sample configuration file is shown below:
-
-        # this is a comment
-        #
-        option scsi-maxqueue 4
-        option scsi-buffer-size-min 65536
-        option scsi-buffer-size-max 131072
-        option scan-lines 40
-        option preview-lines 10
-        option scsi-maxqueue 2
-        option execute-request-sense 0
-        option force-preview-bit-rgb 0
-        option slow-speed -1
-        option care-about-smearing -1
-        option calibration-full-ccd -1
-        option calibration-width-offset -1
-        option calibration-bytes-pixel -1
-        option exposure-time-rgb-bind -1
-        option invert-shading-data -1
-        option lamp-control-available 0
-        option gamma-lsb-padded 0
-        /dev/sge
-
-        #scsi Vendor Model Type Bus Channel ID LUN
-        # The following scanner supports lamp control
-        option lamp-control-available 1
-        scsi UMAX * Scanner * * * * *
-
-        # scanner on /dev/scanner does not support lamp control
-        option lamp-control-available 0
-        /dev/scanner
-
-       execute-request-sense:
-              values: 0 = disabled, 1 = enabled
-              default = 0
-              If    set    to    1    umax_do_request_sense   is   called   in
-              umax_do_calibration. This can hang  the  system  (but  has  been
-              enabled until this version)
-
-       scsi-buffer-size-min, scsi-buffer-size-max:
-              values: 4096-1048576
-              default min = 32768, max = 131072
-              Especially  the  minimum value is very important.  If this value
-              is set too small the backend is not able to send gamma tables to
-              the  scanner  or  to  do  a  correct color calibration. This may
-              result in strange color effects. If the minimum value is set too
-              large  then  the  backend  is not able to allocate the requested
-              scsi buffer size and  aborts  with  out  of  memory  error.  The
-              default  is  32KB,  for  some scanners it should be increased to
-              64KB.
-
-       scan-lines, preview-lines:
-              values: 1-65535
-              default: scan-lines = 40, preview-lines = 10
-              define the maximum number of lines that  are  scanned  into  one
-              buffer
-
-       force-preview-bit-rgb:
-              values: 0 = disabled, 1 = enabled
-              default = 0
-              set preview bit in rgb real scan
-
-       slow-speed, care-about-smearing:
-              values: -1 = auto, 0 = disabled, 1 = enabled
-              default = -1
-              dangerous options, needed for some scanners do not changed these
-              options until you really know what you do, you may destroy  your
-              scanner when you define wrong values for this options
-
-       calibration-full-ccd:
-              values: -1 = auto, 0 = disabled, 1 = enabled
-              default = -1
-              do calibration for each pixel of ccd instead of selected image
-
-       calibration-width-offset:
-              values: -99999 = auto, > -99999 set value
-              add an offset width to the calculated with for image/ccd
-
-       calibration-bytes-pixel:
-              values:  -1  =  disabled,  0  = not set, 1 = 1 byte/pixel, 2 = 2
-              bytes/pixel
-              use # bytes per pixel for calibration
-
-       exposure-time-rgb-bind:
-              values: -1 = automatically set by driver - if known,  0  =  dis-
-              abled (own selection for red, green and blue), 1 = enabled (same
-              values for red, green and blue)
-
-       invert-shading-data:
-              values: -1 = automatically set by driver - if known,  0  =  dis-
-              abled, 1 = enabled
-              default = -1
-              invert shading data before sending it back to the scanner
-
-       lamp-control-available:
-              values:  0  = automatically set by driver - if known, 1 = avail-
-              able
-              default = 0
-
-       gamma-lsb-padded:
-              values: -1 = automatically set by driver - if known, 0  =  gamma
-              data is msb padded, 1 = gamma data is lsb padded
-              default = -1
-
-       handle-bad-sense-error:
-              values:  0 = handle as device busy, 1 = handle as ok, 2 = handle
-              as i/o error, 3 = ignore bad error code - continue sense handler
-              default = 0
-
-       scsi-maxqueue:
-              values: 1..# (maximum defined at compile time)
-              default = 2
-              most  scsi  drivers allow internal command queueing with a depth
-              of 2 commands. In most cases it does not  mprove  anything  when
-              you  increase this value. When your scsi driver does not support
-              any command queueing you can try to set this value to 1.
-
-       The special device name must be a generic SCSI device or a  symlink  to
-       such  a  device.   To find out to which device your scanner is assigned
-       and how you have to set the permissions of that device, have a look  at
-       sane-scsi.
-
-
-
-

SCSI ADAPTER TIPS

-       The  ISA-SCSI-adapters that are shipped with some Umax-scanners are not
-       supported very well by Linux (I suggest not to use it),  the  PCI-SCSI-
-       adapters that come with some Umax-scanners are not supported at all (as
-       far as I know). On other platforms these  SCSI-adapters  are  not  sup-
-       ported.  So you typically need to purchase another SCSI-adapter that is
-       supported by your platform. See the relevant hardware FAQs  and  HOWTOs
-       for your platform for more information.
-
-       The  UMAX-scanners  do block the scsi-bus for a few seconds while scan-
-       ning. It is not necessary to connect  the  scanner  to  its  own  SCSI-
-       adapter.  But  if  you  need short response time for your SCSI-harddisk
-       (e.g. if your computer is a file-server) or other scsi devices, I  sug-
-       gest you use an own SCSI-adapter for your UMAX-scanner.
-
-       If  you have any problems with your Umax scanner, check your scsi chain
-       (cable length, termination, ...).
-
-       See also: sane-scsi(5)
-
-
-
-

FILES

-       The backend configuration file:
-              /usr/local/etc/sane.d/umax.conf
-
-       The static library implementing this backend:
-              /usr/local/lib/sane/libsane-umax.a
-
-       The shared library implementing this backend:
-              /usr/local/lib/sane/libsane-umax.so  (present  on  systems  that
-              support dynamic loading)
-
-
-
-

ENVIRONMENT

-       SANE_DEBUG_UMAX
-              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: SANE_DEBUG_UMAX values
-
-              Number  Remark
-
-               0       print important errors (printed each time)
-               1       print errors
-               2       print sense
-               3       print warnings
-               4       print scanner-inquiry
-               5       print informations
-               6       print less important informations
-               7       print called procedures
-               8       print reader_process messages
-               10      print called sane-init-routines
-               11      print called sane-procedures
-               12      print sane infos
-               13      print sane option-control messages
-
-       Example:
-              export SANE_DEBUG_UMAX=8
-
-
-
-

BUGS

-       X-resolutions greater than 600 dpi sometimes make problems
-
-
-
-

SEE ALSO

-       sane(7)
-
-
-
-

AUTHOR

-       Oliver Rauch
-
-
-
-

EMAIL-CONTACT

-       Oliver.Rauch@Rauch-Domain.DE
-
-sane-backends 1.0.18           29 november 2002                   sane-umax(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-umax1220u.5.html b/man/sane-umax1220u.5.html index 59d55131..cfa1dd3f 100644 --- a/man/sane-umax1220u.5.html +++ b/man/sane-umax1220u.5.html @@ -1,141 +1,8 @@ - - -sane-umax1220u.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-umax1220u.5

-
-
-
-sane-umax1220u(5)        SANE Scanner Access Now Easy        sane-umax1220u(5)
-
-
-
-

NAME

-       sane-umax1220u  -  SANE  backend  for  the UMAX Astra 1220U and similar
-       scanners
-
-
-
-

DESCRIPTION

-       The sane-umax1220 library implements a SANE (Scanner Access  Now  Easy)
-       backend for the the UMAX Astra 1220U and similar scanners.
-
-       For  more  information  on this backend, please visit http://umax1220u-
-       sane.sourceforge.net/.
-
-
-
-

UMAX ASTRA 1600U/2000U/2100U SUPPORT

-       This backend is also able to drive the  UMAX  Astra  1600U/2000U/2100U.
-       The  2100U is confirmed to work. For the other scanners no reports have
-       been received yet. Please contact us and tell us if your scanner  works
-       (sane-devel@lists.alioth.debian.org).
-
-
-
-

CONFIGURATION

-       Usually,  no  manual configuration is necessary. The configuration file
-       for this backend resides in /usr/local/etc/sane.d/umax1220u.conf.
-
-       Its contents is a list of device names that correspond  to  UMAX  Astra
-       scanners.   Empty  lines  and  lines  starting with a hash mark (#) are
-       ignored. A sample configuration file is shown below:
-
-        #usb vendor product
-        usb 0x1606 0x0010
-        # Device list for non-linux systems
-        /dev/scanner
-        /dev/usb/scanner0
-
-       See sane-usb(5) for information on how to set the access permissions on
-       the usb device files.
-
-
-
-

FILES

-       The backend configuration file:
-              /usr/local/etc/sane.d/umax1220u.conf
-
-       The static library implementing this backend:
-              /usr/local/lib/sane/libsane-umax1220u.a
-
-       The shared library implementing this backend:
-              /usr/local/lib/sane/libsane-umax1220u.so   (present  on  systems
-              that support dynamic loading)
-
-
-
-

ENVIRONMENT

-       SANE_DEBUG_UMAX1220U
-              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:
-
-              SANE_DEBUG_UMAX1220U values
-
-              Number  Remark
-
-               1       print failures
-               2       print information
-               3       print high-level function calls
-               4       print high-level function checkpoints
-               9       print mid-level function calls
-               10      print mid-level function checkpoints
-               80      print protocol-level function entry
-               90      print protocol-level function exit
-
-       Example:
-              export SANE_DEBUG_UMAX1220U=10
-
-
-
-

KNOWN BUGS

-       600 dpi scanning may fail for large image sizes.
-
-       If  you  keep getting I/O errors, try cycling the power on your scanner
-       to reset it.
-
-       There is no way to cancel a scan, since the  driver  ignores  sane_can-
-       cel().
-
-       If  you  try  scanning  an  image  which is too small, you will get I/O
-       errors. Be sure to adjust the scan area before doing a scan,  since  by
-       default, the scan area is zero.
-
-
-
-

SEE ALSO

-       sane(7), sane-usb(5)
-
-       (Old) homepage:
-              http://umax1220u-sane.sourceforge.net/
-
-
-
-

AUTHOR

-       Marcio Luis Teixeira <marciot@users.sourceforge.net>
-
-
-
-

EMAIL-CONTACT

-       sane-devel@lists.alioth.debian.org
-
-
-
-

REPORTING BUGS

-       This  backend  isn't actively maintained. Nevertheless, bug reports and
-       comments should be sent to the sane-devel mailing list.  When reporting
-       bugs,  please  run  the backend with SANE_DEBUG_UMAX1220U set to 10 and
-       attach a copy of the log messages.
-
-sane-backends 1.0.18              17 Apr 2006                sane-umax1220u(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-umax_pp.5.html b/man/sane-umax_pp.5.html index 1ced941a..cfa1dd3f 100644 --- a/man/sane-umax_pp.5.html +++ b/man/sane-umax_pp.5.html @@ -1,258 +1,8 @@ - - -sane-umax_pp.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-umax_pp.5

-
-
-
-sane-umax_pp(5)          SANE Scanner Access Now Easy          sane-umax_pp(5)
-
-
-
-

NAME

-       sane-umax_pp  - SANE backend for Umax Astra parallel port flatbed scan-
-       ners
-
-
-
-

DESCRIPTION

-       The sane-umax_pp library implements a SANE (Scanner  Access  Now  Easy)
-       backend  that  provides  access to Umax parallel port flatbed scanners.
-       The following scanners work with this backend:
-
-              Model:
-              --------------------
-              Astra 610P
-              Astra 1220P
-              HP3200C
-              Astra 1600P
-              Astra 2000P
-
-       This backend handles 75x75, 150x150, 300x300, 600x600 and 600x1200  for
-       1220P/1600P/2000P  dpi  scan reslutions,and 75x75, 150x150, 300x300 and
-       300x600 for 610P. In color and gray levels, there is a software lineart
-       mode.
-
-       The new generation models share a newer version of the 610P ASIC embed-
-       ded in an EPAT chip.  Only parts such as CCD and ADC change from one to
-       another.  They  even  all  reports being UMAX Astra 1220P via IEEE1284.
-       There isn't software way to recognize  them  properly.  Under  windows,
-       model is set by the driver installed, regardless of the hardware.
-
-       EPP/ECP MODES ONLY
-              The  current version of the backend uses only EPP or ECP mode to
-              communicate with the scanner. PS/2 mode isn't  implemented.  The
-              610P  only use SPP. It is recommended that you set your parallel
-              port to EPP in BIOS with the current version  of  this  backend.
-              You can leave it to ECP or ECP+EPP, but in this case you may not
-              use ppdev but only direct hardware access if  you  have  to  use
-              ECP.   ECPEPP will only work if you use a 2.4 or 2.6 kernel with
-              ppdev character device support.
-
-       This backend does support parport sharing only if  you  have  a  kernel
-       with ppdev support.
-
-       Note  that  if  you  don't  use the ppdev character device, the backend
-       needs to run as root. To allow user access to the scanner run the back-
-       end  through  the  network interface (See saned(8) and sane-net(5)).  A
-       more relaxed solution (security wise) is to add suid bit to  the  fron-
-       tend  (See  chmod(1)).  The backend drop root priviledges as soon as it
-       can, right after gaining direct access to IO ports, which lessen  risks
-       when being root.
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form:
-
-              port value
-
-       Where value is :
-
-              auto   autodetect all parallel ports and probe them for scanner
-
-              safe-auto
-                     autodetect all parallel ports and probe them for scanner,
-                     but does not try direct hardware access
-
-              /dev/ppi0
-                     uses *BSD ppi device, depending on the number  of  avail-
-                     able parallel port, you have to use /dev/ppi1, /dev/ppi2,
-                     ...
-
-              /dev/parport0
-                     uses linux ppdev  device,  depending  on  the  number  of
-                     available  parallel  port, you have to use /dev/parport1,
-                     /dev/parport2, ...
-
-              0x378  does direct hardware access on the given  address.  Usual
-                     values  are 0x378, 0x278, 0x3BC In this case, you have to
-                     run the  scanner  as  root  (*BSD  and  linux),  or  with
-                     'IOPL=yes' on OS/2
-
-       NOTE:  in all cases, you must have sufficient priviledges to get access
-       to the chosen device or address. Depending on  the  security  settings,
-       devices may not be available for all users.  You have to change permis-
-       sions on the dev/ppi* or /dev/parport* devices.
-
-       You can rename any device using the
-
-              name devname
-              model model
-              vendor vendor
-
-       options. These options apply to the last port option.
-
-
-
-

CONFIGURATION

-       Please make sure to edit umax_pp.conf before you use the backend.
-
-       The contents of the umax_pp.conf file is a list of options  and  device
-       names that correspond to Umax scanners.  Empty lines and lines starting
-       with a hash mark (#) are ignored.
-
-       The height options supported are red-gain, green-gain, blue-gain,  red-
-       offset, green-offset, blue-offset, astra, and buffer.
-
-       Options  red-gain  ,  green-gain  and blue-gain allow you to adjust the
-       sensitivy of your scanner for the given  color.  Values  range  from  0
-       (lowest  gain)  to  15  (highest).  If the advanced option "Gain" isn't
-       checked in the frontend, the backend does automatic  gain  calibration,
-       and do not use user provided values.
-
-       Options  red-offset  , green-offset and blue-offset allow you to adjust
-       the offset of your scanner for the given color.  Values  range  from  0
-       (lowest offset) to 15 (highest).
-
-       Option  astra  allows  you to change the model of your scanner. Current
-       auto detection is based on side effects on scanning  when  using  1220P
-       command set on other models, so it may fail on unkown hardware combina-
-       tion. Valid values are 610, 1220, 1600 and 2000.  It  is  usefull  only
-       when autodetection fails to detect properly your scanner model. If your
-       scanner work properly but is reported wrongly, let it be that way.  The
-       only  valid  case  to  change  the  model is when your scanner produces
-       'black' or prevent scanner model autodetection.
-
-       Option buffer allows you to change the size of  the  scan  buffer.  The
-       size  must  be  specified  in  bytes. The default value is 2 megabytes.
-       Decreasing this value will improve the smoothness of  progress  bar  in
-       the frontend, but will stall the scan more often.
-
-
-
-

FILES

-       /usr/local/etc/sane.d/umax_pp.conf
-              The   backend   configuration  file  (see  also  description  of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-umax_pp.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-umax_pp.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are  separated  by a colon (`:'), under OS/2, they are separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration  file is searched in two default directories: first, the
-              current    working    directory    (".")     and     then     in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends with the directory separator character,  then  the  default
-              directories are searched after the explicitly specified directo-
-              ries.  For example, setting  SANE_CONFIG_DIR  to  "/tmp/config:"
-              would    result    in   directories   "tmp/config",   ".",   and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_UMAX_PP
-              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.
-
-              level   debug output
-              ------- ------------------------------
-               0       nothing
-               1       errors
-               2       warnings & minor errors
-               3       additional information
-               4       debug information
-               5       code flow (not supported yet)
-               6       special debug information
-
-       SANE_DEBUG_UMAX_PP_LOW
-              This  variable  sets  the debug level for the SANE interface for
-              the Umax ASIC. Note that enabling this will spam  your  terminal
-              with some million lines of debug output.
-
-              level   debug output
-              ------- -------------------------------
-               0       nothing
-               1       errors
-               8       command blocks
-               16      detailed code flow
-               32      dump datafiles
-               255     everything
-
-
-
-

SEE ALSO

-       sane(7), sane-net(5), saned(8)
-
-       For latest bug fixes and information see
-              http://umax1220p.sourceforge.net/
-
-
-
-

AUTHOR

-       Stéphane VOLTZ <svoltz@wanadoo.fr>
-
-
-
-

CREDITS

-       Support  for the 610P has been made possible thank to an hardware dona-
-       tion by William Stuart.
-
-
-
-

BUG REPORTS

-       If something doesn't work, please contact me. But I need some  informa-
-       tion about your scanner to be able to help you...
-
-       SANE version
-              run "scanimage -V" to determine this
-
-       the backend version and your scanner hardware
-              run  "SANE_DEBUG_UMAX_PP=255 scanimage -L 2>log" as root. If you
-              don't get any output from the umax_pp backend, make sure a  line
-              "umax_pp"  is included into your /usr/local/etc/sane.d/dll.conf.
-              If your scanner isn't detected, make  sure  you've  defined  the
-              right  port address, or the correct device in your umax_pp.conf.
-
-       the name of your scanner/vendor
-              also a worthy information. Please also include the optical reso-
-              lution  and  lamp type of your scanner, both can be found in the
-              manual of your scanner.
-
-       any further comments
-              if you have comments about the documentation (what could be done
-              better),  or  you  think I should know something, please include
-              it.
-
-sane-backends 1.0.18            23 August 2004                 sane-umax_pp(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-usb.5.html b/man/sane-usb.5.html index 1e35a5cf..cfa1dd3f 100644 --- a/man/sane-usb.5.html +++ b/man/sane-usb.5.html @@ -1,162 +1,8 @@ - - -sane-usb.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-usb.5

-
-
-
-sane-usb(5)              SANE Scanner Access Now Easy              sane-usb(5)
-
-
-
-

NAME

-       sane-usb - USB configuration tips for SANE
-
-
-
-

DESCRIPTION

-       This  manual page contains information on how to access scanners with a
-       USB interface. It focusses on two  main  topics:  getting  the  scanner
-       detected by the operating system kernel and using it with SANE.
-
-       This  page  applies  to USB most backends and scanners, as they use the
-       generic sanei_usb interface. However,  there  is  one  exceptions:  USB
-       Scanners  supported  by the microtek2 backend need a special USB kernel
-       driver, see sane-microtek2(5) for details.
-
-
-
-

QUICK START

-       This is a short HOWTO-like section. For the full details, read the fol-
-       lowing  sections.  The  goal  of  this  section  is  to get the scanner
-       detected by sane-find-scanner(1).
-
-       Run sane-find-scanner. If it lists your scanner with the correct vendor
-       and  product  ids, you are done. See section SANE ISSUES for details on
-       how to go on.
-
-       Sane-find-scanner doesn't list your scanner? Does it work as  root?  If
-       yes, there is a permission issue. See the LIBUSB section for details.
-
-       Nothing  is found even as root? Check that your kernel supports USB and
-       that libusb is installed (see section LIBUSB).
-
-
-
-

USB ACCESS METHODS

-       For accessing USB devices, the USB library libusb is used.  There  used
-       to  exist  another  method  to  access  USB devices: the kernel scanner
-       driver. The kernel scanner driver method is deprecated and shouldn't be
-       used  anymore.  It  may be removed from SANE at any time. In Linux, the
-       kernel scanner driver has been removed in the 2.6.* kernel series. Only
-       libusb access is documented in this manual page.
-
-
-
-

LIBUSB

-       SANE  can  only  use libusb 0.1.6 or newer. It needs to be installed at
-       build-time. Modern Linux distributions and other operating systems come
-       with libusb.
-
-       Libusb  can  only access your scanner if it's not claimed by the kernel
-       scanner driver. If you want to use libusb,  unload  the  kernel  driver
-       (e.g. rmmod scanner under Linux) or disable the driver when compiling a
-       new kernel. For Linux, your kernel needs support for the USB filesystem
-       (usbfs). For kernels older than 2.4.19, replace "usbfs" with "usbdevfs"
-       because the name has changed. This filesystem must be  mounted.  That's
-       done  automatically  at  boot  time, if /etc/fstab contains a line like
-       this:
-
-              none /proc/bus/usb usbfs defaults  0  0
-
-       The permissions for the device files used by libusb  must  be  adjusted
-       for  user  access. Otherwise only root can use SANE devices. For Linux,
-       the devices are located in /proc/bus/usb/ or in  /dev/bus/usb,  if  you
-       use  udev.  There  are directories named e.g. "001" (the bus name) con-
-       taining files "001", "002" etc. (the device files).  The  right  device
-       files can be found out by running scanimage -L as root. Setting permis-
-       sions with "chmod" is not permanent, however. They will be reset  after
-       reboot or replugging the scanner.
-
-       Usually udev or for older distributions the hotplug utilities are used,
-       which support dynamic setting of access permissions.  SANE  comes  with
-       udev and hotplug scripts in the directory tools/udev and tools/hotplug.
-       They    can    be     used     for     setting     permissions,     see
-       /usr/local/doc/sane-1.0.18/README.linux, tools/README and the README in
-       the tools/hotplug directory for more details.
-
-       For the BSDs, the device files used by  libusb  are  named  /dev/ugen*.
-       Use chmod to apply appropriate permissions.
-
-
-
-

SANE ISSUES

-       This  section  assumes that your scanner is detected by sane-find-scan-
-       ner. It doesn't make sense to go on, if this is  not  the  case.  While
-       sane-find-scanner  is  able  to detect any USB scanner, actual scanning
-       will only work if the scanner is supported by a SANE backend.  Informa-
-       tion  on  the  level  of  support  can  be  found  on  the SANE webpage
-       (http://www.sane-project.org/), and the individual backend manpages.
-
-       Most backends can detect USB scanners automatically using "usb" config-
-       uration  file lines. This method allows to identify scanners by the USB
-       vendor and product numbers.  The syntax for specifying a  scanner  this
-       way is:
-
-              usb VENDOR PRODUCT
-
-       where VENDOR is the USB vendor id, and PRODUCT is the USB product id of
-       the scanner. Both ids are non-negative integer numbers  in  decimal  or
-       hexadecimal format. The correct values for these fields can be found by
-       running sane-find-scanner, looking into the syslog (e.g., /var/log/mes-
-       sages)    or    under    Linux    by    issuing    the   command   "cat
-       /proc/bus/usb/devices".  This is an example of a config file line:
-
-              usb 0x055f 0x0006
-
-       would have the effect that all USB devices in the system with a  vendor
-       id  of  0x55f and a product id of 0x0006 would be probed and recognized
-       by the backend.
-
-       If your scanner is not detected automatically, it may be  necessary  to
-       edit  the  appropriate backend configuration file before using SANE for
-       the first time.  For a detailed description of each backend's  configu-
-       ration  file,  please  refer  to the relevant backend manual page (e.g.
-       sane-mustek_usb(5) for Mustek USB scanners).
-
-       Do not create a symlink from /dev/scanner to  the  USB  device  because
-       this  link is used by the SCSI backends. The scanner may be confused if
-       it receives SCSI commands.
-
-
-
-

ENVIRONMENT

-       SANE_DEBUG_SANEI_USB
-              If the library was compiled with  debug  support  enabled,  this
-              environment  variable  controls  the debug level for the USB I/O
-              subsystem.  E.g., a value of 128 requests all debug output to be
-              printed.  Smaller levels reduce verbosity. Values greater than 4
-              enable  libusb  debugging  (if   available).   Example:   export
-              SANE_DEBUG_SANEI_USB=4.
-
-
-
-

SEE ALSO

-       sane(7), sane-find-scanner(1), sane-"backendname"(5), sane-scsi(5)
-
-
-
-

AUTHOR

-       Henning Meier-Geinitz <henning@meier-geinitz.de>
-
-sane-backends 1.0.18              19 Jun 2006                      sane-usb(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane-v4l.5.html b/man/sane-v4l.5.html index d2a6ea57..cfa1dd3f 100644 --- a/man/sane-v4l.5.html +++ b/man/sane-v4l.5.html @@ -1,116 +1,8 @@ - - -sane-v4l.5 - +Content-type: text/html + +man2html: bad invocation

-

sane-v4l.5

-
-
-
-sane-v4l(5)              SANE Scanner Access Now Easy              sane-v4l(5)
-
-
-
-

NAME

-       sane-v4l - SANE interface for Video for Linux API
-
-
-
-

DESCRIPTION

-       The  sane-v4l library implements a SANE (Scanner Access Now Easy) back-
-       end that provides generic access to video cameras and similar equipment
-       using the V4L (Video for Linux) API.
-
-       This  is  ALPHA  software.  Really!  Important features are missing and
-       there are lots of bugs. The code is currently only tested  on  a  Linux
-       2.4 system with a Hauppauge WinTV video card.
-
-
-
-

DEVICE NAMES

-       This backend expects device names of the form:
-
-              special
-
-       Where  special is the UNIX path-name for the special device that corre-
-       sponds to the v4l device.  The special device name must be a v4l device
-       or  a  symlink to such a device.  For example, such a device name could
-       be /dev/video0 or /dev/bttv0.
-
-
-
-

CONFIGURATION

-       The contents of the v4l.conf file is a list of device names that corre-
-       spond  to v4l devices.  Empty lines and lines starting with a hash mark
-       (#) are ignored.  A sample configuration file is shown below:
-
-              /dev/bttv0
-              # this is a comment
-              /dev/video3
-
-
-
-

FILES

-       /usr/local/etc/sane.d/v4l.conf
-              The  backend  configuration  file  (see  also   description   of
-              SANE_CONFIG_DIR below).
-
-       /usr/local/lib/sane/libsane-v4l.a
-              The static library implementing this backend.
-
-       /usr/local/lib/sane/libsane-v4l.so
-              The shared library implementing this backend (present on systems
-              that support dynamic loading).
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are separated by a colon (`:'), under OS/2, they  are  separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration file is searched in two default directories: first,  the
-              current     working     directory     (".")    and    then    in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends  with  the  directory separator character, then the default
-              directories are searched after the explicitly specified directo-
-              ries.   For  example,  setting SANE_CONFIG_DIR to "/tmp/config:"
-              would   result   in   directories   "tmp/config",    ".",    and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-       SANE_DEBUG_V4L
-              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.
-
-
-
-

AUTHOR

-       Juergen G. Schimmer, Henning Meier-Geinitz
-
-
-
-

BUGS:

-       If more than one video card is present, a crash  may  occur.  Frequency
-       and geometry selection is missing.
-       Send    bug    reports    to    the    SANE    mailing    list:   sane-
-       devel@lists.alioth.debian.org.  You must be subscribed to the  list  to
-       send   mail.   See  http://www.sane-project.org/mailing-lists.html  for
-       details.
-
-
-
-

SEE ALSO

-       sane(7), xcam(1).
-
-sane-backends 1.0.18              28 Aug 2002                      sane-v4l(5)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/sane.7.html b/man/sane.7.html index a90a20fd..cfa1dd3f 100644 --- a/man/sane.7.html +++ b/man/sane.7.html @@ -1,632 +1,8 @@ - - -sane.7 - +Content-type: text/html + +man2html: bad invocation

-

sane.7

-
-
-
-sane(7)                  SANE Scanner Access Now Easy                  sane(7)
-
-
-
-

NAME

-       sane - Scanner Access Now Easy: API for accessing scanners
-
-
-
-

DESCRIPTION

-       SANE  is an application programming interface (API) that provides stan-
-       dardized access to any raster image scanner hardware. The  standardized
-       interface  makes  it possible to write just one driver for each scanner
-       device instead of one driver for each scanner and application.
-
-       While SANE is primarily targeted at a UNIX  environment,  the  standard
-       has been carefully designed to make it possible to implement the API on
-       virtually any hardware or operating system.
-
-       This manual page provides a summary of the information available  about
-       SANE.
-
-       If  you  have  trouble getting your scanner detected, read the PROBLEMS
-       section.
-
-
-
-

TERMINOLOGY

-       An application that uses the SANE interface is called a SANE  frontend.
-       A  driver  that implements the SANE interface is called a SANE backend.
-       A meta backend provides some means to manage one or  more  other  back-
-       ends.
-
-
-
-

SOFTWARE PACKAGES

-       The  package  `sane-backends' contains a lot of backends, documentation
-       (including the SANE standard), networking support, and the command line
-       frontend   `scanimage'.    The   frontends  `xscanimage',  `xcam',  and
-       `scanadf' are included in the package `sane-frontends'.  Both  packages
-       can   be   downloaded   from   the   SANE   homepage  (http://www.sane-
-       project.org/).  Information about other frontends and backends can also
-       be found on the SANE homepage.
-
-
-
-

GENERAL INFORMATION

-       The  following  sections  provide  short descriptions and links to more
-       information about several aspects of SANE.  A name  with  a  number  in
-       parenthesis (e.g.  `sane-dll(5)') points to a manual page. In this case
-       `man   5   sane-dll'   will   display   the    page.    Entries    like
-       `/usr/local/doc/sane-1.0.18/sane.tex' are references to text files that
-       were     copied     to     the     SANE     documentation     directory
-       (/usr/local/doc/sane-1.0.18/) during installation. Everything else is a
-       URL to a resource on the web.
-
-       SANE homepage
-         Information on all aspects of SANE including a tutorial and a link to
-         the  SANE  FAQ  can  be  found on the SANE homepage: http://www.sane-
-         project.org/.
-
-       SANE device lists
-         The SANE device lists contain information about the  status  of  SANE
-         support  for  a  specific device. If your scanner is not listed there
-         (either supported or unsupported), please contact us. See section HOW
-         CAN  YOU HELP SANE for details. There are lists for specific releases
-         of SANE, for the current development version  and  a  search  engine:
-         http://www.sane-project.org/sane-supported-devices.html.   The  lists
-         are also installed on your system at /usr/local/doc/sane-1.0.18/.
-
-       SANE mailing list
-         There is a mailing list for the purpose of discussing the SANE  stan-
-         dard and its implementations: sane-devel.  Despite its name, the list
-         is not only intended for developers, but also for  users.  There  are
-         also  some  more  lists for special topics, however, for users, sane-
-         devel  is  the  right  list.  How  to  subscribe   and   unsubscribe:
-         http://www.sane-project.org/mailing-lists.html.
-
-       SANE IRC channel
-         The  IRC  (Internet  Relay  Chat)  channel  #sane can be found on the
-         Freenode network (irc.freenode.net). It's for discussing  SANE  prob-
-         lems,  talking  about  development and general SANE related chatting.
-         Before asking for help, please read the other documentation mentioned
-         in  this  manual page. The channel's topic is also used for announce-
-         ments of  problems  with  SANE  infrastructure  (mailing  lists,  web
-         server, etc.).
-
-       Compiling and installing SANE
-         Look at /usr/local/doc/sane-1.0.18/README and the os-dependent README
-         files for information about compiling and installing SANE.
-
-       SCSI configuration
-         For information about various systems and SCSI controllers see  sane-
-         scsi(5).
-
-       USB configuration
-         For information about USB configuration see sane-usb(5).
-
-
-
-

FRONTENDS AND MISCELLANEOUS PROGRAMS

-       scanimage
-         Command-line frontend. See scanimage(1).
-
-       saned
-         SANE network daemon that allows remote clients to access image acqui-
-         sition devices available on the local host. See saned(8).
-
-       sane-find-scanner
-         Command-line tool to find SCSI and USB scanners and  determine  their
-         Unix device files. See sane-find-scanner(1).
-
-       Also,  have a look at the sane-frontends package (including xscanimage,
-       xcam,   and   scanadf)   and   the   frontend   information   page   at
-       http://www.sane-project.org/sane-frontends.html.
-
-
-
-

BACKENDS FOR SCANNERS

-       abaton
-         The SANE backend for Abaton flatbed scanners supports the Scan 300/GS
-         (8bit, 256 levels of gray) and  the  Scan  300/S  (black  and  white,
-         untested). See sane-abaton(5) for details.
-
-       agfafocus
-         This  backend  supports  AGFA  Focus  scanners  and the Siemens S9036
-         (untested).  See sane-agfafocus(5) for details.
-
-       apple
-         The SANE backend for Apple flatbed scanners  supports  the  following
-         scanners:  AppleScanner,  OneScanner  and  ColorOneScanner. See sane-
-         apple(5) for details.
-
-       artec
-         The SANE Artec backend supports  several  Artec/Ultima  SCSI  flatbed
-         scanners  as  well as the BlackWidow BW4800SP and the Plustek 19200S.
-         See sane-artec(5) for details.
-
-       artec_eplus48u
-         The SANE artec_eplus48u backend supports the scanner Artec E+ 48U and
-         re-badged  models like Tevion MD 9693, Medion MD 9693, Medion MD 9705
-         and Trust Easy Webscan 19200. See sane-artec_eplus48u(5) for details.
-
-       as6e
-         This  is a SANE backend for using the Artec AS6E parallel port inter-
-         face scanner. See sane-as6e(5) for details.
-
-       avision
-         This backend supports several Avision based scanners.  This  includes
-         the  original  Avision scanners (like AV 630, AV 620, ...) as well as
-         the HP ScanJet 53xx and 74xx series, Fujitsu ScanPartner,  some  Mit-
-         subishi  and Minolta film-scanners.  See sane-avision(5) for details.
-
-       bh
-         The bh backend provides access to Bell+Howell Copiscan II series doc-
-         ument scanners. See sane-bh(5) for details.
-
-       canon
-         The  canon  backend  supports  the  CanoScan  300,  CanoScan 600, and
-         CanoScan 2700F SCSI flatbed scanners. See sane-canon(5) for  details.
-
-       canon630u
-         The  canon630u  backend supports the CanoScan 630u and 636u USB scan-
-         ners.  See sane-canon630u(5) for details.
-
-       canon_pp
-         The canon_pp backend supports the CanoScan FB330P, FB630P, N340P  and
-         N640P parallel port scanners.  See sane-canon_pp(5) for details.
-
-       coolscan
-         This  is  a  SANE backend for Nikon Coolscan film-scanners. See sane-
-         coolscan(5) for details.
-
-       coolscan2
-         This is a SANE backend for Nikon Coolscan film-scanners.   See  sane-
-         coolscan2(5) or http://coolscan2.sourceforge.net for details.
-
-       epson
-         The SANE epson backend provides support for Epson SCSI, parallel port
-         and USB flatbed scanners. See sane-epson(5) for details.
-
-       fujitsu
-         The fujitsu backend provides support for most Fujitsu SCSI  and  USB,
-         flatbed and adf scanners. See sane-fujitsu(5) for details.
-
-       genesys
-         The  genesys  backend  provides  support  for  scanners  based on the
-         Genesys Logic GL646 and GL841 chips like the Medion 6471 and Hewlett-
-         Packard  2300c.   Support  for GL841 based scanners is far from being
-         complete. See sane-genesys(5) for details.
-
-       gt68xx
-         The gt68xx  backend  provides  support  for  scanners  based  on  the
-         Grandtech  GT-6801  and  GT-6816 chips like the Artec Ultima 2000 and
-         several Mustek BearPaw  CU  and  TA  models.  Some  Genius,  Lexmark,
-         Medion, Packard Bell, Plustek, and Trust scanners are also supported.
-         See sane-gt68xx(5) for details.
-
-       hp
-         The SANE hp backend provides access to Hewlett-Packard ScanJet  scan-
-         ners  which  support  SCL (Scanner Control Language by HP). See sane-
-         hp(5) for details.
-
-       hpsj5s
-         The SANE backend for the  Hewlett-Packard  ScanJet  5S  scanner.  See
-         sane-hpsj5s(5) for details.
-
-       hp3500
-         The  SANE  backend  for  the Hewlett-Packard ScanJet 3500 series. See
-         sane-hp3500(5) for details.
-
-       hp4200
-         The SANE backend for the Hewlett-Packard  ScanJet  4200  series.  See
-         sane-hp4200(5) for details.
-
-       hp5400
-         The  SANE  backend  for the Hewlett-Packard ScanJet 54XXC series. See
-         sane-hp5400(5) for details.
-
-       ibm
-         The SANE backend for some IBM and  Ricoh  SCSI  scanners.  See  sane-
-         ibm(5) for details.
-
-       leo
-         This  backend  supports the Leo S3 and the Across FS-1130, which is a
-         re-badged LEO FS-1130 scanner. See sane-leo(5) for details.
-
-       lexmark
-         This backend supports the Lexmark X1100 series of USB  scanners.  See
-         sane-lexmark(5) for details.
-
-       ma1509
-         The  ma1509  backend  supports  the  Mustek BearPaw 1200F USB flatbed
-         scanner. See sane-ma1509(5) for details.
-
-       matsushita
-         This backend supports some Panasonic KVSS high  speed  scanners.  See
-         sane-matsushita(5) for details.
-
-       microtek
-         The  microtek  backend  provides  access  to  the "second generation"
-         Microtek scanners with SCSI-1 command set. See  sane-microtek(5)  for
-         details.
-
-       microtek2
-         The  microtek2 backend provides access to some Microtek scanners with
-         a SCSI-2 command set. See sane-microtek2(5) for details.
-
-       mustek
-         The SANE mustek backend supports most Mustek  SCSI  flatbed  scanners
-         including the Paragon and ScanExpress series and the 600 II N and 600
-         II EP (non-SCSI). Some Trust scanners are also supported.  See  sane-
-         mustek(5) for details.
-
-       mustek_pp
-         The mustek_pp backend provides access to Mustek parallel port flatbed
-         scanners. See sane-mustek_pp(5) for details.
-
-       mustek_usb
-         The mustek_usb backend provides access to some Mustek ScanExpress USB
-         flatbed scanners. See sane-mustek_usb(5) for details.
-
-       mustek_usb2
-         The  mustek_usb2  backend provides access to scanners using the SQ113
-         chipset like the Mustek BearPaw 2448 TA Pro USB flatbed scanner.  See
-         sane-mustek_usb2(5) for details.
-
-       nec
-         The  SANE  nec backend supports the NEC PC-IN500/4C SCSI scanner. See
-         sane-nec(5) for details.
-
-       niash
-         The niash backend supports the Agfa Snapscan Touch and the HP ScanJet
-         3300c,  3400c,  and 4300c USB flatbed scanners. See sane-niash(5) for
-         details.
-
-       pie
-         The pie backend provides access to Pacific  Image  Electronics  (PIE)
-         and Devcom SCSI flatbed scanners. See sane-pie(5) for details.
-
-       pixma
-         The  pixma  backend  supports  Canon  PIXMA MP series (multi-function
-         devices). See sane-pixma(5)  or  http://home.arcor.de/wittawat/pixma/
-         for details.
-
-       plustek
-         The  SANE  plustek backend supports USB flatbed scanners that use the
-         National  Semiconductor  LM983[1/2/3]-chipset  aka  Merlin.  Scanners
-         using this LM983x chips include some models from Plustek, KYE/Genius,
-         Hewlett-Packard, Mustek, Umax, Epson, and Canon. See  sane-plustek(5)
-         for details.
-
-       plustek_pp
-         The  SANE  plustek_pp  backend supports Plustek parallel port flatbed
-         scanners.  Scanners using the Plustek ASIC P96001, P96003, P98001 and
-         P98003  include  some  models  from  Plustek, KYE/Genius, Primax. See
-         sane-plustek_pp(5) for details.
-
-       ricoh
-         The ricoh backend provides access  to  the  following  Ricoh  flatbed
-         scanners: IS50 and IS60. See sane-ricoh(5) for details.
-
-       s9036
-         The  s9036  backend provides access to Siemens 9036 flatbed scanners.
-         See sane-s9036(5) for details.
-
-       sceptre
-         The sceptre backend provides access  to  the  Sceptre  S1200  flatbed
-         scanner. See sane-sceptre(5) for details.
-
-       sharp
-         The  SANE  sharp  backend  supports  Sharp  SCSI  scanners. See sane-
-         sharp(5) for details.
-
-       sm3600
-         The SANE sm3600 backend supports  the  Microtek  ScanMaker  3600  USB
-         scanner. See sane-sm3600(5) for details.
-
-       sm3840
-         The  SANE  sm3840  backend  supports  the Microtek ScanMaker 3840 USB
-         scanner.  See sane-sm3840(5) for details.
-
-       snapscan
-         The snapscan backend supports AGFA  SnapScan  flatbed  scanners.  See
-         sane-snapscan(5) for details.
-
-       sp15c
-         This  backend supports the Fujitsu FCPA ScanPartner 15C flatbed scan-
-         ner. See sane-sp15c(5) for details.
-
-       st400
-         The sane-st400 backend provides access to Siemens  ST400  and  ST800.
-         See sane-st400(5) for details.
-
-       tamarack
-         The  SANE  tamarack  backend supports Tamarack Artiscan flatbed scan-
-         ners. See sane-tamarack(5) for details.
-
-       teco1 teco2 teco3
-         The SANE teco1, teco2 and teco3 backends support some TECO  scanners,
-         usually sold under the Relisys, Trust, Primax, Piotech, Dextra names.
-         See sane-teco1(5), sane-teco2(5) and sane-teco3(5) for details.
-
-       u12
-         The sane-u12 backend provides USB flatbed scanners based on Plustek's
-         ASIC  98003  (parallel-port  ASIC)  and a GeneSys Logics' USB-parport
-         bridge chip like the Plustek OpticPro  U(T)12.  See  sane-u12(5)  for
-         details.
-
-       umax
-         The  sane-umax  backend provides access to several UMAX-SCSI-scanners
-         and some Linotype Hell SCSI-scanners. See sane-umax(5) for details.
-
-       umax_pp
-         The sane-umax_pp  backend  provides  access  to  Umax  parallel  port
-         flatbed scanners and the HP 3200C. See sane-umax_pp(5) for details.
-
-       umax1200u
-         The  sane-umax1220u  backend  supports  the  UMAX  Astra  1220U (USB)
-         flatbed scanner (and also the UMAX Astra 2000U, sort of).  See  sane-
-         umax1220u(5) for details.
-
-       Also,  have  a look at the backend information page at http://www.sane-
-       project.org/sane-supported-devices.html and the  list  of  projects  in
-       /usr/local/doc/sane-1.0.18/PROJECTS.
-
-
-
-

BACKENDS FOR DIGITAL CAMERAS

-       dc210
-         Backend for Kodak DC210 Digital Camera. See sane-dc210(5).
-
-       dc240
-         Backend for Kodak DC240 Digital Camera. See sane-dc240(5).
-
-       dc25
-         Backend for Kodak DC20/DC25 Digital Cameras. See sane-dc25(5).
-
-       dmc
-         Backend  for the Polaroid Digital Microscope Camera. See sane-dmc(5).
-
-       gphoto2
-         Backend for digital cameras supported by the gphoto2 library package.
-         (See  http://www.gphoto.org  for  more information and a list of sup-
-         ported cameras.)  Gphoto2 supports over 140 different camera  models.
-         However,  please  note  that  more  development and testing is needed
-         before all of these cameras will be supported by SANE  backend.   See
-         sane-gphoto2(5).
-
-       qcam
-         Backend for Connectix QuickCam cameras. See sane-qcam(5).
-
-       stv680
-         The sane-st680 backend provides access to webcams with a stv680 chip.
-         See sane-st680(5) for details.
-
-       Also, have a look at the backend information page  at  http://www.sane-
-       project.org/sane-supported-devices.html  and  the  list  of projects in
-       /usr/local/doc/sane-1.0.18/PROJECTS.
-
-
-
-

MISCELLANEOUS BACKENDS

-       dll
-         The sane-dll library implements a SANE backend that  provides  access
-         to an arbitrary number of other SANE backends by dynamic loading. See
-         sane-dll(5).
-
-       net
-         The SANE network daemon saned provides access to scanners located  on
-         different  computers  in  connection  with the net backend. See sane-
-         net(5) and saned(8).
-
-       pnm
-         PNM image reader pseudo-backend. The purpose of this backend is  pri-
-         marily to aid in debugging of SANE frontends. See sane-pnm(5).
-
-       pint
-         Backend  for  scanners  that  use the PINT (Pint Is Not Twain) device
-         driver.  The PINT driver is being actively developed on  the  OpenBSD
-         platform, and has been ported to a few other *nix-like operating sys-
-         tems. See sane-pint(5).
-
-       test
-         The SANE test backend is for testing frontends and the SANE installa-
-         tion.   It provides test pictures and various test options. See sane-
-         test(5).
-
-       v4l
-         The sane-v4l library implements a SANE backend that provides  generic
-         access  to  video  cameras and similar equipment using the V4L (Video
-         for Linux) API. See sane-v4l(5).
-
-       Also, have a look at the backend information page  at  http://www.sane-
-       project.org/sane-supported-devices.html  and  the  list  of projects in
-       /usr/local/doc/sane-1.0.18/PROJECTS.
-
-
-
-

CHANGING THE TOP-LEVEL BACKEND

-       By default, all SANE backends (drivers) are loaded dynamically  by  the
-       sane-dll  meta  backend.  If  you  have any questions about the dynamic
-       loading, read sane-dll(5).  SANE frontend can also be linked  to  other
-       backends  directly  by  copying  or  linking a backend to libsane.so in
-       /usr/local/lib/sane.
-
-
-
-

DEVELOPER'S DOCUMENTATION

-       It's not hard to write a SANE backend. It can take some time,  however.
-       You  should  have  basic  knowledge  of  C  and enough patience to work
-       through the documentation and find out how your scanner works. Appended
-       is  a list of some documents that help to write backends and frontends.
-
-       The SANE standard defines the application programming  interface  (API)
-       that  is  used to communicate between frontends and backends. It can be
-       found at /usr/local/doc/sane-1.0.18/sane.ps (if latex is  installed  on
-       your system) and on the SANE website: http://www.sane-project.org/html/
-       (HTML), or http://www.sane-project.org/sane.ps (Postscript).
-
-       There    is    some    more    information    for    programmers     in
-       /usr/local/doc/sane-1.0.18/backend-writing.txt.   Most  of the internal
-       SANE routines (sanei) are documented  using  doxygen:  http://www.sane-
-       project.org/sanei/.   Before  a  new  backend  or  frontend  project is
-       started,  have  a  look  at   /usr/local/doc/sane-1.0.18/PROJECTS   for
-       projects  that  are planned or not yet included into the SANE distribu-
-       tion  and  at  our  bug-tracking  system:   http://www.http://www.sane-
-       project.org/bugs.html.
-
-       There  are  some links on how to find out about the protocol of a scan-
-       ner: http://www.meier-geinitz.de/sane/misc/develop.html.
-
-       If you start writing a backend or frontend or any other part  of  SANE,
-       please contact the sane-devel mailing list for coordination so the same
-       work isn't done twice.
-
-
-
-

FILES

-       /usr/local/etc/sane.d/*.conf
-              The backend configuration files.
-
-       /usr/local/lib/sane/libsane-*.a
-              The static libraries implementing the backends.
-
-       /usr/local/lib/sane/libsane-*.so
-              The shared libraries implementing the backends (present on  sys-
-              tems that support dynamic loading).
-
-       /usr/local/doc/sane-1.0.18/*
-              SANE  documentation: The standard, READMEs, text files for back-
-              ends etc.
-
-
-
-

PROBLEMS

-       If your device isn't found but you know that it is supported, make sure
-       that  it  is  detected by your operating system. For SCSI and USB scan-
-       ners, use the  sane-find-scanner  tool  (see  sane-find-scanner(1)  for
-       details).  It prints one line for each scanner it has detected and some
-       comments (#). If sane-find-scanner finds your scanner only as root  but
-       not  as  normal  user,  the  permissions  for  the device files are not
-       adjusted correctly. If the scanner isn't found at  all,  the  operating
-       system hasn't detected it and may need some help. Depending on the type
-       of your scanner, read sane-usb(5) or sane-scsi(5).  If your scanner (or
-       other device) is not connected over the SCSI bus or USB, read the back-
-       end's manual page for details on how to set it up.
-
-       Now your scanner is detected by the operating system but not  by  SANE?
-       Try  scanimage  -L.   If the scanner is not found, check that the back-
-       end's name is mentioned in /usr/local/etc/sane.d/dll.conf.  Some  back-
-       ends  are  commented  out  by default. Remove the comment sign for your
-       backend in this case. Also some backends aren't compiled at all if  one
-       of  their  prerequisites  are  missing.  Examples include dc210, dc240,
-       canon_pp, hpsj5s, gphoto2, pint, qcam, v4l, net, sm3600, snapscan, pnm.
-       If  you  need one of these backends and they aren't available, read the
-       build instructions in the README file and the individual  manual  pages
-       of the backends.
-
-       Another  reason for not being detected by scanimage -L may be a missing
-       or wrong configuration in the backend's configuration file. While  SANE
-       tries  to  automatically  find  most scanners, some can't be setup cor-
-       rectly without the intervention of  the  administrator.  Also  on  some
-       operating systems auto-detection may not work. Check the backend's man-
-       ual page for details.
-
-       If your scanner is still not found, try setting the various environment
-       variables  that  are available to assist in debugging.  The environment
-       variables are documented in the relevant manual pages.  For example, to
-       get  the maximum amount of debug information when testing a Mustek SCSI
-       scanner, set environment variables  SANE_DEBUG_DLL,  SANE_DEBUG_MUSTEK,
-       and  SANE_DEBUG_SANEI_SCSI  to  128 and then invoke scanimage -L .  The
-       debug messages for the dll backend tell if the mustek backend was found
-       and  loaded at all. The mustek messages explain what the mustek backend
-       is doing while the SCSI debugging shows the low level handling. If  you
-       can't find out what's going on by checking the messages carefully, con-
-       tact the sane-devel mailing list for help (see REPORTING BUGS below).
-
-       Now that your scanner is found by scanimage -L, try to do a scan: scan-
-       image  >image.pnm.   This command starts a scan for the default scanner
-       with default settings. All the available options are listed by  running
-       scanimage  --help.   If  scanning aborts with an error message, turn on
-       debugging as mentioned above. Maybe the configuration file  needs  some
-       tuning,  e.g.  to  setup  the path to a firmware that is needed by some
-       scanners. See the backend's manual page for details. If you can't  find
-       out what's wrong, contact sane-devel.
-
-       To  check  that  the SANE libraries are installed correctly you can use
-       the test backend, even if you  don't  have  a  scanner  or  other  SANE
-       device:
-
-              scanimage -d test -T
-
-       You  should  get  a list of PASSed tests. You can do the same with your
-       backend by changing "test" to your backend's name.
-
-       So now scanning with scanimage works and you want to  use  one  of  the
-       graphical  frontends  like  xsane, xscanimage, or quiteinsane but those
-       frontends don't detect  your  scanner?  One  reason  may  be  that  you
-       installed two versions of SANE.  E.g. the version that was installed by
-       your distribution  in  /usr  and  one  you  installed  from  source  in
-       /usr/local/.   Make  sure  that  only one version is installed. Another
-       possible reason is, that your system's dynamic loader  can't  find  the
-       SANE  libraries.  For  Linux,  make  sure that /etc/ld.so.conf contains
-       /usr/local/lib and does not contain /usr/local/lib/sane.  See also  the
-       documentation of the frontends.
-
-
-
-

HOW CAN YOU HELP SANE

-       We  appreciate  any help we can get. Please have a look at our web page
-       about contributing to SANE: http://www.sane-project.org/contrib.html
-
-
-
-

CONTACT

-       For reporting bugs or requesting new  features,  please  use  our  bug-
-       tracking  system:  http://www.sane-project.org/bugs.html.  You can also
-       contact the author of your backend directly. Usually the email  address
-       can  be  found  in  the  /usr/local/doc/sane-1.0.18/AUTHORS file or the
-       backend's manpage. For general discussion about SANE,  please  use  the
-       SANE  mailing list sane-devel (see http://www.sane-project.org/mailing-
-       lists.html for details).
-
-
-
-

SEE ALSO

-       saned(8),  sane-find-scanner(1),  scanimage(1),  sane-abaton(5),  sane-
-       agfafocus(5),   sane-apple(5),  sane-artec(5),  sane-artec_eplus48u(5),
-       sane-as6e(5),   sane-avision(5),   sane-bh(5),   sane-canon(5),   sane-
-       canon630u(5),  sane-canon_pp(5),  sane-coolscan2(5),  sane-coolscan(5),
-       sane-dc210(5), sane-dc240(5), sane-dc25(5),  sane-dll(5),  sane-dmc(5),
-       sane-epson(5), sane-fujitsu(5), sane-genesys(5), sane-gphoto2(5), sane-
-       gt68xx(5), sane-hp(5), sane-hpsj5s(5), sane-hp3500(5),  sane-hp4200(5),
-       sane-hp5400(5),   sane-ibm(5),   sane-leo(5),   sane-lexmark(5),  sane-
-       ma1509(5),  sane-matsushita(5),  sane-microtek2(5),   sane-microtek(5),
-       sane-mustek(5),     sane-mustek_pp(5),     sane-mustek_usb(5),    sane-
-       mustek_usb2(5), sane-nec(5), sane-net(5),  sane-niash(5),  sane-pie(5),
-       sane-pint(5),  sane-plustek(5),  sane-plustek_pp(5), sane-pnm(5), sane-
-       qcam(5), sane-ricoh(5), sane-s9036(5),  sane-sceptre(5),  sane-scsi(5),
-       sane-sharp(5),  sane-sm3600(5), sane-sm3840(5), sane-snapscan(5), sane-
-       sp15c(5),  sane-st400(5),   sane-stv680(5),   sane-tamarack(5),   sane-
-       teco1(5),   sane-teco2(5),  sane-teco3(5),  sane-test(5),  sane-u12(5),
-       sane-umax1220u(5), sane-umax(5),  sane-umax_pp(5),  sane-usb(5),  sane-
-       v4l(5)
-
-
-
-

AUTHOR

-       David      Mosberger-Tang      and      many     many     more     (see
-       /usr/local/doc/sane-1.0.18/AUTHORS for details).   This  man  page  was
-       written  by  Henning  Meier-Geinitz. Quite a lot of text was taken from
-       the SANE standard, several man pages, and README files.
-
-sane-backends 1.0.18            16 October 2005                        sane(7)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/saned.8.html b/man/saned.8.html index 7e1567b5..cfa1dd3f 100644 --- a/man/saned.8.html +++ b/man/saned.8.html @@ -1,190 +1,8 @@ - - -saned.8 - +Content-type: text/html + +man2html: bad invocation

-

saned.8

-
-
-
-saned(8)                 SANE Scanner Access Now Easy                 saned(8)
-
-
-
-

NAME

-       saned - SANE network daemon
-
-
-
-

SYNOPSIS

-       saned [-d|-s [n]]
-
-
-
-

DESCRIPTION

-       saned  is  the SANE (Scanner Access Now Easy) daemon that allows remote
-       clients to access image acquisition  devices  available  on  the  local
-       host.
-
-
-
-

OPTIONS

-       The -d and -s flags request that saned run in debug mode (as opposed to
-       inetd(8) mode).  In this mode, saned explicitly waits for a  connection
-       request.  When compiled with debugging enabled, these flags may be fol-
-       lowed by a number to request debug info. The  larger  the  number,  the
-       more  verbose  the  debug output.  E.g., -d128 will request printing of
-       all debug info. Debug level 0 means no debug output at all. The default
-       value  is  2. If flag -d is used, the debug messages will be printed to
-       stderr while -s requests using syslog.
-
-       If saned is run from inetd or xinetd, no option can be given.
-
-
-
-

CONFIGURATION

-       First and foremost: saned is not intended to be exposed to the internet
-       or other non-trusted networks. Make sure that access is limited by tcp-
-       wrappers and/or a firewall setup. Don't  depend  only  on  saned's  own
-       authentification. Don't run saned as root if it's not necessary. And do
-       not install saned as setuid root.
-
-       The contents of the saned.conf  file  is  a  list  of  host  names,  IP
-       addresses or IP subnets (CIDR notation) that are permitted to use local
-       SANE devices. IPv6 addresses must be enclosed in brackets,  and  should
-       always  be specified in their compressed form.  Connections from local-
-       host are always permitted.  Empty lines and lines starting with a  hash
-       mark  (#) are ignored.  A line containing the single character ``+'' is
-       interpreted to match any hostname.  This allows any remote  machine  to
-       use  your scanner and may present a security risk, so this shouldn't be
-       used unless you know what you're doing.  A sample configuration file is
-       shown below:
-
-              scan-client.somedomain.firm
-              # this is a comment
-              192.168.0.1
-              192.168.2.12/29
-              [::1]
-              [2001:7a8:185e::42:12]/64
-
-       The  case of the host names does not matter, so AHost.COM is considered
-       identical to ahost.com.
-
-       For saned to work properly, it is also necessary to add a configuration
-       line to /etc/inetd.conf.  Note that your inetd must support IPv6 if you
-       want to connect to saned over IPv6 ; xinetd and openbsd-inetd are known
-       to support IPv6, check the documentation for your inetd daemon.
-
-       The configuration line normally looks like this:
-
-              sane-port  stream  tcp  nowait saned.saned /usr/local/sbin/saned
-              saned
-
-       However, if your system uses tcpd(8) for additional security screening,
-       you  may  want  to  disable  saned  access  control by putting ``+'' in
-       saned.conf and use a line of  the  following  form  in  /etc/inetd.conf
-       instead:
-
-              sane-port   stream   tcp   nowait   saned.saned   /usr/sbin/tcpd
-              /usr/local/sbin/saned
-
-       Note that both examples assume that there is a saned group and a  saned
-       user.   If  you  follow  this example, please make sure that the access
-       permissions on the special device are set such that  saned  can  access
-       the scanner (the program generally needs read and write access to scan-
-       ner devices).
-
-       If xinetd is installed on your system instead of  inetd  the  following
-       example for xinetd.conf may be helpful:
-
-              # default: off
-              # description: The sane server accepts requests
-              # for network access to a local scanner via the
-              # network.
-              service sane-port
-              {
-                 port        = 6566
-                 socket_type = stream
-                 wait        = no
-                 user        = saned
-                 group       = saned
-                 server      = /usr/local/sbin/saned
-              }
-
-       Finally,  it  is  also necessary to add a line of the following form to
-       /etc/services:
-
-              sane-port 6566/tcp # SANE network scanner daemon
-
-       The official IANA short name for port 6566 is  "sane-port".  The  older
-       name "sane" is now deprecated.
-
-
-
-

RESTRICTIONS

-       In  addition  to  the  control connection (port 6566) saned also uses a
-       data connection. The port of this socket is selected by  the  operating
-       system  and  can't  be  specified  by the user currently. This may be a
-       problem if the connection must go through a firewall  (packet  filter).
-       If  you  must  use a packet filter, make sure that all ports > 1024 are
-       open on the server for connections from the client.
-
-
-
-

FILES

-       /etc/hosts.equiv
-              The hosts listed in this file are permitted to access all  local
-              SANE  devices.  Caveat: this file imposes serious security risks
-              and its use is not recommended.
-
-       /usr/local/etc/sane.d/saned.conf
-              Contains a list of hosts permitted to access local SANE  devices
-              (see also description of SANE_CONFIG_DIR below).
-
-       /usr/local/etc/sane.d/saned.users
-              If this file contains lines of the form
-
-              user:password:backend
-
-              access  to  the  listed backends is restricted. A backend may be
-              listed multiple times for different user/password  combinations.
-              The server uses MD5 encryption if supported by the client.
-
-
-
-

ENVIRONMENT

-       SANE_CONFIG_DIR
-              This environment variable specifies the list of directories that
-              may contain the configuration file.  Under UNIX, the directories
-              are  separated  by a colon (`:'), under OS/2, they are separated
-              by a semi-colon (`;').  If this variable is not set, the config-
-              uration  file is searched in two default directories: first, the
-              current    working    directory    (".")     and     then     in
-              /usr/local/etc/sane.d.  If the value of the environment variable
-              ends with the directory separator character,  then  the  default
-              directories are searched after the explicitly specified directo-
-              ries.  For example, setting  SANE_CONFIG_DIR  to  "/tmp/config:"
-              would    result    in   directories   "tmp/config",   ".",   and
-              "/usr/local/etc/sane.d" being searched (in this order).
-
-
-
-

SEE ALSO

-       sane(7),  scanimage(1),  xscanimage(1),  xcam(1),  sane-dll(5),   sane-
-       net(5), sane-"backendname"(5)
-       http://www.penguin-breeder.org/?page=sane-net
-
-
-
-

AUTHOR

-       David Mosberger
-
-sane-backends 1.0.18              30 May 2004                         saned(8)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/man/scanimage.1.html b/man/scanimage.1.html index 5ff76bbe..cfa1dd3f 100644 --- a/man/scanimage.1.html +++ b/man/scanimage.1.html @@ -1,294 +1,8 @@ - - -scanimage.1 - +Content-type: text/html + +man2html: bad invocation

-

scanimage.1

-
-
-
-scanimage(1)             SANE Scanner Access Now Easy             scanimage(1)
-
-
-
-

NAME

-       scanimage - scan an image
-
-
-
-

SYNOPSIS

-       scanimage  [-d|--device-name  dev]  [--format format] [-i|--icc-profile
-       profile]   [-L|--list-devices]   [-f|--formatted-device-list    format]
-       [--batch   [=format]]   [--batch-start   start]  [--batch-count  count]
-       [--batch-increment  increment]   [--batch-double]   [--accept-md5-only]
-       [-p|--progress] [-n|--dont-scan] [-T|--test] [-h|--help] [-v|--verbose]
-       [-B|--buffersize] [-V|--version] [device-specific-options]
-
-
-
-

DESCRIPTION

-       scanimage is a command-line  interface  to  control  image  acquisition
-       devices  such as flatbed scanners or cameras.  The device is controlled
-       via command-line options.   After  command-line  processing,  scanimage
-       normally  proceeds  to  acquire an image.  The image data is written to
-       standard output in one of the PNM (portable aNyMaP)  formats  (PBM  for
-       black-and-white  images,  PGM  for  grayscale images, and PPM for color
-       images) or in TIFF (black-and-white, grayscale  or  color).   scanimage
-       accesses image acquisition devices through the SANE (Scanner Access Now
-       Easy) interface and can thus support any device for which there  exists
-       a SANE backend (try apropos sane- to get a list of available backends).
-
-
-
-

EXAMPLES

-       To get a list of devices:
-
-         scanimage -L
-
-       To scan with default settings to the file image.pnm:
-
-         scanimage >image.pnm
-
-       To print all available options:
-
-         scanimage -h
-
-
-
-

OPTIONS

-       The -d or --device-name options must be followed by a SANE  device-name
-       like  `epson:/dev/sg0'  or  `hp:/dev/usbscanner0'.  A (partial) list of
-       available devices can be obtained with the --list-devices  option  (see
-       below).   If  no device-name is specified explicitly, scanimage reads a
-       device-name from the environment variable SANE_DEFAULT_DEVICE.  If this
-       variable is not set, scanimage will attempt to open the first available
-       device.
-
-       The --format format option selects how image data is written  to  stan-
-       dard  output.  format can be pnm or tiff.  If --format is not used, PNM
-       is written.
-
-       The -i or --icc-profile option is used to include an ICC profile into a
-       TIFF file.
-
-       The  -L  or  --list-devices option requests a (partial) list of devices
-       that are available.  The list is not complete since some devices may be
-       available,  but are not listed in any of the configuration files (which
-       are typically stored in directory /usr/local/etc/sane.d).  This is par-
-       ticularly  the  case when accessing scanners through the network.  If a
-       device is not listed in a configuration file, the only way to access it
-       is by its full device name.  You may need to consult your system admin-
-       istrator to find out the names of such devices.
-
-       The -f or  --formatted-device-list  option  works  similar  to  --list-
-       devices,  but  requires a format string.  scanimage replaces the place-
-       holders %d %v %m %t %i with the device name, vendor name,  model  name,
-       scanner type and an index number respectively. The command
-
-              scanimage  -f  "  scanner number %i device %d is a %t, model %m,
-              produced by %v "
-
-       will produce something like:
-
-              scanner number 0  device sharp:/dev/sg1 is  a  flatbed  scanner,
-              model JX250 SCSI, produced by SHARP
-
-       The  --batch* options provide the features for scanning documents using
-       document feeders.  --batch [format] is used to specify  the  format  of
-       the  filename  that each page will be written to.  Each page is written
-       out to a single file.  If format  is  not  specified,  the  default  of
-       out%d.pnm  (or  out%d.tif  for  --format tiff) will be used.  format is
-       given as a printf style string with one  integer  parameter.   --batch-
-       start start selects the page number to start naming files with. If this
-       option is not given, the counter will start at 0.  --batch-count  count
-       specifies  the number of pages to attempt to scan.  If not given, scan-
-       image will continue scanning until the scanner returns  a  state  other
-       than OK.  Not all scanners with document feeders signal when the ADF is
-       empty, use this command to work around  them.   With  --batch-increment
-       increment  you can change the amount that the number in the filename is
-       incremented by.  Generally this is used when you are  scanning  double-
-       sided  documents on a single-sided document feeder.  A specific command
-       is provided to aid this:  --batch-double  will  automatically  set  the
-       increment  to  2.   --batch-prompt  will ask for pressing RETURN before
-       scanning a page. This can be used for scanning multiple  pages  without
-       an automatic document feeder.
-
-       The  --accept-md5-only  option only accepts user authorization requests
-       that support MD5 security. The SANE network daemon (saned)  is  capable
-       of doing such requests. See saned(8).
-
-       The  -p  or --progress option requests that scanimage prints a progress
-       counter. It shows how much image data of the current image has  already
-       been received by scanimage (in percent).
-
-       The  -n  or  --dont-scan  option  requests that scanimage only sets the
-       options provided by the user but doesn't actually perform a scan.  This
-       option can be used to e.g. turn off the scanner's lamp (if supported by
-       the backend).
-
-       The -T or --test option requests that scanimage performs a  few  simple
-       sanity  tests to make sure the backend works as defined by the SANE API
-       (in particular the sane_read function is exercised by this test).
-
-       The -h or --help options request help information.  The information  is
-       printed on standard output and in this case, no attempt will be made to
-       acquire an image.
-
-       The -v or --verbose options increase the verbosity of the operation  of
-       scanimage.   The option may be specified repeatedly, each time increas-
-       ing the verbosity level.
-
-       The -B or --buffersize option changes the input buffersize that scanim-
-       age uses from default 32*1024 to 1024*1024 kbytes.
-
-       The  -V  or --version option requests that scanimage prints the program
-       and package name, the version number of the SANE distribution  that  it
-       came  with and the version of the backend that it loads. Usually that's
-       the dll backend. If more information about the version numbers  of  the
-       backends  are  necessary, the DEBUG variable for the dll backend can be
-       used. Example: SANE_DEBUG_DLL=3 scanimage -L.
-
-       As you might imagine, much of the power of  scanimage  comes  from  the
-       fact that it can control any SANE backend.  Thus, the exact set of com-
-       mand-line options depends on the capabilities of the  selected  device.
-       To  see the options for a device named dev, invoke scanimage via a com-
-       mand-line of the form:
-
-              scanimage --help --device-name dev
-
-       The documentation for the device-specific options printed by --help  is
-       best explained with a few examples:
-
-        --brightness -100..100% [0]
-           Controls the brightness of the acquired image.
-
-              The  description above shows that option --brightness expects an
-              option value in the range from -100 to 100 percent.   The  value
-              in  square brackets indicates that the current option value is 0
-              percent.
-
-        --default-enhancements
-           Set default values for enhancement controls.
-
-              The description above shows that  option  --default-enhancements
-              has no option value.  It should be thought of as having an imme-
-              diate effect at the  point  of  the  command-line  at  which  it
-              appears.  For example, since this option resets the --brightness
-              option, the option-pair --brightness  50  --default-enhancements
-              would effectively be a no-op.
-
-        --mode Lineart|Gray|Color [Gray]
-           Selects the scan mode (e.g., lineart or color).
-
-              The  description above shows that option --mode accepts an argu-
-              ment that must be one of the strings Lineart,  Gray,  or  Color.
-              The  value  in  the  square bracket indicates that the option is
-              currently set to Gray.  For convenience, it is legal to abbrevi-
-              ate  the string values as long as they remain unique.  Also, the
-              case of the spelling doesn't matter.  For example,  option  set-
-              ting --mode col is identical to --mode Color.
-
-        --custom-gamma[=(yes|no)] [inactive]
-           Determines whether a builtin or a custom gamma-table
-           should be used.
-
-              The  description  above shows that option --custom-gamma expects
-              either no option value, a "yes" string, or a "no" string.  Spec-
-              ifying  the  option  with  no  value is equivalent to specifying
-              "yes".  The value in square-brackets indicates that  the  option
-              is  not currently active.  That is, attempting to set the option
-              would result in an error message.  The set of available  options
-              typically  depends  on the settings of other options.  For exam-
-              ple, the --custom-gamma  table  might  be  active  only  when  a
-              grayscale or color scan-mode has been requested.
-
-              Note  that  the  --help option is processed only after all other
-              options have been processed.  This makes it possible to see  the
-              option  settings  for a particular mode by specifying the appro-
-              priate mode-options along with the --help option.  For  example,
-              the command-line:
-
-              scanimage --help --mode color
-
-              would  print  the  option  settings  that are in effect when the
-              color-mode is selected.
-
-        --gamma-table 0..255,...
-           Gamma-correction table.  In color mode this option
-           equally affects the red, green, and blue channels
-           simultaneously (i.e., it is an intensity gamma table).
-
-              The description above shows that  option  --gamma-table  expects
-              zero or more values in the range 0 to 255.  For example, a legal
-              value for this option would be "3,4,5,6,7,8,9,10,11,12".   Since
-              it's  cumbersome  to specify long vectors in this form, the same
-              can be expressed by the  abbreviated  form  "[0]3-[9]12".   What
-              this  means  is  that  the first vector element is set to 3, the
-              9-th element is set to 12 and the values in between are interpo-
-              lated  linearly.   Of course, it is possible to specify multiple
-              such linear segments.  For example,  "[0]3-[2]3-[6]7,[7]10-[9]6"
-              is    equivalent   to   "3,3,3,4,5,6,7,10,8,6".    The   program
-              gamma4scanimage can be used to generate such gamma  tables  (see
-              gamma4scanimage(1) for details).
-
-        --filename <string> [/tmp/input.ppm]
-           The filename of the image to be loaded.
-
-              The  description  above is an example of an option that takes an
-              arbitrary string value (which happens to be a filename).  Again,
-              the value in brackets show that the option is current set to the
-              filename /tmp/input.ppm.
-
-
-
-

ENVIRONMENT

-       SANE_DEFAULT_DEVICE
-              The default device-name.
-
-
-
-

FILES

-       /usr/local/etc/sane.d
-              This directory holds various configuration files.  For  details,
-              please refer to the manual pages listed below.
-
-       ~/.sane/pass
-              This file contains lines of the form
-
-              user:password:resource
-
-              scanimage  uses  this  information  to answer user authorization
-              requests automatically. The file must have 0600  permissions  or
-              stricter.  You  should  use  this  file  in conjunction with the
-              --accept-md5-only  option  to  avoid  server-side  attacks.  The
-              resource may contain any character but is limited to 127 charac-
-              ters.
-
-
-
-

SEE ALSO

-       sane(7),   gamma4scanimage(1),   xscanimage(1),   xcam(1),    xsane(1),
-       scanadf(1), sane-dll(5), sane-net(5), sane-"backendname"(5)
-
-
-
-

AUTHOR

-       David  Mosberger,  Andreas Beck, Gordon Matzigkeit, Caskey Dickson, and
-       many others.  For questions and comments contact the  sane-devel  mail-
-       inglist (see http://www.sane-project.org/mailing-lists.html).
-
-
-
-

BUGS

-       For  vector  options, the help output currently has no indication as to
-       how many elements a vector-value should have.
-
-sane-backends 1.0.18              23 Sep 2005                     scanimage(1)
-
-
-
-Man(1) output converted with -man2html -
- - +

man2html: bad invocation

+Call: man2html [-l|-h host.domain:port] [-p|-q] [filename] +or: man2html -r [filename] + diff --git a/sane-backends-1.0.18.html b/sane-backends-1.0.18.html new file mode 100644 index 00000000..1fe2c8e7 --- /dev/null +++ b/sane-backends-1.0.18.html @@ -0,0 +1,10023 @@ + + + +SANE: Backends (Drivers) + + +
+SANE +

SANE: Backends (Drivers)

+
+
+The following table summarizes the backends/drivers distributed with sane-backends-1.0.18, and the hardware or software they support. +

This is only a summary! +Please consult the manpages and the author-supplied webpages +for more detailed (and usually important) information +concerning each backend.

+

If you have new information or corrections, please file a +bug report +with as many details as possible. Also please tell us if your scanner +isn't mentioned in this list at all.

+

For an explanation of the tables, see the +legend. +

Summary

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Device typeNumber of devices
TotalSupportedUntestedUnsupported
SumCompleteGoodBasicMinimal
Scanners127364817634810420126373
Still cameras55122000
Video Cameras113010232
Meta backends2n/a
APIs5n/a
+

Scanners

+

Backends: +abaton, +agfafocus, +apple, +artec, +artec_eplus48u, +as6e, +avision, +bh, +canon, +canon630u, +canon_pp, +coolscan, +coolscan2, +dell1600n_net, +epson, +fujitsu, +genesys, +gt68xx, +hp, +hp3500, +hp4200, +hp5400, +hpsj5s, +ibm, +leo, +lexmark, +ma1509, +matsushita, +microtek, +microtek2, +mustek, +mustek_pp, +mustek_usb, +mustek_usb2, +nec, +niash, +pie, +pixma, +plustek, +plustek_pp, +ricoh, +s9036, +sceptre, +sharp, +sm3600, +sm3840, +SnapScan, +sp15c, +st400, +tamarack, +teco1, +teco2, +teco3, +u12, +umax, +umax1220u, +umax_pp, +unsupported

+

Backend: abaton +(unmaintained) +

+

+Manual page: sane-abaton
+

+ + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Abaton +Scan 300/GSSCSI CompleteAll known modes and functions supported
Scan 300/SSCSI UntestedUntested, use with caution
+

Backend: agfafocus +(unmaintained) +

+

+Manual page: sane-agfafocus
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+AGFA +Focus GS ScannerSCSI Untested6 bit gray
Focus Lineart ScannerSCSI UntestedLineart only? Untested.
Focus IISCSI Untestedgray only
Focus ColorSCSI Good3-pass
Focus Color PlusSCSI Good3-pass
+Siemens +S9036SCSI Untestedgray only
+

Backend: apple +(unmaintained) +

+

+Manual page: sane-apple
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Apple +Apple ScannerSCSI Good4bit, 16 shades of gray
OneScannerSCSI Basic8bit, 256 shades of gray. The backend needs work especially in the quantization code but it may work.
ColorOneScannerSCSI Minimaltruecolor (needs much work) but it scans in non color modes.
+

Backend: artec +(unmaintained) +

+

+Link(s): +http://www4.infi.net/~cpinkham/sane/sane-artec-doc.html
+Manual page: sane-artec
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Artec/Ultima +AT3SCSI Completeall modes working
A6000CSCSI Completeall modes working
A6000C PLUSSCSI Completef/w <= v1.92 basic, f/w >= v1.93 OK
AT6SCSI GoodScan head needs to return home before another scan can be started.
AT12SCSI Completeall modes working
AM12SSCSI Completeall modes working
+BlackWidow +BW4800SPSCSI Completerebadged Artec AT3
+Plustek +OpticPro 19200SSCSI Completerebadged Artec AM12S
+

Backend: artec_eplus48u +(unmaintained) +

+

+Manual page: sane-artec_eplus48u
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Artec/Ultima +E+ 48UUSB0x05d8/0x4003GoodCIS scanner based on the GT6816 chip. Apparently all other devices are re-badged Artec scanners.
E+ ProUSB0x05d8/0x4004MinimalExperimental! Please report your results!
+Medion/Lifetec/Tevion/Cytron +MD9693USB0x05d8/0x4003Good 
MD9705USB0x05d8/0x4003Good 
MD4394USB0x05d8/0x4003GoodOnly scanners with product id 0x4003 will work; try the gt68xx backend, if your scanner has product id 0x4002
+Trust +Easy Webscan 19200USB0x05d8/0x4006Good 
240H Easy Webscan GoldUSB0x05d8/0x4007BasicWorks up to 600 dpi
+Memorex +MEM 48UUSB0x05d8/0x4005Good 
+Microstar +MR 9791USB0x05d8/0x4003Good 
+UMAX +AstraSlim SEUSB0x05d8/0x4009Good 
AstraSlim 1200 SEUSB0x05d8/0x4010Good 
+Yakumo +Scan50USB0x05d8/0x4011Good 
+

Backend: as6e +(0.4.2) +

+

+Link(s): +http://as6edriver.sourceforge.net/
+Manual page: sane-as6e
+

+ + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Artec/Ultima +AS6EParport BasicRequires the program 'as6edriver' to run.
+Trust +Easy Scan 9600 PlusParport BasicRequires the program 'as6edriver' to run.
+

Backend: avision +(Build: 201) +

+

+Link(s): +http://www.exactcode.de/oss/avision/index.html
+Manual page: sane-avision
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Avision +AV100CSSCSI Untested 
AV100IIICSSCSI Untested 
AV100SSCSI Untested 
AV120USB0x0638/0x0a27Completesheetfed scanner
AV121USB0x0638/0x0a3cUntestedsheetfed scanner
AV122USB0x0638/0x0a33Goodsheetfed duplex scanner
AV210USB0x0638/0x0a24Completesheetfed scanner
AV210USB0x0638/0x0a25Completesheetfed scanner
AV210C2USB0x0638/0x0a3aCompletesheetfed scanner
AV220USB0x0638/0x0a23Completeduplex! sheetfed scanner
AV220C2USB0x0638/0x0a2aCompleteduplex! sheetfed scanner
AV220C2USB0x0638/0x0a2aCompleteduplex! sheetfed scanner
AV240SCSCSI Untested 
AV260CSSCSI Untested 
AV360CSSCSI Untested 
AV363CSSCSI Untested 
AV420CSSCSI Untested 
AV6120SCSI Untested 
AV610USB0x0638/0x0a19Good 
AM3000 SeriesUSB0x0638/0x0a41BasicMFD
DS610CU ScancopierUSB0x0638/0x0a16Good1 pass, 600 dpi, A4
AV620CSSCSI Complete1 pass, 600 dpi
AV620CS PlusSCSI Complete1 pass, 1200 dpi
AV630CSSCSI Complete1 pass, 1200 dpi - regularly tested
AV630CSLSCSI Untested1 pass, 1200 dpi
AV6240SCSI Complete1 pass, ??? dpi
AV600UUSB0x0638/0x0a13Good1 pass, 600 dpi
AV600U PlusUSB0x0638/0x0a18Untested1 pass, ??? dpi
AV660SSCSI Untested1 pass, ??? dpi
AV680SSCSI Untested1 pass, ??? dpi
AV690USCSI Untested1 pass, 2400 dpi
AV800SSCSI Untested1 pass, ??? dpi
AV810CSCSI Untested1 pass, ??? dpi
AV820SCSI Untested1 pass, ??? dpi
AV820CSCSI Complete1 pass, ??? dpi
AV820C PlusSCSI Complete1 pass, ??? dpi
AV830CSCSI Untested1 pass, ??? dpi
AV830C PlusSCSI Untested1 pass, ??? dpi
AV880SCSI Untested1 pass, ??? dpi
AV880CSCSI Untested1 pass, ??? dpi
AV3200CSCSI Complete1 pass, ??? dpi
AV3800CSCSI Complete1 pass, ??? dpi
AV3850SUUSB0x0638/0x0a66Complete1 pass, ??? dpi
FB6000ESCSI Complete1 pass, 1200 dpi, A3 - duplex! - zero edge!
AV8000SSCSI Complete1 pass, 1200 dpi, A3 - regularly tested
AV8300USB0x0638/0x0a40Complete1 pass, 1200 dpi, A3 - duplex!
AV8350USB0x0638/0x0a68Complete1 pass, 1200 dpi, A3 - duplex!
IT8300USB0x0638/0x0a61Good1 pass, 1200 dpi, A3 - duplex!, LCD screen, paper sensors
@V5100USB0x0638/0x0a45Complete1 pass, 1200 dpi, A3 - duplex!, LCD screen, paper sensors
AVA3SCSI Basic1 pass, 600 dpi, A3
+Hewlett-Packard +ScanJet 5300CUSB0x03f0/0x0701Complete1 pass, 2400 dpi - regularly tested - some FW revisions have x-axis image scaling problems over 1200 dpi
ScanJet 5370CUSB0x03f0/0x0701Good1 pass, 2400 dpi - some FW revisions have x-axis image scaling problems over 1200 dpi
ScanJet 7400cUSB0x03f0/0x0801Good1 pass, 2400 dpi - dual USB/SCSI interface
ScanJet 7450cUSB0x03f0/0x0801Good1 pass, 2400 dpi - dual USB/SCSI interface - regularly tested
ScanJet 7490cUSB0x03f0/0x0801Good1 pass, 1200 dpi - dual USB/SCSI interface
ScanJet 8200USB0x03f0/0x0b01Good1 pass, 4800 (?) dpi - USB 2.0
ScanJet 8250USB0x03f0/0x0b01Good1 pass, 4800 (?) dpi - USB 2.0
ScanJet 8290USB0x03f0/0x0b01Good1 pass, 4800 (?) dpi - USB 2.0 and SCSI - only SCSI tested so far
+Minolta +Dimage Scan Dual ISCSI Basic 
Dimage Scan Dual IIUSB0x0638/0x026aGood1 pass, film-scanner
Elite IIUSB0x0686/0x4004Untested1 pass, film-scanner
Dimage Scan Dual IIIUSB0x0686/0x400dBasic1 pass, film-scanner
Dimage Scan Elite 5400USB0x0686/0x400eUntested1 pass, film-scanner
+Minolta-QMS +SC-110USB0x0638/0x0a15Untested 
SC-215USB0x0638/0x0a16Good 
+Mitsubishi +MCA-ADFCSCSI Untested 
S1200CSCSI Untested 
S600CSCSI Untested 
SS600SCSI Good 
+Fujitsu +ScanPartnerSCSI Untested 
ScanPartner 10SCSI Untested 
ScanPartner 10CSCSI Untested 
ScanPartner 15CSCSI Untested 
ScanPartner 300CSCSI Untested 
ScanPartner 600CSCSI Untested 
ScanPartner 620CSCSI Good 
ScanPartner JrSCSI Untested 
ScanStationSCSI Untested 
fi-4010CUUSB0x04c5/0x1029Untested 
+Kodak +i30USB0x040a/0x6001Untested 
i40USB0x040a/0x6002Basic 
i50USB0x040a/0x6003Untested 
i60USB0x040a/0x6004Untested 
i80USB0x040a/0x6005Untested 
+iVina +1200UUSB0x0638/0x0268Untested 
+Xerox +DocuMate252USB0x04a7/0x0449Untested 
DocuMate262USB0x04a7/0x044cGood 
DocuMate272USB0x04a7/0x0475Untested 
+Bell+Howell +2000FSCSI Basic1 pass, ??? dpi, A4
+

Backend: bh +(1.0-4) +

+

+Link(s): +http://www.martoneconsulting.com/sane-bh.html
+Manual page: sane-bh
+Comment: Supports Copiscan II scanners with Remote SCSI Controller (RSC) interface
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Bell and Howell +COPISCAN II 6338SCSI GoodDuplex Scanner with ACE - development model
COPISCAN II 2135SCSI UntestedSimplex Scanner
COPISCAN II 2137(A)SCSI GoodSimplex Scanner (with ACE) - limited testing
COPISCAN II 2138ASCSI UntestedSimplex Scanner with ACE
COPISCAN II 3238SCSI UntestedSimplex Scanner
COPISCAN II 3338(A)SCSI UntestedSimplex Scanner (with ACE)
+

Backend: canon +(1.12) +

+

+Link(s): +http://www.rzg.mpg.de/~mpd/sane/
+Manual page: sane-canon
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Canon +CanoScan 300SCSI Good1 pass; flatbed scanner
CanoScan 600SCSI Good1 pass; flatbed scanner
CanoScan 620SSCSI Good1 pass; flatbed scanner
CanoScan 1200SSCSI Good1 pass; flatbed scanner
CanoScan 2700FSCSI Good1 pass; film scanner
CanoScan 2710SSCSI Good1 pass; 36bit film scanner
+

Backend: canon630u +(0.1) +

+

+Link(s): +http://canon-fb630u.sourceforge.net/
+Manual page: sane-canon630u
+

+ + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Canon +CanoScan fb630uUSB0x04a9/0x2204GoodOK
CanoScan fb636uUSB0x04a9/0x2204GoodOK
+

Backend: canon_pp +(0.33) +

+

+Link(s): +http://canon-fb330p.sourceforge.net
+Manual page: sane-canon_pp
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Canon +CanoScan FB310PParport (ECP) UnsupportedRebadged Avision, different command set
CanoScan FB610PParport (ECP) UnsupportedRebadged Avision, different command set
CanoScan FB320PParport (ECP) BasicNewly added support
CanoScan FB620PParport (ECP) BasicNewly added support
CanoScan FB330PParport (ECP) Good 
CanoScan FB630PParport (ECP) Good 
CanoScan N340PParport (ECP) Good 
CanoScan N640PParport (ECP) Good 
CanoScan N640P exParport (ECP) GoodJust an N640P in a different box?
+

Backend: coolscan +(0.4.3) +

+

+Link(s): +http://andreas.rick.free.fr/sane/
+Manual page: sane-coolscan
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Nikon +LS-20SCSI BasicThe LS-20 has been replaced by the LS-30
LS-30SCSI Basicalpha: only 24/30 bit RGB + 32/40 bit RGBI
LS-2000SCSI Basicalpha: only 24/36 bit + RGB 32/48 bit RGBI
LS-1000SCSI BasicDoesn't support gamma correction
+

Backend: coolscan2 +(0.1.8) +

+

+Link(s): +http://coolscan2.sourceforge.net/
+Manual page: sane-coolscan2
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Nikon +LS 30SCSI Completeworking -- model available to developer
LS 2000SCSI Good 
LS 40 EDUSB0x04b0/0x4000Complete 
LS 4000 EDIEEE-1394 Goodneeds linux kernel 2.4.19 or later
LS 50 EDUSB0x04b0/0x4001Minimal 
Coolscan V EDUSB0x04b0/0x4001Minimal 
Super Coolscan LS-5000 EDUSB0x04b0/0x4002UntestedMay work, similar to LS 50 ED, but untested. Please tell us if it works.
LS 8000 EDIEEE-1394 Goodneeds linux kernel 2.4.19 or later
+

Backend: dell1600n_net +(NEW!) +

+

+

+ + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Dell +1600nEthernet USB0x413c/0x5250BasicSupports single page scans over ethernet
+

Backend: epson +(0.2.42) +

+

+Link(s): +http://www.khk.net/sane
+Manual page: sane-epson
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Epson +GT-5000SCSI Parport Good 
Actionscanner IISCSI Parport GoodUS version of GT-5000
GT-6000SCSI Parport Good 
ES-300CSCSI Parport GoodUS version of GT-6000
ES-300GSSCSI Good 
GT-5500SCSI Good 
GT-6500Parport Good 
ES-600CParport GoodUS version of GT-6500
ES-1200CParport GoodUS version of GT-9000
GT-7000SCSI Good 
GT-8000SCSI Good 
ES-8500SCSI Good 
Perfection 636SSCSI CompleteUS version of GT-7000
Perfection 636UUSB0x04b8/0x0101Complete 
Perfection 610USB0x04b8/0x0103Complete 
Perfection 640USB0x04b8/0x010cComplete 
Perfection 1200SSCSI Complete 
Perfection 1200UUSB0x04b8/0x0104Complete 
Perfection 1200PhotoUSB0x04b8/0x0104Completewith TPU
Perfection 1240SCSI USB0x04b8/0x010bComplete 
Perfection 1640SCSI USB0x04b8/0x010aComplete 
Perfection 1650USB0x04b8/0x0110Complete 
Perfection 1660USB0x04b8/0x011eComplete 
Perfection 2400USB0x04b8/0x011bComplete 
Perfection 2450USB IEEE-13940x04b8/0x0112Complete 
Perfection 3200USB0x04b8/0x011cCompleteUS version of the GT-9800
Perfection 4870USB0x04b8/0x0128CompleteUS version of the GT-9800
Perfection 4990USB0x04b8/0x012aCompleteUS version of the GT-X800
Expression 636SCSI CompleteUS version of GT-9500
Expression 800SCSI Complete 
Expression 1600SCSI USB IEEE-13940x04b8/0x0107Complete 
Expression 1680SCSI USB IEEE-13940x04b8/0x010eComplete 
FilmScan 200SCSI UnsupportedA better backend for the FilmScan 200 can be found at http://www.vjet.demon.co.uk/scanner/
CX-3200USB0x04b8/0x0802Good 
CX-3600USB0x04b8/0x080eGood 
CX-3650USB0x04b8/0x080eGood 
CX-4600USB0x04b8/0x080dGood 
CX-4800USB0x04b8/0x0819Good 
CX-5200USB0x04b8/0x0801Good 
CX-5400USB0x04b8/0x0801Good 
CX-5400USB0x04b8/0x0808Good 
CX-6400USB0x04b8/0x0805Good 
RX-500USB0x04b8/0x0807Good 
RX-600USB0x04b8/0x0806Good 
RX-425USB0x04b8/0x080fGood 
DX-3850USB Good 
CX-3700USB0x04b8/0x0818Good 
CX-3800USB0x04b8/0x0818Good 
DX-3800USB0x04b8/0x0818Good 
CX-4200USB0x04b8/0x0820Good 
AcuLaser CX11USB0x04b8/0x0815Good 
AcuLaser CX11NFUSB0x04b8/0x0815Good 
CX-6600USB0x04b8/0x0805Good 
+

Backend: fujitsu +(1.0.33) +

+

+Link(s): +http://www2.pfeiffer.edu/~anoah/fujitsu/
+Manual page: sane-fujitsu
+Comment: Backend re-written for SANE release 1.0.18, see sane-fujitsu manpage
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Fujitsu +ScanPartner 93GXSCSI Basicworkgroup, older, discontinued
M3091DCSCSI Goodworkgroup, older, discontinued
M3092DCSCSI Goodworkgroup, older, discontinued
ScanPartner Jr/10/15/300/600SCSI Unsupportedworkgroup, discontinued, non-fujitsu, avision oem
fi-4120CSCSI USB0x04c5/0x1041Goodworkgroup, newer, discontinued
fi-4220CSCSI USB0x04c5/0x1042Goodworkgroup, newer, discontinued
fi-4120C2SCSI USB0x04c5/0x10aeGoodworkgroup, newer, discontinued
fi-4220C2SCSI USB0x04c5/0x10afGoodworkgroup, newer, discontinued
fi-4010CUSB Untestedworkgroup, newer, discontinued, unknown chipset, perhaps non-fujitsu
fi-4110CUUSB0x04c5/0x1033Untestedworkgroup, newer, discontinued, unknown chipset, perhaps non-fujitsu
fi-4110EOXUSB Untestedworkgroup, newer, discontinued, unknown chipset, perhaps non-fujitsu
fi-4110EOX2USB Unsupportedworkgroup, newer, discontinued, MA1509 chipset, non-fujitsu
fi-5110EOXUSB0x04c5/0x1096Goodworkgroup, newer, discontinued, no TWAIN driver
fi-5110EOX2USB Goodworkgroup, newer, discontinued, no TWAIN driver
S500USB0x04c5/0x10feGoodworkgroup, current, no TWAIN driver
fi-60FUSB Untestedworkgroup, current, unknown chipset, perhaps non-fujitsu
fi-4010CUUSB0x04c5/0x1029Unsupportedworkgroup, current, Avision chipset?
fi-5110EOXMUSB Untestedworkgroup, current, unknown chipset, perhaps same as fi-5110EOX
fi-5110CUSB0x04c5/0x1097Goodworkgroup, current
fi-5120CSCSI USB0x04c5/0x10e0Goodworkgroup, current
fi-5220CSCSI USB0x04c5/0x10e1Goodworkgroup, current
ScanPartner 15C/620CSCSI Unsupportedworkgroup, current, non-fujitsu, avision oem
M3093ERS232C/Video Unsupporteddepartmental, older, discontinued
M3093DERS232C/Video Unsupporteddepartmental, older, discontinued
M3093DGSCSI Basicdepartmental, older, discontinued
M3093EXRS232C/Video Unsupporteddepartmental, older, discontinued
M3093GXSCSI Basicdepartmental, older, discontinued
M3096EXRS232C/Video Unsupporteddepartmental, older, discontinued
M3096GXSCSI Basicdepartmental, older, discontinued
M3097E+RS232C/Video Unsupporteddepartmental, older, discontinued
M3097G+SCSI Basicdepartmental, older, discontinued
M3097DERS232C/Video Unsupporteddepartmental, older, discontinued
M3097DGSCSI Basicdepartmental, older, discontinued
fi-4640SSCSI Basicdepartmental, newer, discontinued
fi-4750CSCSI Basicdepartmental, newer, discontinued
fi-4340CSCSI USB Basicdepartmental, current
fi-4530CSCSI USB Basicdepartmental, current
fi-5530CSCSI USB Basicdepartmental, current
M3099ARS232C/Video Unsupportedproduction, older, discontinued
M3099GSCSI Basicproduction, older, discontinued
M3099EHRS232C/Video Unsupportedproduction, older, discontinued
M3099GHSCSI Basicproduction, older, discontinued
M3099EXRS232C/Video Unsupportedproduction, older, discontinued
M3099GXSCSI Basicproduction, older, discontinued
M4097DSCSI Basicproduction, older, discontinued
fi-4750LSCSI Basicproduction, newer, discontinued
fi-4860CSCSI Basicproduction, current
M4099DSCSI Basicproduction, current
fi-4990CSCSI Basicproduction, current
fi-5650CSCSI USB Basicproduction, current
fi-5750CSCSI USB Basicproduction, current
fi-5900CSCSI USB0x04c5/0x10e7Basicproduction, current
+

Backend: genesys +(1.0-8) +

+

+Link(s): +http://www.meier-geinitz.de/sane/genesys-backend/
+Manual page: sane-genesys
+Comment: Only the USB scanners mentioned below are currently supported.
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Medion/Lifetec/Tevion/Cytron +MD5345USB0x0461/0x0377GoodHas a Primax USB ID
MD6228USB0x0461/0x0377GoodHas a Primax USB ID. Same as MD5345
MD6471USB0x0461/0x0377CompleteHas a Primax USB ID. Same as MD5345
+Hewlett-Packard +ScanJet 2300CUSB0x03f0/0x0901Complete600x1200 dpi max
+Canon +CanoScan LiDE 35USB0x04a9/0x2213GoodSame ids as LiDE 50.
CanoScan LiDE 40USB0x04a9/0x2213UntestedSame ids as LiDE 50. Please tell us if this scanner works.
CanoScan LiDE 50USB0x04a9/0x2213Good 
CanoScan LiDE 60USB0x04a9/0x221cGood 
+

Backend: gt68xx +(1.0-81) +

+

+Link(s): +http://www.meier-geinitz.de/sane/gt68xx-backend/
+Manual page: sane-gt68xx
+Comment: Only the USB scanners mentioned below are supported. For other Mustek BearPaws, look at the Plustek and the MA-1509 backend.
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Artec/Ultima +Ultima 2000USB0x05d8/0x4002GoodWorks, only product id 0x4002 is supported
Ultima 2000 e+USB0x05d8/0x4002GoodWorks, only limited testing until now
+Boeder +Sm@rtScan Slim EditionUSB0x05d8/0x4002GoodSimilar to Artec Ultima 2000
+Fujitsu +1200CUSUSB0x05d8/0x4002BasicWorks, but is slow. Probably a Mustek BearPaw 2400 CU clone.
+Genius +Colorpage Vivid3xUSB0x0458/0x2011Good 
Colorpage Vivid3 V2USB0x0458/0x2011GoodSame as Colorpage Vivid3x
Colorpage Vivid3xeUSB0x0458/0x2017Good 
Colorpage Vivid4USB0x0458/0x2014Good 
Colorpage Vivid4xUSB0x0458/0x201bGood 
Colorpage Vivid4xeUSB0x0458/0x201aGood 
Colorpage Vivid 1200 XUSB0x0458/0x201dGood 
Colorpage Vivid 1200 XEUSB0x0458/0x201fGood 
+Googlegear +2000USB0x05d8/0x4002GoodSame as Artec Ultima 2000.
+Lexmark +X70USB0x043d/0x002dGoodWorks, some resolutions fail at 16 bit
X73USB0x043d/0x002dGoodWorks, some resolutions fail at 16 bit, same as X70
+Medion/Lifetec/Tevion/Cytron +MD 4394USB0x05d8/0x4002GoodProduct id 0x4002. If you have 0x4003, use artec_eplus48u backend.
MD/LT 9375USB0x05d8/0x4002UntestedUntested, but is reported to have the same ids as the Artec Ultima 2000. Please test.
MD/LT 9385USB0x05d8/0x4002GoodSimilar to Artec Ultima 2000
LT 9452USB0x05d8/0x4002GoodSimilar to Mustek ScanExpress 1200 UB Plus
MD 9458USB0x05d8/0x4002GoodSimilar to Artec Ultima 2000 (e+?)
+Mustek +BearPaw 1200 CSUSB0x055f/0x021eGood 
BearPaw 1200 CUUSB0x05d8/0x4002Good 
BearPaw 1200 CU PlusUSB0x055f/0x021bGood 
BearPaw 1200 CU PlusUSB0x055f/0x021cGood 
BearPaw 1200 TAUSB0x055f/0x021eGoodTransparency adapter supported
BearPaw 1248 CUUSB0x055f/0x021cGoodSeems to use the same ids as BearPaw 1200 CU Plus.
BearPaw 2400 CSUSB0x055f/0x0218UntestedProbably works, reports are welcome
BearPaw 2400 CS PlusUSB0x055f/0x0219GoodWorks, problems with 12/16 bit modes?
BearPaw 2400 CUUSB0x05d8/0x4002BasicWorks, but is slow
BearPaw 2400 CU PlusUSB0x055f/0x021dGood 
BearPaw 2400 TAUSB0x055f/0x0218GoodTransparency adapter supported
BearPaw 2400 TA PlusUSB0x055f/0x0219GoodTransparency adapter supported
BearPaw 2448 CS PlusUSB0x055f/0x021aBasicSlow. Same as 2448 TA Plus, but without TA.
BearPaw 2448 TA PlusUSB0x055f/0x021aBasicSlow. Transparency adapter supported. Slow. Brightness depends on resolution?
Plug-n-Scan 2400 MTUSB0x055f/0x0219GoodWorks but is slow in high resolutions. Same as BearPaw 2400 TA Plus.
Plug-n-Scan 2400 MUSB0x055f/0x0219GoodWorks but is slow in high resolutions. Same as BearPaw 2400 CS Plus.
ScanExpress 1200 UB PlusUSB0x05d8/0x4002Good 
ScanExpress 1248 UBUSB0x055f/0x021fComplete 
ScanExpress 2400 USBUSB0x05d8/0x4002MinimalShould be detected but may need some more work in the code. Testers welcome. Please contact me if you own this scanner.
ScanExpress A3 USBUSB0x055f/0x0210BasicStill some vertical stripes.
ScanMagic 1200 UB PlusUSB0x05d8/0x4002GoodSame as ScanExpress 1200 UB Plus
+Packard Bell +Diamond 1200USB0x05d8/0x4002GoodSimilar to Mustek BearPaw 1200 (Plus)
Diamond 1200 PlusUSB0x055f/0x021cGoodSimilar to Mustek BearPaw 1200 Plus
Diamond 1200 PlusUSB0x055f/0x021bGoodSimilar to Mustek BearPaw 1200 Plus
Diamond 2450USB0x055f/0x0219Good 
+Plustek +OpticPro 1248UUSB0x07b3/0x0400Good 
OpticPro 1248UUSB0x07b3/0x0401Good 
OpticPro U16BUSB0x07b3/0x0402Good 
OpticPro U16B+USB0x07b3/0x0403Good 
OpticPro UT16BUSB0x07b3/0x0403UntestedProbably works. Transparency adapter not supported yet. Please contact me if you own such a device.
OpticPro S12USB0x07b3/0x040bBasicProduct ID 0x040b only. Needs more testing. Please contact me if you own such a scanner.
OpticPro S24USB0x07b3/0x040eBasicProduct ID 0x040e only. Needs more testing. Please contact me if you own such a scanner.
OpticPro ST12USB0x07b3/0x040bUntestedProduct ID 0x040b only. Needs testing. Transparency adapter completely untested. Please contact me if you own such a scanner.
OpticSlim 1200USB0x07b3/0x0413Good 
OpticSlim 2400USB0x07b3/0x0422GoodWorks up to 1200 dpi.
OpticSlim M12USB0x07b3/0x0412BasicScans, but no calibration is performed and the area selection is limited.
+RevScan +19200iUSB0x07b3/0x0400GoodSimilar to Plustek OpticPro 1248U
+Trust +240TH Easy Webscan GoldUSB0x055f/0x0218GoodSame as Mustek Bearpaw 2400 TA plus.
Compact Scan USB 19200USB0x05d8/0x4002GoodWorks, if you have vendor id 0x055f and product id 0x0006, use the mustek_usb backend instead, similar to Mustek ScanExpress 1200 UB (Plus)
Direct WebScan 19200USB0x055f/0x021cGoodSame as Mustek BearPaw 1200 CU Plus (0x021c).
Flat Scan USB 19200USB0x05d8/0x4002GoodSimilar to Artec Ultima 2000
+Visioneer +OneTouch 7300USB0x04a7/0x0444GoodWorks upto 1200 dpi and 12 bits/color.
+

Backend: hp +(1.06) +

+

+Link(s): +http://www.kirchgessner.net/
+Manual page: sane-hp
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Hewlett-Packard +ScanJet PlusPropietary CompleteDriver for HP parallel interface card required
ScanJet IIcSCSI Complete 
ScanJet IIpSCSI Complete 
ScanJet IIcxSCSI Complete 
ScanJet 3cSCSI Complete 
ScanJet 3pSCSI Complete 
ScanJet 4cSCSI Complete 
ScanJet 4pSCSI Complete 
ScanJet 4100CUSB0x03f0/0x0101Complete 
ScanJet 5pSCSI Complete 
ScanJet 5100CParport CompleteRequires ppscsi driver and epst module
ScanJet 5200CParport USB0x03f0/0x0401CompleteParallel interface requires ppscsi driver and epst module
ScanJet 6100CSCSI Complete 
ScanJet 6200CSCSI USB0x03f0/0x0201Complete 
ScanJet 6250CSCSI USB0x03f0/0x0201Complete 
ScanJet 6300CSCSI USB0x03f0/0x0601Complete 
ScanJet 6350CSCSI USB0x03f0/0x0601Complete 
ScanJet 6390CSCSI USB0x03f0/0x0601Complete 
PhotoSmart PhotoScannerSCSI Complete 
+

Backend: hp3500 +(1.0, NEW!) +

+

+Link(s): +http://projects.troy.rollo.name/rt-scanners/
+Manual page: sane-hp3500
+Comment: HP3500 series scanners.
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Hewlett-Packard +ScanJet 3500CUSB0x03f0/0x2205Good 
ScanJet 3530CUSB0x03f0/0x2005Good 
ScanJet 3570CUSB0x03f0/0x2005Good 
+

Backend: hp4200 +(1.0-2) +

+

+Link(s): +http://hp4200-backend.sourceforge.net
+Manual page: sane-hp4200
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Hewlett-Packard +ScanJet 4200CUSB0x03f0/0x0105Basic8bpp color, 75/150/300/600 dpi only
ScanJet 4200CxiUSB0x03f0/0x0105Basic8bpp color, 75/150/300/600 dpi only
ScanJet 4200CseUSB0x03f0/0x0105Basic8bpp color, 75/150/300/600 dpi only
+

Backend: hp5400 +(1.0-2) +

+

+Link(s): +http://sourceforge.net/projects/hp5400backend
+Manual page: sane-hp5400
+Comment: HP5400 and HP5470 scanners. Prototype backend available
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Hewlett-Packard +ScanJet 5400cUSB0x03f0/0x1005Basic 
ScanJet 5470cUSB0x03f0/0x1105Basic 
ScanJet 5490cUSB Basic 
+

Backend: hpsj5s +(0.03) +

+

+Link(s): +http://hpsj5s.sourceforge.net/
+Manual page: sane-hpsj5s
+

+ + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Hewlett-Packard +ScanJet 5sParport (EPP) MinimalRequires libieee1284 library. Only gray mode.
+

Backend: ibm +(1.0-4) +

+

+Link(s): +http://www.meier-geinitz.de/sane/ibm-backend/
+Manual page: sane-ibm
+Comment: This backend has had only limited testing. It needs more work especially for the Ricoh scanners. Patches are welcome.
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+IBM +2456SCSI BasicWas reported to work long time ago. Reports are welcome.
+Ricoh +IS-410SCSI UntestedUntested, please report!
IS-420SCSI BasicWorks at least in flatbed mode.
IS-430SCSI UntestedUntested, please report!
+

Backend: leo +(1.0-10) +

+

+Link(s): +http://www.zago.net/sane/#leo
+Manual page: sane-leo
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+LEO +LEOScan S3SCSI GoodFCC ID LUZFS1130
+Across Technologies +FS-1130SCSI GoodFCC ID LUZFS1130
+Genius +FS-1130 Colorpage ScannerSCSI Good 
+

Backend: lexmark +(1.0-0) +

+

+Link(s): +http://ca.geocities.com/freshshelf@rogers.com/
+Manual page: lexmark
+Comment: This backend supports lexmark x1100 series scanners.
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Lexmark +X1110USB0x043d/0x007cUntested 
X1130USB0x043d/0x007cBasicThe images scanned have a lot of vertical lines
X1140USB0x043d/0x007cUntested 
X1150USB0x043d/0x007cMinimalColors don't seem to be ok. Scanned white pages appear purple.
X1170USB0x043d/0x007cBasicColors aren't so bright. Bed-wide pictures are unscannable because the scan head never reaches the end of the bed (neither with letter selected). It leaves almost 2 cm out.
X1180USB0x043d/0x007cBasic 
X1185USB0x043d/0x007cBasicTested with xscanimage. Supports 75, 150, 300, 600, 1200(600x1200) dpi resolutions. Does grayscale or colour scans in the following sizes: wallet, 3x5, 4x6, 5x7, 8x10, letter.
+

Backend: ma1509 +(1.0-3) +

+

+Link(s): +http://www.meier-geinitz.de/sane/ma1509-backend/
+Manual page: sane-ma1509
+

+ + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Mustek +BearPaw 1200 FUSB0x055f/0x0010GoodWorks upto 600 dpi. No support for TA and ADF yet.
+

Backend: matsushita +(1.0-7) +

+

+Link(s): +http://www.zago.net/sane
+Manual page: sane-matsushita
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Panasonic +KV-SS25SCSI Complete 
KV-SS25DSCSI Complete 
KV-SS50SCSI Untested 
KV-SS55SCSI Untested 
KV-SS50EXSCSI Untested 
KV-SS55EXSCSI Minimalno color, no high resolution, no automatic cropping
KV-SS850SCSI Untested 
KV-SS855SCSI Untested 
KV-S2025CSCSI Minimalno color, no high resolution, no automatic cropping
KV-S2045CSCSI Minimalno color, no high resolution, no automatic cropping
KV-S2065LSCSI Minimalno color, no high resolution, no automatic cropping
+

Backend: microtek +(0.13.1) +

+

+Link(s): +http://www.mir.com/mtek/
+Manual page: sane-microtek
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Microtek +Scanmaker E6SCSI Good 
Scanmaker E3SCSI Good 
Scanmaker E2SCSI Good3-pass
Scanmaker 35t+SCSI Goodslide-scanner
Scanmaker 45tSCSI Goodslide-scanner
Scanmaker 35SCSI Goodslide-scanner
Scanmaker IIISCSI Good 
Scanmaker IISPSCSI Good 
Scanmaker IIHRSCSI Good3-pass
Scanmaker IIGSCSI Goodgray only
Scanmaker IISCSI Good3-pass
Scanmaker 600Z(S)SCSI Untested 
Scanmaker 600G(S)SCSI Basicgray only (see manpage)
Color PageWizSCSI (Parport) Basicsheet-fed (preliminary, see mapage)
+Agfa +Arcus IISCSI GoodArcus *II*, not Arcus!
StudioScanSCSI Good 
StudioScan IISCSI Good 
StudioScan IIsiSCSI Good 
StudiostarSCSI MinimalIs detected but scans are very dark
DuoScanSCSI Basic 
+Vobis +Highscreen RealscanSCSI Good 
+Genius +Colorpage-SP2SCSI GoodSame as Microtek Scanmaker E3
+

Backend: microtek2 +(unmaintained) +

+

+Link(s): +http://karstenfestag.gmxhome.de/linux.html
+Manual page: sane-microtek2
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Microtek +ScanMaker E3plusParport Complete 
ScanMaker E3plusSCSI Complete 
ScanMaker X6SCSI Complete 
ScanMaker X6ELSCSI Basic 
ScanMaker X6USBUSB0x05da/0x0099Good 
ScanMaker V300SCSI Good 
ScanMaker V300Parport Good 
ScanMaker V310SCSI Basic 
ScanMaker V310Parport Basic 
ScanMaker V600SCSI Basic 
ScanMaker V600Parport Basic 
ScanMaker 330SCSI Basic 
ScanMaker 630SCSI Basic 
ScanMaker 636SCSI Complete 
ScanMaker 9600XLSCSI Goodonly flatbed mode ?
ScanMaker 9800XLIEEE-1394 MinimalIEEE-1394 seems to work. See link. More reports welcome.
Phantom 330CXParport Complete 
SlimScan C3Parport Complete 
Phantom 636SCSI Complete 
Phantom 636CXParport Complete 
SlimScan C6USB0x05da/0x009aComplete 
ScanMaker V6UPLUSB0x05da/0x00b6BasicSometimes scan speed goes to fast and results look badly smudged.
ScanMaker V6USLSCSI Complete 
ScanMaker V6USLUSB0x05da/0x00a3Complete 
ScanMaker V6USLUSB0x05da/0x80a3Complete 
ScanMaker X12USLSCSI Goodonly Flatbed mode ?
+Vobis +HighScanSCSI Completeonly E3plus based models
+Scanport +SQ300Parport? Basic 
SQ2030Parport Basic 
SQ4836SCSI Basic 
+Genius +ColorPage-EPParport Good 
+

Backend: mustek +(1.0-138) +

+

+Link(s): +http://www.meier-geinitz.de/sane/mustek-backend/
+Manual page: sane-mustek
+Comment: Most Mustek SCSI scanners are supported by this backend. For USB scanners, look at the mustek_usb backend.
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Mustek +Paragon MFS-6000CXSCSI Good3-pass
Paragon MFS-12000CXSCSI Good3-pass
Paragon MFC-600SSCSI Complete 
Paragon 600 II CDSCSI Complete 
Paragon 600 II EDParport UntestedCompletely untested. If it's the same as the 600 II EP, it may work. Please contact me if you own such a device.
Paragon 600 II EPParport MinimalWorks, however only low resolutions and quality in color mode is bad.
ScanMagic 600 II SPSCSI Complete 
TwainScan II SPSCSI Complete 
Paragon MFC-800SSCSI Complete 
Paragon 800 II SPSCSI Complete 
Paragon MFS-6000SPSCSI Complete 
Paragon MFS-8000SPSCSI Complete 
Paragon MFS-1200SPSCSI Complete 
Paragon MFS-12000SPSCSI Complete 
ScanExpress 6000SPSCSI Complete 
ScanExpress 12000SPSCSI Complete 
ScanExpress 1200 FSSCSI UntestedOne report that it crashes the computer. SCSI driver issue? Please contact me if you own such a device.
ScanExpress 12000SP PlusSCSI Complete 
Paragon 1200 III SPSCSI Complete 
Paragon 1200 LSSCSI Complete 
ScanMagic 9636SSCSI Complete 
ScanMagic 9636S PlusSCSI Complete 
ScanExpress A3 SPSCSI BasicPlease test!
Paragon 1200 SP ProSCSI Good 
Paragon 1200 A3 ProSCSI CompleteADF and TA untested. Please contact me if you own such equipment.
Paragon 600 II NProprietary BasicResolutions above 300 dpi may cause trouble.
+Trust +Imagery 1200SCSI Good3-pass, Mustek Paragon MFS-6000CX compatible
Imagery 1200 SPSCSI CompleteMustek Paragon MFS-6000SP compatible
Imagery 4800 SPSCSI CompleteMustek Paragon 600 II CD compatible
SCSI Connect 19200SCSI CompleteMustek ScanExpress 12000SP compatible
SCSI excellence series 19200SCSI CompleteMustek ScanExpress 12000SP compatible
+Primax +Compact 4800 SCSISCSI CompleteMustek 600 II CD compatible
+

Backend: mustek_pp +(13) +

+

+Link(s): +http://penguin-breeder.org/sane/mustek_pp/
+Manual page: sane-mustek_pp
+Comment: Supports CIS and CCD type parallel port scanners from Mustek.
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Mustek +ScanExpress 6000 PParport (EPP) Good300 dpi CCD scanner
ScanExpress 600 SEPParport (EPP) Good300 dpi CCD scanner
ScanMagic 4800 PParport (EPP) Good300 dpi CCD scanner
600 III EP PlusParport (EPP) Good300 dpi CCD scanner
96 CPParport (EPP) Good300x600 dpi CIS scanner
ScanExpress 600 CPParport (EPP) Good300x600 dpi CIS scanner
ScanMagic 600 CPParport (EPP) Good300x600 dpi CIS scanner
ScanExpress 1200 CPParport (EPP) Good600x1200 dpi CIS scanner
ScanExpress 1200 CP+Parport (EPP) Good600x1200 dpi CIS scanner
+Medion/Lifetec/Tevion/Cytron +MD 9848Parport (EPP) Good300 dpi CCD scanner
MD 9806Parport (EPP) Good300 dpi CCD scanner
MD/LT 935xParport (EPP) Good600x1200 dpi CIS scanner
MD/LT 985xParport (EPP) Good600x1200 dpi CIS scanner
MD/LT 9890Parport (EPP) Good600x1200 dpi CIS scanner
+Targa +Funline TS12 EPParport (EPP) Good600x1200 dpi CIS scanner
Funline TS6 EPParport (EPP) Good300x600 dpi CIS scanner
+Trust +Easy Connect 9600+Parport (EPP) Good300x600 dpi CIS scanner
Easy Connect 19200+Parport (EPP) Good300x600 dpi CIS scanner
+Viviscan +Compact IIParport (EPP) Good300 dpi CCD scanner
+Cybercom +9352Parport (EPP) Good300 dpi CCD scanner
+Gallery +4800Parport (EPP) Good300 dpi CCD scanner
+Network +Easy Plus 30 BitParport (EPP) Good300 dpi CCD scanner
+Micromaxx +MM-9851Parport (EPP) Good300x600 dpi CIS scanner
+

Backend: mustek_usb +(1.0-18) +

+

+Link(s): +http://www.meier-geinitz.de/sane/mustek_usb-backend/
+Manual page: sane-mustek_usb
+Comment: Only the USB scanners mentioned below are supported. For BearPaws, look at the Plustek, MA-1509, and gt68xx backends.
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Mustek +ScanExpress 600 CUUSB0x055f/0x0002Complete 
ScanExpress 1200 CUUSB0x055f/0x0001Complete 
ScanExpress 1200 CU PlusUSB0x055f/0x0008Complete 
ScanExpress 1200 UBUSB0x055f/0x0006CompleteFor the UB Plus, see gt68xx backend
+Trust +Compact Scan USB 19200USB0x055f/0x0006CompleteMustek 1200 UB compatible
+

Backend: mustek_usb2 +(1.0-10) +

+

+Link(s): +http://www.meier-geinitz.de/sane/mustek_usb2-backend/
+Manual page: sane-mustek_usb2
+Comment: Only BearPaw 2448TA Pro is supported at the moment
+

+ + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Mustek +BearPaw 2448TA ProUSB0x055f/0x0409Good 
+

Backend: nec +(0.12) +

+

+Link(s): +http://www5a.biglobe.ne.jp/~saetaka/
+Manual page: sane-nec
+

+ + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+NEC +PC-IN500/4CSCSI GoodPC-IN500/4C was sold only in JAPAN
+

Backend: niash +(0.3) +

+

+Link(s): +http://sourceforge.net/projects/hp3300backend
+Manual page: sane-niash
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Hewlett-Packard +ScanJet 3300cUSB0x03f0/0x0205Complete 
ScanJet 3400cUSB0x03f0/0x0405CompleteIf you use Linux 2.6, version 2.6.8 or newer is necessary.
ScanJet 4300cUSB0x03f0/0x0305CompleteIf you use Linux 2.6, version 2.6.8 or newer is necessary.
ScanJet 4300c/SilitekUSB0x047b/0x1002CompleteIf you use Linux 2.6, version 2.6.8 or newer is necessary.
+Agfa +Snapscan TouchUSB0x06bd/0x0100Complete 
+Trust +Office Scan USB 19200USB0x047b/0x1000Complete 
+

Backend: pie +(1.0) +

+

+Link(s): +http://www.munton.demon.co.uk/sane
+Manual page: sane-pie
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Devcom +9636PROSCSI Good 
9636SSCSI Untested 
9630SSCSI Untested 
+PIE +ScanAce 1236SSCSI Good 
ScanAce 1230SSCSI Good 
ScanAce IISCSI Untested 
ScanAce IIISCSI Good 
ScanAce PlusSCSI Untested 
ScanAce II PlusSCSI Untested 
ScanAce III PlusSCSI Untested 
ScanAce VSCSI Untested 
ScanAce ScanMediaSCSI Untested 
ScanAce ScanMedia IISCSI Untested 
ScanAce 630SSCSI Untested 
ScanAce 636SSCSI Untested 
+Adlib +JetScan630SCSI Good 
JetScan636PROSCSI Untested 
+

Backend: pixma +(0.11.3, NEW!) +

+

+Link(s): +http://home.arcor.de/wittawat/pixma/
+Manual page: sane-pixma
+Comment: Devices marked as experimantal are disabled by default. See the manual page for how to enable them.
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Canon +PIXMA MP150USB0x04a9/0x1709Good 
PIXMA MP170USB0x04a9/0x170aGood 
PIXMA MP450USB0x04a9/0x170bGoodScanner makes loud noise at 600 DPI.
PIXMA MP500USB0x04a9/0x170cGood 
MultiPASS MP700USB0x04a9/0x2630MinimalNo grayscale. Same model as SmartBase MP700 Photo?
MultiPASS MP730USB0x04a9/0x262fMinimalExperimental. No grayscale. Same model as SmartBase MP730 Photo?
PIXMA MP750USB0x04a9/0x1706MinimalNo grayscale. Canceling scan in ADF mode doesn't eject the paper!
PIXMA MP760USB0x04a9/0x1708MinimalExperimental. No grayscale. The scanner sometimes hangs!
PIXMA MP780USB0x04a9/0x1707MinimalExperimental. No grayscale. The scanner sometimes hangs!
PIXMA MP800USB0x04a9/0x170dBasicNo film scan.
PIXMA MP830USB0x04a9/0x1713BasicPlease report if ADF works.
+

Backend: plustek +(0.51) +

+

+Link(s): +http://www.gjaeger.de/scanner/plustek/
+Manual page: sane-plustek
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Plustek +OpticPro U12USB0x07b3/0x0010CompleteNOTE: Devices with product ID 0x0001 are not supported!
OpticPro UT12USB0x07b3/0x0017CompleteNote: Devices with product ID 0x0001 are not supported!
OpticPro UT16USB0x07b3/0x0017Complete 
OpticPro U24USB0x07b3/0x0011Complete 
OpticPro U24USB0x07b3/0x0015Complete 
OpticPro UT24USB0x07b3/0x0017Complete 
+Genius +Colorpage HR6 V2USB0x0458/0x2007Complete 
Colorpage HR6 V2USB0x0458/0x2008Complete 
Colorpage HR7USB0x0458/0x2013Complete 
Colorpage HR6AUSB0x0458/0x2009Untested 
Colorpage HR7LEUSB0x0458/0x2015Untested 
Colorpage HR6XUSB0x0458/0x2016Untested 
+Mustek +BearPaw 1200USB0x0400/0x1000Completeboth product versions are supported, see backends' man-page
BearPaw 1200USB0x0400/0x1001Completeboth product versions are supported, see backends' man-page
BearPaw 2400USB0x0400/0x1001Complete 
+Hewlett-Packard +ScanJet 2100CUSB0x03f0/0x0505Complete 
ScanJet 2200CUSB0x03f0/0x0605Complete 
+Epson +Perfection 1250USB0x04b8/0x010fComplete 
Perfection 1250PhotoUSB0x04b8/0x010fGoodTPA scans not perfect
Perfection 1260USB0x04b8/0x011dComplete 
Perfection 1260PhotoUSB0x04b8/0x011dGoodTPA scans not perfect
+Umax +UMAX 3400USB0x1606/0x0050Completethere are some UMAX 3400 outside the U.S. which are not supported, as they use another chipset than the LM983x
UMAX 3400USB0x1606/0x0060Completethere are some UMAX 3400 outside the U.S. which are not supported, as they use another chipset than the LM983x
UMAX Astranet ia101USB0x1606/0x0060Completeseems to be a renamed UMAX 3400
UMAX 3450USB0x1606/0x0060Complete 
UMAX 5400USB0x1606/0x0160Complete 
+Compaq +S4-100USB0x049f/0x001aCompleteIdentical to UMAX 3400
+Canon +CanoScan N650U/N656UUSB0x04a9/0x2206Complete 
CanoScan N1220UUSB0x04a9/0x2207Complete 
CanoScan N670U/N676U/LiDE20USB0x04a9/0x220dComplete 
CanoScan N1240U/LiDE30USB0x04a9/0x220eComplete 
CanoScan LiDE25USB0x04a9/0x2220Good 
CanoScan D660UUSB0x04a9/0x2208GoodTPA scans not perfect
+Syscan +TravelScan 662USB0x0a82/0x6620Complete 
+

Backend: plustek_pp +(0.43) +

+

+Link(s): +http://www.gjaeger.de/scanner/plustek_pp/
+Manual page: sane-plustek_pp
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Plustek +OpticPro 4800PParport (SPP, EPP) Complete 
OpticPro 4830PParport (SPP, EPP) Complete 
OpticPro 600P/6000PParport (SPP, EPP) Complete 
OpticPro 4831PParport (SPP, EPP) Complete 
OpticPro 9630PParport (SPP, EPP) Complete 
OpticPro 9630PLParport (SPP, EPP) Completeuse driver-switch mov=1
OpticPro 9600PParport (SPP, EPP) Complete 
OpticPro 1236PParport (SPP, EPP) Completereported as OpticPro 12000P/96000P
OpticPro 12000P/96000PParport (SPP, EPP) Complete 
OpticPro 9636PParport (SPP, EPP) Completeuse driver-switch mov=4
OpticPro 9636P+/TurboParport (SPP, EPP) Completeuse driver-switch mov=3
OpticPro 9636TParport (SPP, EPP) Complete 
OpticPro 12000TParport (SPP, EPP) Complete 
OpticPro AI3Parport (SPP, EPP) Basicuse driver-switch mov=5, poor picture quality
OpticPro P8Parport Untested 
OpticPro P12Parport (SPP, EPP) Complete 
OpticPro PT12Parport (SPP, EPP) Complete 
+Primax +Colorado 4800Parport (SPP, EPP) Untestedsame as OpticPro 4800P
Compact 4800 DirectParport (SPP, EPP) Completeuse driver-switch mov=2
Compact 4800 Direct-30Parport (SPP, EPP) Completesame as OpticPro 4830P, use driver-switch mov=7
Compact 9600 Direct-30Parport (SPP, EPP) Completesame as OpticPro 9630P
+Genius +Colorpage Vivid III V2Parport (SPP, EPP) CompleteReported as PT12
Colorpage Vivid Pro II FilmParport (SPP, EPP) CompleteReported as OP9636T/12000T
Colorpage HR6X EPPParport (SPP, EPP) GoodNegative scanning does not work correctly
+Aries +Scan-It Pro 4800Parport (SPP, EPP) Completeuse driver-switch mov=2
+BrightScan +BrighScan OpticProParport (SPP, EPP) CompleteReported as P12
+

Backend: ricoh +(unmaintained) +

+

+Manual page: sane-ricoh
+

+ + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Ricoh +Ricoh IS50SCSI Basic 
Ricoh IS60SCSI Basic 
+

Backend: s9036 +(unmaintained) +

+

+Manual page: sane-s9036
+

+ + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Siemens +9036 Flatbed scannerSCSI Basic 
+

Backend: sceptre +(1.0-10) +

+

+Link(s): +http://www.zago.net/sane/
+Manual page: sane-sceptre
+

+ + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Sceptre +Vividscan S1200SCSI Basic 
+Komodo +S1200SCSI Untestedrebadged Sceptre S1200
+

Backend: sharp +(0.32) +

+

+Link(s): +http://www.satzbau-gmbh.de/staff/abel/sane-sharp.html
+Manual page: sane-sharp
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Sharp +JX-610SCSI Good 
JX-250SCSI Good 
JX-320SCSI Good 
JX-325SCSI Untested 
JX-330SCSI Good 
JX-350SCSI Good 
+

Backend: sm3600 +(0.1) +

+

+Link(s): +http://sm3600.sourceforge.net/
+Manual page: sane-sm3600
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Microtek +ScanMaker 3600USB0x05da/0x40b3Basicworks
ScanMaker 3600USB0x05da/0x40caBasicworks
ScanMaker 3600USB0x05da/0x40ffBasicworks
ScanMaker 3700USB0x05da/0x40b8Basicworks
ScanMaker 3700USB0x05da/0x40cbBasicworks
ScanMaker 3750USB0x05da/0x40ddBasicworks (told)
+

Backend: sm3840 +(1.1) +

+

+Link(s): +http://www.ziplabel.com/sm3840/
+Manual page: sane-sm3840
+Comment: This reverse-engineered backend supports the USB ScanMaker 3840 model
+

+ + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Microtek +ScanMaker 3840USB0x05da/0x30d4Good8 and 16 bit, color and grayscale
ScanMaker 4800USB0x05da/0x30cfGoodSame hardware as SM3840, different color box
+

Backend: SnapScan +(1.4) +

+

+Link(s): +http://snapscan.sourceforge.net/
+Manual page: sane-snapscan
+Comment: Supported bit depths: 24 bit (color), 48 bit (color, Epson) 8 bit (gray)
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+AGFA +SnapScanSCSI Good 
SnapScan 300SCSI Good 
SnapScan 310SCSI Good 
SnapScan 600SCSI GoodOptional ADF supported.
Arcus 1200SCSI GoodOptional transparency unit supported.
SnapScan 1236sSCSI GoodOptional ADF and transparency unit supported.
SnapScan 1236uUSB0x06bd/0x0002GoodOptional ADF and transparency unit supported.
SnapScan 1212UUSB0x06bd/0x0001Good 
SnapScan 1212U_2USB0x06bd/0x2061Good 
SnapScan e10USB0x06bd/0x2093Good 
SnapScan e20USB0x06bd/0x2091Good 
SnapScan e25USB0x06bd/0x2095Good 
SnapScan e26USB0x06bd/0x2097Good 
SnapScan e40USB0x06bd/0x208dGood 
SnapScan e42USB0x06bd/0x20ffGood 
SnapScan e50USB0x06bd/0x208fGoodOptional tranparency unit supported
SnapScan e52USB0x06bd/0x20fdGoodOptional tranparency unit supported
SnapScan e60USB Untested 
+Benq (Acer) +300fSCSI Good 
310sSCSI Good 
610sSCSI Good 
610plusSCSI Good 
620sSCSI Good 
310UUSB0x04a5/0x1a20Good 
320UUSB0x04a5/0x2022Good 
340UUSB0x04a5/0x2022Good 
620UUSB0x04a5/0x1a2aGoodOptional tranparency unit supported
620UTUSB0x04a5/0x2040GoodOptional tranparency unit supported
640UUSB0x04a5/0x2060GoodOptional tranparency unit supported
640buUSB0x04a5/0x207eGood 
640BTUSB0x04a5/0x20beGoodOptional tranparency unit supported
1240USB0x04a5/0x20c0GoodOptional tranparency unit supported
3300USB0x04a5/0x20b0Good 
3300USB0x04a5/0x20deGood 
4300USB0x04a5/0x20b0Good 
4300USB0x04a5/0x20deGood 
5000EUSB0x04a5/0x20fcBasicSame as 5000U, working up to 600 DPI
5000UUSB0x04a5/0x20fcBasicSame as 5000E, working up to 600 DPI
5000USB0x04a5/0x20f8GoodUSB ID 0x04a5,0x20f8: Color / grayscale scans working up to 1200 DPI
5150USB0x04a5/0x2137BasicCalibration algorithm unknown
5250USB0x04a5/0x2137BasicSame hardware as 5150 (?), Calibration algorithm unknown
5300USB0x04a5/0x20feBasicProblems with firmware upload reported
+Guillemot / Hercules +Maxi Scan A4 Deluxe (SCSI)SCSI GoodRebadged SnapScan 310s.
Scan@home Touch 1248 (USB)USB0x04a5/0x20deGoodRebadged Benq 3300.
Maxi Scan A4 USB 640UUSB0x04a5/0x2060GoodRebadged Benq 640U.
Maxi A4 36 bitUSB0x04a5/0x2060GoodRebadged Benq 620U, needs Benq firmware file u96v???.bin
+Mitsubishi +Diamondview 648UTUSB0x04a5/0x2022GoodRebadged Benq 320u.
Diamondview 650UUSB0x04a5/0x20b0GoodRebadged Benq 4300.
+Epson +Perfection 660USB0x04b8/0x0114Good 
Perfection 1270USB0x04b8/0x0120Good 
Perfection 1670USB0x04b8/0x011fGood 
Perfection 2480USB0x04b8/0x0121Good 
Perfection 2580USB0x04b8/0x0121BasicFilm scanning unit unsupported
Perfection 3490USB0x04b8/0x0122Good 
Perfection 3590USB0x04b8/0x0122BasicFilm scanning unit unsupported
Stylus CX-1500USB0x04b8/0x080cGood 
+

Backend: sp15c +(unmaintained) +

+

+Manual page: sane-sp15c
+

+ + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Fujitsu +ScanPartner 15CSCSI Good 
ScanPartner 600CSCSI Good 
+

Backend: st400 +(1.6) +

+

+Link(s): +http://www.informatik.uni-oldenburg.de/~ingo/sane/
+Manual page: sane-st400
+

+ + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Siemens +ST400SCSI Basic6 bit gray
ST800SCSI Basic6 bit gray
+

Backend: tamarack +(unmaintained) +

+

+Manual page: sane-tamarack
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Tamarack +Artiscan 6000CSCSI Good3 pass, 300 DPI
Artiscan 8000CSCSI Good3 pass, 400 DPI
Artiscan 12000CSCSI Good3 pass, 600 DPI
+

Backend: teco1 +(1.0-10) +

+

+Link(s): +http://www.zago.net/sane/#teco
+Manual page: sane-teco1
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Relisys +RELI 2412SCSI Completesub model VM3530+
AVEC 2400SCSI Completesub model VM3520
RELI 4830SCSI Goodsub model VM4542
AVEC 2412SCSI Completesub model VM3520+
AVEC 4800SCSI Untestedsub model VM4530
AVEC 4816SCSI Untestedsub model VM4530+
RELI DS6SCSI Untestedsub model VM3420
RELI DS15SCSI Untestedsub model VM3440
RELI 2400SCSI Untestedsub model VM3530
RELI 4816SCSI Completesub model VM4540
RELI 9600SCSI Untestedsub model VM6530
RELI 9612SCSI Untestedsub model VM6530*
RELI 9624SCSI Untestedsub model VM6530+
RELI 9630SCSI Untestedsub model VM6540
+Actown +ACT Scan I 30SCSI Untestedsub model VM3520A
+Dextra +DF-600PSCSI Goodsub model VM3510
DF-1200T+SCSI Untestedsub model VM3530+
DF-4830TSCSI Untestedsub model VM4542
DF-9624SCSI Untestedsub model VM6530+
+

Backend: teco2 +(1.0-9) +

+

+Link(s): +http://gkall.hobby.nl/teco2.html
+Manual page: sane-teco2
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Relisys +AVEC Super 3SCSI Untestedsub model VM3575
AVEC II S3SCSI Goodsub model VM3564
SCORPIO Super 3SCSI Goodsub model VM3575
APOLLO Express 3SCSI Basicsub model VM356A
APOLLO Express 6SCSI Goodsub model VM6565
SCORPIO ProSCSI Goodsub model VM6575
SCORPIO Pro-SSCSI Untestedsub model VM6586
+Primax +Jewel 4800SCSI Goodsub model VM356A
Profi 9600SCSI Basicsub model VM6575
Profi 19200SCSI Goodsub model VM6586
+Mustek +ScanMagic 4830SSCSI Untestedsub model VM3575
+

Backend: teco3 +(1.0-1) +

+

+Link(s): +http://www.zago.net/sane/#teco3
+Manual page: sane-teco3
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Relisys +Infinity ScorpioSCSI Goodsub model VM3552
+Plustek +OpticPro 2400SPSCSI Untestedsub model VM3552
+PIOTECH +Splendeur 3024SCSI Goodsub model VM3552
+Trust +Imagery 2400 SPSCSI Goodsub model VM3552
Imagery 4800 SP+SCSI Goodsub model VM3552
Imagery 9600 SPSCSI Untestedsub model VM3552
+

Backend: u12 +(0.02) +

+

+Link(s): +http://www.gjaeger.de/scanner/u12/
+Manual page: sane-u12
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Plustek +OpticPro U12USB0x07b3/0x0001BasicNote: Only devices with product ID 0x0001 are supported!
OpticPro UT12USB0x07b3/0x0001BasicNote: Only devices with product ID 0x0001 are supported!
OpticPro 1212UUSB0x07b3/0x0001Basic 
+RevScan +RevScan Orange R48TiUSB0x07b3/0x0001BasicRebadged Plustek OpticPro UT12
+Genius +ColorPage HR6 V1USB0x0458/0x2004Basic 
ColorPage Vivid III USBUSB0x07b3/0x0001UntestedNote: Device has Plustek vendor and product ID (0x07b3/0x0001)
+

Backend: umax +(1.0-41) +

+

+Link(s): +http://www.rauch-domain.de/sane-umax/index.html
+Manual page: sane-umax
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+UMAX +Vista S6SCSI GoodOK
Vista S6ESCSI GoodOK
UMAX S-6ESCSI GoodOK
UMAX S-6EGSCSI GoodOK
Vista-S8SCSI GoodOK
Supervista S-12SCSI GoodOK
UMAX S-12SCSI GoodOK
UMAX S-12GSCSI GoodOK
Astra 600SSCSI GoodOK
Astra 610SSCSI GoodOK
Astra 1200SSCSI GoodOK
Astra 1220SSCSI GoodOK
Astra 2100SSCSI GoodOK
Astra 2200 (SU)SCSI GoodOK
Astra 2200 (SU)USB0x1606/0x0230GoodOK, needs USB control messages
Astra 2400SSCSI GoodOK
Astra 6400IEEE-1394 Unsupportedwill propably work one day
Astra 6450IEEE-1394 Unsupportedwill propably work one day
Astra MX3SCSI GoodOK
Astra MX3USB GoodOK, needs USB control messages
Mirage D-16LSCSI GoodOK
Mirage IISCSI GoodOK
Mirage IIseSCSI GoodOK
PSDSCSI GoodOK
PowerLookSCSI GoodOK, SCSI-ID=PS-2400X
PL-IISCSI GoodOK
PowerLook IIISCSI GoodOK
PowerLook 270SCSI Unsupportedincompatible
PowerLook 270plusSCSI Unsupportedincompatible
PowerLook 1100IEEE-1394 Unsupportedwill propably work one day
PowerLook 2000SCSI GoodOK
PowerLook 2100XLSCSI GoodOK
PowerLook 3000SCSI GoodOK
Gemini D-16SCSI GoodOK
UMAX VT600SCSI Untestedmay work, please test and give feedback
Vista-T630SCSI GoodOK for some firmwareversions, on others only lineart OK
UC 630SCSI GoodVersion 2.8 OK, others only lineart OK
UG 630SCSI GoodOK
UG 80SCSI GoodOK
UC 840SCSI GoodVersion 1.6 OK, others only lineart OK
UC 1200SSCSI Untestedmay work, please test and give feedback
UC 1200SESCSI GoodVersion 3.0 OK, others unknown
UC 1260SCSI GoodVersion 1.6 OK, others unknown
+Linotype Hell +JadeSCSI GoodOK, SCSI-ID=LinoHell Office
JadeSCSI GoodOK, SCSI-ID=LinoHell JADE
Jade2SCSI GoodOK, SCSI-ID=LinoHell Office2
SaphirSCSI Untestedsupport disabled until tested - please contact author
Saphir2SCSI GoodOK, SCSI-ID=LinoHell SAPHIR2
Saphir3SCSI GoodOK, SCSI-ID=LinoHell SAPHIR3
Saphir UltraSCSI Untestedsupport disabled until tested - please contact author
Saphir Ultra IISCSI GoodOK, SCSI-ID=Linotype SAPHIR4
Saphir HiResSCSI Untestedsupport disabled until tested - please contact author
OpalSCSI Untestedsupport disabled until tested - please contact author
Opal2SCSI GoodOK; SCSI-ID=LinoHell OPAL2
Opal UltraSCSI Untestedsupport disabled until tested - please contact author
Linoscan 1400SCSI GoodOK, SCSI-ID=HDM LS4H1S
+Vobis +Highscreen Scanboostar PremiumSCSI GoodOK, SCSI-ID=LinoHell Office2
+EDGE +KTX-9600USSCSI Untestedno feedback
+Epson +Perfection 600SCSI GoodOK, SCSI-ID=EPSON Perfection600
+Escom +Image Scanner 256SCSI GoodOK, SCSI-ID=UMAX UG 80
+Escort +Galleria 600SCSI Untesteduntested, SCSI-ID=ESCORT Galleria 600S
+Genius +ColorPage-HR5 (Pro)SCSI GoodOK, SCSI-ID=KYE ColorPage-HR5
+Nikon +AX-110 / Scantouch 110SCSI Untestedmay work, please test and give feedback
AX-210SCSI GoodOK
+TriGem +PowerScanIISCSI GoodOK
+

Backend: umax1220u +(unmaintained) +

+

+Link(s): +http://sourceforge.net/projects/umax1220u-sane
+Manual page: sane-umax1220u
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+UMAX +Astra 1220UUSB0x1606/0x0010Good 
Astra 1600UUSB0x1606/0x0030UntestedUntested but probably works. Please tell us how well the scanner works.
Astra 2000UUSB0x1606/0x0030MinimalUntested but probably works. Please tell us how well the scanner works.
Astra 2100UUSB0x1606/0x0130Good 
+

Backend: umax_pp +(1) +

+

+Link(s): +http://umax1220p.sourceforge.net/
+Manual page: sane-umax_pp
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+UMAX +Astra 1220PParport (EPP/ECP) Good 
Astra 2000PParport (EPP/ECP) Good 
Astra 1600PParport (EPP/ECP) Good 
Astra 600PParport (SPP/ECP) Unsupporteduntested, but should be close to 610P
Astra 610PParport (SPP/ECP) Good 
+Hewlett-Packard +Scanjet 3200CParport (EPP/ECP) Goodworks (relabelled 1220P and 2000P)
+

Backend: unsupported +(2006-06-22) +

+

+Link(s): +/contrib.html
+Comment: The devices mentioned here are not supported by any SANE backend. However, there may be links to information about them or stand-alone programs.
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Agfa +DuoScan f40USB IEEE-13940x06bd/0x02bfUnsupportedUnsupported. See link for details.
DuoScan T2000XLSCSI UnsupportedUnsupported. Same as Microtek ArtixScan 2020?
DuoScan T2500SCSI IEEE-1384 UnsupportedUnsupported. Same as Microtek Artixscan 2500f
SnapScan 310PParport UnsupportedUnsupported, see link for details.
SnapScan EZParport UnsupportedUnsupported, see link for details.
SnapScan 1200PParport UnsupportedUnsupported, see link for details.
SnapScan 1212PParport UnsupportedUnsupported, see link for details.
+Ambir +Visigo A4USB0x0a82/0x4600UnsupportedNot supported. LM9832. See link for details.
+Artec/Ultima +1236 USBUSB0x05d8/0x4001UnsupportedUnsupported. See link for details.
AM12e+Parport UnsupportedUnsupported. Chips found inside: AT015, AD9816JS. Maybe similar to SCSI version or as6e?
Ultima 2000 (0x4001)USB0x05d8/0x4001UnsupportedSame name, but different ids: This scanner is not supported. The scanner with product id 0x4002 is supported by the gt68xx backend, however.
+Avigramm +MinidocUSB Parport0x05cb/0x1483UnsupportedNot supported. See link for details.
+Avision +DS310FParport UnsupportedProbably not supported. Scanner/printer/copier combination.
iVina FB2400USB UnsupportedNot supported. No chipset information available. Same as UMAX Astra 6700.
iVina 1600USB0x0638/0x0a10UnsupportedGL646 based, to be added to genesys backend. Same as UMAX Astra 4500.
iVina FB1800USB0x0638/0x0a20UnsupportedGL646/GL660 based. Same as UMAX Astra 4700.
+Benq (Acer) +310PParport UnsupportedUnsupported, see link for details.
320PParport UnsupportedUnsupported, see link for details.
340PParport UnsupportedUnsupported, see link for details.
610PParport UnsupportedUnsupported, see link for details.
610PTParport UnsupportedUnsupported, see link for details.
620PParport UnsupportedUnsupported, see link for details.
620PTParport UnsupportedUnsupported, see link for details.
640PParport UnsupportedUnsupported, see link for details.
7400UTUSB0x04a5/0x2202Unsupported 
+Boeder +Sm@rtScan OfficeParport USB0x05cb/0x1483UnsupportedUnsupported. See link for details.
+Brother +MFC 4600Parport UnsupportedThe parport 200x400dpi grayscale version of this scanner is unsupported. Dmitri Katchalov did some investigations on this scanner. If you want to write a backend, contact him (see link).
MFC 7300cParport USB0x04f9/0x0106Unsupported 
MFC 9600USB0x04f9/0x0101Unsupported 
+C-Channel +MyPen ProUSB UnsupportedProbably unsupported. See link for details.
MoneyPen IIUSB UnsupportedProbably unsupported.
+Canon +CanoScan 3000USB0x04a9/0x2215UnsupportedGL660+GL646 based.
CanoScan 3000exUSB0x04a9/0x2215UnsupportedGL660+GL646 based.
CanoScan 3000FUSB0x04a9/0x2215UnsupportedGL660+GL646 based.
CanoScan 4200FUSB0x04a9/0x221bUnsupportedProbably unsupported. See link.
CanoScan 5000FUSB0x04a9/0x2212UnsupportedUnsupported. See link for details.
CanoScan 5200FUSB0x04a9/0x2217UnsupportedProbably unsupported. See link for details.
CanoScan 8000FUSB0x04a9/0x220fUnsupportedNot supported. See link for more information. With transparency adapter.
CanoScan 8400FUSB0x04a9/0x221eUnsupportedGL841 based, to be added to genesys backend
CanoScan 9900FUSB0x04a9/0x2210UnsupportedProbably unsupported, similar to 8000F. 3200x6400 dpi USB2. With transparency adapter.
CanoScan 9950FUSB0x04a9/0x2219UnsupportedProbably unsupported.
CanoScan D646UUSB0x04a9/0x220bUnsupportedProbably not supported. See link for more information and test program.
CanoScan D646U exUSB0x04a9/0x220bUnsupportedProbably not supported. See D646.
CanoScan D1250U2USB0x04a9/0x220cUnsupportedNot supported. However, someone started working on this scanner and some information is available (see link).
CanoScan D2400UFUSB0x04a9/0x220aUnsupportedNot supported. See link.
CanoScan FB320UUSB0x04a9/0x2201UnsupportedProbably not supported. No details known.
CanoScan FB620UUSB0x04a9/0x2202UnsupportedProbably not supported. Some information is available.
CanoScan FB1210UUSB0x04a9/0x2205UnsupportedNot supported. However, a stand-alone program for FreeBSD is available.
CanoScan LiDE 80USB0x04a9/0x2214UnsupportedGL841 based, to be added to genesys backend
CanoScan LiDE 500FUSB0x04a9/0x221fUnsupportedGL841 based, to be added to genesys backend
DR-2080CUSB SCSI0x04a9/0x1601UnsupportedProbably not supported. Pass-trough (ADF) scanner.
DR-3020CSCSI UnsupportedNot supported. High-speed pass-trough (ADF) scanner.
DR-3060SCSI UnsupportedProbably not supported. High-speed pass-trough (ADF) scanner.
DR-3080CSCSI UnsupportedProbably not supported. High-speed pass-trough (ADF) color scanner.
DR-6080USB SCSI0x04a9/0x1607UnsupportedProbably not supported. High-speed pass-trough (ADF) scanner.
DR-9080CSCSI UnsupportedProbably not supported. High-speed pass-trough (ADF) color scanner. Similar to DR-6080C, but can scan in color.
FS4000USB SCSI0x04a9/0x3042UnsupportedNot supported. See link for more details.
IS 12USB UnsupportedProbably not supported. Scanner cardridge for Canon inkjet printers.
IS 22Parport UnsupportedProbably not supported. Scanner cardridge for Canon inkjet printers.
IS 32USB0x04a9/0x105dUnsupportedProbably not supported. Scanner cardridge for Canon inkjet printers.
IS 52USB UnsupportedProbably not supported. Scanner cardridge for Canon inkjet printers.
PIXMA MP110USB0x04a9/0x1700UnsupportedProbably not supported. See link for details.
PIXMA MP130USB0x04a9/0x1701UnsupportedProbably not supported. See link for details.
Smartbase MP360USB0x04a9/0x263cUnsupportedProbably not supported. See link for details.
+Chinon +DS-3000Parport Serial Port UnsupportedUnsupported at the moment, but a backend is in preparation. See link.
+Compaq +S200USB0x049f/0x0021UnsupportedNot supported. 2400x1200 dpi. One bulk-in, one bulk-out and one interrupt endpoint. Type-number: U0001-HB21, another type nr on the inside: 75100512-00
+Compeye +Simplex 1236CParport USB0x05cb/0x1483UnsupportedUnsupported. See link for details.
+Corex +Cardscan 500USB0x08f0/0x0001UnsupportedProbably not supported. Businesscard reader.
+Dell +A920USB0x413c/0x5105UnsupportedNot supported by stable SANE, but a backend is available in experimental CVS. See link.
A960USB0x413c/0x5107UnsupportedProbably not supported. See link for details.
922USB0x413c/0x5109UnsupportedProbably not supported. See link for details.
+Epson +GT-2200USB0x04b8/0x0102UnsupportedProbably unsupported. No details known.
StylusScan 2000USB0x04b8/0x0105UnsupportedProbably unsupported. No details known.
Stylus CX-5800USB UnsupportedProbably unsupported at the moment. Not compatible to snapscan backend. It's not known if it may work with epson or epkowa backend.
+E-Lux +j-6121Parport UnsupportedProbably unsupported. Sold 1998. Same as E-Lux j-6121.
+Enhans +j-6121Parport UnsupportedProbably unsupported. Sold 1998. Same as E-Lux j-6121.
M-3630 AParport UnsupportedProbably unsupported.
+Fujitsu +fi-4010CUSB0x04c5/0x1029UnsupportedUnsupported. Unknown chipset.
fi-4110CUUSB0x04c5/0x1033UnsupportedUnsupported. Unknown chipset (perhaps ma1509?).
fi-4110EOX2USB UnsupportedUses ma1509 chip, but very different from other scanners supported by the ma1509 backend
+Genius +ColorPage CSSCSI UnsupportedProbably unsupported, see link for details.
ColorPage Slim 1200USB0x0458/0x201eUnsupportedUnsupported. See link for details.
ColorPage-Slim 1200 USB2USB0x0458/0x2020UnsupportedGL841 based, to be added to genesys backend.
ColorPage HR6X SlimUSB0x0458/0x2019UnsupportedGL646 based, to be added to genesys backend
ColorPage HR7XUSB0x0458/0x2018UnsupportedGL646 based, to be added to genesys backend
ColorPage HR8USB0x0458/0x201cUnsupportedGL841 based, to be added to genesys backend
ColorPage-SF600USB0x0458/0x2021UnsupportedUnsupported. See link for details.
+Guillemot +SCAN@HOME 48 USBUSB0x080d/0x0102UnsupportedProbably unsupported. See link for details.
Maxi Scan A4 Parallel 36 bitParport UnsupportedProbably unsupported. Identical to the Benq Prisa 620P.
+Hercules +SCAN@HOME 48 USBUSB0x080d/0x0102UnsupportedProbably unsupported. See link for details.
+Hewlett-Packard +Photo Scanner 1000USB0x03f0/0x1001UnsupportedNot supported by SANE. However, it's detected as mass storage device so just mounting it is reported to work. See link for device data.
Photosmart 1200 PhotoUSB UnsupportedProbably not supported by SANE. No details known. 10x15 cm. Maybe similar to Photo Scanner 1000?
Photosmart S20 (C5101A)USB0x03f0/0x0102UnsupportedNot supported yet by SANE. See link for details.
Photosmart S20xi (C7150A)USB0x03f0/0x0102UnsupportedNot supported yet by SANE. See link for details.
ScanJet 2400cUSB0x03f0/0x0a01UnsupportedGL646 based, to be added to genesys backend
ScanJet 3670cUSB0x03f0/0x1405UnsupportedGL646 based, to be added to genesys backend
ScanJet 3690cUSB0x03f0/0x1405UnsupportedGL646 based, to be added to genesys backend
ScanJet 3770USB0x03f0/0x2505UnsupportedWhile an external binary-only backend exists, it works only on Linux i386. Therefore the scanner is unsupported on other platforms.
ScanJet 3800cUSB0x03f0/0x2605UnsupportedProbably unsupported, see link for details.
ScanJet 4500CUSB0x03f0/0x1205UnsupportedMaybe GL841_HP, but not confirmed, maybe can be added to genesys backend
ScanJet 4570CUSB0x03f0/0x1305UnsupportedMaybe GL841_HP, but not confirmed, maybe can be added to genesys backend
ScanJet 4600USB0x03f0/0x3005UnsupportedNot supported. See link for details.
ScanJet 4670USB0x03f0/0x3005UnsupportedNot supported. See link for details.
ScanJet 4850CUSB0x03f0/0x1b05UnsupportedGL841, maybe can be added to genesys backend
ScanJet 4890CUSB0x03f0/0x1b05UnsupportedGL843, maybe can be added to genesys backend
ScanJet 5500CUSB0x03f0/0x1305UnsupportedMaybe GL841_HP, but not confirmed, maybe can be added to genesys backend
ScanJet 5530C PhotosmartUSB0x03f0/0x1605UnsupportedMaybe GL841_HP, but not confirmed, maybe can be added to genesys backend
ScanJet 5550CUSB0x03f0/0x1205UnsupportedMaybe GL841_HP, but not confirmed, maybe can be added to genesys backend
ScanJet 5590USB0x03f0/0x1705UnsupportedNot supported. See link for details.
ScanJet 7650USB0x03f0/0x1805UnsupportedNot supported. See link for details.
+IBM +ADF Color ScannerProprietary UnsupportedUnsupported. Uses proprietary ISA card. Maybe the same as the Plustek Spectra ADF?
+IOMagic +MobileScan USBUSB Parport0x05cb/0x1483UnsupportedUnsupported. See link for details.
+Iris +IriScanUSB0x0a53/0x1000UnsupportedUnsupported. LM9832/3. See link for details.
+Kodak +i30USB0x040a/0x6001UnsupportedProbably unsupported. See link for details.
Snapshot Photo Scanner 1Parport UnsupportedUnsupported. FCC ID HWF96PHS
+Lexmark +P6250USB0x043d/0x0097UnsupportedUnsupported. See link for details.
Photo 3150USB0x043d/0x007dUnsupportedUnsupported. See link for details.
X74USB0x043d/0x0060UnsupportedUnsupported. See link for details.
X75USB0x043d/0x0060UnsupportedUnsupported. See link for details.
X75 PrinTrioUSB0x043d/0x0060UnsupportedUnsupported. See link for details.
X83USB0x043d/0x003dUnsupportedUnsupported. GL640.
X2330USB0x043d/0x00bbUnsupportedUnsupported. See link for details.
X5130USB0x043d/0x0065UnsupportedUnsupported.
X5150USB UnsupportedProbably unsupported. No details known. Please send output of sane-find-scanner -v -v.
X5250USB0x043d/0x0093UnsupportedUnsupported.
X6170USB0x043d/0x0072UnsupportedUnsupported. See link for details.
+Logitech +PageScan ColorParport UnsupportedMost probably unsupported.
PageScan USBUSB0x046d/0x040fUnsupportedProbably unsupported. See link for details.
+Medion/Lifetec/Tevion/Cytron +MD 6190USB0x0461/0x0392UnsupportedProbably unsupported. There seem to exist two different scanners with that name. See link for details.
MD 6190USB0x0461/0x037bUnsupportedProbably unsupported. There seem to exist two different scanners with that name. See link for details.
MD 40420USB0x05da/0x3008UnsupportedProbably unsupported. See link for details.
MD 41260USB0x0461/0x037bUnsupportedProbably unsupported. See link for details.
MD 41985USB0x0461/0x037bUnsupportedProbably unsupported. See link for details.
MD 42666USB0x05da/0x3008UnsupportedProbably unsupported. See link for details.
MD 85264USB0x08ff/0x2580UnsupportedFingerprint sensor. See link for details.
MD 90009USB0x05da/0x30e5UnsupportedProbably unsupported. See link for details.
MD 90070USB0x05da/0x3022UnsupportedUnsupported. See link for details.
MD 90090USB0x05da/0x3022UnsupportedUnsupported. See link for details.
+Memorex +6136uUSB0x0461/0x0346UnsupportedProbably unsupported.
6142uUSB0x0461/0x0347UnsupportedProbably unsupported. Same as Visioneer Onetouch 4400. See link for details.
MaxxScan 6122USB Parport0x05cb/0x1483UnsupportedUnsupported. See link for details.
SCF 9612PParport UnsupportedProbably unsupported. See link for details.
+Microtek +ArtixScan 2020SCSI UnsupportedUnsupported. Same as Agfa DuoScan T2000XL?
Artixscan 2500fSCSI IEEE-1384 UnsupportedUnsupported. Same as Agfa DuoScan T2500?
ArtixScan 4000tfUSB UnsupportedUnsupported. Uses ALI M5611B.
FilmScan 35USB0x05e3/0x0120UnsupportedProbably unsupported. See link for details.
ScanMaker 336 CXSCSI UnsupportedProbably unsupported. Seems to be similar to the Microtek 330 CX and is detected by the microtek2 backend. Scanning doesn't seem to work however.
Scanmaker 1850SSCSI UnsupportedUnsupported. See link for details.
ScanMaker 3630USB0x0461/0x0347UnsupportedUnsupported. Doesn't seem to be compatible to 3600 series, see link.
ScanMaker 3800USB0x05da/0x30ceUnsupportedUnsupported. See link for more details.
ScanMaker 3830USB0x05da/0x30ceUnsupportedUnsupported. See link for more details.
ScanMaker 3880USB0x05da/0x3021UnsupportedUnsupported. SQ113 chip. See link for more details.
ScanMaker 4600USB0x05da/0x40c7UnsupportedUnsupported. See link for more details.
ScanMaker 4700USB0x05da/0x20b4UnsupportedUnsupported. See link for more details.
ScanMaker 4850USB0x05da/0x30b9UnsupportedProbably unsupported. See link for details.
ScanMaker 4850 IIUSB0x05da/0x3008UnsupportedProbably unsupported. See link for details.
ScanMaker 4900USB0x05da/0x30b9UnsupportedUnsupported. See link for more details.
ScanMaker 5SCSI UnsupportedProbably unsupported. See link for more details.
ScanMaker 5600USB0x05da/0x20a7UnsupportedUnsupported. See link for more details.
ScanMaker 5700USB0x05da/0x20bdUnsupportedUnsupported. Uses ALI M5615 like the ScanMaker 4700.
ScanMaker 5800USB0x05da/0x30d8UnsupportedUnsupported. See link for details.
ScanMaker 5900USB0x05da/0x30d8UnsupportedUnsupported. See link for more details.
ScanMaker 6000USB0x05da/0x30e5UnsupportedUnsupported. See link for more details.
ScanMaker 6100USB0x05da/0x30e5UnsupportedUnsupported. See link for more details.
ScanMaker 6700USB IEEE-13940x05da/0x20c9UnsupportedUnsupported. See link.
ScanMaker 8700USB IEEE-13940x05da/0x20b1UnsupportedUnsupported. See link for details. USB vendor and product ids to be checked.
ScanMaker 9600XLUSB IEEE-13940x05da/0x20deUnsupportedProbably unsupported. SCSI seems to work with microtek2 backend.
ScanMaker 9800XLUSB SCSI0x05da/0x20deUnsupportedPartly unsupported. IEEE-1394 works with microtek2 backend. See link.
ScanMaker i320USB0x05da/0x30e6UnsupportedUnsupported. See link.
ScanMaker s400USB0x05da/0x201cUnsupportedUnsupported. See link.
ScanPort 3000USB0x04a7/0x0224UnsupportedUnsupported. Vendor/Product ids: 0x04a7/0x0224. Realtek RTS8801B?. See link for details.
+Konica Minolta +Dual Scan IIIUSB0x0686/0x400dUnsupportedUnsupported. May work with vuescan. See link for details.
Dual Scan IVUSB0x132b/0x000aUnsupportedUnsupported. Works with vuescan. See link for details.
DiMAGE Scan Elite 5400USB IEEE-13940x0686/0x400eUnsupportedProbably unsupported. May work with vuescan. See link for details.
DiMAGE Scan Elite 5400 2USB0x132b/0x0012UnsupportedProbably unsupported. See link for details.
DiMAGE Scan Multi ProIEEE-1394 UnsupportedProbably unsupported. See link for details.
+Mustek +1200 III EPParport UnsupportedProbably not supported. quarlewm at jmu dot edu offers to temporarily loan such a scanner to anyone who is interested in writing a driver.
2400 MUSB UnsupportedProbably unsupported. No details known.
BearPaw 2400 TA ProUSB0x055f/0x0400UnsupportedNot supported. May be supported by mustek_usb2 backend later. See link for some information.
BearPaw 2448 CU ProUSB0x055f/0x0408UnsupportedNot supported. May be supported by mustek_usb2 backend later. See link for some information.
BearPaw 4800 TA ProUSB0x055f/0x1000UnsupportedNot supported. See link for some information.
BearPaw 4800 TA Pro IIUSB0x055f/0x040aUnsupportedNot supported. May be supported by mustek_usb2 backend later. See link for some information.
BearPaw 6400 TA ProUSB0x055f/0x040bUnsupportedNot supported. May be supported by mustek_usb2 backend later. See link for some information.
Paragon 800 II EPParport UnsupportedNot supported. Maybe similar to 600 II EP (SCSI_over-parport)? In this case it could be supported by the mustek SCSI backend.
ScanExpress 600 USBUSB0x055f/0x0873UnsupportedUnsupported. Programming information is available.
ScanExpress 1200 USBUSB0x055f/0x0003UnsupportedUnsupported. Programming information is available.
ScanExpress 1200 USB PlusUSB0x055f/0x0007UnsupportedUnsupported.
ScanExpress 12000 PParport UnsupportedNot supported. Asic 1505/05.
ScanExpress A3 EPParport UnsupportedNot supported. Maybe it will be supported by the mustek_pp backend in future.
ScanExpress CardSmartUSB UnsupportedProbably unsupported. USB business card scanner. Maybe works as USB storage device?
ScanMagic 9636PParport UnsupportedProbably not supported. Same as Mustek 12000 P?. ASIC 1505.
+NEC +PetiscanUSB0x0475/0x0100UnsupportedMost probably unsupported. See link for details. Vendor ID is Relisys/Teco. Not known if it is similar to other Relisys/Teco USB scanners.
+Olivetti +Job-Jet M400USB0x0b3c/0xa880UnsupportedProbably not supported. See link for details.
+Olympus +ES-10SSCSI UnsupportedProbably not supported. See link for details.
+Optoelectronics +Barcode scannerUSB0x065a/0x0001UnsupportedProbably not supported.
+Optrox +PhotoMaker 3CParport Unsupported 
PhotoMaker 3EParport Unsupported 
PhotoMaker 3FProprietary UnsupportedSpecial ISA card
PhotoMaker 3SParport Unsupported 
PhotoMaker 6EParport Unsupported 
PhotoMaker 6FProprietary UnsupportedSpecial ISA card
+Panasonic +KV-SS905CSCSI Unsupportedmight be supported by matsushita backend.
KV-S2026CUSB SCSI Unsupportedmight be supported by matsushita backend.
KV-S2046CUSB SCSI Unsupportedmight be supported by matsushita backend.
KV-S2055WUSB SCSI Unsupportedmight be supported by matsushita backend.
KV-S2055LSCSI Unsupportedmight be supported by matsushita backend.
KV-S2065WSCSI Unsupportedmight be supported by matsushita backend.
KV-S3065CWUSB SCSI Unsupportedmight be supported by matsushita backend.
KV-S3065CLUSB SCSI Unsupportedmight be supported by matsushita backend.
KV-S3085USB SCSI Unsupportedmight be supported by matsushita backend.
KV-S3105CUSB SCSI Unsupportedmight be supported by matsushita backend.
KV-S6040WSCSI Unsupportedmight be supported by matsushita backend.
KV-S6045WSCSI Unsupportedmight be supported by matsushita backend.
KV-S6050WSCSI Unsupportedmight be supported by matsushita backend.
KV-S6055WSCSI Unsupportedmight be supported by matsushita backend.
KV-S7065CUSB SCSI Unsupportedmight be supported by matsushita backend.
+Pentax +DSmobile USBUSB0x0a82/0x2000UnsupportedProbably not supported. Some information is available.
+PIE +Primefilm 1800uUSB0x05e3/0x0120UnsupportedNot supported. See link for details.
Primefilm 3600PROUSB IEEE-1394 UnsupportedProbably not supported.
Powerslide 3600USB IEEE-13940x05e3/0x0142UnsupportedProbably unsupported. Film scanner that can scan directly from the magazine.
+Plustek +OpticBook 3600USB0x07b3/0x0900UnsupportedGL842 based (similar to GL841?), maybe ca be added to genesys backend. Bookscanner.
OpticFilm 7200USB0x07b3/0x0807UnsupportedGL841 based, to be added to genesys backend
OpticPro A3UUSB UnsupportedUses Plustek ASIC P99002
OpticPro S6USB UnsupportedUses RealTek chipset (RTL8801D)
OpticPro S12USB0x07b3/0x0600UnsupportedProduct id 0x0600 is unsupported but may be supported by the genesys backend in future. Product id 0x040b is supported by the gt68xx backend.
OpticPro ST12USB0x07b3/0x0600UnsupportedProduct id 0x0600 is unsupported but may be supported by the genesys backend in future. Product id 0x040b is supported by the gt68xx backend.
OpticPro ST16USB0x07b3/0x0600UnsupportedGL646 based, to be added to genesys backend
OpticPro UA18USB UnsupportedProbably LM983x based.
OpticPro S24USB0x07b3/0x0601UnsupportedProduct id 0x0601 is unsupported but may be supported by the genesys backend in future /GL646). Product id 0x040e is supported by the gt68xx backend.
OpticPro ST24USB0x07b3/0x0601UnsupportedGL646 based, to be added to genesys backend
OpticPro S28USB0x07b3/0x0801UnsupportedGL841 based, to be added to genesys backend
OpticPro ST28USB0x07b3/0x0801UnsupportedGL841 based, to be added to genesys backend
OpticPro ST48USB0x07b3/0x0800UnsupportedGL841 based, to be added to genesys backend
OpticPro ST64USB UnsupportedNo further information available.
OpticPro ST64+USB UnsupportedIs reported to be based on a GL843 chipset.
OpticSlim 2420USB0x07b3/0x0806UnsupportedGL841 based, to be added to genesys backend
OpticWorks 2000Parport UnsupportedMultifunction device. No further information available.
OptiCard 600+USB UnsupportedBusiness card reader. No further information available.
ScanCopy 115USB0x07b3/0x081cUnsupportedGL841 based, to be added to genesys backend
Spectra ADFProprietary UnsupportedUnsupported. Uses proprietary ISA card that also provides power and is labelled GPS-1 PAGE-A from Taiwan. Other labels on the scanner include ADF Color Scanner and SF600AS. Maybe the same as the IBM ADF Color Scanner?
Unknown Plustek DeviceUSB0x07b3/0x0005UnsupportedProbably unsupported. Scanner name not known yet.
Unknown Plustek DeviceUSB0x07b3/0x0007UnsupportedProbably unsupported. Scanner name not known yet.
Unknown Plustek DeviceUSB0x07b3/0x000fUnsupportedProbably unsupported. Scanner name not known yet.
Unknown Plustek DeviceUSB0x07b3/0x0012UnsupportedProbably unsupported. Scanner name not known yet.
Unknown Plustek Device (UT12?)USB0x07b3/0x0013UnsupportedProbably unsupported. Scanner name not known yet.
Unknown Plustek DeviceUSB0x07b3/0x0012UnsupportedProbably unsupported. Scanner name not known yet.
Unknown Plustek DeviceUSB0x07b3/0x0014UnsupportedProbably unsupported. Scanner name not known yet.
Unknown Plustek DeviceUSB0x07b3/0x0012UnsupportedProbably unsupported. Scanner name not known yet.
Unknown Plustek DeviceUSB0x07b3/0x0016UnsupportedProbably unsupported. Scanner name not known yet.
+PLANon +DocuPen RC800USB UnsupportedProbably not supported. No details known.
DocuPen R700USB0x10c4/0xea60UnsupportedProbably not supported. See link for details.
DocuPen (DPEN-BW)USB UnsupportedProbably not supported. No details known.
+Primax +Colorado 600UUSB0x0461/0x0341UnsupportedNot supported. Some information is available.
Colorado 1200pParport UnsupportedUnsupported by SANE. But is reported to partly work with pxscan. See link.
Colorado 1200uUSB0x0461/0x0361UnsupportedProbably unsupported. No details known.
Primascan Colorado 2600uUSB0x0461/0x0347UnsupportedUnsupported. Same as Visioneer Onetouch 4400. See link for details.
Colorado Direct 600Parport UnsupportedNot supported. However, a stand-alone program is available.
Colorado Direct 9600Parport UnsupportedNot supported. However, a stand-alone program is available.
Colorado USB 9600USB0x0461/0x0340UnsupportedNot supported. See link for details.
G2-300USB0x0461/0x0300UnsupportedProbably unsupported. No details known.
G2-300 #2USB0x0461/0x0302UnsupportedProbably unsupported. No details known.
G2E-300USB0x0461/0x0301UnsupportedProbably unsupported. No details known.
G2E-300 #2USB0x0461/0x0303UnsupportedProbably unsupported. No details known.
G2-600USB0x0461/0x0380UnsupportedProbably unsupported. No details known.
G2-600 #2USB0x0461/0x0382UnsupportedProbably unsupported. No details known.
G2E-600USB0x0461/0x0383UnsupportedProbably unsupported. No details known.
OneTouch 5300Parport UnsupportedNot supported.
ReadyScan 636iUSB0x0461/0x0381UnsupportedProbably unsupported. No details known.
Slim-Line 1200USB UnsupportedMaybe GL646. Maybe similar to Medion MD 6228?
+Prolink +Winscan Pro 2448UUSB0x06dc/0x0014UnsupportedNot supported. Some information is available. Vendor=0x06dc product=0x0014. RealTek RTS8801.
Winscan Pro 2000USB Parport UnsupportedNot supported. No further information available.
+Quato +X-FinitySCSI UnsupportedProbably not supported. No details yet. Originally manufactured by PFU?
X-Finity UltraUSB IEEE-1394 UnsupportedProbably not supported. No details yet.
+Reflecta +DigitDia 3600USB IEEE-13940x05e3/0x0142UnsupportedFilm scanner that can scan directly from the magazine.
iScan 1800USB0x05e3/0x0120UnsupportedProbably unsupported. See link for details.
ProScan 4000USB IEEE-13940x05e3/0x0143UnsupportedProbably unsupported. See link for details.
+Relisys +Eclipse 1200UUSB0x0475/0x0103UnsupportedProbably unsupported. See link for details.
Scorpio Ultra 3USB0x0475/0x0210UnsupportedProbably unsupported. See link for details.
EpisodeUSB0x0475/0x0103UnsupportedProbably unsupported. See link for details.
+Scanshell +800NUSB0x0a82/0x6605UnsupportedNot supported. See link for details.
+Sicos +DMS 2000proprietary UnsupportedNot supported until now. Work on a backend has started, contact the author for details (see link)
+Siemens +ID Mouse ProfessionalUSB0x0681/0x0005UnsupportedNot supported.
Cherry FingerTIP ID Board - SensorUSB0x0681/0x0010UnsupportedNot supported.
+SmartDisk +SmartScan 3600USB IEEE-1394 UnsupportedProbably not supported. Same as PIE Primefilm 2600 PRO.
+Spot Technology +Maxiscan A4proprietary UnsupportedNot supported until now. Work on a backend has started, see link for more information.
ScanTak 2cproprietary UnsupportedNot supported. Work on a backend has started, see link for more information.
ScanTak 3cproprietary UnsupportedNot supported. Work on a backend has started, see link for more information.
+Syscan +TravelScan 460/464USB0x0a82/0x4600UnsupportedNot supported. LM9832. Some information is available. See link for details.
TravelScan FS-531USB0x0a82/0x0530UnsupportedNot supported. May work with the Plustek backend in future. See link for details.
TravelScan ProUSB0x0a82/0x2000UnsupportedProbably not supported. Some information is available.
+Tamarack +Artiscan 9600Parport UnsupportedUnsupported at the moment. See link for a project for that scanner taht may support it in future.
Artiscan 9600 pro 36Parport UnsupportedUnsupported at the moment. See link for a project for that scanner.
+TCE +MK600UUSB0x0461/0x0346UnsupportedNot supported. Some information is available.
S450Parport UnsupportedNot supported by SANE but is reported to work with pxscan (see link).
+Teco +VM6509FUSB0x080d/0x0102UnsupportedProbably unsupported. See link for details.
+Tiny +FU661EUSB0x0461/0x0347UnsupportedUnsupported. See link for details.
+Trust +CombiScan 19200Parport USB0x05cb/0x1483UnsupportedUnsupported. See link for details.
SCSI Scan 19200 -Excellence Series-SCSI UnsupportedUnsupported. See link for details.
+UMAX +Astra 2500USB0x0461/0x0374UnsupportedProbably not supported. See link for details.
Astra 3000USB0x0461/0x038aUnsupportedProbably not supported. See link for details.
Astra 3400USB0x1606/0x0050UnsupportedUSB product ID 0x0050 is not supported. USB product id 0x0060 is supported by the plustek backend. See link for details.
Astra 3600USB0x0461/0x038aUnsupportedProbably not supported. See link for details.
Astra 4000USB0x1606/0x1030UnsupportedNot supported. See link for details.
Astra 4100USB0x0461/0x038cUnsupportedNot supported, to be added to genesys backend.
Astra 4400USB0x1606/0x0070UnsupportedProbably not supported. See link for details.
Astra 4450USB0x1606/0x0070UnsupportedProbably not supported. See link for details.
Astra 4500USB0x0638/0x0a10UnsupportedGL646 based, to be added to genesys backend. Avision iVina FB1600 clone
Astra 4600USB UnsupportedProbably not supported, no details known.
Astra 4700USB0x0638/0x0a20UnsupportedGL646/GL660 based. Avision iVina FB1800 clone.
Astra 6700USB UnsupportedNot supported. No chipset information available. Same as Avision iVina FB2400.
AstraSlimUSB0x080d/0x0104UnsupportedProbably not supported currently. See link for more details.
AstraSlim 6000USB0x080d/0x0104UnsupportedProbably not supported currently. See link for more details.
Powerlook 180USB UnsupportedProbably not supported. See link for details.
Powerlook 1000 USBUSB UnsupportedProbably not supported. No further information available.
+Vantas +3000USB0x04a7/0x0224UnsupportedNot supported. See link for more details.
+Visioneer +6200USB0x0461/0x0345UnsupportedNot supported. Is reported to use the E5 chipset. Uses a Primax ID. Looks similar to Primascan Colorado 2600u.
6200 EPP/USBUSB0x04a7/0x0311UnsupportedNot supported. Id is from Primax? Yet another scanner with the same name?
9450 USBUSB0x04a7/0x0421UnsupportedUnsupported. See link for details.
Onetouch 4400USB0x0461/0x0347UnsupportedNot supported. E5 chipset? See link for more details.
OneTouch 4800 USBUSB0x04a7/0x0224UnsupportedUnsupported. Seems to use Realtek RTS8801B. Same as Microtek Scanport 3000. See link for details.
OneTouch 5300 USBUSB0x04a7/0x0226UnsupportedNot supported. Chipset is RTS8801B(?). See link for output of /proc/bus/usb/devices.
OneTouch 5300USB0x04a7/0x0221UnsupportedNot supported. Yet another scanner with this name?
OneTouch 5800 USBUSB0x04a7/0x0226UnsupportedUnsupported. 48 bit scanner, doesn't work with viceo backend. RTS8801C.
OneTouch 6600USB0x04a7/0x022aUnsupportedUnsupported. See link for details.
Onetouch 7100USB0x04a7/0x0229UnsupportedGL646 based, to be added to genesys backend
OneTouch 8100USB0x04a7/0x0321UnsupportedUnsupported. See link for details.
Onetouch 8700USB0x04a7/0x0371UnsupportedNot supported. See link for details.
Onetouch 8900USB UnsupportedNot supported. Same as 8920 but without TA?
Onetouch 8920USB0x04a7/0x0371UnsupportedNot supported. Same as 8700 and 8900 but includes a TA. Uses a Primax ID. Chipset is RTS8801C. See link for output of /proc/bus/usb/devices.
Onetouch 9000USB0x04a7/0x022cUnsupportedNot supported. See link for details.
Onetouch 9020USB0x04a7/0x022cUnsupportedNot supported. See link for details.
Onetouch 9320USB0x04a7/0x0362UnsupportedProbably not supported. See link for details.
Onetouch Pro 8800USB0x04a7/0x0410UnsupportedProbably not supported. See link for details.
Onetouch Pro 8820USB0x04a7/0x0410UnsupportedProbably not supported. See link for details.
PaperPort 3100bParport UnsupportedMost probably not supported. See link for details.
PaperPort 6100Parport UnsupportedMost probably not supported. More details would be appreciated.
PaperPort OneTouchParport UnsupportedMost probably not supported. See link for details.
Primascan Colorado 2600uUSB0x0461/0x0347UnsupportedNot supported. See Visioneer Onetouch 4400.
Strobe XP 100USB0x04a7/0x0427UnsupportedNot supported but may work in future. See link for details.
+Xerox +2400 OnetouchUSB0x0461/0x038bUnsupportedProbably GL646_HP based, maybe can be added to genesys backend
4800 One TouchUSB0x04a7/0x03a0UnsupportedUnsupported. See link for details. Different id compared to One Touch 4800?
DocuImage 620SSCSI UnsupportedNot supported. See link for more details.
DocuMate 510USB0x04a7/0x0446UnsupportedNot supported. See link for more details.
One Touch 4800USB0x04a7/0x0224UnsupportedUnsupported. See link for details. Different id compared to 4800 One Touch?
WorkCentre 470cxParport UnsupportedNot supported. See link for more details.
WorkCentre M15iUSB0x0924/0xffefUnsupportedNot supported. See link for more details.
WorkCentre XK35cUSB Parport0x043d/0x0020UnsupportedNot supported. See link for more details.
WorkCentre XK50cxUSB0x04e8/0x3903UnsupportedNot supported. See link for more details.
WorkCentre Pro 412USB Parport0x043d/0x4303UnsupportedNot supported. See link for more details.
WorkCentre PE16USB Parport0x0924/0x4220UnsupportedNot supported. See link for more details.
WorkCentre PE120iUSB0x0924/0x4237UnsupportedNot supported. See link for more details.
+

Still Cameras

+

Backends: +dc25, +dc210, +dc240, +dmc

+

Backend: dc25 +(1.2) +

+

+Link(s): +mailto:peter@fales-lorenz.net
+Manual page: sane-dc25
+

+ + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Kodak +DC25Serial port Complete 
DC20Serial port BasicDC-20 untested by author but reported to work
+

Backend: dc210 +(0.0) +

+

+Link(s): +mailto:peter@fales-lorenz.net
+Manual page: sane-dc210
+

+ + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Kodak +DC210Serial port Basic 
+

Backend: dc240 +(0.0) +

+

+Link(s): +mailto:peter@fales-lorenz.net
+Manual page: sane-dc240
+

+ + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Kodak +DC240Serial port GoodUse gphoto2 backend to get USB support
+

Backend: dmc +(unmaintained) +

+

+Manual page: sane-dmc
+

+ + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Polaroid +DMCSCSI Good 
+

Video Cameras

+

Backends: +qcam, +stv680, +unsupported

+

Backend: qcam +(unmaintained) +

+

+Manual page: sane-qcam
+

+ + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Connectix +Color QuickCamParport GoodRequires root privileges.
Greyscale QuickCamParport MinimalRequires root privileges. Partly working.
+

Backend: stv680 +(1.0-1) +

+

+Link(s): +http://gkall.hobby.nl/stv680-aiptek.html
+Manual page: sane-stv680
+Comment: This vidcam backend is for the stv0680 chipset, See the website for more info.
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Aiptek +Aiptek PencamUSB0x0553/0x0202Minimalimage is OK for CIF and QCIF, VGA and QVGA untested, streaming video is a problem
+Konica +e-miniUSB0x04c8/0x0722Untested
+Digital Dream +l' espion XSUSB0x1183/0x0001Untested
+Creative +WebCam Go MiniUSB0x041e/0x4007Untested
+

Backend: unsupported +(2006-06-22) +

+

+Link(s): +/contrib.html
+Comment: The devices mentioned here are not supported by any SANE backend. However, there may be links to information about them or stand-alone programs.
+

+ + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Biolux +654 (micrOcular)USB0x0923/0x010fUnsupportedNot supported yet. See link for more details.
+Grandtek Scopecam +8x30 Binocular & Digital CameraUSB0x0797/0x801cUnsupportedNot Supported yet. See link for more details.
+

APIs

+

Backends: +gphoto2, +pint, +pnm, +test, +v4l

+

Backend: gphoto2 +(0.0) +

+

+Link(s): +mailto:peter@fales-lorenz.net
+Manual page: sane-gphoto2
+Description: Multiple cameras supported by the gphoto2 libraries
+Comment: The long-term plan is to support all the cameras supported by the gphoto2 libraries (currently over 140 models). However, at this stage, only a handful of cameras are definitely known to work with SANE. Other cameras will probably work if the native file format is EXIF or JPEG. Testers welcome!
+

+

Backend: pint +(unmaintained) +

+

+Manual page: sane-pint
+Description: Scanners with the machine-independent PINT interface
+Comment: Haven't been tested for a long time. Handle with care.
+

+

Backend: pnm +(1.0.8) +

+

+Link(s): +mailto:henning@meier-geinitz.de
+Manual page: sane-pnm
+Description: Reads PNM files
+Comment: Used for debugging frontends. Obsolete, use test backend instead.
+

+

Backend: test +(1.0-28) +

+

+Link(s): +http://www.meier-geinitz.de/sane/test-backend/
+Manual page: sane-test
+Description: Frontend-tester
+Comment: Backend for testing frontends. Also serves as example for SANE backend options.
+

+

Backend: v4l +(1.0-3) +

+

+Link(s): +mailto:henning@meier-geinitz.de
+Manual page: sane-v4l
+Description: Interface to Video For Linux API
+Comment: Supports video cameras and other devices accessed by the v4l kernel API, e.g. bttv devices. Quite a lot of known bugs.
+

+

Meta Backends

+

Backends: +dll, +net

+

Backend: dll +(1.0.12) +

+

+Link(s): +mailto:henning@meier-geinitz.de
+Manual page: sane-dll
+Description: Dynamic loading of shared-library backends.
+

+

Backend: net +(1.0.13) +

+

+Link(s): +http://www.penguin-breeder.org/?page=sane-net
+Manual page: sane-net
+Description: Network access to saned servers
+Comment: Can be used to access any scanner supported by SANE over the net. Supports IPv4 and IPv6.
+

+

Legend:

+
+
Backend:
+
Name of the backend, in parentheses if available: + Version of backend/driver; newer versions may be + available from their home sites.
NEW! means brand-new to the + current release of SANE.
+ UNMAINTAINED means that nobody maintains that backend. Expect no + new features or newly supported devices. You are welcome to take over + maintainership. +
+
Link(s):
+
Link(s) to more extensive and + detailed information, if it exists, or the email address + of the author or maintainer. +
Manual Page:
+
A link to the man-page online, if it exists.
+
Comment:
+
More information about the backend or model, e.g. the level of support and possible problems.
+
Manufacturer:
+
Manufacturer, vendor or brand name of the device.
+
Model:
+
Name of the the device.
+
Interface:
+
How the device is connected to the computer.
+
USB id:
+
The USB vendor and product ids as printed by sane-find-scanner -q (only applicable for USB devices).
+
Status:
+
Indicates how many of the features the device provides + are supported by SANE. +
  • unsupported means the device is not supported at least by this backend. It may be supported by other backends, however. +
  • untested means the device may be supported but couldn't be tested. Be very careful and report success/failure. +
  • minimal means that the + device is detected and scans at least in one mode. But the quality + is bad or important features won't work. +
  • basic means it works at + least in the most important modes but quality is not perfect. +
  • good means the device is usable + for day-to-day work. Some rather exotic features may be missing. +
  • complete means the backends + supports everything the device can do. +
+
Description:
+
The scope of application of the backend. +
+
+SANE homepage +
+Contact +
+ +This page was last updated on Mon Jul 3 00:29:33 2006 + by sane-desc 3.2 from sane-backends 1.0.18 + + diff --git a/sane-backends.html b/sane-backends.html index 1fe2c8e7..102983fd 100644 --- a/sane-backends.html +++ b/sane-backends.html @@ -1,15 +1,14 @@ - - -SANE: Backends (Drivers) - - -
-SANE + + +SANE: Backends (Drivers) +
+SANE

SANE: Backends (Drivers)


-The following table summarizes the backends/drivers distributed with sane-backends-1.0.18, and the hardware or software they support. +The following table summarizes the backends/drivers distributed with +sane-backends-1.0.19, and the hardware or software they support.

This is only a summary! Please consult the manpages and the author-supplied webpages for more detailed (and usually important) information @@ -20,69 +19,69 @@ with as many details as possible. Also please tell us if your scanner isn't mentioned in this list at all.

For an explanation of the tables, see the legend. -

Summary

- - - - +

Summary

+
Device typeNumber of devices
+ + + - - - - - + + + + + - - - - - - + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - + + + - - - + + + -
Device typeNumber of devices
TotalSupportedUntestedUnsupported
TotalSupportedUntestedUnsupported
SumCompleteGoodBasicMinimal
SumCompleteGoodBasicMinimal
Scanners127364817634810420126373Scanners14427601994449225131420
Still cameras55122000Still cameras55122000
Video Cameras113010232Video Cameras113010232
Meta backends2n/aMeta backends2n/a
APIs5n/aAPIs5n/a
+

Scanners

Backends: abaton, @@ -96,18 +95,25 @@ isn't mentioned in this list at all.

canon, canon630u, canon_pp, +cardscan, coolscan, coolscan2, dell1600n_net, +epjitsu, epson, +epson2, fujitsu, genesys, gt68xx, hp, hp3500, +hp3900, hp4200, hp5400, +hp5590, +hpljm1005, hpsj5s, +hs2p, ibm, leo, lexmark, @@ -149,327 +155,327 @@ isn't mentioned in this list at all.

Manual page: sane-abaton

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Abaton -Scan 300/GSSCSI CompleteScan 300/GSSCSI Complete All known modes and functions supported
Scan 300/SSCSI UntestedScan 300/SSCSI Untested Untested, use with caution
+

Backend: agfafocus (unmaintained)

Manual page: sane-agfafocus

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ AGFA -Focus GS ScannerSCSI UntestedFocus GS ScannerSCSI Untested 6 bit gray
Focus Lineart ScannerSCSI UntestedFocus Lineart ScannerSCSI Untested Lineart only? Untested.
Focus IISCSI UntestedFocus IISCSI Untested gray only
Focus ColorSCSI GoodFocus ColorSCSI Good 3-pass
Focus Color PlusSCSI GoodFocus Color PlusSCSI Good 3-pass
+ Siemens -S9036SCSI UntestedS9036SCSI Untested gray only
+

Backend: apple (unmaintained)

Manual page: sane-apple

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Apple -Apple ScannerSCSI GoodApple ScannerSCSI Good 4bit, 16 shades of gray
OneScannerSCSI BasicOneScannerSCSI Basic 8bit, 256 shades of gray. The backend needs work especially in the quantization code but it may work.
ColorOneScannerSCSI MinimalColorOneScannerSCSI Minimal truecolor (needs much work) but it scans in non color modes.
+

Backend: artec (unmaintained)

Link(s): -http://www4.infi.net/~cpinkham/sane/sane-artec-doc.html
+http://www4.infi.net/~cpinkham/sane/sane-artec-doc.html
Manual page: sane-artec

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - - + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Artec/Ultima -AT3SCSI CompleteAT3SCSI Complete all modes working
A6000CSCSI CompleteA6000CSCSI Complete all modes working
A6000C PLUSSCSI Completef/w <= v1.92 basic, f/w >= v1.93 OKA6000C PLUSSCSI Completef/w <= v1.92 basic, f/w >= v1.93 OK
AT6SCSI GoodAT6SCSI Good Scan head needs to return home before another scan can be started.
AT12SCSI CompleteAT12SCSI Complete all modes working
AM12SSCSI CompleteAM12SSCSI Complete all modes working
+ BlackWidow -BW4800SPSCSI CompleteBW4800SPSCSI Complete rebadged Artec AT3
+ Plustek -OpticPro 19200SSCSI CompleteOpticPro 19200SSCSI Complete rebadged Artec AM12S
+

Backend: artec_eplus48u (unmaintained)

Manual page: sane-artec_eplus48u

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - - + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Artec/Ultima -E+ 48UUSB0x05d8/0x4003GoodE+ 48UUSB0x05d8/0x4003Good CIS scanner based on the GT6816 chip. Apparently all other devices are re-badged Artec scanners.
E+ ProUSB0x05d8/0x4004MinimalExperimental! Please report your results!E+ ProUSB0x05d8/0x4004MinimalWorks up to 600dpi, but not 1200. Needs better calibration. See bug #310490
-Medion/Lifetec/Tevion/Cytron -MD9693USB0x05d8/0x4003Good +Medion/Lifetec/Tevion/Cytron +MD9693USB0x05d8/0x4003Good  
MD9705USB0x05d8/0x4003GoodMD9705USB0x05d8/0x4003Good  
MD4394USB0x05d8/0x4003GoodMD4394USB0x05d8/0x4003Good Only scanners with product id 0x4003 will work; try the gt68xx backend, if your scanner has product id 0x4002
-Trust -Easy Webscan 19200USB0x05d8/0x4006Good +Trust +Easy Webscan 19200USB0x05d8/0x4006Good  
240H Easy Webscan GoldUSB0x05d8/0x4007Basic240H Easy Webscan GoldUSB0x05d8/0x4007Basic Works up to 600 dpi
+ Memorex -MEM 48UUSB0x05d8/0x4005GoodMEM 48UUSB0x05d8/0x4005Good  
+ Microstar -MR 9791USB0x05d8/0x4003GoodMR 9791USB0x05d8/0x4003Good  
+ UMAX -AstraSlim SEUSB0x05d8/0x4009GoodAstraSlim SEUSB0x05d8/0x4009Good  
AstraSlim 1200 SEUSB0x05d8/0x4010GoodAstraSlim 1200 SEUSB0x05d8/0x4010Good  
+ Yakumo -Scan50USB0x05d8/0x4011GoodScan50USB0x05d8/0x4011Good  
+

Backend: as6e (0.4.2)

@@ -478,34 +484,34 @@ Siemens http://as6edriver.sourceforge.net/
Manual page: sane-as6e

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Artec/Ultima -AS6EParport BasicAS6EParport Basic Requires the program 'as6edriver' to run.
-Trust -Easy Scan 9600 PlusParport Basic +Trust +Easy Scan 9600 PlusParport Basic Requires the program 'as6edriver' to run.
+

Backend: avision (Build: 201)

@@ -514,659 +520,666 @@ Siemens http://www.exactcode.de/oss/avision/index.html
Manual page: sane-avision

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - + + + + + + + - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
-Avision -AV100CSSCSI Untested +Avision +AV100CSSCSI Untested  
AV100IIICSSCSI UntestedAV100IIICSSCSI Untested  
AV100SSCSI UntestedAV100SSCSI Untested  
AV120USB0x0638/0x0a27CompleteAV120USB0x0638/0x0a27Complete sheetfed scanner
AV121USB0x0638/0x0a3cUntestedAV121USB0x0638/0x0a3cUntested sheetfed scanner
AV122USB0x0638/0x0a33GoodAV122USB0x0638/0x0a33Good sheetfed duplex scanner
AV210USB0x0638/0x0a24CompleteAV210USB0x0638/0x0a24Complete sheetfed scanner
AV210USB0x0638/0x0a25CompleteAV210USB0x0638/0x0a25Complete sheetfed scanner
AV210C2USB0x0638/0x0a3aCompleteAV210C2USB0x0638/0x0a3aComplete sheetfed scanner
AV220USB0x0638/0x0a23CompleteAV220USB0x0638/0x0a23Complete duplex! sheetfed scanner
AV220C2USB0x0638/0x0a2aCompleteAV220C2USB0x0638/0x0a2aComplete duplex! sheetfed scanner
AV220C2USB0x0638/0x0a2aCompleteAV220C2USB0x0638/0x0a2aComplete duplex! sheetfed scanner
AV240SCSCSI UntestedAV240SCSCSI Untested  
AV260CSSCSI UntestedAV260CSSCSI Untested  
AV360CSSCSI UntestedAV360CSSCSI Untested  
AV363CSSCSI UntestedAV363CSSCSI Untested  
AV420CSSCSI UntestedAV420CSSCSI Untested  
AV6120SCSI UntestedAV6120SCSI Untested  
AV610USB0x0638/0x0a19GoodAV610USB0x0638/0x0a19Good  
AM3000 SeriesUSB0x0638/0x0a41BasicAM3000 SeriesUSB0x0638/0x0a41Basic MFD
DS610CU ScancopierUSB0x0638/0x0a16GoodDS610CU ScancopierUSB0x0638/0x0a16Good 1 pass, 600 dpi, A4
AV620CSSCSI CompleteAV620CSSCSI Complete 1 pass, 600 dpi
AV620CS PlusSCSI CompleteAV620CS PlusSCSI Complete 1 pass, 1200 dpi
AV630CSSCSI CompleteAV630CSSCSI Complete 1 pass, 1200 dpi - regularly tested
AV630CSLSCSI UntestedAV630CSLSCSI Untested 1 pass, 1200 dpi
AV6240SCSI CompleteAV6240SCSI Complete 1 pass, ??? dpi
AV600UUSB0x0638/0x0a13GoodAV600UUSB0x0638/0x0a13Good 1 pass, 600 dpi
AV600U PlusUSB0x0638/0x0a18UntestedAV600U PlusUSB0x0638/0x0a18Untested 1 pass, ??? dpi
AV660SSCSI UntestedAV660SSCSI Untested 1 pass, ??? dpi
AV680SSCSI UntestedAV680SSCSI Untested 1 pass, ??? dpi
AV690USCSI UntestedAV690USCSI Untested 1 pass, 2400 dpi
AV800SSCSI UntestedAV800SSCSI Untested 1 pass, ??? dpi
AV810CSCSI UntestedAV810CSCSI Untested 1 pass, ??? dpi
AV820SCSI UntestedAV820SCSI Untested 1 pass, ??? dpi
AV820CSCSI CompleteAV820CSCSI Complete 1 pass, ??? dpi
AV820C PlusSCSI CompleteAV820C PlusSCSI Complete 1 pass, ??? dpi
AV830CSCSI UntestedAV830CSCSI Untested 1 pass, ??? dpi
AV830C PlusSCSI UntestedAV830C PlusSCSI Untested 1 pass, ??? dpi
AV880SCSI UntestedAV880SCSI Untested 1 pass, ??? dpi
AV880CSCSI UntestedAV880CSCSI Untested 1 pass, ??? dpi
AV3200CSCSI CompleteAV3200CSCSI Complete 1 pass, ??? dpi
AV3800CSCSI CompleteAV3800CSCSI Complete 1 pass, ??? dpi
AV3850SUUSB0x0638/0x0a66CompleteAV3850SUUSB0x0638/0x0a66Complete 1 pass, ??? dpi
FB6000ESCSI CompleteFB6000ESCSI Complete 1 pass, 1200 dpi, A3 - duplex! - zero edge!
AV8000SSCSI CompleteAV8000SSCSI Complete 1 pass, 1200 dpi, A3 - regularly tested
AV8300USB0x0638/0x0a40CompleteAV8300USB0x0638/0x0a40Complete 1 pass, 1200 dpi, A3 - duplex!
AV8350USB0x0638/0x0a68CompleteAV8350USB0x0638/0x0a68Complete 1 pass, 1200 dpi, A3 - duplex!
IT8300USB0x0638/0x0a61GoodIT8300USB0x0638/0x0a61Good 1 pass, 1200 dpi, A3 - duplex!, LCD screen, paper sensors
@V5100USB0x0638/0x0a45Complete@V5100USB0x0638/0x0a45Complete 1 pass, 1200 dpi, A3 - duplex!, LCD screen, paper sensors
AVA3SCSI BasicAVA3SCSI Basic 1 pass, 600 dpi, A3
-Hewlett-Packard -ScanJet 5300CUSB0x03f0/0x0701Complete +Hewlett-Packard +ScanJet 5300CUSB0x03f0/0x0701Complete 1 pass, 2400 dpi - regularly tested - some FW revisions have x-axis image scaling problems over 1200 dpi
ScanJet 5370CUSB0x03f0/0x0701GoodScanJet 5370CUSB0x03f0/0x0701Good 1 pass, 2400 dpi - some FW revisions have x-axis image scaling problems over 1200 dpi
ScanJet 7400cUSB0x03f0/0x0801GoodScanJet 7400cUSB0x03f0/0x0801Good 1 pass, 2400 dpi - dual USB/SCSI interface
ScanJet 7450cUSB0x03f0/0x0801GoodScanJet 7450cUSB0x03f0/0x0801Good 1 pass, 2400 dpi - dual USB/SCSI interface - regularly tested
ScanJet 7490cUSB0x03f0/0x0801GoodScanJet 7490cUSB0x03f0/0x0801Good 1 pass, 1200 dpi - dual USB/SCSI interface
ScanJet 8200USB0x03f0/0x0b01GoodScanJet 8200USB0x03f0/0x0b01Good 1 pass, 4800 (?) dpi - USB 2.0
ScanJet 8250USB0x03f0/0x0b01GoodScanJet 8250USB0x03f0/0x0b01Good 1 pass, 4800 (?) dpi - USB 2.0
ScanJet 8290USB0x03f0/0x0b01GoodScanJet 8290USB0x03f0/0x0b01Good 1 pass, 4800 (?) dpi - USB 2.0 and SCSI - only SCSI tested so far
-Minolta -Dimage Scan Dual ISCSI Basic +Minolta +Dimage Scan Dual ISCSI Basic  
Dimage Scan Dual IIUSB0x0638/0x026aGoodDimage Scan Dual IIUSB0x0638/0x026aGood 1 pass, film-scanner
Elite IIUSB0x0686/0x4004UntestedElite IIUSB0x0686/0x4004Untested 1 pass, film-scanner
Dimage Scan Dual IIIUSB0x0686/0x400dBasicDimage Scan Dual IIIUSB0x0686/0x400dBasic 1 pass, film-scanner
Dimage Scan Elite 5400USB0x0686/0x400eUntestedDimage Scan Elite 5400USB0x0686/0x400eUntested 1 pass, film-scanner
+ Minolta-QMS -SC-110USB0x0638/0x0a15UntestedSC-110USB0x0638/0x0a15Untested  
SC-215USB0x0638/0x0a16GoodSC-215USB0x0638/0x0a16Good  
+ Mitsubishi -MCA-ADFCSCSI UntestedMCA-ADFCSCSI Untested  
S1200CSCSI UntestedS1200CSCSI Untested  
S600CSCSI UntestedS600CSCSI Untested  
SS600SCSI GoodSS600SCSI Good  
-Fujitsu -ScanPartnerSCSI Untested +Fujitsu +ScanPartnerSCSI Untested  
ScanPartner 10SCSI UntestedScanPartner 10SCSI Untested  
ScanPartner 10CSCSI UntestedScanPartner 10CSCSI Untested  
ScanPartner 15CSCSI UntestedScanPartner 15CSCSI Untested  
ScanPartner 300CSCSI UntestedScanPartner 300CSCSI Untested  
ScanPartner 600CSCSI UntestedScanPartner 600CSCSI Untested  
ScanPartner 620CSCSI GoodScanPartner 620CSCSI Good  
ScanPartner JrSCSI UntestedScanPartner JrSCSI Untested  
ScanStationSCSI UntestedScanStationSCSI Untested  
fi-4010CUUSB0x04c5/0x1029Untestedfi-4010CUSB0x04c5/0x1029Untested  
-Kodak -i30USB0x040a/0x6001Untestedfi-4110CU/SSFUSB0x04c5/0x1033Untested  
i40USB0x040a/0x6002Basic +Kodak +i30USB0x040a/0x6001Untested  
i50USB0x040a/0x6003Untestedi40USB0x040a/0x6002Basic  
i60USB0x040a/0x6004Untestedi50USB0x040a/0x6003Untested  
i80USB0x040a/0x6005Untestedi60USB0x040a/0x6004Untested  
+i80USB0x040a/0x6005Untested 
iVina -1200UUSB0x0638/0x0268Untested1200UUSB0x0638/0x0268Untested  
+ Xerox -DocuMate252USB0x04a7/0x0449UntestedDocuMate252USB0x04a7/0x0449Untested  
DocuMate262USB0x04a7/0x044cGoodDocuMate262USB0x04a7/0x044cGood  
DocuMate272USB0x04a7/0x0475UntestedDocuMate272USB0x04a7/0x0475Untested  
+ Bell+Howell -2000FSCSI Basic2000FSCSI Basic 1 pass, ??? dpi, A4
+

Backend: bh (1.0-4)

@@ -1176,122 +1189,122 @@ Bell+Howell Manual page: sane-bh
Comment: Supports Copiscan II scanners with Remote SCSI Controller (RSC) interface

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Bell and Howell -COPISCAN II 6338SCSI GoodCOPISCAN II 6338SCSI Good Duplex Scanner with ACE - development model
COPISCAN II 2135SCSI UntestedCOPISCAN II 2135SCSI Untested Simplex Scanner
COPISCAN II 2137(A)SCSI GoodCOPISCAN II 2137(A)SCSI Good Simplex Scanner (with ACE) - limited testing
COPISCAN II 2138ASCSI UntestedCOPISCAN II 2138ASCSI Untested Simplex Scanner with ACE
COPISCAN II 3238SCSI UntestedCOPISCAN II 3238SCSI Untested Simplex Scanner
COPISCAN II 3338(A)SCSI UntestedCOPISCAN II 3338(A)SCSI Untested Simplex Scanner (with ACE)
+

Backend: canon (1.12)

Link(s): -http://www.rzg.mpg.de/~mpd/sane/
+http://www.rzg.mpg.de/~mpd/sane/
Manual page: sane-canon

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Canon -CanoScan 300SCSI GoodCanoScan 300SCSI Good 1 pass; flatbed scanner
CanoScan 600SCSI GoodCanoScan 600SCSI Good 1 pass; flatbed scanner
CanoScan 620SSCSI GoodCanoScan 620SSCSI Good 1 pass; flatbed scanner
CanoScan 1200SSCSI GoodCanoScan 1200SSCSI Good 1 pass; flatbed scanner
CanoScan 2700FSCSI GoodCanoScan 2700FSCSI Good 1 pass; film scanner
CanoScan 2710SSCSI GoodCanoScan 2710SSCSI Good 1 pass; 36bit film scanner
+

Backend: canon630u (0.1)

@@ -1300,115 +1313,143 @@ Bell+Howell http://canon-fb630u.sourceforge.net/
Manual page: sane-canon630u

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Canon -CanoScan fb630uUSB0x04a9/0x2204GoodCanoScan fb630uUSB0x04a9/0x2204Good OK
CanoScan fb636uUSB0x04a9/0x2204GoodCanoScan fb636uUSB0x04a9/0x2204Good OK
+

Backend: canon_pp (0.33)

Link(s): -http://canon-fb330p.sourceforge.net
+http://canon-fb330p.sourceforge.net
Manual page: sane-canon_pp

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Canon -CanoScan FB310PParport (ECP) UnsupportedCanoScan FB310PParport (ECP) Unsupported Rebadged Avision, different command set
CanoScan FB610PParport (ECP) UnsupportedCanoScan FB610PParport (ECP) Unsupported Rebadged Avision, different command set
CanoScan FB320PParport (ECP) BasicCanoScan FB320PParport (ECP) Basic Newly added support
CanoScan FB620PParport (ECP) BasicCanoScan FB620PParport (ECP) Basic Newly added support
CanoScan FB330PParport (ECP) GoodCanoScan FB330PParport (ECP) Good  
CanoScan FB630PParport (ECP) GoodCanoScan FB630PParport (ECP) Good  
CanoScan N340PParport (ECP) GoodCanoScan N340PParport (ECP) Good  
CanoScan N640PParport (ECP) GoodCanoScan N640PParport (ECP) Good  
CanoScan N640P exParport (ECP) GoodCanoScan N640P exParport (ECP) Good Just an N640P in a different box?
+ +

Backend: cardscan +(1.0.0, NEW!) +

+

+Link(s): +http://www.thebility.com/cardscan/
+Manual page: sane-cardscan
+Comment: New for sane 1.0.19
+

+ + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Corex +800cUSB0x08f0/0x2110Good4 inch wide 8bit Gray or 24bit Color simplex card/receipt scanner

Backend: coolscan (0.4.3)

@@ -1417,46 +1458,46 @@ Bell+Howell http://andreas.rick.free.fr/sane/
Manual page: sane-coolscan

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Nikon -LS-20SCSI BasicLS-20SCSI Basic The LS-20 has been replaced by the LS-30
LS-30SCSI BasicLS-30SCSI Basic alpha: only 24/30 bit RGB + 32/40 bit RGBI
LS-2000SCSI BasicLS-2000SCSI Basic alpha: only 24/36 bit + RGB 32/48 bit RGBI
LS-1000SCSI BasicLS-1000SCSI Basic Doesn't support gamma correction
+

Backend: coolscan2 (0.1.8)

@@ -1465,874 +1506,1409 @@ Bell+Howell http://coolscan2.sourceforge.net/
Manual page: sane-coolscan2

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Nikon -LS 30SCSI CompleteLS 30SCSI Complete working -- model available to developer
LS 2000SCSI GoodLS 2000SCSI Good  
LS 40 EDUSB0x04b0/0x4000CompleteLS 40 EDUSB0x04b0/0x4000Complete  
LS 4000 EDIEEE-1394 GoodLS 4000 EDIEEE-1394 Good needs linux kernel 2.4.19 or later
LS 50 EDUSB0x04b0/0x4001MinimalLS 50 EDUSB0x04b0/0x4001Minimal  
Coolscan V EDUSB0x04b0/0x4001MinimalCoolscan V EDUSB0x04b0/0x4001Minimal  
Super Coolscan LS-5000 EDUSB0x04b0/0x4002UntestedSuper Coolscan LS-5000 EDUSB0x04b0/0x4002Untested May work, similar to LS 50 ED, but untested. Please tell us if it works.
LS 8000 EDIEEE-1394 GoodLS 8000 EDIEEE-1394 Good needs linux kernel 2.4.19 or later
+

Backend: dell1600n_net -(NEW!)

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - - + + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Dell -1600nEthernet USB0x413c/0x5250BasicSupports single page scans over ethernet1600nEthernet USB0x413c/0x5250BasicSupports colour and monochrome scans over ethernet (USB not supported)
+ +

Backend: epjitsu +(1.0.10, NEW!) +

+

+Link(s): +http://www.thebility.com/epjitsu/
+Manual page: sane-epjitsu
+Comment: Only basic support provided, see sane-epjitsu manpage
+

+ + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Fujitsu +fi-60FUSB0x04c5/0x10c7BasicA6-size flatbed, 300/600 dpi, color/grayscale in hardware
ScanSnap S300USB0x04c5/0x1156Basic10 sheet ADF, 150/300 dpi, always scans in triplex color, no TWAIN driver

Backend: epson -(0.2.42) +(unmaintained)

Link(s): http://www.khk.net/sane
Manual page: sane-epson

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Epson -GT-5000SCSI Parport GoodGT-5000SCSI Parport Good  
Actionscanner IISCSI Parport GoodActionscanner IISCSI Parport Good US version of GT-5000
GT-6000SCSI Parport GoodGT-6000SCSI Parport Good  
ES-300CSCSI Parport GoodES-300CSCSI Parport Good US version of GT-6000
ES-300GSSCSI GoodES-300GSSCSI Good  
GT-5500SCSI GoodGT-5500SCSI Good  
GT-6500Parport GoodGT-6500Parport Good  
ES-600CParport GoodES-600CParport Good US version of GT-6500
ES-1200CParport GoodES-1200CParport Good US version of GT-9000
GT-7000SCSI GoodGT-7000SCSI Good  
GT-8000SCSI GoodGT-8000SCSI Good  
ES-8500SCSI GoodES-8500SCSI Good  
Perfection 636SSCSI CompletePerfection 636SSCSI Complete US version of GT-7000
Perfection 636UUSB0x04b8/0x0101CompletePerfection 636UUSB0x04b8/0x0101Complete  
Perfection 610USB0x04b8/0x0103CompletePerfection 610USB0x04b8/0x0103Complete  
Perfection 640USB0x04b8/0x010cCompletePerfection 640USB0x04b8/0x010cComplete  
Perfection 1200SSCSI CompletePerfection 1200SSCSI Complete  
Perfection 1200UUSB0x04b8/0x0104CompletePerfection 1200UUSB0x04b8/0x0104Complete  
Perfection 1200PhotoUSB0x04b8/0x0104CompletePerfection 1200PhotoUSB0x04b8/0x0104Complete with TPU
Perfection 1240SCSI USB0x04b8/0x010bCompletePerfection 1240SCSI USB0x04b8/0x010bComplete  
Perfection 1640SCSI USB0x04b8/0x010aCompletePerfection 1640SCSI USB0x04b8/0x010aComplete  
Perfection 1650USB0x04b8/0x0110CompletePerfection 1650USB0x04b8/0x0110Complete  
Perfection 1660USB0x04b8/0x011eCompletePerfection 1660USB0x04b8/0x011eComplete  
Perfection 2400USB0x04b8/0x011bCompletePerfection 2400USB0x04b8/0x011bComplete  
Perfection 2450USB IEEE-13940x04b8/0x0112CompletePerfection 2450USB IEEE-13940x04b8/0x0112Complete  
Perfection 3200USB0x04b8/0x011cCompletePerfection 3200USB0x04b8/0x011cComplete US version of the GT-9800
Perfection 4870USB0x04b8/0x0128CompleteUS version of the GT-9800Perfection 4870USB0x04b8/0x0128CompleteUS version of the GT-X700
Perfection 4990USB0x04b8/0x012aCompletePerfection 4990USB0x04b8/0x012aComplete US version of the GT-X800
Expression 636SCSI CompleteExpression 636SCSI Complete US version of GT-9500
Expression 800SCSI CompleteExpression 800SCSI Complete  
Expression 1600SCSI USB IEEE-13940x04b8/0x0107CompleteExpression 1600SCSI USB IEEE-13940x04b8/0x0107Complete  
Expression 1680SCSI USB IEEE-13940x04b8/0x010eCompleteExpression 1680SCSI USB IEEE-13940x04b8/0x010eComplete  
FilmScan 200SCSI UnsupportedA better backend for the FilmScan 200 can be found at http://www.vjet.demon.co.uk/scanner/FilmScan 200SCSI UnsupportedA better backend for the FilmScan 200 can be found at http://www.vjet.demon.co.uk/scanner/
CX-3200USB0x04b8/0x0802GoodCX-3200USB0x04b8/0x0802Good  
CX-3600USB0x04b8/0x080eGoodCX-3600USB0x04b8/0x080eGood  
CX-3650USB0x04b8/0x080eGoodCX-3650USB0x04b8/0x080eGood  
CX-4600USB0x04b8/0x080dGoodCX-4600USB0x04b8/0x080dGood  
CX-4800USB0x04b8/0x0819GoodCX-4800USB0x04b8/0x0819Good  
CX-5200USB0x04b8/0x0801GoodCX-5000USB0x04b8/0x082bGood  
CX-5400USB0x04b8/0x0801GoodCX-5200USB0x04b8/0x0801Good  
CX-5400USB0x04b8/0x0808GoodCX-5400USB0x04b8/0x0801Good  
CX-6400USB0x04b8/0x0805GoodCX-5400USB0x04b8/0x0808Good  
RX-500USB0x04b8/0x0807GoodCX-6300USB0x04b8/0x0805Good  
RX-600USB0x04b8/0x0806GoodCX-6400USB0x04b8/0x0805Good  
RX-425USB0x04b8/0x080fGoodCX-6500USB0x04b8/0x0813Good  
DX-3850USB GoodCX-6600USB0x04b8/0x0813Good  
CX-3700USB0x04b8/0x0818GoodRX-500USB0x04b8/0x0807Good  
CX-3800USB0x04b8/0x0818GoodRX-600USB0x04b8/0x0806Good  
DX-3800USB0x04b8/0x0818GoodRX-425USB0x04b8/0x080fGood  
CX-4200USB0x04b8/0x0820GoodRX-700USB0x04b8/0x0810Good  
AcuLaser CX11USB0x04b8/0x0815GoodDX-3850USB0x04b8/0x0818Good  
AcuLaser CX11NFUSB0x04b8/0x0815GoodCX-3700USB0x04b8/0x0818Good  
CX-6600USB0x04b8/0x0805GoodCX-3800USB0x04b8/0x0818Good  
+ +CX-4200 +USB +0x04b8/0x0820 +Good +  + + +DX-3800 +USB +0x04b8/0x0818 +Good +  + + +DX-5000 +USB +0x04b8/0x082b +Good +  + + +DX-5050 +USB +0x04b8/0x082b +Good +  + + +DX-6000 +USB +0x04b8/0x082e +Good +  + + +DX-7400 +USB +0x04b8/0x0838 +Good +  + + +DX-4050 +USB +0x04b8/0x082f +Good +  + + +AcuLaser CX11 +USB +0x04b8/0x0815 +Good +  + + +AcuLaser CX11NF +USB +0x04b8/0x0815 +Good +  + + +V700 +USB IEEE-1394 +0x04b8/0x012c +Good +  + + +V750 +USB IEEE-1394 +0x04b8/0x012c +Good +  + + +

Backend: epson2 +(0.1.16) +

+

+Manual page: sane-epson2
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Epson +GT-5000SCSI Parport Good 
Actionscanner IISCSI Parport GoodUS version of GT-5000
GT-6000SCSI Parport Good 
ES-300CSCSI Parport GoodUS version of GT-6000
ES-300GSSCSI Good 
GT-5500SCSI Good 
GT-6500Parport Good 
ES-600CParport GoodUS version of GT-6500
ES-1200CParport GoodUS version of GT-9000
GT-7000SCSI Good 
GT-8000SCSI Good 
ES-8500SCSI Good 
Perfection 636SSCSI CompleteUS version of GT-7000
Perfection 636UUSB0x04b8/0x0101Complete 
Perfection 610USB0x04b8/0x0103Complete 
Perfection 640USB0x04b8/0x010cComplete 
Perfection 1200SSCSI Complete 
Perfection 1200U / 1200 PhotoUSB0x04b8/0x0104Complete 
Perfection 1240SCSI USB0x04b8/0x010bComplete 
Perfection 1640SCSI USB0x04b8/0x010aComplete 
Perfection 1650USB0x04b8/0x0110Complete 
Perfection 1660USB0x04b8/0x011eComplete 
Perfection 2400USB0x04b8/0x011bComplete 
Perfection 2450USB IEEE-13940x04b8/0x0112Complete 
Perfection 3200USB0x04b8/0x011cCompleteUS version of the GT-9800
Perfection 4870USB0x04b8/0x0128CompleteUS version of the GT-X700
Perfection 4990USB0x04b8/0x012aCompleteUS version of the GT-X800
Expression 636SCSI CompleteUS version of GT-9500
Expression 800SCSI Complete 
Expression 1600SCSI USB IEEE-13940x04b8/0x0107Complete 
Expression 1680SCSI USB IEEE-13940x04b8/0x010eComplete 
FilmScan 200SCSI MinimalWill be supported sooner or later
CX-3200USB0x04b8/0x0802Good 
CX-3600USB0x04b8/0x080eGood 
CX-3650USB0x04b8/0x080eGood 
CX-4600USB0x04b8/0x080dGood 
CX-4800USB0x04b8/0x0819Good 
CX-5000USB0x04b8/0x082bGood 
CX-5200USB0x04b8/0x0801Good 
CX-5400USB0x04b8/0x0801Good 
CX-5400USB0x04b8/0x0808Good 
CX-6300USB0x04b8/0x0805Good 
CX-6400USB0x04b8/0x0805Good 
CX-6500USB0x04b8/0x0813Good 
CX-6600USB0x04b8/0x0813Good 
RX-500USB0x04b8/0x0807Good 
RX-600USB0x04b8/0x0806Good 
RX-425USB0x04b8/0x080fGood 
RX-700USB0x04b8/0x0810Good 
DX-3850USB0x04b8/0x0818Good 
CX-3700USB0x04b8/0x0818Good 
CX-3800USB0x04b8/0x0818Good 
CX-4200USB0x04b8/0x0820Good 
DX-3800USB0x04b8/0x0818Good 
DX-5000USB0x04b8/0x082bGood 
DX-5050USB0x04b8/0x082bGood 
DX-6000USB0x04b8/0x082eGood 
DX-7400USB0x04b8/0x0838Good 
DX-4050USB0x04b8/0x082fGood 
AcuLaser CX11 seriesUSB Network0x04b8/0x0815Good 
AcuLaser CX21 seriesUSB Network UntestedShould work if the protocol is similar to the CX11, please report
V700USB IEEE-13940x04b8/0x012cGood 
V750USB IEEE-13940x04b8/0x012cGood 

Backend: fujitsu -(1.0.33) +(1.0.55)

Link(s): -http://www2.pfeiffer.edu/~anoah/fujitsu/
+http://www.thebility.com/fujitsu/
Manual page: sane-fujitsu
Comment: Backend re-written for SANE release 1.0.18, see sane-fujitsu manpage

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - + + + + + + + + + + + - - - - + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - -
ManufacturerModelInterfaceUSB idStatusComment
+ Fujitsu -ScanPartner 93GXSCSI Basicworkgroup, older, discontinuedM3091DCSCSI Goodworkgroup, old, discontinued
M3091DCSCSI Goodworkgroup, older, discontinuedM3092DCSCSI Goodworkgroup, old, discontinued
M3092DCSCSI Goodworkgroup, older, discontinuedfi-4120CSCSI USB0x04c5/0x1041Goodworkgroup, recent, discontinued, usb 1.1
ScanPartner Jr/10/15/300/600SCSI Unsupportedworkgroup, discontinued, non-fujitsu, avision oemfi-4120C2SCSI USB0x04c5/0x10aeGoodworkgroup, recent, discontinued, usb 2.0
fi-4120CSCSI USB0x04c5/0x1041Goodworkgroup, newer, discontinuedfi-4220CSCSI USB0x04c5/0x1042Goodworkgroup, recent, discontinued, usb 1.1
fi-4220CSCSI USB0x04c5/0x1042Goodworkgroup, newer, discontinuedfi-4220C2SCSI USB0x04c5/0x10afGoodworkgroup, recent, discontinued, usb 2.0
fi-4120C2SCSI USB0x04c5/0x10aeGoodworkgroup, newer, discontinuedfi-5110EOXUSB0x04c5/0x1096Goodworkgroup, recent, discontinued, no TWAIN driver
fi-4220C2SCSI USB0x04c5/0x10afGoodworkgroup, newer, discontinuedfi-5110EOX2USB Goodworkgroup, recent, discontinued, no TWAIN driver
fi-4010CUSB Untestedworkgroup, newer, discontinued, unknown chipset, perhaps non-fujitsu
fi-4110CUUSB0x04c5/0x1033Untestedworkgroup, newer, discontinued, unknown chipset, perhaps non-fujitsu
fi-4110EOXUSB Untestedworkgroup, newer, discontinued, unknown chipset, perhaps non-fujitsu
fi-4110EOX2USB Unsupportedworkgroup, newer, discontinued, MA1509 chipset, non-fujitsu
fi-5110EOXUSB0x04c5/0x1096Goodworkgroup, newer, discontinued, no TWAIN driver
fi-5110EOX2USB Goodworkgroup, newer, discontinued, no TWAIN driver
S500USB0x04c5/0x10feGoodS500USB0x04c5/0x10feGood workgroup, current, no TWAIN driver
fi-60FUSB Untestedworkgroup, current, unknown chipset, perhaps non-fujitsuS500MUSB0x04c5/0x1135Goodworkgroup, current, no TWAIN driver, Mac only
fi-4010CUUSB0x04c5/0x1029Unsupportedworkgroup, current, Avision chipset?S510USB0x04c5/0x1155Goodworkgroup, current, no TWAIN driver
fi-5110EOXMUSB Untestedworkgroup, current, unknown chipset, perhaps same as fi-5110EOXfi-5015CUSB Untestedworkgroup, current, unknown chipset, maybe Avision OEM?
fi-5110CUSB0x04c5/0x1097Goodfi-5110EOXMUSB0x04c5/0x10f2Good workgroup, current
fi-5120CSCSI USB0x04c5/0x10e0Goodfi-5110CUSB0x04c5/0x1097Good workgroup, current
fi-5220CSCSI USB0x04c5/0x10e1Goodfi-5120CSCSI USB0x04c5/0x10e0Good workgroup, current
ScanPartner 15C/620CSCSI Unsupportedworkgroup, current, non-fujitsu, avision oemfi-5220CSCSI USB0x04c5/0x10e1Goodworkgroup, current
M3093ERS232C/Video Unsupporteddepartmental, older, discontinuedM3093ERS232C/Video Unsupporteddepartmental, old, discontinued
M3093DERS232C/Video Unsupporteddepartmental, older, discontinuedM3093DERS232C/Video Unsupporteddepartmental, old, discontinued
M3093DGSCSI Basicdepartmental, older, discontinuedM3093DGSCSI Gooddepartmental, old, discontinued
M3093EXRS232C/Video Unsupporteddepartmental, older, discontinuedM3093EXRS232C/Video Unsupporteddepartmental, old, discontinued
M3093GXSCSI Basicdepartmental, older, discontinuedM3093GXSCSI Gooddepartmental, old, discontinued
M3096EXRS232C/Video Unsupporteddepartmental, older, discontinuedM3096EXRS232C/Video Unsupporteddepartmental, old, discontinued
M3096GXSCSI Basicdepartmental, older, discontinuedM3096GXSCSI Gooddepartmental, old, discontinued
M3097E+RS232C/Video Unsupporteddepartmental, older, discontinuedM3097E+RS232C/Video Unsupporteddepartmental, old, discontinued
M3097G+SCSI Basicdepartmental, older, discontinuedM3097G+SCSI Gooddepartmental, old, discontinued
M3097DERS232C/Video Unsupporteddepartmental, older, discontinuedM3097DERS232C/Video Unsupporteddepartmental, old, discontinued
M3097DGSCSI Basicdepartmental, older, discontinuedM3097DGSCSI Gooddepartmental, old, discontinued
fi-4640SSCSI Basicdepartmental, newer, discontinuedfi-4530CSCSI USB Gooddepartmental, recent, discontinued
fi-4750CSCSI Basicdepartmental, newer, discontinuedfi-4640SSCSI Gooddepartmental, recent, discontinued
fi-4340CSCSI USB Basicfi-4750CSCSI Gooddepartmental, recent, discontinued
fi-4340CSCSI USB Good departmental, current
fi-4530CSCSI USB Basicfi-5530CSCSI USB0x04c5/0x10e2Good departmental, current
fi-5530CSCSI USB Basicdepartmental, currentM3099ARS232C/Video Unsupportedproduction, old, discontinued
M3099ARS232C/Video Unsupportedproduction, older, discontinuedM3099GSCSI Goodproduction, old, discontinued
M3099GSCSI Basicproduction, older, discontinuedM3099EHRS232C/Video Unsupportedproduction, old, discontinued
M3099EHRS232C/Video Unsupportedproduction, older, discontinuedM3099GHSCSI Goodproduction, old, discontinued
M3099GHSCSI Basicproduction, older, discontinuedM3099EXRS232C/Video Unsupportedproduction, old, discontinued
M3099EXRS232C/Video Unsupportedproduction, older, discontinuedM3099GXSCSI Goodproduction, old, discontinued
M3099GXSCSI Basicproduction, older, discontinuedM4097DSCSI Goodproduction, old, discontinued
M4097DSCSI Basicproduction, older, discontinuedM4099DSCSI Goodproduction, old, discontinued
fi-4750LSCSI Basicproduction, newer, discontinuedfi-4750LSCSI Goodproduction, recent, discontinued
fi-4860CSCSI Basicfi-4990CSCSI Goodproduction, recent, discontinued
fi-4860CSCSI Good production, current
M4099DSCSI Basicfi-4860C2SCSI Good production, current
fi-4990CSCSI Basicfi-5650CSCSI USB0x04c5/0x10adGood production, current
fi-5650CSCSI USB Basicfi-5750CSCSI USB0x04c5/0x1095Good production, current
fi-5750CSCSI USB Basicfi-5900CSCSI USB0x04c5/0x10e7Good production, current
fi-5900CSCSI USB0x04c5/0x10e7Basicproduction, current
+

Backend: genesys (1.0-8)

@@ -2342,80 +2918,80 @@ Bell+Howell Manual page: sane-genesys
Comment: Only the USB scanners mentioned below are currently supported.

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Medion/Lifetec/Tevion/Cytron -MD5345USB0x0461/0x0377GoodMD5345USB0x0461/0x0377Good Has a Primax USB ID
MD6228USB0x0461/0x0377GoodMD6228USB0x0461/0x0377Good Has a Primax USB ID. Same as MD5345
MD6471USB0x0461/0x0377CompleteMD6471USB0x0461/0x0377Complete Has a Primax USB ID. Same as MD5345
+ Hewlett-Packard -ScanJet 2300CUSB0x03f0/0x0901CompleteScanJet 2300CUSB0x03f0/0x0901Complete 600x1200 dpi max
+ Canon -CanoScan LiDE 35USB0x04a9/0x2213GoodCanoScan LiDE 35USB0x04a9/0x2213Good Same ids as LiDE 50.
CanoScan LiDE 40USB0x04a9/0x2213UntestedCanoScan LiDE 40USB0x04a9/0x2213Untested Same ids as LiDE 50. Please tell us if this scanner works.
CanoScan LiDE 50USB0x04a9/0x2213GoodCanoScan LiDE 50USB0x04a9/0x2213Good  
CanoScan LiDE 60USB0x04a9/0x221cGoodCanoScan LiDE 60USB0x04a9/0x221cGood  
+

Backend: gt68xx -(1.0-81) +(1.0-84)

Link(s): @@ -2423,476 +2999,509 @@ Bell+Howell Manual page: sane-gt68xx
Comment: Only the USB scanners mentioned below are supported. For other Mustek BearPaws, look at the Plustek and the MA-1509 backend.

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - - + + + + + - - - - + + + + - - - - + + + + - - - - + + + + + + + + + + + - - - - + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - + + + + + + + + + + + + + + - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - + + + + + - - - - - + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - + + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Artec/Ultima -Ultima 2000USB0x05d8/0x4002GoodUltima 2000USB0x05d8/0x4002Good Works, only product id 0x4002 is supported
Ultima 2000 e+USB0x05d8/0x4002GoodWorks, only limited testing until nowUltima 2000 e+USB0x05d8/0x4002GoodWorks, however 12 bit mode doesn't seem to be supported
+ Boeder -Sm@rtScan Slim EditionUSB0x05d8/0x4002GoodSm@rtScan Slim EditionUSB0x05d8/0x4002Good Similar to Artec Ultima 2000
+ Fujitsu -1200CUSUSB0x05d8/0x4002Basic1200CUSUSB0x05d8/0x4002Basic Works, but is slow. Probably a Mustek BearPaw 2400 CU clone.
+ Genius -Colorpage Vivid3xUSB0x0458/0x2011GoodColorPage Slim 1200USB0x0458/0x201eUntestedUntested but should work.
Colorpage SF600USB0x0458/0x2021Basic  
Colorpage Vivid3 V2USB0x0458/0x2011GoodColorpage Vivid3xUSB0x0458/0x2011Good 
Colorpage Vivid3 V2USB0x0458/0x2011Good Same as Colorpage Vivid3x
Colorpage Vivid3xeUSB0x0458/0x2017GoodColorpage Vivid3xeUSB0x0458/0x2017Good  
Colorpage Vivid4USB0x0458/0x2014GoodColorpage Vivid4USB0x0458/0x2014Good  
Colorpage Vivid4xUSB0x0458/0x201bGoodColorpage Vivid4xUSB0x0458/0x201bGood  
Colorpage Vivid4xeUSB0x0458/0x201aGoodColorpage Vivid4xeUSB0x0458/0x201aGood  
Colorpage Vivid 1200 XUSB0x0458/0x201dGoodColorpage Vivid 1200 XUSB0x0458/0x201dGood  
Colorpage Vivid 1200 XEUSB0x0458/0x201fGoodColorpage Vivid 1200 XEUSB0x0458/0x201fGood  
+ Googlegear -2000USB0x05d8/0x4002Good2000USB0x05d8/0x4002Good Same as Artec Ultima 2000.
+ Lexmark -X70USB0x043d/0x002dGoodX70USB0x043d/0x002dGood Works, some resolutions fail at 16 bit
X73USB0x043d/0x002dGoodX73USB0x043d/0x002dGood Works, some resolutions fail at 16 bit, same as X70
-Medion/Lifetec/Tevion/Cytron -MD 4394USB0x05d8/0x4002Good +Medion/Lifetec/Tevion/Cytron +MD 4394USB0x05d8/0x4002Good Product id 0x4002. If you have 0x4003, use artec_eplus48u backend.
MD/LT 9375USB0x05d8/0x4002UntestedMD/LT 9375USB0x05d8/0x4002Untested Untested, but is reported to have the same ids as the Artec Ultima 2000. Please test.
MD/LT 9385USB0x05d8/0x4002GoodMD/LT 9385USB0x05d8/0x4002Good Similar to Artec Ultima 2000
LT 9452USB0x05d8/0x4002GoodLT 9452USB0x05d8/0x4002Good Similar to Mustek ScanExpress 1200 UB Plus
MD 9458USB0x05d8/0x4002GoodMD 9458USB0x05d8/0x4002Good Similar to Artec Ultima 2000 (e+?)
+ Mustek -BearPaw 1200 CSUSB0x055f/0x021eGoodBearPaw 1200 CSUSB0x055f/0x021eGood  
BearPaw 1200 CUUSB0x05d8/0x4002GoodBearPaw 1200 CUUSB0x05d8/0x4002Good  
BearPaw 1200 CU PlusUSB0x055f/0x021bGoodBearPaw 1200 CU PlusUSB0x055f/0x021bGood  
BearPaw 1200 CU PlusUSB0x055f/0x021cGoodBearPaw 1200 CU PlusUSB0x055f/0x021cGood  
BearPaw 1200 TAUSB0x055f/0x021eGoodBearPaw 1200 TAUSB0x055f/0x021eGood Transparency adapter supported
BearPaw 1248 CUUSB0x055f/0x021cGoodBearPaw 1248 CUUSB0x055f/0x021cGood Seems to use the same ids as BearPaw 1200 CU Plus.
BearPaw 2400 CSUSB0x055f/0x0218UntestedBearPaw 2400 CSUSB0x055f/0x0218Untested Probably works, reports are welcome
BearPaw 2400 CS PlusUSB0x055f/0x0219GoodBearPaw 2400 CS PlusUSB0x055f/0x0219Good Works, problems with 12/16 bit modes?
BearPaw 2400 CUUSB0x05d8/0x4002BasicBearPaw 2400 CUUSB0x05d8/0x4002Basic Works, but is slow
BearPaw 2400 CU PlusUSB0x055f/0x021dGoodBearPaw 2400 CU PlusUSB0x055f/0x021dGood  
BearPaw 2400 TAUSB0x055f/0x0218GoodBearPaw 2400 TAUSB0x055f/0x0218Good Transparency adapter supported
BearPaw 2400 TA PlusUSB0x055f/0x0219GoodBearPaw 2400 TA PlusUSB0x055f/0x0219Good Transparency adapter supported
BearPaw 2448 CS PlusUSB0x055f/0x021aBasicBearPaw 2448 CS PlusUSB0x055f/0x021aBasic Slow. Same as 2448 TA Plus, but without TA.
BearPaw 2448 TA PlusUSB0x055f/0x021aBasicBearPaw 2448 TA PlusUSB0x055f/0x021aBasic Slow. Transparency adapter supported. Slow. Brightness depends on resolution?
Plug-n-Scan 2400 MTUSB0x055f/0x0219GoodPlug-n-Scan 2400 MTUSB0x055f/0x0219Good Works but is slow in high resolutions. Same as BearPaw 2400 TA Plus.
Plug-n-Scan 2400 MUSB0x055f/0x0219GoodPlug-n-Scan 2400 MUSB0x055f/0x0219Good Works but is slow in high resolutions. Same as BearPaw 2400 CS Plus.
ScanExpress 1200 UB PlusUSB0x05d8/0x4002GoodScanExpress 1200 UB PlusUSB0x05d8/0x4002Good  
ScanExpress 1248 UBUSB0x055f/0x021fCompleteScanExpress 1248 UBUSB0x055f/0x021fComplete  
ScanExpress 2400 USBUSB0x05d8/0x4002MinimalScanExpress 2400 USBUSB0x05d8/0x4002Minimal Should be detected but may need some more work in the code. Testers welcome. Please contact me if you own this scanner.
ScanExpress A3 USBUSB0x055f/0x0210BasicScanExpress A3 USBUSB0x055f/0x0210Basic Still some vertical stripes.
ScanMagic 1200 UB PlusUSB0x05d8/0x4002GoodScanMagic 1200 UB PlusUSB0x05d8/0x4002Good Same as ScanExpress 1200 UB Plus
+ +NeatReceipts +Scanalizer Professional 2.5USB0x07b3/0x0412UntestedSimilar to Plustek OpticSlim M12. Please tell us if this scanner works.
+Nortek +MyScan 1200USB0x07b3/0x040bUntestedUntested. Please test. Similar to Plustek OpticPro S12?
Packard Bell -Diamond 1200USB0x05d8/0x4002GoodDiamond 1200USB0x05d8/0x4002Good Similar to Mustek BearPaw 1200 (Plus)
Diamond 1200 PlusUSB0x055f/0x021cGoodDiamond 1200 PlusUSB0x055f/0x021cGood Similar to Mustek BearPaw 1200 Plus
Diamond 1200 PlusUSB0x055f/0x021bGoodDiamond 1200 PlusUSB0x055f/0x021bGood Similar to Mustek BearPaw 1200 Plus
Diamond 2450USB0x055f/0x0219GoodDiamond 2450USB0x055f/0x0219Good  
+ Plustek -OpticPro 1248UUSB0x07b3/0x0400GoodOpticPro 1248UUSB0x07b3/0x0400Good  
OpticPro 1248UUSB0x07b3/0x0401GoodOpticPro 1248UUSB0x07b3/0x0401Good  
OpticPro U16BUSB0x07b3/0x0402GoodOpticPro U16BUSB0x07b3/0x0402Good  
OpticPro U16B+USB0x07b3/0x0403GoodOpticPro U16B+USB0x07b3/0x0403Good  
OpticPro UT16BUSB0x07b3/0x0403UntestedOpticPro UT16BUSB0x07b3/0x0403Untested Probably works. Transparency adapter not supported yet. Please contact me if you own such a device.
OpticPro S12USB0x07b3/0x040bBasicProduct ID 0x040b only. Needs more testing. Please contact me if you own such a scanner.OpticPro S12USB0x07b3/0x040bGoodProduct ID 0x040b only.
OpticPro S24USB0x07b3/0x040eBasicProduct ID 0x040e only. Needs more testing. Please contact me if you own such a scanner.OpticPro S24USB0x07b3/0x040eGoodProduct ID 0x040e only. Is reported to work.
OpticPro ST12USB0x07b3/0x040bUntestedOpticPro ST12USB0x07b3/0x040bUntested Product ID 0x040b only. Needs testing. Transparency adapter completely untested. Please contact me if you own such a scanner.
OpticSlim 1200USB0x07b3/0x0413GoodOpticSlim 1200USB0x07b3/0x0413Good  
OpticSlim 2400USB0x07b3/0x0422GoodOpticSlim 2400USB0x07b3/0x0422Good Works up to 1200 dpi.
OpticSlim M12USB0x07b3/0x0412BasicOpticSlim M12USB0x07b3/0x0412Basic Scans, but no calibration is performed and the area selection is limited.
+ RevScan -19200iUSB0x07b3/0x0400Good19200iUSB0x07b3/0x0400Good Similar to Plustek OpticPro 1248U
-Trust -240TH Easy Webscan GoldUSB0x055f/0x0218Good +Trust +240TH Easy Webscan GoldUSB0x055f/0x0218Good Same as Mustek Bearpaw 2400 TA plus.
Compact Scan USB 19200USB0x05d8/0x4002GoodWorks, if you have vendor id 0x055f and product id 0x0006, use the mustek_usb backend instead, similar to Mustek ScanExpress 1200 UB (Plus)Compact Scan USB 19200USB0x05d8/0x4002GoodWorks, if you have vendor id 0x055f and product id 0x0006, use the +mustek_usb backend instead, similar to Mustek ScanExpress 1200 UB (Plus)
Direct WebScan 19200USB0x055f/0x021cGoodDirect WebScan 19200USB0x055f/0x021cGood Same as Mustek BearPaw 1200 CU Plus (0x021c).
Flat Scan USB 19200USB0x05d8/0x4002GoodFlat Scan USB 19200USB0x05d8/0x4002Good Similar to Artec Ultima 2000
+ Visioneer -OneTouch 7300USB0x04a7/0x0444GoodOneTouch 7300USB0x04a7/0x0444Good Works upto 1200 dpi and 12 bits/color.
+

Backend: hp (1.06)

@@ -2901,153 +3510,153 @@ RevScan http://www.kirchgessner.net/
Manual page: sane-hp

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Hewlett-Packard -ScanJet PlusPropietary CompleteScanJet PlusPropietary Complete Driver for HP parallel interface card required
ScanJet IIcSCSI CompleteScanJet IIcSCSI Complete  
ScanJet IIpSCSI CompleteScanJet IIpSCSI Complete  
ScanJet IIcxSCSI CompleteScanJet IIcxSCSI Complete  
ScanJet 3cSCSI CompleteScanJet 3cSCSI Complete  
ScanJet 3pSCSI CompleteScanJet 3pSCSI Complete  
ScanJet 4cSCSI CompleteScanJet 4cSCSI Complete  
ScanJet 4pSCSI CompleteScanJet 4pSCSI Complete  
ScanJet 4100CUSB0x03f0/0x0101CompleteScanJet 4100CUSB0x03f0/0x0101Complete  
ScanJet 5pSCSI CompleteScanJet 5pSCSI Complete  
ScanJet 5100CParport CompleteScanJet 5100CParport Complete Requires ppscsi driver and epst module
ScanJet 5200CParport USB0x03f0/0x0401CompleteScanJet 5200CParport USB0x03f0/0x0401Complete Parallel interface requires ppscsi driver and epst module
ScanJet 6100CSCSI CompleteScanJet 6100CSCSI Complete  
ScanJet 6200CSCSI USB0x03f0/0x0201CompleteScanJet 6200CSCSI USB0x03f0/0x0201Complete  
ScanJet 6250CSCSI USB0x03f0/0x0201CompleteScanJet 6250CSCSI USB0x03f0/0x0201Complete  
ScanJet 6300CSCSI USB0x03f0/0x0601CompleteScanJet 6300CSCSI USB0x03f0/0x0601Complete  
ScanJet 6350CSCSI USB0x03f0/0x0601CompleteScanJet 6350CSCSI USB0x03f0/0x0601Complete  
ScanJet 6390CSCSI USB0x03f0/0x0601CompleteScanJet 6390CSCSI USB0x03f0/0x0601Complete  
PhotoSmart PhotoScannerSCSI CompletePhotoSmart PhotoScannerSCSI Complete  
+

Backend: hp3500 -(1.0, NEW!) +(1.1)

Link(s): @@ -3055,80 +3664,154 @@ RevScan Manual page: sane-hp3500
Comment: HP3500 series scanners.

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
-Hewlett-Packard -ScanJet 3500CUSB0x03f0/0x2205Good +Hewlett-Packard +ScanJet 3500CUSB0x03f0/0x2205Good  
ScanJet 3530CUSB0x03f0/0x2005GoodScanJet 3530CUSB0x03f0/0x2005Good  
ScanJet 3570CUSB0x03f0/0x2005GoodScanJet 3570CUSB0x03f0/0x2005Good  
+ +

Backend: hp3900 +(0.10, NEW!) +

+

+Link(s): +http://sourceforge.net/projects/hp3900-series/
+Manual page: sane-hp3900
+Comment: Still Beta
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Hewlett-Packard +ScanJet 3800USB0x03f0/0x2605BasicWorks with resolutions equal and less than 600dpi
ScanJet 3970cUSB0x03f0/0x2305Good 
ScanJet 4070 PhotosmartUSB0x03f0/0x2405Good 
ScanJet 4370USB0x03f0/0x4105BasicWorks with resolutions lower than 1200dpi
ScanJet G3010USB0x03f0/0x4205BasicSimilar to hp scanjet 4370
+UMAX +Astra 4900USB0x06dc/0x0020Minimaldeveloping yet
+BenQ +5550USB0x04a5/0x2211Minimaldeveloping yet

Backend: hp4200 (1.0-2)

Link(s): -http://hp4200-backend.sourceforge.net
+http://hp4200-backend.sourceforge.net
Manual page: sane-hp4200

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Hewlett-Packard -ScanJet 4200CUSB0x03f0/0x0105BasicScanJet 4200CUSB0x03f0/0x0105Basic 8bpp color, 75/150/300/600 dpi only
ScanJet 4200CxiUSB0x03f0/0x0105BasicScanJet 4200CxiUSB0x03f0/0x0105Basic 8bpp color, 75/150/300/600 dpi only
ScanJet 4200CseUSB0x03f0/0x0105BasicScanJet 4200CseUSB0x03f0/0x0105Basic 8bpp color, 75/150/300/600 dpi only
+

Backend: hp5400 (1.0-2)

@@ -3138,39 +3821,117 @@ RevScan Manual page: sane-hp5400
Comment: HP5400 and HP5470 scanners. Prototype backend available

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
-Hewlett-Packard -ScanJet 5400cUSB0x03f0/0x1005Basic +Hewlett-Packard +ScanJet 5400cUSB0x03f0/0x1005Basic  
ScanJet 5470cUSB0x03f0/0x1105BasicScanJet 5470cUSB0x03f0/0x1105Basic  
ScanJet 5490cUSB BasicScanJet 5490cUSB Basic  
+ +

Backend: hp5590 +(1.0, NEW!) +

+

+Manual page: sane-hp5590
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Hewlett-Packard +ScanJet 5550CUSB0x03f0/0x1205BasicLineart/grayscale/color (24 bit), 100/200/300/600/1200/2400 DPI, flatbed/ADF/ADF duplex/TMA slides/TMA negatives
ScanJet 5590USB0x03f0/0x1705BasicLineart/grayscale/color (24 bit), 100/200/300/600/1200/2400 DPI, flatbed/ADF/ADF duplex/TMA slides/TMA negatives
ScanJet 7650USB0x03f0/0x1805BasicLineart/grayscale/color (24 bit), 100/200/300/600/1200/2400 DPI, flatbed/ADF/ADF duplex/TMA slides/TMA negatives
+

Backend: hpljm1005 +(0, NEW!) +

+

+Manual page: sane-hpljm1005
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Hewlett-Packard +LaserJet M1005 MFPUSB0x03f0/0x3b17Goodgrayscale/color (24 bit), 75/100/150/200/300/600/1200 DPI
LaserJet M1120 MFPUSB0x03f0/0x5617Goodgrayscale/color (24 bit), 75/100/150/200/300/600/1200 DPI
LaserJet M1120n MFPUSB0x03f0/0x5717Goodgrayscale/color (24 bit), 75/100/150/200/300/600/1200 DPI

Backend: hpsj5s (0.03)

@@ -3179,25 +3940,85 @@ RevScan http://hpsj5s.sourceforge.net/
Manual page: sane-hpsj5s

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Hewlett-Packard -ScanJet 5sParport (EPP) MinimalScanJet 5sParport (EPP) Minimal Requires libieee1284 library. Only gray mode.
+ +

Backend: hs2p +(1.00, NEW!) +

+

+Link(s): +http://www.acjlaw.net:8080/~jeremy/Ricoh/
+Manual page: sane-hs2p
+Comment: This backend has been tested with the IS450DE +(Duplex/Endorser). All major functions necessary for scanning are +supported. This backend should work with all Ricoh scanners in the +IS450 family as well as the IS420 series, but the IS420 has not yet +been tested. Features provided by the optional Image Processing Unit +(IPU) are not yet integrated into the backend, as my scanner lacks the +IPU.
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ManufacturerModelInterfaceUSB idStatusComment
+Ricoh +IS450SCSI CompleteAll major scanning-related features are supported (except for IPU). +Certain non-scanning features, such as those related to scanner +maintenance, are not supported. Such features would be better +implemented in a separate stand-alone tool. For instance, if you +replace the ADF Unit, you must recalibrate the scanner optics using a +Ricoh Test Sheet and reset the E^2PROM registers. Reports are welcome.
IS-410SCSI UntestedUntested, please report!
IS-420SCSI UntestedUntested, please report!
IS-430SCSI UntestedUntested, please report!

Backend: ibm (1.0-4)

@@ -3207,48 +4028,48 @@ RevScan Manual page: sane-ibm
Comment: This backend has had only limited testing. It needs more work especially for the Ricoh scanners. Patches are welcome.

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ IBM -2456SCSI Basic2456SCSI Basic Was reported to work long time ago. Reports are welcome.
+ Ricoh -IS-410SCSI UntestedIS-410SCSI Untested Untested, please report!
IS-420SCSI BasicIS-420SCSI Basic Works at least in flatbed mode.
IS-430SCSI UntestedIS-430SCSI Untested Untested, please report!
+

Backend: leo (1.0-10)

@@ -3257,43 +4078,43 @@ Ricoh http://www.zago.net/sane/#leo
Manual page: sane-leo

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ LEO -LEOScan S3SCSI GoodLEOScan S3SCSI Good FCC ID LUZFS1130
+ Across Technologies -FS-1130SCSI GoodFS-1130SCSI Good FCC ID LUZFS1130
+ Genius -FS-1130 Colorpage ScannerSCSI GoodFS-1130 Colorpage ScannerSCSI Good  
+

Backend: lexmark (1.0-0)

@@ -3303,67 +4124,85 @@ Genius Manual page: lexmark
Comment: This backend supports lexmark x1100 series scanners.

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - - + + + + + - - - - + + + + - - - - - + + + + + - - - - - + + + + + - - - - + + + + - - - - - + + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Lexmark -X1110USB0x043d/0x007cUntestedX1110USB0x043d/0x007cUntested  
X1130USB0x043d/0x007cBasicThe images scanned have a lot of vertical linesX1130USB0x043d/0x007cGoodSupports 75, 150, 300, 600 dpi
X1140USB0x043d/0x007cUntestedX1140USB0x043d/0x007cUntested  
X1150USB0x043d/0x007cMinimalColors don't seem to be ok. Scanned white pages appear purple.X1150USB0x043d/0x007cGoodSupports 75, 150, 300, 600 dpi
X1170USB0x043d/0x007cBasicColors aren't so bright. Bed-wide pictures are unscannable because the scan head never reaches the end of the bed (neither with letter selected). It leaves almost 2 cm out.X1170USB0x043d/0x007cGoodSupports 75, 150, 300, 600 dpi
X1180USB0x043d/0x007cBasicX1180USB0x043d/0x007cGood  
X1185USB0x043d/0x007cBasicTested with xscanimage. Supports 75, 150, 300, 600, 1200(600x1200) dpi resolutions. Does grayscale or colour scans in the following sizes: wallet, 3x5, 4x6, 5x7, 8x10, letter.X1185USB0x043d/0x007cGoodTested with xscanimage. Supports 75, 150, 300, 600, 1200(600x1200) +dpi resolutions. Does grayscale or colour scans in the following sizes: +wallet, 3x5, 4x6, 5x7, 8x10, letter.
+ +X12xx +USB +0x043d/0x007d +Good +USB1.1 is OK, USB2.0 needs testing + + + +Dell +A920 +USB +0x413c/0x5105 +Good +Relabelled X11xx model + +

Backend: ma1509 (1.0-3)

@@ -3372,25 +4211,34 @@ Genius http://www.meier-geinitz.de/sane/ma1509-backend/
Manual page: sane-ma1509

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Mustek -BearPaw 1200 FUSB0x055f/0x0010GoodBearPaw 1200 FUSB0x055f/0x0010Good Works upto 600 dpi. No support for TA and ADF yet.
+ + +Fujitsu +fi-4110EOX/2/3 +USB +  +Unsupported +Use ma1509 chip, but very different from other scanners supported by the ma1509 backend + +

Backend: matsushita (1.0-7)

@@ -3399,95 +4247,95 @@ Genius http://www.zago.net/sane
Manual page: sane-matsushita

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Panasonic -KV-SS25SCSI CompleteKV-SS25SCSI Complete  
KV-SS25DSCSI CompleteKV-SS25DSCSI Complete  
KV-SS50SCSI UntestedKV-SS50SCSI Untested  
KV-SS55SCSI UntestedKV-SS55SCSI Untested  
KV-SS50EXSCSI UntestedKV-SS50EXSCSI Untested  
KV-SS55EXSCSI MinimalKV-SS55EXSCSI Minimal no color, no high resolution, no automatic cropping
KV-SS850SCSI UntestedKV-SS850SCSI Untested  
KV-SS855SCSI UntestedKV-SS855SCSI Untested  
KV-S2025CSCSI MinimalKV-S2025CSCSI Minimal no color, no high resolution, no automatic cropping
KV-S2045CSCSI MinimalKV-S2045CSCSI Minimal no color, no high resolution, no automatic cropping
KV-S2065LSCSI MinimalKV-S2065LSCSI Minimal no color, no high resolution, no automatic cropping
+

Backend: microtek (0.13.1)

@@ -3496,178 +4344,178 @@ Genius http://www.mir.com/mtek/
Manual page: sane-microtek

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Microtek -Scanmaker E6SCSI GoodScanmaker E6SCSI Good  
Scanmaker E3SCSI GoodScanmaker E3SCSI Good  
Scanmaker E2SCSI GoodScanmaker E2SCSI Good 3-pass
Scanmaker 35t+SCSI GoodScanmaker 35t+SCSI Good slide-scanner
Scanmaker 45tSCSI GoodScanmaker 45tSCSI Good slide-scanner
Scanmaker 35SCSI GoodScanmaker 35SCSI Good slide-scanner
Scanmaker IIISCSI GoodScanmaker IIISCSI Good  
Scanmaker IISPSCSI GoodScanmaker IISPSCSI Good  
Scanmaker IIHRSCSI GoodScanmaker IIHRSCSI Good 3-pass
Scanmaker IIGSCSI GoodScanmaker IIGSCSI Good gray only
Scanmaker IISCSI GoodScanmaker IISCSI Good 3-pass
Scanmaker 600Z(S)SCSI UntestedScanmaker 600Z(S)SCSI Untested  
Scanmaker 600G(S)SCSI BasicScanmaker 600G(S)SCSI Basic gray only (see manpage)
Color PageWizSCSI (Parport) BasicColor PageWizSCSI (Parport) Basic sheet-fed (preliminary, see mapage)
+ Agfa -Arcus IISCSI GoodArcus IISCSI Good Arcus *II*, not Arcus!
StudioScanSCSI GoodStudioScanSCSI Good  
StudioScan IISCSI GoodStudioScan IISCSI Good  
StudioScan IIsiSCSI GoodStudioScan IIsiSCSI Good  
StudiostarSCSI MinimalStudiostarSCSI Minimal Is detected but scans are very dark
DuoScanSCSI BasicDuoScanSCSI Basic  
+ Vobis -Highscreen RealscanSCSI GoodHighscreen RealscanSCSI Good  
+ Genius -Colorpage-SP2SCSI GoodColorpage-SP2SCSI Good Same as Microtek Scanmaker E3
+

Backend: microtek2 (unmaintained)

@@ -3676,241 +4524,241 @@ Genius http://karstenfestag.gmxhome.de/linux.html
Manual page: sane-microtek2

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Microtek -ScanMaker E3plusParport CompleteScanMaker E3plusParport Complete  
ScanMaker E3plusSCSI CompleteScanMaker E3plusSCSI Complete  
ScanMaker X6SCSI CompleteScanMaker X6SCSI Complete  
ScanMaker X6ELSCSI BasicScanMaker X6ELSCSI Basic  
ScanMaker X6USBUSB0x05da/0x0099GoodScanMaker X6USBUSB0x05da/0x0099Good  
ScanMaker V300SCSI GoodScanMaker V300SCSI Good  
ScanMaker V300Parport GoodScanMaker V300Parport Good  
ScanMaker V310SCSI BasicScanMaker V310SCSI Basic  
ScanMaker V310Parport BasicScanMaker V310Parport Basic  
ScanMaker V600SCSI BasicScanMaker V600SCSI Basic  
ScanMaker V600Parport BasicScanMaker V600Parport Basic  
ScanMaker 330SCSI BasicScanMaker 330SCSI Basic  
ScanMaker 630SCSI BasicScanMaker 630SCSI Basic  
ScanMaker 636SCSI CompleteScanMaker 636SCSI Complete  
ScanMaker 9600XLSCSI GoodScanMaker 9600XLSCSI Good only flatbed mode ?
ScanMaker 9800XLIEEE-1394 MinimalScanMaker 9800XLIEEE-1394 Minimal IEEE-1394 seems to work. See link. More reports welcome.
Phantom 330CXParport CompletePhantom 330CXParport Complete  
SlimScan C3Parport CompleteSlimScan C3Parport Complete  
Phantom 636SCSI CompletePhantom 636SCSI Complete  
Phantom 636CXParport CompletePhantom 636CXParport Complete  
SlimScan C6USB0x05da/0x009aCompleteSlimScan C6USB0x05da/0x009aComplete  
ScanMaker V6UPLUSB0x05da/0x00b6BasicScanMaker V6UPLUSB0x05da/0x00b6Basic Sometimes scan speed goes to fast and results look badly smudged.
ScanMaker V6USLSCSI CompleteScanMaker V6USLSCSI Complete  
ScanMaker V6USLUSB0x05da/0x00a3CompleteScanMaker V6USLUSB0x05da/0x00a3Complete  
ScanMaker V6USLUSB0x05da/0x80a3CompleteScanMaker V6USLUSB0x05da/0x80a3Complete  
ScanMaker X12USLSCSI GoodScanMaker X12USLSCSI Good only Flatbed mode ?
+ Vobis -HighScanSCSI CompleteHighScanSCSI Complete only E3plus based models
+ Scanport -SQ300Parport? BasicSQ300Parport? Basic  
SQ2030Parport BasicSQ2030Parport Basic  
SQ4836SCSI BasicSQ4836SCSI Basic  
+ Genius -ColorPage-EPParport GoodColorPage-EPParport Good  
+

Backend: mustek (1.0-138)

@@ -3920,246 +4768,246 @@ Genius Manual page: sane-mustek
Comment: Most Mustek SCSI scanners are supported by this backend. For USB scanners, look at the mustek_usb backend.

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Mustek -Paragon MFS-6000CXSCSI GoodParagon MFS-6000CXSCSI Good 3-pass
Paragon MFS-12000CXSCSI GoodParagon MFS-12000CXSCSI Good 3-pass
Paragon MFC-600SSCSI CompleteParagon MFC-600SSCSI Complete  
Paragon 600 II CDSCSI CompleteParagon 600 II CDSCSI Complete  
Paragon 600 II EDParport UntestedParagon 600 II EDParport Untested Completely untested. If it's the same as the 600 II EP, it may work. Please contact me if you own such a device.
Paragon 600 II EPParport MinimalParagon 600 II EPParport Minimal Works, however only low resolutions and quality in color mode is bad.
ScanMagic 600 II SPSCSI CompleteScanMagic 600 II SPSCSI Complete  
TwainScan II SPSCSI CompleteTwainScan II SPSCSI Complete  
Paragon MFC-800SSCSI CompleteParagon MFC-800SSCSI Complete  
Paragon 800 II SPSCSI CompleteParagon 800 II SPSCSI Complete  
Paragon MFS-6000SPSCSI CompleteParagon MFS-6000SPSCSI Complete  
Paragon MFS-8000SPSCSI CompleteParagon MFS-8000SPSCSI Complete  
Paragon MFS-1200SPSCSI CompleteParagon MFS-1200SPSCSI Complete  
Paragon MFS-12000SPSCSI CompleteParagon MFS-12000SPSCSI Complete  
ScanExpress 6000SPSCSI CompleteScanExpress 6000SPSCSI Complete  
ScanExpress 12000SPSCSI CompleteScanExpress 12000SPSCSI Complete  
ScanExpress 1200 FSSCSI UntestedScanExpress 1200 FSSCSI Untested One report that it crashes the computer. SCSI driver issue? Please contact me if you own such a device.
ScanExpress 12000SP PlusSCSI CompleteScanExpress 12000SP PlusSCSI Complete  
Paragon 1200 III SPSCSI CompleteParagon 1200 III SPSCSI Complete  
Paragon 1200 LSSCSI CompleteParagon 1200 LSSCSI Complete  
ScanMagic 9636SSCSI CompleteScanMagic 9636SSCSI Complete  
ScanMagic 9636S PlusSCSI CompleteScanMagic 9636S PlusSCSI Complete  
ScanExpress A3 SPSCSI BasicScanExpress A3 SPSCSI Basic Please test!
Paragon 1200 SP ProSCSI GoodParagon 1200 SP ProSCSI Good  
Paragon 1200 A3 ProSCSI CompleteParagon 1200 A3 ProSCSI Complete ADF and TA untested. Please contact me if you own such equipment.
Paragon 600 II NProprietary BasicParagon 600 II NProprietary Basic Resolutions above 300 dpi may cause trouble.
-Trust -Imagery 1200SCSI Good +Trust +Imagery 1200SCSI Good 3-pass, Mustek Paragon MFS-6000CX compatible
Imagery 1200 SPSCSI CompleteImagery 1200 SPSCSI Complete Mustek Paragon MFS-6000SP compatible
Imagery 4800 SPSCSI CompleteImagery 4800 SPSCSI Complete Mustek Paragon 600 II CD compatible
SCSI Connect 19200SCSI CompleteSCSI Connect 19200SCSI Complete Mustek ScanExpress 12000SP compatible
SCSI excellence series 19200SCSI CompleteSCSI excellence series 19200SCSI Complete Mustek ScanExpress 12000SP compatible
+ Primax -Compact 4800 SCSISCSI CompleteCompact 4800 SCSISCSI Complete Mustek 600 II CD compatible
+

Backend: mustek_pp (13)

@@ -4169,195 +5017,195 @@ Genius Manual page: sane-mustek_pp
Comment: Supports CIS and CCD type parallel port scanners from Mustek.

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - + + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Mustek -ScanExpress 6000 PParport (EPP) GoodScanExpress 6000 PParport (EPP) Good 300 dpi CCD scanner
ScanExpress 600 SEPParport (EPP) GoodScanExpress 600 SEPParport (EPP) Good 300 dpi CCD scanner
ScanMagic 4800 PParport (EPP) GoodScanMagic 4800 PParport (EPP) Good 300 dpi CCD scanner
600 III EP PlusParport (EPP) Good600 III EP PlusParport (EPP) Good 300 dpi CCD scanner
96 CPParport (EPP) Good96 CPParport (EPP) Good 300x600 dpi CIS scanner
ScanExpress 600 CPParport (EPP) GoodScanExpress 600 CPParport (EPP) Good 300x600 dpi CIS scanner
ScanMagic 600 CPParport (EPP) GoodScanMagic 600 CPParport (EPP) Good 300x600 dpi CIS scanner
ScanExpress 1200 CPParport (EPP) GoodScanExpress 1200 CPParport (EPP) Good 600x1200 dpi CIS scanner
ScanExpress 1200 CP+Parport (EPP) GoodScanExpress 1200 CP+Parport (EPP) Good 600x1200 dpi CIS scanner
+ Medion/Lifetec/Tevion/Cytron -MD 9848Parport (EPP) GoodMD 9848Parport (EPP) Good 300 dpi CCD scanner
MD 9806Parport (EPP) GoodMD 9806Parport (EPP) Good 300 dpi CCD scanner
MD/LT 935xParport (EPP) GoodMD/LT 935xParport (EPP) Good 600x1200 dpi CIS scanner
MD/LT 985xParport (EPP) GoodMD/LT 985xParport (EPP) Good 600x1200 dpi CIS scanner
MD/LT 9890Parport (EPP) GoodMD/LT 9890Parport (EPP) Good 600x1200 dpi CIS scanner
+ Targa -Funline TS12 EPParport (EPP) GoodFunline TS12 EPParport (EPP) Good 600x1200 dpi CIS scanner
Funline TS6 EPParport (EPP) GoodFunline TS6 EPParport (EPP) Good 300x600 dpi CIS scanner
+ Trust -Easy Connect 9600+Parport (EPP) GoodEasy Connect 9600+Parport (EPP) Good 300x600 dpi CIS scanner
Easy Connect 19200+Parport (EPP) GoodEasy Connect 19200+Parport (EPP) Good 300x600 dpi CIS scanner
+ Viviscan -Compact IIParport (EPP) GoodCompact IIParport (EPP) Good 300 dpi CCD scanner
+ Cybercom -9352Parport (EPP) Good300 dpi CCD scanner9352Parport (EPP) GoodCIS scanner
+ Gallery -4800Parport (EPP) Good4800Parport (EPP) Good 300 dpi CCD scanner
+ Network -Easy Plus 30 BitParport (EPP) GoodEasy Plus 30 BitParport (EPP) Good 300 dpi CCD scanner
+ Micromaxx -MM-9851Parport (EPP) GoodMM-9851Parport (EPP) Good 300x600 dpi CIS scanner
+

Backend: mustek_usb (1.0-18)

@@ -4367,55 +5215,55 @@ Micromaxx Manual page: sane-mustek_usb
Comment: Only the USB scanners mentioned below are supported. For BearPaws, look at the Plustek, MA-1509, and gt68xx backends.

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Mustek -ScanExpress 600 CUUSB0x055f/0x0002CompleteScanExpress 600 CUUSB0x055f/0x0002Complete  
ScanExpress 1200 CUUSB0x055f/0x0001CompleteScanExpress 1200 CUUSB0x055f/0x0001Complete  
ScanExpress 1200 CU PlusUSB0x055f/0x0008CompleteScanExpress 1200 CU PlusUSB0x055f/0x0008Complete  
ScanExpress 1200 UBUSB0x055f/0x0006CompleteScanExpress 1200 UBUSB0x055f/0x0006Complete For the UB Plus, see gt68xx backend
-Trust -Compact Scan USB 19200USB0x055f/0x0006Complete +Trust +Compact Scan USB 19200USB0x055f/0x0006Complete Mustek 1200 UB compatible
+

Backend: mustek_usb2 (1.0-10)

@@ -4425,52 +5273,52 @@ Micromaxx Manual page: sane-mustek_usb2
Comment: Only BearPaw 2448TA Pro is supported at the moment

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Mustek -BearPaw 2448TA ProUSB0x055f/0x0409GoodBearPaw 2448TA ProUSB0x055f/0x0409Good  
+

Backend: nec (0.12)

Link(s): -http://www5a.biglobe.ne.jp/~saetaka/
+http://www5a.biglobe.ne.jp/~saetaka/
Manual page: sane-nec

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ NEC -PC-IN500/4CSCSI GoodPC-IN500/4CSCSI Good PC-IN500/4C was sold only in JAPAN
+

Backend: niash (0.3)

@@ -4479,64 +5327,64 @@ Micromaxx http://sourceforge.net/projects/hp3300backend
Manual page: sane-niash

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
-Hewlett-Packard -ScanJet 3300cUSB0x03f0/0x0205Complete +Hewlett-Packard +ScanJet 3300cUSB0x03f0/0x0205Complete  
ScanJet 3400cUSB0x03f0/0x0405CompleteScanJet 3400cUSB0x03f0/0x0405Complete If you use Linux 2.6, version 2.6.8 or newer is necessary.
ScanJet 4300cUSB0x03f0/0x0305CompleteScanJet 4300cUSB0x03f0/0x0305Complete If you use Linux 2.6, version 2.6.8 or newer is necessary.
ScanJet 4300c/SilitekUSB0x047b/0x1002CompleteScanJet 4300c/SilitekUSB0x047b/0x1002Complete If you use Linux 2.6, version 2.6.8 or newer is necessary.
-Agfa -Snapscan TouchUSB0x06bd/0x0100Complete +Agfa +Snapscan TouchUSB0x06bd/0x0100Complete  
-Trust -Office Scan USB 19200USB0x047b/0x1000Complete +Trust +Office Scan USB 19200USB0x047b/0x1000Complete  
+

Backend: pie (1.0)

@@ -4545,513 +5393,628 @@ Micromaxx http://www.munton.demon.co.uk/sane
Manual page: sane-pie

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Devcom -9636PROSCSI Good9636PROSCSI Good  
9636SSCSI Untested9636SSCSI Untested  
9630SSCSI Untested9630SSCSI Untested  
+ PIE -ScanAce 1236SSCSI GoodScanAce 1236SSCSI Good  
ScanAce 1230SSCSI GoodScanAce 1230SSCSI Good  
ScanAce IISCSI UntestedScanAce IISCSI Untested  
ScanAce IIISCSI GoodScanAce IIISCSI Good  
ScanAce PlusSCSI UntestedScanAce PlusSCSI Untested  
ScanAce II PlusSCSI UntestedScanAce II PlusSCSI Untested  
ScanAce III PlusSCSI UntestedScanAce III PlusSCSI Untested  
ScanAce VSCSI UntestedScanAce VSCSI Untested  
ScanAce ScanMediaSCSI UntestedScanAce ScanMediaSCSI Untested  
ScanAce ScanMedia IISCSI UntestedScanAce ScanMedia IISCSI Untested  
ScanAce 630SSCSI UntestedScanAce 630SSCSI Untested  
ScanAce 636SSCSI UntestedScanAce 636SSCSI Untested  
+ Adlib -JetScan630SCSI GoodJetScan630SCSI Good  
JetScan636PROSCSI UntestedJetScan636PROSCSI Untested  
+

Backend: pixma -(0.11.3, NEW!) +(0.13.1)

Link(s): http://home.arcor.de/wittawat/pixma/
Manual page: sane-pixma
-Comment: Devices marked as experimantal are disabled by default. See the manual page for how to enable them.

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - + + + + + - - - - - + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - - - + + + + + - - - - + + + + - - - - - + + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Canon -PIXMA MP150USB0x04a9/0x1709GoodPIXMA MP150USB0x04a9/0x1709Good  
PIXMA MP170USB0x04a9/0x170aGoodPIXMA MP160USB0x04a9/0x1714Basic  
PIXMA MP450USB0x04a9/0x170bGoodPIXMA MP170USB0x04a9/0x170aGood 
PIXMA MP180USB0x04a9/0x1715Basic 
PIXMA MP450USB0x04a9/0x170bGood Scanner makes loud noise at 600 DPI.
PIXMA MP500USB0x04a9/0x170cGoodPIXMA MP460USB0x04a9/0x1716Basic  
MultiPASS MP700USB0x04a9/0x2630MinimalNo grayscale. Same model as SmartBase MP700 Photo?PIXMA MP500USB0x04a9/0x170cGood 
MultiPASS MP730USB0x04a9/0x262fMinimalExperimental. No grayscale. Same model as SmartBase MP730 Photo?PIXMA MP510USB0x04a9/0x1717Basic 
PIXMA MP750USB0x04a9/0x1706MinimalPIXMA MP530USB0x04a9/0x1712Good 
PIXMA MP600USB0x04a9/0x1718Basic2400DPI doesn't work.
PIXMA MP600RUSB0x04a9/0x1719Minimal2400DPI doesn't work.
PIXMA MP750USB0x04a9/0x1706Minimal No grayscale. Canceling scan in ADF mode doesn't eject the paper!
PIXMA MP760USB0x04a9/0x1708MinimalExperimental. No grayscale. The scanner sometimes hangs!PIXMA MP760USB0x04a9/0x1708MinimalNo grayscale. The scanner sometimes hangs!
PIXMA MP780USB0x04a9/0x1707MinimalExperimental. No grayscale. The scanner sometimes hangs!PIXMA MP780USB0x04a9/0x1707MinimalNo grayscale. The scanner sometimes hangs!
PIXMA MP800USB0x04a9/0x170dBasicPIXMA MP800USB0x04a9/0x170dBasic No film scan.
PIXMA MP830USB0x04a9/0x1713BasicPlease report if ADF works.PIXMA MP800RUSB0x04a9/0x170eBasicNo film scan.
+ +PIXMA MP810 +USB +0x04a9/0x171a +Untested +  + + +PIXMA MP830 +USB +0x04a9/0x1713 +Basic +Sigle-side ADF works but duplex doesn't work yet. + + +PIXMA MP960 +USB +0x04a9/0x171b +Minimal +  + + +SmartBase MP360 +USB +0x04a9/0x263c +Minimal +The scanner locks up sometimes. + + +SmartBase MP370 +USB +0x04a9/0x263d +Minimal +The scanner locks up sometimes. + + +SmartBase MP390 +USB +0x04a9/0x263e +Minimal +The scanner locks up sometimes. + + +MultiPASS MP700 +USB +0x04a9/0x2630 +Basic +Same model as SmartBase MP700 Photo? + + +MultiPASS MP730 +USB +0x04a9/0x262f +Minimal +Do grayscale and ADF work? Same model as SmartBase MP730 Photo? + +

Backend: plustek -(0.51) +(0.52)

Link(s): http://www.gjaeger.de/scanner/plustek/
Manual page: sane-plustek

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Plustek -OpticPro U12USB0x07b3/0x0010CompleteOpticPro U12USB0x07b3/0x0010Complete NOTE: Devices with product ID 0x0001 are not supported!
OpticPro UT12USB0x07b3/0x0017CompleteOpticPro UT12USB0x07b3/0x0017Complete Note: Devices with product ID 0x0001 are not supported!
OpticPro UT16USB0x07b3/0x0017CompleteOpticPro UT16USB0x07b3/0x0017Complete  
OpticPro U24USB0x07b3/0x0011CompleteOpticPro U24USB0x07b3/0x0011Complete  
OpticPro U24USB0x07b3/0x0015CompleteOpticPro U24USB0x07b3/0x0015Complete  
OpticPro UT24USB0x07b3/0x0017CompleteOpticPro UT24USB0x07b3/0x0017Complete  
+ Genius -Colorpage HR6 V2USB0x0458/0x2007CompleteColorpage HR6 V2USB0x0458/0x2007Complete  
Colorpage HR6 V2USB0x0458/0x2008CompleteColorpage HR6 V2USB0x0458/0x2008Complete  
Colorpage HR7USB0x0458/0x2013CompleteColorpage HR7USB0x0458/0x2013Complete  
Colorpage HR6AUSB0x0458/0x2009UntestedColorpage HR6AUSB0x0458/0x2009Untested  
Colorpage HR7LEUSB0x0458/0x2015UntestedColorpage HR7LEUSB0x0458/0x2015Untested  
Colorpage HR6XUSB0x0458/0x2016UntestedColorpage HR6XUSB0x0458/0x2016Untested  
+ Mustek -BearPaw 1200USB0x0400/0x1000CompleteBearPaw 1200USB0x0400/0x1000Complete both product versions are supported, see backends' man-page
BearPaw 1200USB0x0400/0x1001CompleteBearPaw 1200USB0x0400/0x1001Complete both product versions are supported, see backends' man-page
BearPaw 2400USB0x0400/0x1001CompleteBearPaw 2400USB0x0400/0x1001Complete  
+ Hewlett-Packard -ScanJet 2100CUSB0x03f0/0x0505CompleteScanJet 2100CUSB0x03f0/0x0505Complete  
ScanJet 2200CUSB0x03f0/0x0605CompleteScanJet 2200CUSB0x03f0/0x0605Complete  
+ Epson -Perfection 1250USB0x04b8/0x010fCompletePerfection 1250USB0x04b8/0x010fComplete  
Perfection 1250PhotoUSB0x04b8/0x010fGoodPerfection 1250PhotoUSB0x04b8/0x010fGood TPA scans not perfect
Perfection 1260USB0x04b8/0x011dCompletePerfection 1260USB0x04b8/0x011dComplete  
Perfection 1260PhotoUSB0x04b8/0x011dGoodPerfection 1260PhotoUSB0x04b8/0x011dGood TPA scans not perfect
+ Umax -UMAX 3400USB0x1606/0x0050CompleteUMAX 3400USB0x1606/0x0050Complete there are some UMAX 3400 outside the U.S. which are not supported, as they use another chipset than the LM983x
UMAX 3400USB0x1606/0x0060CompleteUMAX 3400USB0x1606/0x0060Complete there are some UMAX 3400 outside the U.S. which are not supported, as they use another chipset than the LM983x
UMAX Astranet ia101USB0x1606/0x0060CompleteUMAX Astranet ia101USB0x1606/0x0060Complete seems to be a renamed UMAX 3400
UMAX 3450USB0x1606/0x0060CompleteUMAX 3450USB0x1606/0x0060Complete  
UMAX 5400USB0x1606/0x0160CompleteUMAX 5400USB0x1606/0x0160Complete  
+ Compaq -S4-100USB0x049f/0x001aCompleteS4-100USB0x049f/0x001aComplete Identical to UMAX 3400
+ Canon -CanoScan N650U/N656UUSB0x04a9/0x2206CompleteCanoScan N650U/N656UUSB0x04a9/0x2206Complete  
CanoScan N1220UUSB0x04a9/0x2207CompleteCanoScan N1220UUSB0x04a9/0x2207Complete  
CanoScan N670U/N676U/LiDE20USB0x04a9/0x220dCompleteCanoScan N670U/N676U/LiDE20USB0x04a9/0x220dComplete  
CanoScan N1240U/LiDE30USB0x04a9/0x220eCompleteCanoScan N1240U/LiDE30USB0x04a9/0x220eComplete  
CanoScan LiDE25USB0x04a9/0x2220GoodCanoScan LiDE25USB0x04a9/0x2220Good  
CanoScan D660UUSB0x04a9/0x2208GoodCanoScan D660UUSB0x04a9/0x2208Good TPA scans not perfect
-Syscan -TravelScan 662USB0x0a82/0x6620Complete +Syscan +TravelScan 460/464USB0x0a82/0x4600Complete  
+ +TravelScan 662 +USB +0x0a82/0x6620 +Complete +  + + + +Ambir +Visigo A4 +USB +0x0a82/0x4600 +Complete +Rebaged Travelscan 464 + + + +Portable Peripheral Co., Ltd. +Q-Scan USB001 (A4 portable scanner) +USB +0x0a53/0x1000 +Complete +  + +

Backend: plustek_pp (0.43)

@@ -5060,265 +6023,265 @@ Adlib http://www.gjaeger.de/scanner/plustek_pp/
Manual page: sane-plustek_pp

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Plustek -OpticPro 4800PParport (SPP, EPP) CompleteOpticPro 4800PParport (SPP, EPP) Complete  
OpticPro 4830PParport (SPP, EPP) CompleteOpticPro 4830PParport (SPP, EPP) Complete  
OpticPro 600P/6000PParport (SPP, EPP) CompleteOpticPro 600P/6000PParport (SPP, EPP) Complete  
OpticPro 4831PParport (SPP, EPP) CompleteOpticPro 4831PParport (SPP, EPP) Complete  
OpticPro 9630PParport (SPP, EPP) CompleteOpticPro 9630PParport (SPP, EPP) Complete  
OpticPro 9630PLParport (SPP, EPP) CompleteOpticPro 9630PLParport (SPP, EPP) Complete use driver-switch mov=1
OpticPro 9600PParport (SPP, EPP) CompleteOpticPro 9600PParport (SPP, EPP) Complete  
OpticPro 1236PParport (SPP, EPP) CompleteOpticPro 1236PParport (SPP, EPP) Complete reported as OpticPro 12000P/96000P
OpticPro 12000P/96000PParport (SPP, EPP) CompleteOpticPro 12000P/96000PParport (SPP, EPP) Complete  
OpticPro 9636PParport (SPP, EPP) CompleteOpticPro 9636PParport (SPP, EPP) Complete use driver-switch mov=4
OpticPro 9636P+/TurboParport (SPP, EPP) CompleteOpticPro 9636P+/TurboParport (SPP, EPP) Complete use driver-switch mov=3
OpticPro 9636TParport (SPP, EPP) CompleteOpticPro 9636TParport (SPP, EPP) Complete  
OpticPro 12000TParport (SPP, EPP) CompleteOpticPro 12000TParport (SPP, EPP) Complete  
OpticPro AI3Parport (SPP, EPP) BasicOpticPro AI3Parport (SPP, EPP) Basic use driver-switch mov=5, poor picture quality
OpticPro P8Parport UntestedOpticPro P8Parport Untested  
OpticPro P12Parport (SPP, EPP) CompleteOpticPro P12Parport (SPP, EPP) Complete  
OpticPro PT12Parport (SPP, EPP) CompleteOpticPro PT12Parport (SPP, EPP) Complete  
+ Primax -Colorado 4800Parport (SPP, EPP) UntestedColorado 4800Parport (SPP, EPP) Untested same as OpticPro 4800P
Compact 4800 DirectParport (SPP, EPP) CompleteCompact 4800 DirectParport (SPP, EPP) Complete use driver-switch mov=2
Compact 4800 Direct-30Parport (SPP, EPP) CompleteCompact 4800 Direct-30Parport (SPP, EPP) Complete same as OpticPro 4830P, use driver-switch mov=7
Compact 9600 Direct-30Parport (SPP, EPP) CompleteCompact 9600 Direct-30Parport (SPP, EPP) Complete same as OpticPro 9630P
+ Genius -Colorpage Vivid III V2Parport (SPP, EPP) CompleteColorpage Vivid III V2Parport (SPP, EPP) Complete Reported as PT12
Colorpage Vivid Pro II FilmParport (SPP, EPP) CompleteColorpage Vivid Pro II FilmParport (SPP, EPP) Complete Reported as OP9636T/12000T
Colorpage HR6X EPPParport (SPP, EPP) GoodColorpage HR6X EPPParport (SPP, EPP) Good Negative scanning does not work correctly
+ Aries -Scan-It Pro 4800Parport (SPP, EPP) CompleteScan-It Pro 4800Parport (SPP, EPP) Complete use driver-switch mov=2
+ BrightScan -BrighScan OpticProParport (SPP, EPP) CompleteBrighScan OpticProParport (SPP, EPP) Complete Reported as P12
+

Backend: ricoh (unmaintained)

Manual page: sane-ricoh

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Ricoh -Ricoh IS50SCSI BasicRicoh IS50SCSI Basic  
Ricoh IS60SCSI BasicRicoh IS60SCSI Basic  
+

Backend: s9036 (unmaintained)

Manual page: sane-s9036

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Siemens -9036 Flatbed scannerSCSI Basic9036 Flatbed scannerSCSI Basic  
+

Backend: sceptre (1.0-10)

@@ -5327,34 +6290,34 @@ BrightScan http://www.zago.net/sane/
Manual page: sane-sceptre

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Sceptre -Vividscan S1200SCSI BasicVividscan S1200SCSI Basic  
+ Komodo -S1200SCSI UntestedS1200SCSI Untested rebadged Sceptre S1200
+

Backend: sharp (0.32)

@@ -5363,60 +6326,60 @@ BrightScan http://www.satzbau-gmbh.de/staff/abel/sane-sharp.html
Manual page: sane-sharp

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Sharp -JX-610SCSI GoodJX-610SCSI Good  
JX-250SCSI GoodJX-250SCSI Good  
JX-320SCSI GoodJX-320SCSI Good  
JX-325SCSI UntestedJX-325SCSI Untested  
JX-330SCSI GoodJX-330SCSI Good  
JX-350SCSI GoodJX-350SCSI Good  
+

Backend: sm3600 (0.1)

@@ -5425,60 +6388,60 @@ BrightScan http://sm3600.sourceforge.net/
Manual page: sane-sm3600

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Microtek -ScanMaker 3600USB0x05da/0x40b3BasicScanMaker 3600USB0x05da/0x40b3Basic works
ScanMaker 3600USB0x05da/0x40caBasicScanMaker 3600USB0x05da/0x40caBasic works
ScanMaker 3600USB0x05da/0x40ffBasicScanMaker 3600USB0x05da/0x40ffBasic works
ScanMaker 3700USB0x05da/0x40b8BasicScanMaker 3700USB0x05da/0x40b8Basic works
ScanMaker 3700USB0x05da/0x40cbBasicScanMaker 3700USB0x05da/0x40cbBasic works
ScanMaker 3750USB0x05da/0x40ddBasicScanMaker 3750USB0x05da/0x40ddBasic works (told)
+

Backend: sm3840 (1.1)

@@ -5488,32 +6451,32 @@ BrightScan Manual page: sane-sm3840
Comment: This reverse-engineered backend supports the USB ScanMaker 3840 model

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Microtek -ScanMaker 3840USB0x05da/0x30d4GoodScanMaker 3840USB0x05da/0x30d4Good 8 and 16 bit, color and grayscale
ScanMaker 4800USB0x05da/0x30cfGoodScanMaker 4800USB0x05da/0x30cfGood Same hardware as SM3840, different color box
+

Backend: SnapScan (1.4)

@@ -5523,523 +6486,523 @@ BrightScan Manual page: sane-snapscan
Comment: Supported bit depths: 24 bit (color), 48 bit (color, Epson) 8 bit (gray)

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ AGFA -SnapScanSCSI GoodSnapScanSCSI Good  
SnapScan 300SCSI GoodSnapScan 300SCSI Good  
SnapScan 310SCSI GoodSnapScan 310SCSI Good  
SnapScan 600SCSI GoodSnapScan 600SCSI Good Optional ADF supported.
Arcus 1200SCSI GoodArcus 1200SCSI Good Optional transparency unit supported.
SnapScan 1236sSCSI GoodSnapScan 1236sSCSI Good Optional ADF and transparency unit supported.
SnapScan 1236uUSB0x06bd/0x0002GoodSnapScan 1236uUSB0x06bd/0x0002Good Optional ADF and transparency unit supported.
SnapScan 1212UUSB0x06bd/0x0001GoodSnapScan 1212UUSB0x06bd/0x0001Good  
SnapScan 1212U_2USB0x06bd/0x2061GoodSnapScan 1212U_2USB0x06bd/0x2061Good  
SnapScan e10USB0x06bd/0x2093GoodSnapScan e10USB0x06bd/0x2093Good  
SnapScan e20USB0x06bd/0x2091GoodSnapScan e20USB0x06bd/0x2091Good  
SnapScan e25USB0x06bd/0x2095GoodSnapScan e25USB0x06bd/0x2095Good  
SnapScan e26USB0x06bd/0x2097GoodSnapScan e26USB0x06bd/0x2097Good  
SnapScan e40USB0x06bd/0x208dGoodSnapScan e40USB0x06bd/0x208dGood  
SnapScan e42USB0x06bd/0x20ffGoodSnapScan e42USB0x06bd/0x20ffGood  
SnapScan e50USB0x06bd/0x208fGoodSnapScan e50USB0x06bd/0x208fGood Optional tranparency unit supported
SnapScan e52USB0x06bd/0x20fdGoodSnapScan e52USB0x06bd/0x20fdGood Optional tranparency unit supported
SnapScan e60USB UntestedSnapScan e60USB Untested  
-Benq (Acer) -300fSCSI Good +Benq (Acer) +300fSCSI Good  
310sSCSI Good310sSCSI Good  
610sSCSI Good610sSCSI Good  
610plusSCSI Good610plusSCSI Good  
620sSCSI Good620sSCSI Good  
310UUSB0x04a5/0x1a20Good310UUSB0x04a5/0x1a20Good  
320UUSB0x04a5/0x2022Good320UUSB0x04a5/0x2022Good  
340UUSB0x04a5/0x2022Good340UUSB0x04a5/0x2022Good  
620UUSB0x04a5/0x1a2aGood620UUSB0x04a5/0x1a2aGood Optional tranparency unit supported
620UTUSB0x04a5/0x2040Good620UTUSB0x04a5/0x2040Good Optional tranparency unit supported
640UUSB0x04a5/0x2060Good640UUSB0x04a5/0x2060Good Optional tranparency unit supported
640buUSB0x04a5/0x207eGood640buUSB0x04a5/0x207eGood  
640BTUSB0x04a5/0x20beGood640BTUSB0x04a5/0x20beGood Optional tranparency unit supported
1240USB0x04a5/0x20c0Good1240USB0x04a5/0x20c0Good Optional tranparency unit supported
3300USB0x04a5/0x20b0Good3300USB0x04a5/0x20b0Good  
3300USB0x04a5/0x20deGood3300USB0x04a5/0x20deGood  
4300USB0x04a5/0x20b0Good4300USB0x04a5/0x20b0Good  
4300USB0x04a5/0x20deGood4300USB0x04a5/0x20deGood  
5000EUSB0x04a5/0x20fcBasic5000EUSB0x04a5/0x20fcBasic Same as 5000U, working up to 600 DPI
5000UUSB0x04a5/0x20fcBasic5000UUSB0x04a5/0x20fcBasic Same as 5000E, working up to 600 DPI
5000USB0x04a5/0x20f8Good5000USB0x04a5/0x20f8Good USB ID 0x04a5,0x20f8: Color / grayscale scans working up to 1200 DPI
5150USB0x04a5/0x2137Basic5150USB0x04a5/0x2137Basic Calibration algorithm unknown
5250USB0x04a5/0x2137Basic5250USB0x04a5/0x2137Basic Same hardware as 5150 (?), Calibration algorithm unknown
5300USB0x04a5/0x20feBasic5300USB0x04a5/0x20feBasic Problems with firmware upload reported
-Guillemot / Hercules -Maxi Scan A4 Deluxe (SCSI)SCSI Good +Guillemot / Hercules +Maxi Scan A4 Deluxe (SCSI)SCSI Good Rebadged SnapScan 310s.
Scan@home Touch 1248 (USB)USB0x04a5/0x20deGoodScan@home Touch 1248 (USB)USB0x04a5/0x20deGood Rebadged Benq 3300.
Maxi Scan A4 USB 640UUSB0x04a5/0x2060GoodMaxi Scan A4 USB 640UUSB0x04a5/0x2060Good Rebadged Benq 640U.
Maxi A4 36 bitUSB0x04a5/0x2060GoodMaxi A4 36 bitUSB0x04a5/0x2060Good Rebadged Benq 620U, needs Benq firmware file u96v???.bin
-Mitsubishi -Diamondview 648UTUSB0x04a5/0x2022Good +Mitsubishi +Diamondview 648UTUSB0x04a5/0x2022Good Rebadged Benq 320u.
Diamondview 650UUSB0x04a5/0x20b0GoodDiamondview 650UUSB0x04a5/0x20b0Good Rebadged Benq 4300.
-Epson -Perfection 660USB0x04b8/0x0114Good +Epson +Perfection 660USB0x04b8/0x0114Good  
Perfection 1270USB0x04b8/0x0120GoodPerfection 1270USB0x04b8/0x0120Good  
Perfection 1670USB0x04b8/0x011fGoodPerfection 1670USB0x04b8/0x011fGood  
Perfection 2480USB0x04b8/0x0121GoodPerfection 2480USB0x04b8/0x0121Good  
Perfection 2580USB0x04b8/0x0121BasicPerfection 2580USB0x04b8/0x0121Basic Film scanning unit unsupported
Perfection 3490USB0x04b8/0x0122GoodPerfection 3490USB0x04b8/0x0122Good  
Perfection 3590USB0x04b8/0x0122BasicPerfection 3590USB0x04b8/0x0122Basic Film scanning unit unsupported
Stylus CX-1500USB0x04b8/0x080cGoodStylus CX-1500USB0x04b8/0x080cGood  
+

Backend: sp15c (unmaintained)

Manual page: sane-sp15c

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Fujitsu -ScanPartner 15CSCSI GoodScanPartner 15CSCSI Good  
ScanPartner 600CSCSI GoodScanPartner 600CSCSI Good  
+

Backend: st400 (1.6)

Link(s): -http://www.informatik.uni-oldenburg.de/~ingo/sane/
+http://www.informatik.uni-oldenburg.de/~ingo/sane/
Manual page: sane-st400

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Siemens -ST400SCSI BasicST400SCSI Basic 6 bit gray
ST800SCSI BasicST800SCSI Basic 6 bit gray
+

Backend: tamarack (unmaintained)

Manual page: sane-tamarack

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Tamarack -Artiscan 6000CSCSI GoodArtiscan 6000CSCSI Good 3 pass, 300 DPI
Artiscan 8000CSCSI GoodArtiscan 8000CSCSI Good 3 pass, 400 DPI
Artiscan 12000CSCSI GoodArtiscan 12000CSCSI Good 3 pass, 600 DPI
+

Backend: teco1 (1.0-10)

@@ -6048,155 +7011,155 @@ Tamarack http://www.zago.net/sane/#teco
Manual page: sane-teco1

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Relisys -RELI 2412SCSI CompleteRELI 2412SCSI Complete sub model VM3530+
AVEC 2400SCSI CompleteAVEC 2400SCSI Complete sub model VM3520
RELI 4830SCSI GoodRELI 4830SCSI Good sub model VM4542
AVEC 2412SCSI CompleteAVEC 2412SCSI Complete sub model VM3520+
AVEC 4800SCSI UntestedAVEC 4800SCSI Untested sub model VM4530
AVEC 4816SCSI UntestedAVEC 4816SCSI Untested sub model VM4530+
RELI DS6SCSI UntestedRELI DS6SCSI Untested sub model VM3420
RELI DS15SCSI UntestedRELI DS15SCSI Untested sub model VM3440
RELI 2400SCSI UntestedRELI 2400SCSI Untested sub model VM3530
RELI 4816SCSI CompleteRELI 4816SCSI Complete sub model VM4540
RELI 9600SCSI UntestedRELI 9600SCSI Untested sub model VM6530
RELI 9612SCSI UntestedRELI 9612SCSI Untested sub model VM6530*
RELI 9624SCSI UntestedRELI 9624SCSI Untested sub model VM6530+
RELI 9630SCSI UntestedRELI 9630SCSI Untested sub model VM6540
+ Actown -ACT Scan I 30SCSI UntestedACT Scan I 30SCSI Untested sub model VM3520A
+ Dextra -DF-600PSCSI GoodDF-600PSCSI Good sub model VM3510
DF-1200T+SCSI UntestedDF-1200T+SCSI Untested sub model VM3530+
DF-4830TSCSI UntestedDF-4830TSCSI Untested sub model VM4542
DF-9624SCSI UntestedDF-9624SCSI Untested sub model VM6530+
+

Backend: teco2 (1.0-9)

@@ -6205,99 +7168,99 @@ Dextra http://gkall.hobby.nl/teco2.html
Manual page: sane-teco2

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Relisys -AVEC Super 3SCSI UntestedAVEC Super 3SCSI Untested sub model VM3575
AVEC II S3SCSI GoodAVEC II S3SCSI Good sub model VM3564
SCORPIO Super 3SCSI GoodSCORPIO Super 3SCSI Good sub model VM3575
APOLLO Express 3SCSI BasicAPOLLO Express 3SCSI Basic sub model VM356A
APOLLO Express 6SCSI GoodAPOLLO Express 6SCSI Good sub model VM6565
SCORPIO ProSCSI GoodSCORPIO ProSCSI Good sub model VM6575
SCORPIO Pro-SSCSI UntestedSCORPIO Pro-SSCSI Untested sub model VM6586
+ Primax -Jewel 4800SCSI GoodJewel 4800SCSI Good sub model VM356A
Profi 9600SCSI BasicProfi 9600SCSI Basic sub model VM6575
Profi 19200SCSI GoodProfi 19200SCSI Good sub model VM6586
+ Mustek -ScanMagic 4830SSCSI UntestedScanMagic 4830SSCSI Untested sub model VM3575
+

Backend: teco3 (1.0-1)

@@ -6306,66 +7269,66 @@ Dextra http://www.zago.net/sane/#teco3
Manual page: sane-teco3

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Relisys -Infinity ScorpioSCSI GoodInfinity ScorpioSCSI Good sub model VM3552
+ Plustek -OpticPro 2400SPSCSI UntestedOpticPro 2400SPSCSI Untested sub model VM3552
+ PIOTECH -Splendeur 3024SCSI GoodSplendeur 3024SCSI Good sub model VM3552
+ Trust -Imagery 2400 SPSCSI GoodImagery 2400 SPSCSI Good sub model VM3552
Imagery 4800 SP+SCSI GoodImagery 4800 SP+SCSI Good sub model VM3552
Imagery 9600 SPSCSI UntestedImagery 9600 SPSCSI Untested sub model VM3552
+

Backend: u12 (0.02)

@@ -6374,64 +7337,64 @@ Trust http://www.gjaeger.de/scanner/u12/
Manual page: sane-u12

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Plustek -OpticPro U12USB0x07b3/0x0001BasicOpticPro U12USB0x07b3/0x0001Basic Note: Only devices with product ID 0x0001 are supported!
OpticPro UT12USB0x07b3/0x0001BasicOpticPro UT12USB0x07b3/0x0001Basic Note: Only devices with product ID 0x0001 are supported!
OpticPro 1212UUSB0x07b3/0x0001BasicOpticPro 1212UUSB0x07b3/0x0001Basic  
+ RevScan -RevScan Orange R48TiUSB0x07b3/0x0001BasicRevScan Orange R48TiUSB0x07b3/0x0001Basic Rebadged Plustek OpticPro UT12
+ Genius -ColorPage HR6 V1USB0x0458/0x2004BasicColorPage HR6 V1USB0x0458/0x2004Basic  
ColorPage Vivid III USBUSB0x07b3/0x0001UntestedColorPage Vivid III USBUSB0x07b3/0x0001Untested Note: Device has Plustek vendor and product ID (0x07b3/0x0001)
+

Backend: umax (1.0-41)

@@ -6440,491 +7403,491 @@ RevScan http://www.rauch-domain.de/sane-umax/index.html
Manual page: sane-umax

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ UMAX -Vista S6SCSI GoodVista S6SCSI Good OK
Vista S6ESCSI GoodVista S6ESCSI Good OK
UMAX S-6ESCSI GoodUMAX S-6ESCSI Good OK
UMAX S-6EGSCSI GoodUMAX S-6EGSCSI Good OK
Vista-S8SCSI GoodVista-S8SCSI Good OK
Supervista S-12SCSI GoodSupervista S-12SCSI Good OK
UMAX S-12SCSI GoodUMAX S-12SCSI Good OK
UMAX S-12GSCSI GoodUMAX S-12GSCSI Good OK
Astra 600SSCSI GoodAstra 600SSCSI Good OK
Astra 610SSCSI GoodAstra 610SSCSI Good OK
Astra 1200SSCSI GoodAstra 1200SSCSI Good OK
Astra 1220SSCSI GoodAstra 1220SSCSI Good OK
Astra 2100SSCSI GoodAstra 2100SSCSI Good OK
Astra 2200 (SU)SCSI GoodAstra 2200 (SU)SCSI Good OK
Astra 2200 (SU)USB0x1606/0x0230GoodAstra 2200 (SU)USB0x1606/0x0230Good OK, needs USB control messages
Astra 2400SSCSI GoodAstra 2400SSCSI Good OK
Astra 6400IEEE-1394 UnsupportedAstra 6400IEEE-1394 Unsupported will propably work one day
Astra 6450IEEE-1394 UnsupportedAstra 6450IEEE-1394 Unsupported will propably work one day
Astra MX3SCSI GoodAstra MX3SCSI Good OK
Astra MX3USB GoodAstra MX3USB Good OK, needs USB control messages
Mirage D-16LSCSI GoodMirage D-16LSCSI Good OK
Mirage IISCSI GoodMirage IISCSI Good OK
Mirage IIseSCSI GoodMirage IIseSCSI Good OK
PSDSCSI GoodPSDSCSI Good OK
PowerLookSCSI GoodPowerLookSCSI Good OK, SCSI-ID=PS-2400X
PL-IISCSI GoodPL-IISCSI Good OK
PowerLook IIISCSI GoodPowerLook IIISCSI Good OK
PowerLook 270SCSI UnsupportedPowerLook 270SCSI Unsupported incompatible
PowerLook 270plusSCSI UnsupportedPowerLook 270plusSCSI Unsupported incompatible
PowerLook 1100IEEE-1394 UnsupportedPowerLook 1100IEEE-1394 Unsupported will propably work one day
PowerLook 2000SCSI GoodPowerLook 2000SCSI Good OK
PowerLook 2100XLSCSI GoodPowerLook 2100XLSCSI Good OK
PowerLook 3000SCSI GoodPowerLook 3000SCSI Good OK
Gemini D-16SCSI GoodGemini D-16SCSI Good OK
UMAX VT600SCSI UntestedUMAX VT600SCSI Untested may work, please test and give feedback
Vista-T630SCSI GoodVista-T630SCSI Good OK for some firmwareversions, on others only lineart OK
UC 630SCSI GoodUC 630SCSI Good Version 2.8 OK, others only lineart OK
UG 630SCSI GoodUG 630SCSI Good OK
UG 80SCSI GoodUG 80SCSI Good OK
UC 840SCSI GoodUC 840SCSI Good Version 1.6 OK, others only lineart OK
UC 1200SSCSI UntestedUC 1200SSCSI Untested may work, please test and give feedback
UC 1200SESCSI GoodUC 1200SESCSI Good Version 3.0 OK, others unknown
UC 1260SCSI GoodUC 1260SCSI Good Version 1.6 OK, others unknown
+ Linotype Hell -JadeSCSI GoodJadeSCSI Good OK, SCSI-ID=LinoHell Office
JadeSCSI GoodJadeSCSI Good OK, SCSI-ID=LinoHell JADE
Jade2SCSI GoodJade2SCSI Good OK, SCSI-ID=LinoHell Office2
SaphirSCSI UntestedSaphirSCSI Untested support disabled until tested - please contact author
Saphir2SCSI GoodSaphir2SCSI Good OK, SCSI-ID=LinoHell SAPHIR2
Saphir3SCSI GoodSaphir3SCSI Good OK, SCSI-ID=LinoHell SAPHIR3
Saphir UltraSCSI UntestedSaphir UltraSCSI Untested support disabled until tested - please contact author
Saphir Ultra IISCSI GoodSaphir Ultra IISCSI Good OK, SCSI-ID=Linotype SAPHIR4
Saphir HiResSCSI UntestedSaphir HiResSCSI Untested support disabled until tested - please contact author
OpalSCSI UntestedOpalSCSI Untested support disabled until tested - please contact author
Opal2SCSI GoodOpal2SCSI Good OK; SCSI-ID=LinoHell OPAL2
Opal UltraSCSI UntestedOpal UltraSCSI Untested support disabled until tested - please contact author
Linoscan 1400SCSI GoodLinoscan 1400SCSI Good OK, SCSI-ID=HDM LS4H1S
+ Vobis -Highscreen Scanboostar PremiumSCSI GoodHighscreen Scanboostar PremiumSCSI Good OK, SCSI-ID=LinoHell Office2
+ EDGE -KTX-9600USSCSI UntestedKTX-9600USSCSI Untested no feedback
+ Epson -Perfection 600SCSI GoodPerfection 600SCSI Good OK, SCSI-ID=EPSON Perfection600
+ Escom -Image Scanner 256SCSI GoodImage Scanner 256SCSI Good OK, SCSI-ID=UMAX UG 80
+ Escort -Galleria 600SCSI UntestedGalleria 600SCSI Untested untested, SCSI-ID=ESCORT Galleria 600S
+ Genius -ColorPage-HR5 (Pro)SCSI GoodColorPage-HR5 (Pro)SCSI Good OK, SCSI-ID=KYE ColorPage-HR5
+ Nikon -AX-110 / Scantouch 110SCSI UntestedAX-110 / Scantouch 110SCSI Untested may work, please test and give feedback
AX-210SCSI GoodAX-210SCSI Good OK
+ TriGem -PowerScanIISCSI GoodPowerScanIISCSI Good OK
+

Backend: umax1220u (unmaintained)

@@ -6933,46 +7896,46 @@ Genius http://sourceforge.net/projects/umax1220u-sane
Manual page: sane-umax1220u

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ UMAX -Astra 1220UUSB0x1606/0x0010GoodAstra 1220UUSB0x1606/0x0010Good  
Astra 1600UUSB0x1606/0x0030UntestedAstra 1600UUSB0x1606/0x0030Untested Untested but probably works. Please tell us how well the scanner works.
Astra 2000UUSB0x1606/0x0030MinimalUntested but probably works. Please tell us how well the scanner works.
Astra 2100UUSB0x1606/0x0130GoodAstra 2000UUSB0x1606/0x0030Good  
+ +Astra 2100U +USB +0x1606/0x0130 +Good +  + +

Backend: umax_pp (1)

@@ -6981,2665 +7944,3055 @@ Genius http://umax1220p.sourceforge.net/
Manual page: sane-umax_pp

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ UMAX -Astra 1220PParport (EPP/ECP) GoodAstra 1220PParport (EPP/ECP) Good  
Astra 2000PParport (EPP/ECP) GoodAstra 2000PParport (EPP/ECP) Good  
Astra 1600PParport (EPP/ECP) GoodAstra 1600PParport (EPP/ECP) Good  
Astra 600PParport (SPP/ECP) UnsupportedAstra 600PParport (SPP/ECP) Unsupported untested, but should be close to 610P
Astra 610PParport (SPP/ECP) GoodAstra 610PParport (SPP/ECP) Good  
+ Hewlett-Packard -Scanjet 3200CParport (EPP/ECP) GoodScanjet 3200CParport (EPP/ECP) Good works (relabelled 1220P and 2000P)
+ + +Genius +ColorPage-Life Pro +Parport (EPP/ECP) +  +Good +works (relabelled 1220P and 2000P) + +

Backend: unsupported -(2006-06-22) +(2007-01-28)

Link(s): -/contrib.html
-Comment: The devices mentioned here are not supported by any SANE backend. However, there may be links to information about them or stand-alone programs.
+/contrib.html
+Comment: The devices mentioned here are not supported by any +SANE backend. However, there may be links to information about them or +stand-alone programs.

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - + + + + - - - - + + + + - - - - - + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - + + + + + - - - - + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + + + + + + + + - - - - + + + + + + + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + + + + + + + + - + + + + + + + - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Agfa -DuoScan f40USB IEEE-13940x06bd/0x02bfUnsupportedDuoScan f40USB IEEE-13940x06bd/0x02bfUnsupported Unsupported. See link for details.
DuoScan T2000XLSCSI UnsupportedDuoScan T2000XLSCSI Unsupported Unsupported. Same as Microtek ArtixScan 2020?
DuoScan T2500SCSI IEEE-1384 UnsupportedDuoScan T2500SCSI IEEE-1384 Unsupported Unsupported. Same as Microtek Artixscan 2500f
SnapScan 310PParport UnsupportedSnapScan 310PParport Unsupported Unsupported, see link for details.
SnapScan EZParport UnsupportedSnapScan EZParport Unsupported Unsupported, see link for details.
SnapScan 1200PParport UnsupportedSnapScan 1200PParport Unsupported Unsupported, see link for details.
SnapScan 1212PParport UnsupportedSnapScan 1212PParport Unsupported Unsupported, see link for details.
-Ambir -Visigo A4USB0x0a82/0x4600UnsupportedNot supported. LM9832. See link for details.
+ Artec/Ultima -1236 USBUSB0x05d8/0x4001Unsupported1236 USBUSB0x05d8/0x4001Unsupported Unsupported. See link for details.
AM12e+Parport UnsupportedAM12e+Parport Unsupported Unsupported. Chips found inside: AT015, AD9816JS. Maybe similar to SCSI version or as6e?
Ultima 2000 (0x4001)USB0x05d8/0x4001UnsupportedSame name, but different ids: This scanner is not supported. The scanner with product id 0x4002 is supported by the gt68xx backend, however.Ultima 2000 (0x4001)USB0x05d8/0x4001UnsupportedSame name, but different ids: This scanner is not supported. The +scanner with product id 0x4002 is supported by the gt68xx backend, +however.
+ Avigramm -MinidocUSB Parport0x05cb/0x1483UnsupportedMinidocUSB Parport0x05cb/0x1483Unsupported Not supported. See link for details.
+ Avision -DS310FParport UnsupportedDS310FParport Unsupported Probably not supported. Scanner/printer/copier combination.
iVina FB2400USB UnsupportediVina FB2400USB Unsupported Not supported. No chipset information available. Same as UMAX Astra 6700.
iVina 1600USB0x0638/0x0a10UnsupportediVina 1600USB0x0638/0x0a10Unsupported GL646 based, to be added to genesys backend. Same as UMAX Astra 4500.
iVina FB1800USB0x0638/0x0a20UnsupportediVina FB1800USB0x0638/0x0a20Unsupported GL646/GL660 based. Same as UMAX Astra 4700.
-Benq (Acer) -310PParport Unsupported +Benq (Acer) +310PParport Unsupported Unsupported, see link for details.
320PParport Unsupported320PParport Unsupported Unsupported, see link for details.
340PParport Unsupported340PParport Unsupported Unsupported, see link for details.
610PParport Unsupported610PParport Unsupported Unsupported, see link for details.
610PTParport Unsupported610PTParport Unsupported Unsupported, see link for details.
620PParport Unsupported620PParport Unsupported Unsupported, see link for details.
620PTParport Unsupported620PTParport Unsupported Unsupported, see link for details.
640PParport Unsupported640PParport Unsupported Unsupported, see link for details.
7400UTUSB0x04a5/0x2202Unsupported5450USB0x04a5/0x211eUnsupportedUnsupported.
5550USB0x04a5/0x2211UnsupportedUnsupported, see link for details.
7400UTUSB0x04a5/0x2202Unsupported  
+ Boeder -Sm@rtScan OfficeParport USB0x05cb/0x1483UnsupportedSm@rtScan OfficeParport USB0x05cb/0x1483Unsupported Unsupported. See link for details.
+ Brother -MFC 4600Parport UnsupportedThe parport 200x400dpi grayscale version of this scanner is unsupported. Dmitri Katchalov did some investigations on this scanner. If you want to write a backend, contact him (see link).MFC 2500USB0x04f9/0x000aUnsupportedNot supported. See link for details.
MFC 7300cParport USB0x04f9/0x0106UnsupportedMFC 4600Parport UnsupportedThe parport 200x400dpi grayscale version of this scanner is +unsupported. Dmitri Katchalov did some investigations on this scanner. +If you want to write a backend, contact him (see link).
MFC 7300cParport USB0x04f9/0x0106Unsupported  
MFC 9600USB0x04f9/0x0101UnsupportedMFC 9600USB0x04f9/0x0101Unsupported  
+ C-Channel -MyPen ProUSB UnsupportedMyPen ProUSB Unsupported Probably unsupported. See link for details.
MoneyPen IIUSB UnsupportedMyPen LightUSB0x0a93/0x0005UnsupportedSee bug #306792 for details.
MoneyPen IIUSB Unsupported Probably unsupported.
+ Canon -CanoScan 3000USB0x04a9/0x2215UnsupportedCanoScan 3000USB0x04a9/0x2215Unsupported GL660+GL646 based.
CanoScan 3000exUSB0x04a9/0x2215UnsupportedCanoScan 3000exUSB0x04a9/0x2215Unsupported GL660+GL646 based.
CanoScan 3000FUSB0x04a9/0x2215UnsupportedCanoScan 3000FUSB0x04a9/0x2215Unsupported GL660+GL646 based.
CanoScan 4200FUSB0x04a9/0x221bUnsupportedCanoScan 4200FUSB0x04a9/0x221bUnsupported Probably unsupported. See link.
CanoScan 5000FUSB0x04a9/0x2212UnsupportedCanoScan 4400FUSB0x04a9/0x2228UnsupportedGL841 based, to be added to genesys backend
CanoScan 5000FUSB0x04a9/0x2212Unsupported Unsupported. See link for details.
CanoScan 5200FUSB0x04a9/0x2217UnsupportedCanoScan 5200FUSB0x04a9/0x2217Unsupported Probably unsupported. See link for details.
CanoScan 8000FUSB0x04a9/0x220fUnsupportedCanoScan 8000FUSB0x04a9/0x220fUnsupported Not supported. See link for more information. With transparency adapter.
CanoScan 8400FUSB0x04a9/0x221eUnsupportedCanoScan 8400FUSB0x04a9/0x221eUnsupported GL841 based, to be added to genesys backend
CanoScan 9900FUSB0x04a9/0x2210UnsupportedCanoScan 8600FUSB0x04a9/0x2229UnsupportedGL841 based, to be added to genesys backend
CanoScan 9900FUSB0x04a9/0x2210Unsupported Probably unsupported, similar to 8000F. 3200x6400 dpi USB2. With transparency adapter.
CanoScan 9950FUSB0x04a9/0x2219UnsupportedCanoScan 9950FUSB0x04a9/0x2219Unsupported Probably unsupported.
CanoScan D646UUSB0x04a9/0x220bUnsupportedCanoScan D646UUSB0x04a9/0x220bUnsupported Probably not supported. See link for more information and test program.
CanoScan D646U exUSB0x04a9/0x220bUnsupportedCanoScan D646U exUSB0x04a9/0x220bUnsupported Probably not supported. See D646.
CanoScan D1250U2USB0x04a9/0x220cUnsupportedCanoScan D1250U2USB0x04a9/0x220cUnsupported Not supported. However, someone started working on this scanner and some information is available (see link).
CanoScan D2400UFUSB0x04a9/0x220aUnsupportedCanoScan D2400UFUSB0x04a9/0x220aUnsupported Not supported. See link.
CanoScan FB320UUSB0x04a9/0x2201UnsupportedCanoScan DR2580CUSB0x04a9/0x1608UnsupportedNot supported. See link.
CanoScan FB320UUSB0x04a9/0x2201Unsupported Probably not supported. No details known.
CanoScan FB620UUSB0x04a9/0x2202UnsupportedCanoScan FB620UUSB0x04a9/0x2202Unsupported Probably not supported. Some information is available.
CanoScan FB1210UUSB0x04a9/0x2205UnsupportedCanoScan FB1210UUSB0x04a9/0x2205Unsupported Not supported. However, a stand-alone program for FreeBSD is available.
CanoScan LiDE 80USB0x04a9/0x2214UnsupportedCanoScan LiDE 70USB0x04a9/0x2225UnsupportedSee link for details
CanoScan LiDE 80USB0x04a9/0x2214Unsupported GL841 based, to be added to genesys backend
CanoScan LiDE 500FUSB0x04a9/0x221fUnsupportedCanoScan LiDE 90USB0x04a9/0x1900UnsupportedUnsupported. See link for details.
CanoScan LiDE 500FUSB0x04a9/0x221fUnsupported GL841 based, to be added to genesys backend
DR-2080CUSB SCSI0x04a9/0x1601UnsupportedProbably not supported. Pass-trough (ADF) scanner.CanoScan LiDE 600USB0x04a9/0x2224UnsupportedSame as LiDE 600F? see link for details
DR-3020CSCSI UnsupportedNot supported. High-speed pass-trough (ADF) scanner.CanoScan LiDE 600FUSB0x04a9/0x2224UnsupportedSame as LiDE 600?, see link for details
DR-3060SCSI UnsupportedProbably not supported. High-speed pass-trough (ADF) scanner.
DR-3080CSCSI UnsupportedProbably not supported. High-speed pass-trough (ADF) color scanner.
DR-6080USB SCSI0x04a9/0x1607UnsupportedProbably not supported. High-speed pass-trough (ADF) scanner.
DR-9080CSCSI UnsupportedProbably not supported. High-speed pass-trough (ADF) color scanner. Similar to DR-6080C, but can scan in color.
FS4000USB SCSI0x04a9/0x3042UnsupportedNot supported. See link for more details.
IS 12USB UnsupportedProbably not supported. Scanner cardridge for Canon inkjet printers.
IS 22Parport UnsupportedProbably not supported. Scanner cardridge for Canon inkjet printers.
IS 32USB0x04a9/0x105dUnsupportedProbably not supported. Scanner cardridge for Canon inkjet printers.
IS 52USB UnsupportedProbably not supported. Scanner cardridge for Canon inkjet printers.
PIXMA MP110USB0x04a9/0x1700UnsupportedProbably not supported. See link for details.
PIXMA MP130USB0x04a9/0x1701UnsupportedProbably not supported. See link for details.
Smartbase MP360USB0x04a9/0x263cUnsupportedProbably not supported. See link for details.
-Chinon -DS-3000Parport Serial Port UnsupportedUnsupported at the moment, but a backend is in preparation. See link.
-Compaq -S200USB0x049f/0x0021UnsupportedNot supported. 2400x1200 dpi. One bulk-in, one bulk-out and one interrupt endpoint. Type-number: U0001-HB21, another type nr on the inside: 75100512-00
-Compeye -Simplex 1236CParport USB0x05cb/0x1483UnsupportedUnsupported. See link for details.
-Corex -Cardscan 500USB0x08f0/0x0001UnsupportedProbably not supported. Businesscard reader.
-Dell -A920USB0x413c/0x5105UnsupportedNot supported by stable SANE, but a backend is available in experimental CVS. See link.
A960USB0x413c/0x5107UnsupportedProbably not supported. See link for details.
922USB0x413c/0x5109UnsupportedProbably not supported. See link for details.
-Epson -GT-2200USB0x04b8/0x0102UnsupportedProbably unsupported. No details known.
StylusScan 2000USB0x04b8/0x0105UnsupportedProbably unsupported. No details known.
Stylus CX-5800USB UnsupportedProbably unsupported at the moment. Not compatible to snapscan backend. It's not known if it may work with epson or epkowa backend.
-E-Lux -j-6121Parport UnsupportedProbably unsupported. Sold 1998. Same as E-Lux j-6121.
-Enhans -j-6121Parport UnsupportedProbably unsupported. Sold 1998. Same as E-Lux j-6121.
M-3630 AParport UnsupportedProbably unsupported.
-Fujitsu -fi-4010CUSB0x04c5/0x1029UnsupportedUnsupported. Unknown chipset.
fi-4110CUUSB0x04c5/0x1033UnsupportedUnsupported. Unknown chipset (perhaps ma1509?).
fi-4110EOX2USB UnsupportedUses ma1509 chip, but very different from other scanners supported by the ma1509 backend
-Genius -ColorPage CSSCSI UnsupportedProbably unsupported, see link for details.
ColorPage Slim 1200USB0x0458/0x201eUnsupportedUnsupported. See link for details.
ColorPage-Slim 1200 USB2USB0x0458/0x2020UnsupportedGL841 based, to be added to genesys backend.
ColorPage HR6X SlimUSB0x0458/0x2019UnsupportedGL646 based, to be added to genesys backend
ColorPage HR7XUSB0x0458/0x2018UnsupportedGL646 based, to be added to genesys backend
ColorPage HR8USB0x0458/0x201cUnsupportedGL841 based, to be added to genesys backend
ColorPage-SF600USB0x0458/0x2021UnsupportedUnsupported. See link for details.
-Guillemot -SCAN@HOME 48 USBUSB0x080d/0x0102UnsupportedProbably unsupported. See link for details.
Maxi Scan A4 Parallel 36 bitParport UnsupportedProbably unsupported. Identical to the Benq Prisa 620P.
-Hercules -SCAN@HOME 48 USBUSB0x080d/0x0102UnsupportedProbably unsupported. See link for details.
-Hewlett-Packard -Photo Scanner 1000USB0x03f0/0x1001UnsupportedNot supported by SANE. However, it's detected as mass storage device so just mounting it is reported to work. See link for device data.
Photosmart 1200 PhotoUSB UnsupportedProbably not supported by SANE. No details known. 10x15 cm. Maybe similar to Photo Scanner 1000?
Photosmart S20 (C5101A)USB0x03f0/0x0102UnsupportedNot supported yet by SANE. See link for details.
Photosmart S20xi (C7150A)USB0x03f0/0x0102UnsupportedNot supported yet by SANE. See link for details.
ScanJet 2400cUSB0x03f0/0x0a01UnsupportedGL646 based, to be added to genesys backend
ScanJet 3670cUSB0x03f0/0x1405UnsupportedGL646 based, to be added to genesys backend
ScanJet 3690cUSB0x03f0/0x1405UnsupportedGL646 based, to be added to genesys backend
ScanJet 3770USB0x03f0/0x2505UnsupportedWhile an external binary-only backend exists, it works only on Linux i386. Therefore the scanner is unsupported on other platforms.
ScanJet 3800cUSB0x03f0/0x2605UnsupportedProbably unsupported, see link for details.
ScanJet 4500CUSB0x03f0/0x1205UnsupportedMaybe GL841_HP, but not confirmed, maybe can be added to genesys backend
ScanJet 4570CUSB0x03f0/0x1305UnsupportedMaybe GL841_HP, but not confirmed, maybe can be added to genesys backend
ScanJet 4600USB0x03f0/0x3005UnsupportedNot supported. See link for details.
ScanJet 4670USB0x03f0/0x3005UnsupportedNot supported. See link for details.
ScanJet 4850CUSB0x03f0/0x1b05UnsupportedGL841, maybe can be added to genesys backend
ScanJet 4890CUSB0x03f0/0x1b05UnsupportedGL843, maybe can be added to genesys backend
ScanJet 5500CUSB0x03f0/0x1305UnsupportedMaybe GL841_HP, but not confirmed, maybe can be added to genesys backend
ScanJet 5530C PhotosmartUSB0x03f0/0x1605UnsupportedMaybe GL841_HP, but not confirmed, maybe can be added to genesys backend
ScanJet 5550CUSB0x03f0/0x1205UnsupportedMaybe GL841_HP, but not confirmed, maybe can be added to genesys backend
ScanJet 5590USB0x03f0/0x1705UnsupportedNot supported. See link for details.
ScanJet 7650USB0x03f0/0x1805UnsupportedNot supported. See link for details.
-IBM -ADF Color ScannerProprietary UnsupportedUnsupported. Uses proprietary ISA card. Maybe the same as the Plustek Spectra ADF?
-IOMagic -MobileScan USBUSB Parport0x05cb/0x1483UnsupportedUnsupported. See link for details.
-Iris -IriScanUSB0x0a53/0x1000UnsupportedUnsupported. LM9832/3. See link for details.
-Kodak -i30USB0x040a/0x6001UnsupportedProbably unsupported. See link for details.
Snapshot Photo Scanner 1Parport UnsupportedUnsupported. FCC ID HWF96PHS
-Lexmark -P6250USB0x043d/0x0097UnsupportedUnsupported. See link for details.
Photo 3150USB0x043d/0x007dUnsupportedUnsupported. See link for details.
X74USB0x043d/0x0060UnsupportedUnsupported. See link for details.
X75USB0x043d/0x0060UnsupportedUnsupported. See link for details.
X75 PrinTrioUSB0x043d/0x0060UnsupportedUnsupported. See link for details.
X83USB0x043d/0x003dUnsupportedUnsupported. GL640.
X2330USB0x043d/0x00bbUnsupportedUnsupported. See link for details.
X5130USB0x043d/0x0065UnsupportedUnsupported.
X5150USB UnsupportedProbably unsupported. No details known. Please send output of sane-find-scanner -v -v.
X5250USB0x043d/0x0093UnsupportedUnsupported.
X6170USB0x043d/0x0072UnsupportedUnsupported. See link for details.
-Logitech -PageScan ColorParport UnsupportedMost probably unsupported.
PageScan USBUSB0x046d/0x040fUnsupportedProbably unsupported. See link for details.
-Medion/Lifetec/Tevion/Cytron -MD 6190USB0x0461/0x0392UnsupportedProbably unsupported. There seem to exist two different scanners with that name. See link for details.
MD 6190USB0x0461/0x037bUnsupportedProbably unsupported. There seem to exist two different scanners with that name. See link for details.
MD 40420USB0x05da/0x3008UnsupportedProbably unsupported. See link for details.
MD 41260USB0x0461/0x037bUnsupportedProbably unsupported. See link for details.
MD 41985USB0x0461/0x037bUnsupportedProbably unsupported. See link for details.
MD 42666USB0x05da/0x3008UnsupportedProbably unsupported. See link for details.
MD 85264USB0x08ff/0x2580UnsupportedFingerprint sensor. See link for details.
MD 90009USB0x05da/0x30e5UnsupportedProbably unsupported. See link for details.
MD 90070USB0x05da/0x3022UnsupportedUnsupported. See link for details.
MD 90090USB0x05da/0x3022UnsupportedUnsupported. See link for details.
-Memorex -6136uUSB0x0461/0x0346UnsupportedProbably unsupported.
6142uUSB0x0461/0x0347UnsupportedProbably unsupported. Same as Visioneer Onetouch 4400. See link for details.
MaxxScan 6122USB Parport0x05cb/0x1483UnsupportedUnsupported. See link for details.
SCF 9612PParport UnsupportedProbably unsupported. See link for details.
-Microtek -ArtixScan 2020SCSI UnsupportedUnsupported. Same as Agfa DuoScan T2000XL?
Artixscan 2500fSCSI IEEE-1384 UnsupportedUnsupported. Same as Agfa DuoScan T2500?
ArtixScan 4000tfUSB UnsupportedUnsupported. Uses ALI M5611B.
FilmScan 35USB0x05e3/0x0120UnsupportedProbably unsupported. See link for details.
ScanMaker 336 CXSCSI UnsupportedProbably unsupported. Seems to be similar to the Microtek 330 CX and is detected by the microtek2 backend. Scanning doesn't seem to work however.
Scanmaker 1850SSCSI UnsupportedUnsupported. See link for details.
ScanMaker 3630USB0x0461/0x0347UnsupportedUnsupported. Doesn't seem to be compatible to 3600 series, see link.
ScanMaker 3800USB0x05da/0x30ceUnsupportedUnsupported. See link for more details.
ScanMaker 3830USB0x05da/0x30ceUnsupportedUnsupported. See link for more details.
ScanMaker 3880USB0x05da/0x3021UnsupportedUnsupported. SQ113 chip. See link for more details.
ScanMaker 4600USB0x05da/0x40c7UnsupportedUnsupported. See link for more details.
ScanMaker 4700USB0x05da/0x20b4UnsupportedUnsupported. See link for more details.
ScanMaker 4850USB0x05da/0x30b9UnsupportedProbably unsupported. See link for details.
ScanMaker 4850 IIUSB0x05da/0x3008UnsupportedProbably unsupported. See link for details.
ScanMaker 4900USB0x05da/0x30b9UnsupportedUnsupported. See link for more details.
ScanMaker 5SCSI UnsupportedProbably unsupported. See link for more details.
ScanMaker 5600USB0x05da/0x20a7UnsupportedUnsupported. See link for more details.
ScanMaker 5700USB0x05da/0x20bdUnsupportedUnsupported. Uses ALI M5615 like the ScanMaker 4700.
ScanMaker 5800USB0x05da/0x30d8UnsupportedUnsupported. See link for details.
ScanMaker 5900USB0x05da/0x30d8UnsupportedUnsupported. See link for more details.
ScanMaker 6000USB0x05da/0x30e5UnsupportedUnsupported. See link for more details.
ScanMaker 6100USB0x05da/0x30e5UnsupportedUnsupported. See link for more details.
ScanMaker 6700USB IEEE-13940x05da/0x20c9UnsupportedUnsupported. See link.
ScanMaker 8700USB IEEE-13940x05da/0x20b1UnsupportedUnsupported. See link for details. USB vendor and product ids to be checked.
ScanMaker 9600XLUSB IEEE-13940x05da/0x20deUnsupportedProbably unsupported. SCSI seems to work with microtek2 backend.
ScanMaker 9800XLUSB SCSI0x05da/0x20deUnsupportedPartly unsupported. IEEE-1394 works with microtek2 backend. See link.
ScanMaker i320USB0x05da/0x30e6UnsupportedUnsupported. See link.
ScanMaker s400USB0x05da/0x201cUnsupportedUnsupported. See link.
ScanPort 3000USB0x04a7/0x0224UnsupportedUnsupported. Vendor/Product ids: 0x04a7/0x0224. Realtek RTS8801B?. See link for details.
-Konica Minolta -Dual Scan IIIUSB0x0686/0x400dUnsupportedUnsupported. May work with vuescan. See link for details.
Dual Scan IVUSB0x132b/0x000aUnsupportedUnsupported. Works with vuescan. See link for details.
DiMAGE Scan Elite 5400USB IEEE-13940x0686/0x400eUnsupportedProbably unsupported. May work with vuescan. See link for details.
DiMAGE Scan Elite 5400 2USB0x132b/0x0012UnsupportedProbably unsupported. See link for details.
DiMAGE Scan Multi ProIEEE-1394 UnsupportedProbably unsupported. See link for details.
-Mustek -1200 III EPParport UnsupportedProbably not supported. quarlewm at jmu dot edu offers to temporarily loan such a scanner to anyone who is interested in writing a driver.
2400 MUSB UnsupportedProbably unsupported. No details known.
BearPaw 2400 TA ProUSB0x055f/0x0400UnsupportedNot supported. May be supported by mustek_usb2 backend later. See link for some information.
BearPaw 2448 CU ProUSB0x055f/0x0408UnsupportedNot supported. May be supported by mustek_usb2 backend later. See link for some information.
BearPaw 4800 TA ProUSB0x055f/0x1000UnsupportedNot supported. See link for some information.
BearPaw 4800 TA Pro IIUSB0x055f/0x040aUnsupportedNot supported. May be supported by mustek_usb2 backend later. See link for some information.
BearPaw 6400 TA ProUSB0x055f/0x040bUnsupportedNot supported. May be supported by mustek_usb2 backend later. See link for some information.
Paragon 800 II EPParport UnsupportedNot supported. Maybe similar to 600 II EP (SCSI_over-parport)? In this case it could be supported by the mustek SCSI backend.
ScanExpress 600 USBUSB0x055f/0x0873UnsupportedUnsupported. Programming information is available.
ScanExpress 1200 USBUSB0x055f/0x0003UnsupportedUnsupported. Programming information is available.
ScanExpress 1200 USB PlusUSB0x055f/0x0007UnsupportedUnsupported.
ScanExpress 12000 PParport UnsupportedNot supported. Asic 1505/05.
ScanExpress A3 EPParport UnsupportedNot supported. Maybe it will be supported by the mustek_pp backend in future.
ScanExpress CardSmartUSB UnsupportedProbably unsupported. USB business card scanner. Maybe works as USB storage device?
ScanMagic 9636PParport UnsupportedProbably not supported. Same as Mustek 12000 P?. ASIC 1505.
-NEC -PetiscanUSB0x0475/0x0100UnsupportedMost probably unsupported. See link for details. Vendor ID is Relisys/Teco. Not known if it is similar to other Relisys/Teco USB scanners.
-Olivetti -Job-Jet M400USB0x0b3c/0xa880UnsupportedProbably not supported. See link for details.
-Olympus -ES-10SSCSI UnsupportedProbably not supported. See link for details.
-Optoelectronics -Barcode scannerUSB0x065a/0x0001UnsupportedProbably not supported.
-Optrox -PhotoMaker 3CParport Unsupported 
PhotoMaker 3EParport Unsupported 
PhotoMaker 3FProprietary UnsupportedSpecial ISA card
PhotoMaker 3SParport Unsupported 
PhotoMaker 6EParport Unsupported 
PhotoMaker 6FProprietary UnsupportedSpecial ISA card
-Panasonic -KV-SS905CSCSI Unsupportedmight be supported by matsushita backend.
KV-S2026CUSB SCSI Unsupportedmight be supported by matsushita backend.
KV-S2046CUSB SCSI Unsupportedmight be supported by matsushita backend.
KV-S2055WUSB SCSI Unsupportedmight be supported by matsushita backend.
KV-S2055LSCSI Unsupportedmight be supported by matsushita backend.
KV-S2065WSCSI Unsupportedmight be supported by matsushita backend.
KV-S3065CWUSB SCSI Unsupportedmight be supported by matsushita backend.
KV-S3065CLUSB SCSI Unsupportedmight be supported by matsushita backend.
KV-S3085USB SCSI Unsupportedmight be supported by matsushita backend.
KV-S3105CUSB SCSI Unsupportedmight be supported by matsushita backend.
KV-S6040WSCSI Unsupportedmight be supported by matsushita backend.
KV-S6045WSCSI Unsupportedmight be supported by matsushita backend.
KV-S6050WSCSI Unsupportedmight be supported by matsushita backend.
KV-S6055WSCSI Unsupportedmight be supported by matsushita backend.
KV-S7065CUSB SCSI Unsupportedmight be supported by matsushita backend.
-Pentax -DSmobile USBUSB0x0a82/0x2000UnsupportedProbably not supported. Some information is available.
-PIE -Primefilm 1800uUSB0x05e3/0x0120UnsupportedNot supported. See link for details.
Primefilm 3600PROUSB IEEE-1394 UnsupportedD1230UUSB0x04a9/0x2209Unsupported Probably not supported.
Powerslide 3600USB IEEE-13940x05e3/0x0142UnsupportedProbably unsupported. Film scanner that can scan directly from the magazine.DR-2080CUSB SCSI0x04a9/0x1601UnsupportedProbably not supported. Pass-trough (ADF) scanner.
-Plustek -OpticBook 3600USB0x07b3/0x0900UnsupportedGL842 based (similar to GL841?), maybe ca be added to genesys backend. Bookscanner.DR-3020CSCSI UnsupportedNot supported. High-speed pass-trough (ADF) scanner.
OpticFilm 7200USB0x07b3/0x0807UnsupportedGL841 based, to be added to genesys backendDR-3060SCSI UnsupportedProbably not supported. High-speed pass-trough (ADF) scanner.
OpticPro A3UUSB UnsupportedUses Plustek ASIC P99002DR-3080CSCSI UnsupportedProbably not supported. High-speed pass-trough (ADF) color scanner.
OpticPro S6USB UnsupportedUses RealTek chipset (RTL8801D)DR-4010CUSB0x1083/0x1614UnsupportedNot supported. See link for details.
OpticPro S12USB0x07b3/0x0600UnsupportedProduct id 0x0600 is unsupported but may be supported by the genesys backend in future. Product id 0x040b is supported by the gt68xx backend.DR-6080USB SCSI0x04a9/0x1607UnsupportedProbably not supported. High-speed pass-trough (ADF) scanner.
OpticPro ST12USB0x07b3/0x0600UnsupportedProduct id 0x0600 is unsupported but may be supported by the genesys backend in future. Product id 0x040b is supported by the gt68xx backend.DR-7580USB SCSI0x04a9/0x160bUnsupportedNot supported. See link for details.
OpticPro ST16USB0x07b3/0x0600UnsupportedGL646 based, to be added to genesys backendDR-9080CSCSI UnsupportedProbably not supported. High-speed pass-trough (ADF) color scanner. Similar to DR-6080C, but can scan in color.
OpticPro UA18USB UnsupportedProbably LM983x based.FS4000USB SCSI0x04a9/0x3042UnsupportedNot supported. See link for more details.
OpticPro S24USB0x07b3/0x0601UnsupportedProduct id 0x0601 is unsupported but may be supported by the genesys backend in future /GL646). Product id 0x040e is supported by the gt68xx backend.IS 12USB UnsupportedProbably not supported. Scanner cardridge for Canon inkjet printers.
OpticPro ST24USB0x07b3/0x0601UnsupportedGL646 based, to be added to genesys backendIS 22Parport UnsupportedProbably not supported. Scanner cardridge for Canon inkjet printers.
OpticPro S28USB0x07b3/0x0801UnsupportedGL841 based, to be added to genesys backendIS 32USB0x04a9/0x105dUnsupportedProbably not supported. Scanner cardridge for Canon inkjet printers.
OpticPro ST28USB0x07b3/0x0801UnsupportedGL841 based, to be added to genesys backendIS 52USB UnsupportedProbably not supported. Scanner cardridge for Canon inkjet printers.
OpticPro ST48USB0x07b3/0x0800UnsupportedGL841 based, to be added to genesys backend
OpticPro ST64USB UnsupportedNo further information available.
OpticPro ST64+USB UnsupportedIs reported to be based on a GL843 chipset.
OpticSlim 2420USB0x07b3/0x0806UnsupportedGL841 based, to be added to genesys backend
OpticWorks 2000Parport UnsupportedMultifunction device. No further information available.
OptiCard 600+USB UnsupportedBusiness card reader. No further information available.
ScanCopy 115USB0x07b3/0x081cUnsupportedGL841 based, to be added to genesys backend
Spectra ADFProprietary UnsupportedUnsupported. Uses proprietary ISA card that also provides power and is labelled GPS-1 PAGE-A from Taiwan. Other labels on the scanner include ADF Color Scanner and SF600AS. Maybe the same as the IBM ADF Color Scanner?
Unknown Plustek DeviceUSB0x07b3/0x0005UnsupportedProbably unsupported. Scanner name not known yet.
Unknown Plustek DeviceUSB0x07b3/0x0007UnsupportedProbably unsupported. Scanner name not known yet.
Unknown Plustek DeviceUSB0x07b3/0x000fUnsupportedProbably unsupported. Scanner name not known yet.
Unknown Plustek DeviceUSB0x07b3/0x0012UnsupportedProbably unsupported. Scanner name not known yet.
Unknown Plustek Device (UT12?)USB0x07b3/0x0013UnsupportedProbably unsupported. Scanner name not known yet.
Unknown Plustek DeviceUSB0x07b3/0x0012UnsupportedProbably unsupported. Scanner name not known yet.
Unknown Plustek DeviceUSB0x07b3/0x0014UnsupportedProbably unsupported. Scanner name not known yet.
Unknown Plustek DeviceUSB0x07b3/0x0012UnsupportedProbably unsupported. Scanner name not known yet.
Unknown Plustek DeviceUSB0x07b3/0x0016UnsupportedProbably unsupported. Scanner name not known yet.
-PLANon -DocuPen RC800USB UnsupportedProbably not supported. No details known.
DocuPen R700USB0x10c4/0xea60UnsupportedImageRunner iR1018USB0x04a9/0x269dUnsupported Probably not supported. See link for details.
DocuPen (DPEN-BW)USB UnsupportedProbably not supported. No details known.ImageRunner iR1022USB0x04a9/0x269dUnsupportedProbably not supported. See link for details.
-Primax -Colorado 600UUSB0x0461/0x0341UnsupportedNot supported. Some information is available.ImageRunner iR1023USB0x04a9/0x269dUnsupportedProbably not supported. See link for details.
Colorado 1200pParport UnsupportedUnsupported by SANE. But is reported to partly work with pxscan. See link.Multipass 390USB0x04a9/0x263eUnsupportedProbably not supported. See link for details.
Colorado 1200uUSB0x0461/0x0361UnsupportedPIXMA MP110USB0x04a9/0x1700UnsupportedProbably not supported. See link for details.
PIXMA MP130USB0x04a9/0x1701UnsupportedProbably not supported. See link for details.
+Chinon +DS-3000Parport Serial Port UnsupportedUnsupported at the moment, but a backend is in preparation. See link.
+Compaq +S200USB0x049f/0x0021UnsupportedNot supported. 2400x1200 dpi. One bulk-in, one bulk-out and one +interrupt endpoint. Type-number: U0001-HB21, another type nr on the +inside: 75100512-00
+Compeye +Simplex 1236CParport USB0x05cb/0x1483UnsupportedUnsupported. See link for details.
+Corex +Cardscan 500USB0x08f0/0x0001UnsupportedProbably not supported. Businesscard reader.
Cardscan 700 CUSB0x08f0/0x0004UnsupportedProbably not supported.
+Dell +A920USB0x413c/0x5105UnsupportedNot supported by stable SANE, but a backend is available in experimental CVS. See link.
A960USB0x413c/0x5107UnsupportedProbably not supported. See link for details.
922USB0x413c/0x5109UnsupportedProbably not supported. See link for details.
+Epson +GT-2200USB0x04b8/0x0102Unsupported Probably unsupported. No details known.
Primascan Colorado 2600uUSB0x0461/0x0347UnsupportedUnsupported. Same as Visioneer Onetouch 4400. See link for details.StylusScan 2000USB0x04b8/0x0105UnsupportedProbably unsupported. No details known.
Colorado Direct 600Parport UnsupportedNot supported. However, a stand-alone program is available.Stylus DX4450USB0x04b8/0x083fUnsupportedProbably unsupported. See link for details.
Colorado Direct 9600Parport UnsupportedNot supported. However, a stand-alone program is available.Stylus CX-5800USB UnsupportedProbably unsupported at the moment. Not compatible to snapscan +backend. It's not known if it may work with epson or epkowa backend.
Colorado USB 9600USB0x0461/0x0340Unsupported +EDT (Electronic Document Technology) +BizCardReader 900CUSB0x0a53/0x5001UnsupportedProbably unsupported. See link for details.
+E-Lux +j-6121Parport UnsupportedProbably unsupported. Sold 1998. Same as E-Lux j-6121.
+Enhans +j-6121Parport UnsupportedProbably unsupported. Sold 1998. Same as E-Lux j-6121.
M-3630 AParport UnsupportedProbably unsupported.
+Genius +ColorPage CSSCSI UnsupportedProbably unsupported, see link for details.
ColorPage-Slim 1200 USB2USB0x0458/0x2020UnsupportedGL841 based, to be added to genesys backend.
ColorPage HR6X SlimUSB0x0458/0x2019UnsupportedGL646 based, to be added to genesys backend
ColorPage HR7XUSB0x0458/0x2018UnsupportedGL646 based, to be added to genesys backend
ColorPage HR7XEUSB0x06dc/0x0012UnsupportedUnsuported. See link for details.
ColorPage HR8USB0x0458/0x201cUnsupportedGL841 based, to be added to genesys backend
+Guillemot +SCAN@HOME 48 USBUSB0x080d/0x0102UnsupportedProbably unsupported. See link for details.
Maxi Scan A4 Parallel 36 bitParport UnsupportedProbably unsupported. Identical to the Benq Prisa 620P.
+Hercules +SCAN@HOME 48 USBUSB0x080d/0x0102UnsupportedProbably unsupported. See link for details.
+Hewlett-Packard +Photo Scanner 1000USB0x03f0/0x1001UnsupportedNot supported by SANE. However, it's detected as mass storage +device so just mounting it is reported to work. See link for device +data.
Photosmart 1200 PhotoUSB UnsupportedProbably not supported by SANE. No details known. 10x15 cm. Maybe similar to Photo Scanner 1000?
Photosmart S20 (C5101A)USB0x03f0/0x0102UnsupportedNot supported yet by SANE. See link for details.
Photosmart S20xi (C7150A)USB0x03f0/0x0102UnsupportedNot supported yet by SANE. See link for details.
Photosmart C5100 seriesUSB0x03f0/0x5811UnsupportedNot supported yet by SANE. See link for details.
ScanJet 2400cUSB0x03f0/0x0a01UnsupportedGL646 based, to be added to genesys backend
Photosmart C3180USB0x03f0/0x5611UnsupportedNot supported yet by SANE. See link for details.
ScanJet 3670cUSB0x03f0/0x1405UnsupportedGL646 based, to be added to genesys backend
ScanJet 3690cUSB0x03f0/0x1405UnsupportedGL646 based, to be added to genesys backend
ScanJet 3770USB0x03f0/0x2505UnsupportedWhile an external binary-only backend exists, it works only on +Linux i386. Therefore the scanner is unsupported on other platforms.
ScanJet 4500CUSB0x03f0/0x1205UnsupportedProbably unsupported, see link for details.
ScanJet 4570CUSB0x03f0/0x1305UnsupportedMaybe GL841_HP, but not confirmed, maybe can be added to genesys backend
ScanJet 4600USB0x03f0/0x3005Unsupported Not supported. See link for details.
G2-300USB0x0461/0x0300UnsupportedProbably unsupported. No details known.
G2-300 #2USB0x0461/0x0302UnsupportedProbably unsupported. No details known.
G2E-300USB0x0461/0x0301UnsupportedProbably unsupported. No details known.
G2E-300 #2USB0x0461/0x0303UnsupportedProbably unsupported. No details known.
G2-600USB0x0461/0x0380UnsupportedProbably unsupported. No details known.
G2-600 #2USB0x0461/0x0382UnsupportedProbably unsupported. No details known.
G2E-600USB0x0461/0x0383UnsupportedProbably unsupported. No details known.
OneTouch 5300Parport UnsupportedNot supported.
ReadyScan 636iUSB0x0461/0x0381UnsupportedProbably unsupported. No details known.
Slim-Line 1200USB UnsupportedMaybe GL646. Maybe similar to Medion MD 6228?
-Prolink -Winscan Pro 2448UUSB0x06dc/0x0014UnsupportedNot supported. Some information is available. Vendor=0x06dc product=0x0014. RealTek RTS8801.
Winscan Pro 2000USB Parport UnsupportedNot supported. No further information available.
-Quato -X-FinitySCSI UnsupportedProbably not supported. No details yet. Originally manufactured by PFU?
X-Finity UltraUSB IEEE-1394 UnsupportedProbably not supported. No details yet.
-Reflecta -DigitDia 3600USB IEEE-13940x05e3/0x0142UnsupportedFilm scanner that can scan directly from the magazine.
iScan 1800USB0x05e3/0x0120UnsupportedProbably unsupported. See link for details.
ProScan 4000USB IEEE-13940x05e3/0x0143UnsupportedProbably unsupported. See link for details.
-Relisys -Eclipse 1200UUSB0x0475/0x0103UnsupportedProbably unsupported. See link for details.
Scorpio Ultra 3USB0x0475/0x0210UnsupportedProbably unsupported. See link for details.
EpisodeUSB0x0475/0x0103UnsupportedProbably unsupported. See link for details.
-Scanshell -800NUSB0x0a82/0x6605UnsupportedScanJet 4670USB0x03f0/0x3005Unsupported Not supported. See link for details.
-Sicos -DMS 2000proprietary UnsupportedNot supported until now. Work on a backend has started, contact the author for details (see link)ScanJet 4850CUSB0x03f0/0x1b05UnsupportedGL841, maybe can be added to genesys backend
-Siemens -ID Mouse ProfessionalUSB0x0681/0x0005UnsupportedNot supported.ScanJet 4890CUSB0x03f0/0x1b05UnsupportedGL843, maybe can be added to genesys backend
Cherry FingerTIP ID Board - SensorUSB0x0681/0x0010UnsupportedNot supported.ScanJet 5500CUSB0x03f0/0x1305UnsupportedMaybe GL841_HP, but not confirmed, maybe can be added to genesys backend
-SmartDisk -SmartScan 3600USB IEEE-1394 UnsupportedProbably not supported. Same as PIE Primefilm 2600 PRO.ScanJet 5530C PhotosmartUSB0x03f0/0x1605UnsupportedMaybe GL841_HP, but not confirmed, maybe can be added to genesys backend
-Spot Technology -Maxiscan A4proprietary UnsupportedNot supported until now. Work on a backend has started, see link for more information.ScanJet 8390USB0x03f0/0x3805UnsupportedProbably not supported. See link for details.
ScanTak 2cproprietary UnsupportedNot supported. Work on a backend has started, see link for more information.ScanJet G4000USB0x03f0/0x4505UnsupportedProbably not supported. See link for details.
ScanTak 3cproprietary UnsupportedNot supported. Work on a backend has started, see link for more information.ScanJet G4010USB0x03f0/0x4505UnsupportedProbably not supported. See link for details.
-Syscan -TravelScan 460/464USB0x0a82/0x4600UnsupportedNot supported. LM9832. Some information is available. See link for details.ScanJet G4050USB0x03f0/0x4605UnsupportedProbably not supported. See link for details.
TravelScan FS-531USB0x0a82/0x0530UnsupportedNot supported. May work with the Plustek backend in future. See link for details. +IBM +ADF Color ScannerProprietary UnsupportedUnsupported. Uses proprietary ISA card. Maybe the same as the Plustek Spectra ADF?
TravelScan ProUSB0x0a82/0x2000Unsupported +IOMagic +MobileScan USBUSB Parport0x05cb/0x1483UnsupportedUnsupported. See link for details.
+Iris +IriScanUSB0x0a53/0x1000UnsupportedUnsupported. LM9832/3. See link for details.
IRISPen Translator ExecutiveUSB0x0f43/0x015aUnsupportedUnsupported. See link for details.
IRISCard Pro (IBCR II)USB0x0a38/0x0301UnsupportedUnsupported. See link for details.
+Kodak +i30USB0x040a/0x6001UnsupportedProbably unsupported. See link for details.
i260IEEE-1394 UnsupportedProbably unsupported. See link for details.
Snapshot Photo Scanner 1Parport UnsupportedUnsupported. FCC ID HWF96PHS
+Lexmark +P6250USB0x043d/0x0097UnsupportedUnsupported. See link for details.
Photo 3150USB0x043d/0x007dUnsupportedUnsupported. See link for details.
X74USB0x043d/0x0060UnsupportedUnsupported. See link for details.
X75USB0x043d/0x0060UnsupportedUnsupported. See link for details.
X75 PrinTrioUSB0x043d/0x0060UnsupportedUnsupported. See link for details.
X83USB0x043d/0x003dUnsupportedUnsupported. GL640.
X1195USB0x043d/0x007cUnsupportedUnsupported. See link for details.
X1240USB0x043d/0x007dUnsupportedUnsupported. See link for details.
X1250USB0x043d/0x007dUnsupportedUnsupported. See link for details.
X1270USB0x043d/0x007dUnsupportedUnsupported. See link for details.
X1290USB0x043d/0x007dUnsupportedUnsupported. See link for details. Looks similar to X1240, X1250 and X1270.
X2330USB0x043d/0x00bbUnsupportedUnsupported. See link for details.
X3450USB0x043d/0x00f6UnsupportedUnsupported. See link for details.
X5130USB0x043d/0x0065UnsupportedUnsupported.
X5150USB0x043d/0x0065UnsupportedProbably unsupported. See link for details.
X5250USB0x043d/0x0093UnsupportedUnsupported.
X6170USB0x043d/0x0072UnsupportedUnsupported. See link for details.
X7350USB0x043d/0x00b8UnsupportedUnsupported. See link for details.
X8350USB0x043d/0x00b9UnsupportedUnsupported. See link for details.
+Logitech +PageScan ColorParport UnsupportedMost probably unsupported.
PageScan USBUSB0x046d/0x040fUnsupportedProbably unsupported. See link for details.
+Medion/Lifetec/Tevion/Cytron +MD 6190USB0x0461/0x0392UnsupportedProbably unsupported. There seem to exist two different scanners with that name. See link for details.
MD 6190USB0x0461/0x037bUnsupportedProbably unsupported. There seem to exist two different scanners with that name. See link for details.
MD 40420USB0x05da/0x3008UnsupportedProbably unsupported. See link for details.
MD 41260USB0x0461/0x037bUnsupportedProbably unsupported. See link for details.
MD 41985USB0x0461/0x037bUnsupportedProbably unsupported. See link for details.
MD 42666USB0x05da/0x3008UnsupportedProbably unsupported. See link for details.
MD 85264USB0x08ff/0x2580UnsupportedFingerprint sensor. See link for details.
MD 90009USB0x05da/0x30e5UnsupportedProbably unsupported. See link for details.
MD 90070USB0x05da/0x3022UnsupportedUnsupported. See link for details.
MD 90090USB0x05da/0x3022UnsupportedUnsupported. See link for details.
+Memorex +6136uUSB0x0461/0x0346UnsupportedProbably unsupported.
6142uUSB0x0461/0x0347UnsupportedProbably unsupported. Same as Visioneer Onetouch 4400. See link for details.
MaxxScan 6122USB Parport0x05cb/0x1483UnsupportedUnsupported. See link for details.
SCF 9612PParport UnsupportedProbably unsupported. See link for details.
+Microtek +ArtixScan 2020SCSI UnsupportedUnsupported. Same as Agfa DuoScan T2000XL?
ArtixScanDI 2020USB0x05da/0x202eUnsupportedUnsupported. See link for details.
Artixscan 2500fSCSI IEEE-1384 UnsupportedUnsupported. Same as Agfa DuoScan T2500?
ArtixScan 4000tfUSB UnsupportedUnsupported. Uses ALI M5611B.
FilmScan 35USB0x05e3/0x0120UnsupportedProbably unsupported. See link for details.
ScanMaker 336 CXSCSI UnsupportedProbably unsupported. Seems to be similar to the Microtek 330 CX +and is detected by the microtek2 backend. Scanning doesn't seem to work +however.
Scanmaker 1850SSCSI UnsupportedUnsupported. See link for details.
ScanMaker 3630USB0x0461/0x0347UnsupportedUnsupported. Doesn't seem to be compatible to 3600 series, see link.
ScanMaker 3800USB0x05da/0x30ceUnsupportedUnsupported. See link for more details.
ScanMaker 3830USB0x05da/0x30ceUnsupportedUnsupported. See link for more details.
ScanMaker 3860USB0x05da/0x3023UnsupportedUnsupported. See link for more details. Appears to be similar to ScanMaker 3880.
ScanMaker 3880USB0x05da/0x3021UnsupportedUnsupported. SQ113 chip. See link for more details.
ScanMaker 4600USB0x05da/0x40c7UnsupportedUnsupported. See link for more details.
ScanMaker 4700USB0x05da/0x20b4UnsupportedUnsupported. See link for more details.
ScanMaker 4850USB0x05da/0x30d9UnsupportedProbably unsupported. See link for details.
ScanMaker 4850 IIUSB0x05da/0x3008UnsupportedProbably unsupported. See link for details.
ScanMaker 4900USB0x05da/0x30b9UnsupportedUnsupported. See link for more details.
ScanMaker 5SCSI UnsupportedProbably unsupported. See link for more details.
ScanMaker 5600USB0x05da/0x20a7UnsupportedUnsupported. See link for more details.
ScanMaker 5700USB0x05da/0x20bdUnsupportedUnsupported. Uses ALI M5615 like the ScanMaker 4700.
ScanMaker 5800USB0x05da/0x3008UnsupportedUnsupported. See link for details.
ScanMaker 5800USB0x05da/0x30d8UnsupportedUnsupported. See link for details.
ScanMaker 5900USB0x05da/0x30d8UnsupportedUnsupported. See link for more details.
ScanMaker 5950USB0x05da/0x30d8UnsupportedUnsupported. See link for more details.
ScanMaker 6000USB0x05da/0x30e5UnsupportedUnsupported. See link for more details.
ScanMaker 6100USB0x05da/0x30e5UnsupportedUnsupported. See link for more details.
ScanMaker 6700USB IEEE-13940x05da/0x20c9UnsupportedUnsupported. See link.
ScanMaker 8700USB IEEE-13940x05da/0x20b1UnsupportedUnsupported. See link for details. USB vendor and product ids to be checked.
ScanMaker 9600XLUSB IEEE-13940x05da/0x20deUnsupportedProbably unsupported. SCSI seems to work with microtek2 backend.
ScanMaker 9800XLUSB SCSI0x05da/0x20deUnsupportedPartly unsupported. IEEE-1394 works with microtek2 backend. See link.
ScanMaker i320USB0x05da/0x30e6UnsupportedUnsupported. See link.
ScanMaker s400USB0x05da/0x201cUnsupportedUnsupported. See link.
ScanMaker S400USB0x05da/0x300bUnsupportedUnsupported. See link.
ScanPort 3000USB0x04a7/0x0224UnsupportedUnsupported. Vendor/Product ids: 0x04a7/0x0224. Realtek RTS8801B?. See link for details.
+Konica Minolta +Dual Scan IIIUSB0x0686/0x400dUnsupportedUnsupported. May work with vuescan. See link for details.
Dual Scan IVUSB0x132b/0x000aUnsupportedUnsupported. Works with vuescan. See link for details.
DiMAGE Scan Elite 5400USB IEEE-13940x0686/0x400eUnsupportedProbably unsupported. May work with vuescan. See link for details.
DiMAGE Scan Elite 5400 2USB0x132b/0x0012UnsupportedProbably unsupported. See link for details.
DiMAGE Scan Multi ProIEEE-1394 UnsupportedProbably unsupported. See link for details.
+Mustek +1200 III EPParport UnsupportedProbably not supported. quarlewm at jmu dot edu offers to +temporarily loan such a scanner to anyone who is interested in writing +a driver.
2400 MUSB UnsupportedProbably unsupported. No details known.
BearPaw 2400 TA ProUSB0x055f/0x0400UnsupportedNot supported. May be supported by mustek_usb2 backend later. See link for some information.
BearPaw 2448 CU ProUSB0x055f/0x0408UnsupportedNot supported. May be supported by mustek_usb2 backend later. See link for some information.
BearPaw 4800 TA ProUSB0x055f/0x1000UnsupportedNot supported. See link for some information.
BearPaw 4800 TA Pro IIUSB0x055f/0x040aUnsupportedNot supported. May be supported by mustek_usb2 backend later. See link for some information.
BearPaw 6400 TA ProUSB0x055f/0x040bUnsupportedNot supported. May be supported by mustek_usb2 backend later. See link for some information.
Paragon 800 II EPParport UnsupportedNot supported. Maybe similar to 600 II EP (SCSI_over-parport)? In this case it could be supported by the mustek SCSI backend.
ScanExpress 600 USBUSB0x055f/0x0873UnsupportedUnsupported. Programming information is available.
ScanExpress 1200 USBUSB0x055f/0x0003UnsupportedUnsupported. Programming information is available.
ScanExpress 1200 USB PlusUSB0x055f/0x0007UnsupportedUnsupported.
ScanExpress 12000 PParport UnsupportedNot supported. Asic 1505/05.
ScanExpress A3 EPParport UnsupportedNot supported. Maybe it will be supported by the mustek_pp backend in future.
ScanExpress CardSmartUSB UnsupportedProbably unsupported. USB business card scanner. Maybe works as USB storage device?
ScanMagic 9636PParport UnsupportedProbably not supported. Same as Mustek 12000 P?. ASIC 1505.
+NEC +PetiscanUSB0x0475/0x0100UnsupportedMost probably unsupported. See link for details. Vendor ID is +Relisys/Teco. Not known if it is similar to other Relisys/Teco USB +scanners.
+Nikon +LS-9000 EDIEEE-1394 UnsupportedProbably not supported. See link for details. Possibly similar to LS-8000 ED.
+Olivetti +Job-Jet M400USB0x0b3c/0xa880UnsupportedProbably not supported. See link for details.
+Olympus +ES-10SSCSI UnsupportedProbably not supported. See link for details.
+Optoelectronics +Barcode scannerUSB0x065a/0x0001UnsupportedProbably not supported.
+Optrox +PhotoMaker 3CParport Unsupported 
PhotoMaker 3EParport Unsupported 
PhotoMaker 3FProprietary UnsupportedSpecial ISA card
PhotoMaker 3SParport Unsupported 
PhotoMaker 6EParport Unsupported 
PhotoMaker 6FProprietary UnsupportedSpecial ISA card
+Panasonic +KV-SS905CSCSI Unsupportedmight be supported by matsushita backend. See http://code.google.com/p/kvss905c/ for a standalone scanning tool.
KV-S2026CUSB SCSI Unsupportedmight be supported by matsushita backend.
KV-S2046CUSB SCSI Unsupportedmight be supported by matsushita backend.
KV-S2055WUSB SCSI Unsupportedmight be supported by matsushita backend.
KV-S2055LSCSI Unsupportedmight be supported by matsushita backend.
KV-S2065WSCSI Unsupportedmight be supported by matsushita backend.
KV-S3065CWUSB SCSI Unsupportedmight be supported by matsushita backend.
KV-S3065CLUSB SCSI Unsupportedmight be supported by matsushita backend.
KV-S3085USB SCSI Unsupportedmight be supported by matsushita backend.
KV-S3105CUSB SCSI Unsupportedmight be supported by matsushita backend. See http://code.google.com/p/kvss905c/ for a standalone scanning tool.
KV-S6040WSCSI Unsupportedmight be supported by matsushita backend.
KV-S6045WSCSI Unsupportedmight be supported by matsushita backend.
KV-S6050WSCSI Unsupportedmight be supported by matsushita backend.
KV-S6055WSCSI Unsupportedmight be supported by matsushita backend.
KV-S7065CUSB SCSI Unsupportedmight be supported by matsushita backend.
+Pentax +DSmobile USBUSB0x0a82/0x2000Unsupported Probably not supported. Some information is available.
-Tamarack -Artiscan 9600Parport UnsupportedUnsupported at the moment. See link for a project for that scanner taht may support it in future.
Artiscan 9600 pro 36Parport UnsupportedUnsupported at the moment. See link for a project for that scanner.
-TCE -MK600UUSB0x0461/0x0346UnsupportedNot supported. Some information is available.
S450Parport UnsupportedNot supported by SANE but is reported to work with pxscan (see link).
-Teco -VM6509FUSB0x080d/0x0102UnsupportedProbably unsupported. See link for details.
-Tiny -FU661EUSB0x0461/0x0347UnsupportedUnsupported. See link for details.
-Trust -CombiScan 19200Parport USB0x05cb/0x1483UnsupportedUnsupported. See link for details.
SCSI Scan 19200 -Excellence Series-SCSI UnsupportedUnsupported. See link for details.
-UMAX -Astra 2500USB0x0461/0x0374UnsupportedProbably not supported. See link for details.
Astra 3000USB0x0461/0x038aUnsupportedProbably not supported. See link for details.
Astra 3400USB0x1606/0x0050UnsupportedUSB product ID 0x0050 is not supported. USB product id 0x0060 is supported by the plustek backend. See link for details.
Astra 3600USB0x0461/0x038aUnsupportedProbably not supported. See link for details.
Astra 4000USB0x1606/0x1030Unsupported +PIE +Primefilm 1800uUSB0x05e3/0x0120Unsupported Not supported. See link for details.
Astra 4100USB0x0461/0x038cUnsupportedNot supported, to be added to genesys backend.Primefilm 3600PROUSB IEEE-1394 UnsupportedProbably not supported.
Astra 4400USB0x1606/0x0070UnsupportedProbably not supported. See link for details.Powerslide 3600USB IEEE-13940x05e3/0x0142UnsupportedProbably unsupported. Film scanner that can scan directly from the magazine.
Astra 4450USB0x1606/0x0070UnsupportedProbably not supported. See link for details.PF3650 Pro3 Film ScannerUSB IEEE-13940x05e3/0x0143UnsupportedNot supported. See link for details.
Astra 4500USB0x0638/0x0a10UnsupportedGL646 based, to be added to genesys backend. Avision iVina FB1600 clone +Plustek +OpticBook 3600USB0x07b3/0x0900UnsupportedGL842 based (similar to GL841?), maybe to be added to genesys backend. Bookscanner.
Astra 4600USB UnsupportedProbably not supported, no details known.OpticFilm 7200USB0x07b3/0x0807UnsupportedGL842 based, maybe to be added to genesys backend
Astra 4700USB0x0638/0x0a20UnsupportedGL646/GL660 based. Avision iVina FB1800 clone.OpticFilm 7200iUSB0x07b3/0x0c04UnsupportedGL843 based, maybe to be added to genesys backend
Astra 6700USB UnsupportedNot supported. No chipset information available. Same as Avision iVina FB2400.OpticPro A3UUSB UnsupportedUses Plustek ASIC P99002
AstraSlimUSB0x080d/0x0104UnsupportedProbably not supported currently. See link for more details.OpticPro S6USB UnsupportedUses RealTek chipset (RTL8801D)
AstraSlim 6000USB0x080d/0x0104UnsupportedProbably not supported currently. See link for more details.OpticPro S12USB0x07b3/0x0600UnsupportedProduct id 0x0600 is unsupported but may be supported by the +genesys backend in future. Product id 0x040b is supported by the gt68xx +backend.
Powerlook 180USB UnsupportedProbably not supported. See link for details.OpticPro ST12USB0x07b3/0x0600UnsupportedProduct id 0x0600 is unsupported but may be supported by the +genesys backend in future. Product id 0x040b is supported by the gt68xx +backend.
Powerlook 1000 USBUSB UnsupportedProbably not supported. No further information available.
-Vantas -3000USB0x04a7/0x0224UnsupportedNot supported. See link for more details.
-Visioneer -6200USB0x0461/0x0345UnsupportedNot supported. Is reported to use the E5 chipset. Uses a Primax ID. Looks similar to Primascan Colorado 2600u.
6200 EPP/USBUSB0x04a7/0x0311UnsupportedNot supported. Id is from Primax? Yet another scanner with the same name?
9450 USBUSB0x04a7/0x0421UnsupportedUnsupported. See link for details.
Onetouch 4400USB0x0461/0x0347UnsupportedNot supported. E5 chipset? See link for more details.
OneTouch 4800 USBUSB0x04a7/0x0224UnsupportedUnsupported. Seems to use Realtek RTS8801B. Same as Microtek Scanport 3000. See link for details.
OneTouch 5300 USBUSB0x04a7/0x0226UnsupportedNot supported. Chipset is RTS8801B(?). See link for output of /proc/bus/usb/devices.
OneTouch 5300USB0x04a7/0x0221UnsupportedNot supported. Yet another scanner with this name?
OneTouch 5800 USBUSB0x04a7/0x0226UnsupportedUnsupported. 48 bit scanner, doesn't work with viceo backend. RTS8801C.
OneTouch 6600USB0x04a7/0x022aUnsupportedUnsupported. See link for details.
Onetouch 7100USB0x04a7/0x0229UnsupportedOpticPro ST16USB0x07b3/0x0600Unsupported GL646 based, to be added to genesys backend
OneTouch 8100USB0x04a7/0x0321UnsupportedOpticPro UA18USB UnsupportedProbably LM983x based.
OpticPro S24USB0x07b3/0x0601UnsupportedProduct id 0x0601 is unsupported but may be supported by the +genesys backend in future /GL646). Product id 0x040e is supported by +the gt68xx backend.
OpticPro ST24USB0x07b3/0x0601UnsupportedGL646 based, to be added to genesys backend
OpticPro S28USB0x07b3/0x0801UnsupportedGL841 based, to be added to genesys backend
OpticPro ST28USB0x07b3/0x0801UnsupportedGL841 based, to be added to genesys backend
OpticPro ST48USB0x07b3/0x0800UnsupportedGL841 based, to be added to genesys backend
OpticPro ST64USB0x07b3/0x0c00UnsupportedGL843 based, maybe to be added to genesys backend
OpticPro ST64+USB0x07b3/0x0c03UnsupportedGL843 based. See link for more details.
PL 806USB0x07b3/0x0c0cUnsupportedUnsupported. See link for more details.
SmartOffice PL 812USB0x07b3/0x0c0dUnsupportedUnsupported. See link for more details.
OpticSlim 500USB0x07b3/0x0458UnsupportedUnsupported. See link for more details.
OpticSlim 2420USB0x07b3/0x0806UnsupportedGL841 based, to be added to genesys backend
OpticSlim 2420+USB0x07b3/0x0914UnsupportedGL841 based, to be added to genesys backend
OpticWorks 2000Parport UnsupportedMultifunction device. No further information available.
OptiCard 600+USB UnsupportedBusiness card reader. No further information available.
ScanCopy 115USB0x07b3/0x081cUnsupportedGL841 based, to be added to genesys backend
Spectra ADFProprietary UnsupportedUnsupported. Uses proprietary ISA card that also provides power and +is labelled GPS-1 PAGE-A from Taiwan. Other labels on the scanner +include ADF Color Scanner and SF600AS. Maybe the same as the IBM ADF +Color Scanner?
Unknown Plustek DeviceUSB0x07b3/0x0005UnsupportedProbably unsupported. Scanner name not known yet.
Unknown Plustek DeviceUSB0x07b3/0x0007UnsupportedProbably unsupported. Scanner name not known yet.
Unknown Plustek DeviceUSB0x07b3/0x000fUnsupportedProbably unsupported. Scanner name not known yet.
Unknown Plustek DeviceUSB0x07b3/0x0012UnsupportedProbably unsupported. Scanner name not known yet.
Unknown Plustek Device (UT12?)USB0x07b3/0x0013UnsupportedProbably unsupported. Scanner name not known yet.
Unknown Plustek DeviceUSB0x07b3/0x0012UnsupportedProbably unsupported. Scanner name not known yet.
Unknown Plustek DeviceUSB0x07b3/0x0014UnsupportedProbably unsupported. Scanner name not known yet.
Unknown Plustek DeviceUSB0x07b3/0x0012UnsupportedProbably unsupported. Scanner name not known yet.
Unknown Plustek DeviceUSB0x07b3/0x0016UnsupportedProbably unsupported. Scanner name not known yet.
+PLANon +DocuPen RC800USB UnsupportedProbably not supported. No details known.
DocuPen R700USB0x10c4/0xea60UnsupportedProbably not supported. See link for details.
DocuPen (DPEN-BW)USB UnsupportedProbably not supported. No details known.
+Primax +Colorado 600UUSB0x0461/0x0341UnsupportedNot supported. Some information is available.
Colorado 1200pParport UnsupportedUnsupported by SANE. But is reported to partly work with pxscan. See link.
Colorado 1200uUSB0x0461/0x0361UnsupportedProbably unsupported. No details known.
Primascan Colorado 2600uUSB0x0461/0x0347UnsupportedUnsupported. Same as Visioneer Onetouch 4400. See link for details.
Colorado Direct 600Parport UnsupportedNot supported. However, a stand-alone program is available.
Colorado Direct 9600Parport UnsupportedNot supported. However, a stand-alone program is available.
Colorado USB 9600USB0x0461/0x0340UnsupportedNot supported. See link for details.
G2-300USB0x0461/0x0300UnsupportedProbably unsupported. No details known.
G2-300 #2USB0x0461/0x0302UnsupportedProbably unsupported. No details known.
G2E-300USB0x0461/0x0301UnsupportedProbably unsupported. No details known.
G2E-300 #2USB0x0461/0x0303UnsupportedProbably unsupported. No details known.
G2-600USB0x0461/0x0380UnsupportedProbably unsupported. No details known.
G2-600 #2USB0x0461/0x0382UnsupportedProbably unsupported. No details known.
G2E-600USB0x0461/0x0383UnsupportedProbably unsupported. No details known.
OneTouch 5300Parport UnsupportedNot supported.
ReadyScan 636iUSB0x0461/0x0381UnsupportedProbably unsupported. No details known.
Slim-Line 1200USB UnsupportedMaybe GL646. Maybe similar to Medion MD 6228?
Onetouch 8920USB0x0461/0x0371UnsupportedNot supported. Look similar to Visioneer Onetouch 8920 (same USB product id).
+Prolink +Winscan Pro 2448UUSB0x06dc/0x0014UnsupportedNot supported. Some information is available. RealTek RTS8801.
Winscan Pro 2000USB Parport UnsupportedNot supported. No further information available.
+Quato +X-FinitySCSI UnsupportedProbably not supported. No details yet. Originally manufactured by PFU?
X-Finity UltraUSB IEEE-1394 UnsupportedProbably not supported. No details yet.
+Reflecta +DigitDia 3600USB IEEE-13940x05e3/0x0142UnsupportedFilm scanner that can scan directly from the magazine.
iScan 1800USB0x05e3/0x0120UnsupportedProbably unsupported. See link for details.
ProScan 4000USB IEEE-13940x05e3/0x0143UnsupportedProbably unsupported. See link for details.
+Relisys +Eclipse 1200UUSB0x0475/0x0103UnsupportedProbably unsupported. See link for details.
Scorpio Ultra 3USB0x0475/0x0210UnsupportedProbably unsupported. See link for details.
EpisodeUSB0x0475/0x0103UnsupportedProbably unsupported. See link for details.
AVEC II E3Parport UnsupportedParport version of AVEC II S3?. See bug #304992 for details
+Samsung +SCX-4725FNUSB0x04e8/0x341fUnsupportedNot supported. See link for details.
+Scanshell +800NUSB0x0a82/0x6605UnsupportedNot supported. See link for details.
+Sicos +DMS 2000proprietary UnsupportedNot supported until now. Work on a backend has started, contact the author for details (see link)
+Siemens +ID Mouse ProfessionalUSB0x0681/0x0005UnsupportedNot supported.
Cherry FingerTIP ID Board - SensorUSB0x0681/0x0010UnsupportedNot supported.
+SmartDisk +SmartScan 3600USB IEEE-1394 UnsupportedProbably not supported. Same as PIE Primefilm 2600 PRO.
+Spot Technology +Maxiscan A4proprietary UnsupportedNot supported until now. Work on a backend has started, see link for more information.
ScanTak 2cproprietary UnsupportedNot supported. Work on a backend has started, see link for more information.
ScanTak 3cproprietary UnsupportedNot supported. Work on a backend has started, see link for more information.
+Syscan +TravelScan FS-531USB0x0a82/0x0530UnsupportedNot supported. May work with the Plustek backend in future. See link for details.
TravelScan ProUSB0x0a82/0x2000UnsupportedProbably not supported. Some information is available.
+Tamarack +Artiscan 9600Parport UnsupportedUnsupported at the moment. See link for a project for that scanner taht may support it in future.
Artiscan 9600 pro 36Parport UnsupportedUnsupported at the moment. See link for a project for that scanner.
Artiscan 2400FSUSB0x05e3/0x0100UnsupportedUnsupported. See link for more information.
+TCE +MK600UUSB0x0461/0x0346UnsupportedNot supported. Some information is available.
S450Parport UnsupportedNot supported by SANE but is reported to work with pxscan (see link).
+Teco +VM6509FUSB0x080d/0x0102UnsupportedProbably unsupported. See link for details.
+Tiny +FU661EUSB0x0461/0x0347Unsupported Unsupported. See link for details.
Onetouch 8700USB0x04a7/0x0371Unsupported +Trust +CombiScan 19200Parport USB0x05cb/0x1483UnsupportedUnsupported. See link for details.
SCSI Scan 19200 -Excellence Series-SCSI UnsupportedUnsupported. See link for details.
+UMAX +Astra 2500USB0x0461/0x0374UnsupportedProbably not supported. See link for details.
Astra 2850USB0x07b3/0x0601UnsupportedProbably not supported. Same IDs as Plustek OpticPro ST24. See link for details.
Astra 3000USB0x0461/0x038aUnsupportedProbably not supported. See link for details.
Astra 3600USB0x0461/0x038aUnsupportedProbably not supported. See link for details.
Astra 4000USB0x1606/0x1030Unsupported Not supported. See link for details.
Onetouch 8900USB UnsupportedAstra 4100USB0x0461/0x038cUnsupportedNot supported, to be added to genesys backend.
Astra 4400USB0x1606/0x0070UnsupportedProbably not supported. See link for details.
Astra 4450USB0x1606/0x0070UnsupportedProbably not supported. See link for details.
Astra 4500USB0x0638/0x0a10UnsupportedGL646 based, to be added to genesys backend. Avision iVina FB1600 clone
Astra 4600USB UnsupportedProbably not supported, no details known.
Astra 4700USB0x0638/0x0a20UnsupportedGL646/GL660 based. Avision iVina FB1800 clone.
Astra 6700USB UnsupportedNot supported. No chipset information available. Same as Avision iVina FB2400.
AstraSlimUSB0x080d/0x0104UnsupportedProbably not supported currently. See link for more details.
AstraSlim 1200USB0x080d/0x0110UnsupportedSee link for more details.
AstraSlim 6000USB0x080d/0x0104UnsupportedProbably not supported currently. See link for more details.
Nete3470'Parport UnsupportedProbably not supported. No details known..
Powerlook 180USB UnsupportedProbably not supported. See link for details.
Powerlook 1000 USBUSB UnsupportedProbably not supported. No further information available.
+Vantas +3000USB0x04a7/0x0224UnsupportedNot supported. See link for more details.
+Visioneer +6200USB0x0461/0x0345UnsupportedNot supported. Is reported to use the E5 chipset. Uses a Primax ID. Looks similar to Primascan Colorado 2600u.
6200 EPP/USBUSB0x04a7/0x0311UnsupportedNot supported. Id is from Primax? Yet another scanner with the same name?
9420USB0x0461/0x03a8UnsupportedUnsupported. See link for details.
9450 USBUSB0x04a7/0x0421UnsupportedUnsupported. See link for details.
Onetouch 4400USB0x0461/0x0347UnsupportedNot supported. E5 chipset? See link for more details.
OneTouch 4800 USBUSB0x04a7/0x0224UnsupportedUnsupported. Seems to use Realtek RTS8801B. Same as Microtek Scanport 3000. See link for details.
OneTouch 5300 USBUSB0x04a7/0x0226UnsupportedNot supported. Chipset is RTS8801B(?). See link for output of /proc/bus/usb/devices.
OneTouch 5300USB0x04a7/0x0221UnsupportedNot supported. Yet another scanner with this name?
OneTouch 5800 USBUSB0x04a7/0x0226UnsupportedUnsupported. 48 bit scanner, doesn't work with viceo backend. RTS8801C.
OneTouch 6600USB0x04a7/0x022aUnsupportedUnsupported. See link for details.
Onetouch 7100USB0x04a7/0x0229UnsupportedGL646 based, to be added to genesys backend
Onetouch 7700USB0x04a7/0x0380UnsupportedLM9832/3 based, to be added to plustek backend
OneTouch 8100USB0x04a7/0x0321UnsupportedUnsupported. See link for details.
Onetouch 8700USB0x04a7/0x0371UnsupportedNot supported. See link for details.
Onetouch 8900USB0x04a7/0x0371Unsupported Not supported. Same as 8920 but without TA?
Onetouch 8920USB0x04a7/0x0371UnsupportedNot supported. Same as 8700 and 8900 but includes a TA. Uses a Primax ID. Chipset is RTS8801C. See link for output of /proc/bus/usb/devices.Onetouch 8920USB0x04a7/0x0371UnsupportedNot supported. Same as 8700 and 8900 but includes a TA. Uses a +Primax ID. Chipset is RTS8801C. See link for output of +/proc/bus/usb/devices.
Onetouch 9000USB0x04a7/0x022cUnsupportedOnetouch 9000USB0x04a7/0x022cUnsupported Not supported. See link for details.
Onetouch 9020USB0x04a7/0x022cUnsupportedOnetouch 9020USB0x04a7/0x022cUnsupported Not supported. See link for details.
Onetouch 9320USB0x04a7/0x0362UnsupportedOnetouch 9320USB0x04a7/0x0362Unsupported Probably not supported. See link for details.
Onetouch Pro 8800USB0x04a7/0x0410UnsupportedOnetouch Pro 8800USB0x04a7/0x0410Unsupported Probably not supported. See link for details.
Onetouch Pro 8820USB0x04a7/0x0410UnsupportedOnetouch Pro 8820USB0x04a7/0x0410Unsupported Probably not supported. See link for details.
PaperPort 3100bParport UnsupportedPaperPort 3100bParport Unsupported Most probably not supported. See link for details.
PaperPort 6100Parport UnsupportedPaperPort 6100Parport Unsupported Most probably not supported. More details would be appreciated.
PaperPort OneTouchParport UnsupportedPaperPort OneTouchParport Unsupported Most probably not supported. See link for details.
Primascan Colorado 2600uUSB0x0461/0x0347UnsupportedPrimascan Colorado 2600uUSB0x0461/0x0347Unsupported Not supported. See Visioneer Onetouch 4400.
Strobe XP 100USB0x04a7/0x0427UnsupportedStrobe Pro USBUSB0x04a7/0x0102UnsupportedNot supported. See link for details.
Strobe XP 100USB0x04a7/0x0427Unsupported Not supported but may work in future. See link for details.
+Strobe XP 300USB0x04a7/0x0474UnsupportedNot supported. See link for details.
Xerox -2400 OnetouchUSB0x0461/0x038bUnsupported2400 OnetouchUSB0x0461/0x038bUnsupported Probably GL646_HP based, maybe can be added to genesys backend
4800 One TouchUSB0x04a7/0x03a0Unsupported4800 One TouchUSB0x04a7/0x03a0Unsupported Unsupported. See link for details. Different id compared to One Touch 4800?
DocuImage 620SSCSI UnsupportedDocuImage 620SSCSI Unsupported Not supported. See link for more details.
DocuMate 510USB0x04a7/0x0446UnsupportedDocuMate 510USB0x04a7/0x0446Unsupported Not supported. See link for more details.
One Touch 4800USB0x04a7/0x0224UnsupportedDocuMate 510USB0x04a7/0x047cUnsupportedNot supported. See link for more details. Yet another USB id.
One Touch 4800USB0x04a7/0x0224Unsupported Unsupported. See link for details. Different id compared to 4800 One Touch?
WorkCentre 470cxParport UnsupportedWorkCentre 470cxParport Unsupported Not supported. See link for more details.
WorkCentre M15iUSB0x0924/0xffefUnsupportedWorkCentre M15iUSB0x0924/0xffefUnsupported Not supported. See link for more details.
WorkCentre XK35cUSB Parport0x043d/0x0020UnsupportedWorkCentre XK35cUSB Parport0x043d/0x0020Unsupported Not supported. See link for more details.
WorkCentre XK50cxUSB0x04e8/0x3903UnsupportedWorkCentre XK50cxUSB0x04e8/0x3903Unsupported Not supported. See link for more details.
WorkCentre Pro 412USB Parport0x043d/0x4303UnsupportedWorkCentre Pro 412USB Parport0x043d/0x4303Unsupported Not supported. See link for more details.
WorkCentre PE16USB Parport0x0924/0x4220UnsupportedWorkCentre PE16USB Parport0x0924/0x4220Unsupported Not supported. See link for more details.
WorkCentre PE120iUSB0x0924/0x4237UnsupportedWorkCentre PE120iUSB0x0924/0x4237Unsupported Not supported. See link for more details.
+

Still Cameras

Backends: dc25, @@ -9654,32 +11007,32 @@ Vantas mailto:peter@fales-lorenz.net
Manual page: sane-dc25

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Kodak -DC25Serial port CompleteDC25Serial port Complete  
DC20Serial port BasicDC20Serial port Basic DC-20 untested by author but reported to work
+

Backend: dc210 (0.0)

@@ -9688,25 +11041,25 @@ Vantas mailto:peter@fales-lorenz.net
Manual page: sane-dc210

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Kodak -DC210Serial port BasicDC210Serial port Basic  
+

Backend: dc240 (0.0)

@@ -9715,50 +11068,50 @@ Vantas mailto:peter@fales-lorenz.net
Manual page: sane-dc240

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Kodak -DC240Serial port GoodDC240Serial port Good Use gphoto2 backend to get USB support
+

Backend: dmc (unmaintained)

Manual page: sane-dmc

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Polaroid -DMCSCSI GoodDMCSCSI Good  
+

Video Cameras

Backends: qcam, @@ -9770,32 +11123,32 @@ Vantas

Manual page: sane-qcam

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Connectix -Color QuickCamParport GoodColor QuickCamParport Good Requires root privileges.
Greyscale QuickCamParport MinimalGreyscale QuickCamParport Minimal Requires root privileges. Partly working.
+

Backend: stv680 (1.0-1)

@@ -9805,88 +11158,90 @@ Connectix Manual page: sane-stv680
Comment: This vidcam backend is for the stv0680 chipset, See the website for more info.

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
-Aiptek -Aiptek PencamUSB0x0553/0x0202Minimal +Aiptek +Aiptek PencamUSB0x0553/0x0202Minimal image is OK for CIF and QCIF, VGA and QVGA untested, streaming video is a problem
-Konica -e-miniUSB0x04c8/0x0722Untested +Konica +e-miniUSB0x04c8/0x0722Untested
+ Digital Dream -l' espion XSUSB0x1183/0x0001Untestedl' espion XSUSB0x1183/0x0001Untested
+ Creative -WebCam Go MiniUSB0x041e/0x4007UntestedWebCam Go MiniUSB0x041e/0x4007Untested
+

Backend: unsupported -(2006-06-22) +(2007-01-28)

Link(s): -/contrib.html
-Comment: The devices mentioned here are not supported by any SANE backend. However, there may be links to information about them or stand-alone programs.
+/contrib.html
+Comment: The devices mentioned here are not supported by any +SANE backend. However, there may be links to information about them or +stand-alone programs.

- - - - - - - - +
ManufacturerModelInterfaceUSB idStatusComment
+ + + + + + + - - - - + + + + - - - - + + + + -
ManufacturerModelInterfaceUSB idStatusComment
+ Biolux -654 (micrOcular)USB0x0923/0x010fUnsupported654 (micrOcular)USB0x0923/0x010fUnsupported Not supported yet. See link for more details.
+ Grandtek Scopecam -8x30 Binocular & Digital CameraUSB0x0797/0x801cUnsupported8x30 Binocular & Digital CameraUSB0x0797/0x801cUnsupported Not Supported yet. See link for more details.
+

APIs

Backends: gphoto2, @@ -9901,8 +11256,12 @@ Grandtek Scopecam Link(s): mailto:peter@fales-lorenz.net
Manual page: sane-gphoto2
-Description: Multiple cameras supported by the gphoto2 libraries
-Comment: The long-term plan is to support all the cameras supported by the gphoto2 libraries (currently over 140 models). However, at this stage, only a handful of cameras are definitely known to work with SANE. Other cameras will probably work if the native file format is EXIF or JPEG. Testers welcome!
+Description: Multiple cameras supported by the gphoto2 libraries
+Comment: The long-term plan is to support all the cameras +supported by the gphoto2 libraries (currently over 140 models). +However, at this stage, only a handful of cameras are definitely known +to work with SANE. Other cameras will probably work if the native file +format is EXIF or JPEG. Testers welcome!

Backend: pint (unmaintained) @@ -9956,7 +11315,7 @@ Grandtek Scopecam Description: Dynamic loading of shared-library backends.

Backend: net -(1.0.13) +(1.0.14)

Link(s): @@ -9970,7 +11329,7 @@ Grandtek Scopecam

Backend:
Name of the backend, in parentheses if available: Version of backend/driver; newer versions may be - available from their home sites.
NEW! means brand-new to the + available from their home sites.
NEW! means brand-new to the current release of SANE.
UNMAINTAINED means that nobody maintains that backend. Expect no new features or newly supported devices. You are welcome to take over @@ -9980,7 +11339,7 @@ Grandtek Scopecam
Link(s) to more extensive and detailed information, if it exists, or the email address of the author or maintainer. -
Manual Page:
+
Manual Page:
A link to the man-page online, if it exists.
Comment:
More information about the backend or model, e.g. the level of support and possible problems.
@@ -9995,29 +11354,29 @@ Grandtek Scopecam
Status:
Indicates how many of the features the device provides are supported by SANE. -
  • unsupported means the device is not supported at least by this backend. It may be supported by other backends, however. -
  • untested means the device may be supported but couldn't be tested. Be very careful and report success/failure. -
  • minimal means that the +
    • unsupported means the device is not supported at least by this backend. It may be supported by other backends, however. +
    • untested means the device may be supported but couldn't be tested. Be very careful and report success/failure. +
    • minimal means that the device is detected and scans at least in one mode. But the quality is bad or important features won't work. -
    • basic means it works at +
    • basic means it works at least in the most important modes but quality is not perfect. -
    • good means the device is usable +
    • good means the device is usable for day-to-day work. Some rather exotic features may be missing. -
    • complete means the backends +
    • complete means the backends supports everything the device can do. -
+
Description:
The scope of application of the backend. - +

SANE homepage
-Contact +Contact
- -This page was last updated on Mon Jul 3 00:29:33 2006 - by sane-desc 3.2 from sane-backends 1.0.18 + +This page was last updated on Sat Feb 9 23:58:05 2008 + by sane-desc 3.2 from sane-backends 1.0.18-cvs - + + diff --git a/sane-md5sums.txt b/sane-md5sums.txt new file mode 100644 index 00000000..55ff34fb --- /dev/null +++ b/sane-md5sums.txt @@ -0,0 +1,15 @@ +f54e7819e98fa15ffc70bac39eb49123 sane-backends-1.0.10.tar.gz +7f0f1a7dbc1cf164f7adc2f1cb4ec13b sane-backends-1.0.11.tar.gz +28d4d7469cd688dac94c7a415a81a6bb sane-backends-1.0.12.tar.gz +9a158413180a752f8af6f11792154a42 sane-backends-1.0.13.tar.gz +7ae5bf91aea34ef7956df6f53cf073bd sane-backends-1.0.14.tar.gz +3b804f35cdfbc5ad2d201ffe078bbac9 sane-backends-1.0.15.tar.gz +bec9b9262246316b4ebfe2bc7451aa28 sane-backends-1.0.16.tar.gz +b51c10da8a81a04e1bae88c9e6556df2 sane-backends-1.0.17.tar.gz +7ca7e2908e24721471de92cf40c75e60 sane-backends-1.0.18.tar.gz +8c0936272dcfd4e98c51512699f1c06f sane-backends-1.0.19.tar.gz +a7de89c3e67495e8a38ca63b2ff693c4 sane-frontends-1.0.10.tar.gz +59b143e12c926726db16983d288aa1a1 sane-frontends-1.0.11.tar.gz +6a6166428491b268f5ebe03f16d1bc1f sane-frontends-1.0.12.tar.gz +2930626e627df49b45192a722cedc8a6 sane-frontends-1.0.13.tar.gz +c63bf7b0bb5f530cf3c08715db721cd3 sane-frontends-1.0.14.tar.gz diff --git a/sane-mfgs.html b/sane-mfgs.html index 8709f167..50757225 100644 --- a/sane-mfgs.html +++ b/sane-mfgs.html @@ -1,15 +1,13 @@ - - -SANE: Supported Devices - - -
-SANE + + +SANE: Supported Devices +
+SANE

SANE: Supported Devices


-The following table summarizes the devices supported by sane-backends-1.0.18. +The following table summarizes the devices supported by sane-backends-1.0.19.

This is only a summary! Please consult the manpages and the author-supplied webpages for more detailed (and usually important) information @@ -20,69 +18,69 @@ with as many details as possible. Also please tell us if your scanner isn't mentioned in this list at all.

For an explanation of the tables, see the legend. -

Summary

- - - - +

Summary

+
Device typeNumber of devices
+ + + - - - - - + + + + + - - - - - - + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - + + + - - - + + + -
Device typeNumber of devices
TotalSupportedUntestedUnsupported
TotalSupportedUntestedUnsupported
SumCompleteGoodBasicMinimal
SumCompleteGoodBasicMinimal
Scanners127364817634810420126373Scanners14427601994449225131420
Still cameras55122000Still cameras55122000
Video Cameras113010232Video Cameras113010232
Meta backends2n/aMeta backends2n/a
APIs5n/aAPIs5n/a
+

Scanners

Manufacturers: Abaton, @@ -99,6 +97,7 @@ isn't mentioned in this list at all.

Avision, Bell and Howell, Bell+Howell, +BenQ, Benq (Acer), BlackWidow, Boeder, @@ -116,6 +115,7 @@ isn't mentioned in this list at all.

Dextra, E-Lux, EDGE, +EDT (Electronic Document Technology), Enhans, Epson, Escom, @@ -148,9 +148,11 @@ isn't mentioned in this list at all.

Minolta-QMS, Mitsubishi, Mustek, +NeatReceipts, NEC, Network, Nikon, +Nortek, Olivetti, Olympus, Optoelectronics, @@ -162,6 +164,7 @@ isn't mentioned in this list at all.

PIOTECH, PLANon, Plustek, +Portable Peripheral Co., Ltd., Primax, Prolink, Quato, @@ -169,6 +172,7 @@ isn't mentioned in this list at all.

Relisys, RevScan, Ricoh, +Samsung, Scanport, Scanshell, Sceptre, @@ -196,14156 +200,16006 @@ isn't mentioned in this list at all.

Manufacturer: Abaton

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Scan 300/GSSCSI Complete
Scan 300/GSSCSI Complete All known modes and functions supported + abaton
(unmaintained)
sane-abatonsane-abaton
Scan 300/SSCSI Untested
Scan 300/SSCSI Untested Untested, use with caution + abaton
(unmaintained)
sane-abatonsane-abaton
+

Manufacturer: Acer Peripherals

-Comment: Company was renamed to Benq.
+Comment: Company was renamed to Benq.

Manufacturer: Across Technologies

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
FS-1130SCSI Good
FS-1130SCSI Good FCC ID LUZFS1130 + leo
(1.0-10)
sane-leosane-leo
+

Manufacturer: Actown

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
ACT Scan I 30SCSI Untested
ACT Scan I 30SCSI Untested sub model VM3520A + teco1
(1.0-10)
sane-teco1sane-teco1
+

Manufacturer: Adlib

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
JetScan630SCSI Good
JetScan630SCSI Good   + pie
(1.0)
sane-piesane-pie
JetScan636PROSCSI Untested
JetScan636PROSCSI Untested   + pie
(1.0)
sane-piesane-pie
+

Manufacturer: AGFA

Link(s): -http://www.agfa.com/, http://www.agfa.com
+http://www.agfa.com/, http://www.agfa.com

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Arcus 1200SCSI Good
Arcus 1200SCSI Good Optional transparency unit supported. + SnapScan
(1.4)
sane-snapscansane-snapscan
Arcus IISCSI Good
Arcus IISCSI Good Arcus *II*, not Arcus! + microtek
(0.13.1)
sane-microteksane-microtek
DuoScanSCSI Basic
DuoScanSCSI Basic   + microtek
(0.13.1)
sane-microteksane-microtek
DuoScan f40USB IEEE-13940x06bd/0x02bfUnsupported
DuoScan f40USB IEEE-13940x06bd/0x02bfUnsupported Unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
DuoScan T2000XLSCSI Unsupported
DuoScan T2000XLSCSI Unsupported Unsupported. Same as Microtek ArtixScan 2020? -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
DuoScan T2500SCSI IEEE-1384 Unsupported
DuoScan T2500SCSI IEEE-1384 Unsupported Unsupported. Same as Microtek Artixscan 2500f -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Focus ColorSCSI Good
Focus ColorSCSI Good 3-pass + agfafocus
(unmaintained)
sane-agfafocussane-agfafocus
Focus Color PlusSCSI Good
Focus Color PlusSCSI Good 3-pass + agfafocus
(unmaintained)
sane-agfafocussane-agfafocus
Focus GS ScannerSCSI Untested
Focus GS ScannerSCSI Untested 6 bit gray + agfafocus
(unmaintained)
sane-agfafocussane-agfafocus
Focus IISCSI Untested
Focus IISCSI Untested gray only + agfafocus
(unmaintained)
sane-agfafocussane-agfafocus
Focus Lineart ScannerSCSI Untested
Focus Lineart ScannerSCSI Untested Lineart only? Untested. + agfafocus
(unmaintained)
sane-agfafocussane-agfafocus
SnapScanSCSI Good
SnapScanSCSI Good   + SnapScan
(1.4)
sane-snapscansane-snapscan
SnapScan 300SCSI Good
SnapScan 300SCSI Good   + SnapScan
(1.4)
sane-snapscansane-snapscan
SnapScan 310SCSI Good
SnapScan 310SCSI Good   + SnapScan
(1.4)
sane-snapscansane-snapscan
SnapScan 310PParport Unsupported
SnapScan 310PParport Unsupported Unsupported, see link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
SnapScan 600SCSI Good
SnapScan 600SCSI Good Optional ADF supported. + SnapScan
(1.4)
sane-snapscansane-snapscan
SnapScan 1200PParport Unsupported
SnapScan 1200PParport Unsupported Unsupported, see link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
SnapScan 1212PParport Unsupported
SnapScan 1212PParport Unsupported Unsupported, see link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
SnapScan 1212UUSB0x06bd/0x0001Good
SnapScan 1212UUSB0x06bd/0x0001Good   + SnapScan
(1.4)
sane-snapscansane-snapscan
SnapScan 1212U_2USB0x06bd/0x2061Good
SnapScan 1212U_2USB0x06bd/0x2061Good   + SnapScan
(1.4)
sane-snapscansane-snapscan
SnapScan 1236sSCSI Good
SnapScan 1236sSCSI Good Optional ADF and transparency unit supported. + SnapScan
(1.4)
sane-snapscansane-snapscan
SnapScan 1236uUSB0x06bd/0x0002Good
SnapScan 1236uUSB0x06bd/0x0002Good Optional ADF and transparency unit supported. + SnapScan
(1.4)
sane-snapscansane-snapscan
SnapScan e10USB0x06bd/0x2093Good
SnapScan e10USB0x06bd/0x2093Good   + SnapScan
(1.4)
sane-snapscansane-snapscan
SnapScan e20USB0x06bd/0x2091Good
SnapScan e20USB0x06bd/0x2091Good   + SnapScan
(1.4)
sane-snapscansane-snapscan
SnapScan e25USB0x06bd/0x2095Good
SnapScan e25USB0x06bd/0x2095Good   + SnapScan
(1.4)
sane-snapscansane-snapscan
SnapScan e26USB0x06bd/0x2097Good
SnapScan e26USB0x06bd/0x2097Good   + SnapScan
(1.4)
sane-snapscansane-snapscan
SnapScan e40USB0x06bd/0x208dGood
SnapScan e40USB0x06bd/0x208dGood   + SnapScan
(1.4)
sane-snapscansane-snapscan
SnapScan e42USB0x06bd/0x20ffGood
SnapScan e42USB0x06bd/0x20ffGood   + SnapScan
(1.4)
sane-snapscansane-snapscan
SnapScan e50USB0x06bd/0x208fGood
SnapScan e50USB0x06bd/0x208fGood Optional tranparency unit supported + SnapScan
(1.4)
sane-snapscansane-snapscan
SnapScan e52USB0x06bd/0x20fdGood
SnapScan e52USB0x06bd/0x20fdGood Optional tranparency unit supported + SnapScan
(1.4)
sane-snapscansane-snapscan
SnapScan e60USB Untested
SnapScan e60USB Untested   + SnapScan
(1.4)
sane-snapscansane-snapscan
SnapScan EZParport Unsupported
SnapScan EZParport Unsupported Unsupported, see link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Snapscan TouchUSB0x06bd/0x0100Complete
Snapscan TouchUSB0x06bd/0x0100Complete   + niash
(0.3)
sane-niashsane-niash
StudioScanSCSI Good
StudioScanSCSI Good   + microtek
(0.13.1)
sane-microteksane-microtek
StudioScan IISCSI Good
StudioScan IISCSI Good   + microtek
(0.13.1)
sane-microteksane-microtek
StudioScan IIsiSCSI Good
StudioScan IIsiSCSI Good   + microtek
(0.13.1)
sane-microteksane-microtek
StudiostarSCSI Minimal
StudiostarSCSI Minimal Is detected but scans are very dark + microtek
(0.13.1)
sane-microteksane-microtek
+

Manufacturer: Ambir

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - - - + + + + + - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Visigo A4USB0x0a82/0x4600UnsupportedNot supported. LM9832. See link for details. -unsupported -
(2006-06-22) +
Visigo A4USB0x0a82/0x4600CompleteRebaged Travelscan 464 +plustek +
(0.52)
?sane-plustek
+

Manufacturer: Apple

Link(s): http://developer.apple.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Apple ScannerSCSI Good
Apple ScannerSCSI Good 4bit, 16 shades of gray + apple
(unmaintained)
sane-applesane-apple
ColorOneScannerSCSI Minimal
ColorOneScannerSCSI Minimal truecolor (needs much work) but it scans in non color modes. + apple
(unmaintained)
sane-applesane-apple
OneScannerSCSI Basic
OneScannerSCSI Basic 8bit, 256 shades of gray. The backend needs work especially in the quantization code but it may work. + apple
(unmaintained)
sane-applesane-apple
+

Manufacturer: Aries

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Scan-It Pro 4800Parport (SPP, EPP) Complete
Scan-It Pro 4800Parport (SPP, EPP) Complete use driver-switch mov=2 + plustek_pp
(0.43)
sane-plustek_ppsane-plustek_pp
+

Manufacturer: Artec/Ultima

Link(s): http://www.artecusa.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - - - + + + + + - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - - - + + + + + - + - - - - + + + + - - + - - - - - - + + + + + - + - - - - - - + + + + + - + -
ModelInterfaceUSB idStatusCommentBackendManpage
1236 USBUSB0x05d8/0x4001Unsupported
1236 USBUSB0x05d8/0x4001Unsupported Unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
A6000CSCSI Complete
A6000CSCSI Complete all modes working -artec + +artec
(unmaintained)
sane-artecsane-artec
A6000C PLUSSCSI Completef/w <= v1.92 basic, f/w >= v1.93 OK -artec +
A6000C PLUSSCSI Completef/w <= v1.92 basic, f/w >= v1.93 OK +artec
(unmaintained)
sane-artecsane-artec
AM12e+Parport Unsupported
AM12e+Parport Unsupported Unsupported. Chips found inside: AT015, AD9816JS. Maybe similar to SCSI version or as6e? -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
AM12SSCSI Complete
AM12SSCSI Complete all modes working -artec + +artec
(unmaintained)
sane-artecsane-artec
AS6EParport Basic
AS6EParport Basic Requires the program 'as6edriver' to run. + as6e
(0.4.2)
sane-as6esane-as6e
AT3SCSI Complete
AT3SCSI Complete all modes working -artec + +artec
(unmaintained)
sane-artecsane-artec
AT6SCSI Good
AT6SCSI Good Scan head needs to return home before another scan can be started. -artec + +artec
(unmaintained)
sane-artecsane-artec
AT12SCSI Complete
AT12SCSI Complete all modes working -artec + +artec
(unmaintained)
sane-artecsane-artec
E+ 48UUSB0x05d8/0x4003Good
E+ 48UUSB0x05d8/0x4003Good CIS scanner based on the GT6816 chip. Apparently all other devices are re-badged Artec scanners. + artec_eplus48u
(unmaintained)
sane-artec_eplus48usane-artec_eplus48u
E+ ProUSB0x05d8/0x4004MinimalExperimental! Please report your results! +
E+ ProUSB0x05d8/0x4004MinimalWorks up to 600dpi, but not 1200. Needs better calibration. See bug #310490 artec_eplus48u
(unmaintained)
sane-artec_eplus48usane-artec_eplus48u
Ultima 2000USB0x05d8/0x4002Good
Ultima 2000USB0x05d8/0x4002Good Works, only product id 0x4002 is supported + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
Ultima 2000 (0x4001)USB0x05d8/0x4001UnsupportedSame name, but different ids: This scanner is not supported. The scanner with product id 0x4002 is supported by the gt68xx backend, however. -unsupported -
(2006-06-22) +
Ultima 2000 (0x4001)USB0x05d8/0x4001UnsupportedSame name, but different ids: This scanner is not supported. The +scanner with product id 0x4002 is supported by the gt68xx backend, +however. +unsupported +
(2007-01-28)
??
Ultima 2000 e+USB0x05d8/0x4002GoodWorks, only limited testing until now +
Ultima 2000 e+USB0x05d8/0x4002GoodWorks, however 12 bit mode doesn't seem to be supported gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
+

Manufacturer: Avigramm

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
MinidocUSB Parport0x05cb/0x1483Unsupported
MinidocUSB Parport0x05cb/0x1483Unsupported Not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Avision

Link(s): -http://www.avision.com, http://www.avision.com/
+http://www.avision.com, http://www.avision.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
@V5100USB0x0638/0x0a45Complete
@V5100USB0x0638/0x0a45Complete 1 pass, 1200 dpi, A3 - duplex!, LCD screen, paper sensors + avision
(Build: 201)
sane-avisionsane-avision
AM3000 SeriesUSB0x0638/0x0a41Basic
AM3000 SeriesUSB0x0638/0x0a41Basic MFD + avision
(Build: 201)
sane-avisionsane-avision
AV100CSSCSI Untested
AV100CSSCSI Untested   + avision
(Build: 201)
sane-avisionsane-avision
AV100IIICSSCSI Untested
AV100IIICSSCSI Untested   + avision
(Build: 201)
sane-avisionsane-avision
AV100SSCSI Untested
AV100SSCSI Untested   + avision
(Build: 201)
sane-avisionsane-avision
AV120USB0x0638/0x0a27Complete
AV120USB0x0638/0x0a27Complete sheetfed scanner + avision
(Build: 201)
sane-avisionsane-avision
AV121USB0x0638/0x0a3cUntested
AV121USB0x0638/0x0a3cUntested sheetfed scanner + avision
(Build: 201)
sane-avisionsane-avision
AV122USB0x0638/0x0a33Good
AV122USB0x0638/0x0a33Good sheetfed duplex scanner + avision
(Build: 201)
sane-avisionsane-avision
AV210USB0x0638/0x0a25Complete
AV210USB0x0638/0x0a25Complete sheetfed scanner + avision
(Build: 201)
sane-avisionsane-avision
AV210USB0x0638/0x0a24Complete
AV210USB0x0638/0x0a24Complete sheetfed scanner + avision
(Build: 201)
sane-avisionsane-avision
AV210C2USB0x0638/0x0a3aComplete
AV210C2USB0x0638/0x0a3aComplete sheetfed scanner + avision
(Build: 201)
sane-avisionsane-avision
AV220USB0x0638/0x0a23Complete
AV220USB0x0638/0x0a23Complete duplex! sheetfed scanner + avision
(Build: 201)
sane-avisionsane-avision
AV220C2USB0x0638/0x0a2aComplete
AV220C2USB0x0638/0x0a2aComplete duplex! sheetfed scanner + avision
(Build: 201)
sane-avisionsane-avision
AV220C2USB0x0638/0x0a2aComplete
AV220C2USB0x0638/0x0a2aComplete duplex! sheetfed scanner + avision
(Build: 201)
sane-avisionsane-avision
AV240SCSCSI Untested
AV240SCSCSI Untested   + avision
(Build: 201)
sane-avisionsane-avision
AV260CSSCSI Untested
AV260CSSCSI Untested   + avision
(Build: 201)
sane-avisionsane-avision
AV360CSSCSI Untested
AV360CSSCSI Untested   + avision
(Build: 201)
sane-avisionsane-avision
AV363CSSCSI Untested
AV363CSSCSI Untested   + avision
(Build: 201)
sane-avisionsane-avision
AV420CSSCSI Untested
AV420CSSCSI Untested   + avision
(Build: 201)
sane-avisionsane-avision
AV600UUSB0x0638/0x0a13Good
AV600UUSB0x0638/0x0a13Good 1 pass, 600 dpi + avision
(Build: 201)
sane-avisionsane-avision
AV600U PlusUSB0x0638/0x0a18Untested
AV600U PlusUSB0x0638/0x0a18Untested 1 pass, ??? dpi + avision
(Build: 201)
sane-avisionsane-avision
AV610USB0x0638/0x0a19Good
AV610USB0x0638/0x0a19Good   + avision
(Build: 201)
sane-avisionsane-avision
AV620CSSCSI Complete
AV620CSSCSI Complete 1 pass, 600 dpi + avision
(Build: 201)
sane-avisionsane-avision
AV620CS PlusSCSI Complete
AV620CS PlusSCSI Complete 1 pass, 1200 dpi + avision
(Build: 201)
sane-avisionsane-avision
AV630CSSCSI Complete
AV630CSSCSI Complete 1 pass, 1200 dpi - regularly tested + avision
(Build: 201)
sane-avisionsane-avision
AV630CSLSCSI Untested
AV630CSLSCSI Untested 1 pass, 1200 dpi + avision
(Build: 201)
sane-avisionsane-avision
AV660SSCSI Untested
AV660SSCSI Untested 1 pass, ??? dpi + avision
(Build: 201)
sane-avisionsane-avision
AV680SSCSI Untested
AV680SSCSI Untested 1 pass, ??? dpi + avision
(Build: 201)
sane-avisionsane-avision
AV690USCSI Untested
AV690USCSI Untested 1 pass, 2400 dpi + avision
(Build: 201)
sane-avisionsane-avision
AV800SSCSI Untested
AV800SSCSI Untested 1 pass, ??? dpi + avision
(Build: 201)
sane-avisionsane-avision
AV810CSCSI Untested
AV810CSCSI Untested 1 pass, ??? dpi + avision
(Build: 201)
sane-avisionsane-avision
AV820SCSI Untested
AV820SCSI Untested 1 pass, ??? dpi + avision
(Build: 201)
sane-avisionsane-avision
AV820CSCSI Complete
AV820CSCSI Complete 1 pass, ??? dpi + avision
(Build: 201)
sane-avisionsane-avision
AV820C PlusSCSI Complete
AV820C PlusSCSI Complete 1 pass, ??? dpi + avision
(Build: 201)
sane-avisionsane-avision
AV830CSCSI Untested
AV830CSCSI Untested 1 pass, ??? dpi + avision
(Build: 201)
sane-avisionsane-avision
AV830C PlusSCSI Untested
AV830C PlusSCSI Untested 1 pass, ??? dpi + avision
(Build: 201)
sane-avisionsane-avision
AV880SCSI Untested
AV880SCSI Untested 1 pass, ??? dpi + avision
(Build: 201)
sane-avisionsane-avision
AV880CSCSI Untested
AV880CSCSI Untested 1 pass, ??? dpi + avision
(Build: 201)
sane-avisionsane-avision
AV3200CSCSI Complete
AV3200CSCSI Complete 1 pass, ??? dpi + avision
(Build: 201)
sane-avisionsane-avision
AV3800CSCSI Complete
AV3800CSCSI Complete 1 pass, ??? dpi + avision
(Build: 201)
sane-avisionsane-avision
AV3850SUUSB0x0638/0x0a66Complete
AV3850SUUSB0x0638/0x0a66Complete 1 pass, ??? dpi + avision
(Build: 201)
sane-avisionsane-avision
AV6120SCSI Untested
AV6120SCSI Untested   + avision
(Build: 201)
sane-avisionsane-avision
AV6240SCSI Complete
AV6240SCSI Complete 1 pass, ??? dpi + avision
(Build: 201)
sane-avisionsane-avision
AV8000SSCSI Complete
AV8000SSCSI Complete 1 pass, 1200 dpi, A3 - regularly tested + avision
(Build: 201)
sane-avisionsane-avision
AV8300USB0x0638/0x0a40Complete
AV8300USB0x0638/0x0a40Complete 1 pass, 1200 dpi, A3 - duplex! + avision
(Build: 201)
sane-avisionsane-avision
AV8350USB0x0638/0x0a68Complete
AV8350USB0x0638/0x0a68Complete 1 pass, 1200 dpi, A3 - duplex! + avision
(Build: 201)
sane-avisionsane-avision
AVA3SCSI Basic
AVA3SCSI Basic 1 pass, 600 dpi, A3 + avision
(Build: 201)
sane-avisionsane-avision
DS310FParport Unsupported
DS310FParport Unsupported Probably not supported. Scanner/printer/copier combination. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
DS610CU ScancopierUSB0x0638/0x0a16Good
DS610CU ScancopierUSB0x0638/0x0a16Good 1 pass, 600 dpi, A4 + avision
(Build: 201)
sane-avisionsane-avision
FB6000ESCSI Complete
FB6000ESCSI Complete 1 pass, 1200 dpi, A3 - duplex! - zero edge! + avision
(Build: 201)
sane-avisionsane-avision
IT8300USB0x0638/0x0a61Good
IT8300USB0x0638/0x0a61Good 1 pass, 1200 dpi, A3 - duplex!, LCD screen, paper sensors + avision
(Build: 201)
sane-avisionsane-avision
iVina 1600USB0x0638/0x0a10Unsupported
iVina 1600USB0x0638/0x0a10Unsupported GL646 based, to be added to genesys backend. Same as UMAX Astra 4500. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
iVina FB1800USB0x0638/0x0a20Unsupported
iVina FB1800USB0x0638/0x0a20Unsupported GL646/GL660 based. Same as UMAX Astra 4700. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
iVina FB2400USB Unsupported
iVina FB2400USB Unsupported Not supported. No chipset information available. Same as UMAX Astra 6700. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Bell and Howell

Link(s): http://www.bhscanners.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
COPISCAN II 2135SCSI Untested
COPISCAN II 2135SCSI Untested Simplex Scanner + bh
(1.0-4)
sane-bhsane-bh
COPISCAN II 2137(A)SCSI Good
COPISCAN II 2137(A)SCSI Good Simplex Scanner (with ACE) - limited testing + bh
(1.0-4)
sane-bhsane-bh
COPISCAN II 2138ASCSI Untested
COPISCAN II 2138ASCSI Untested Simplex Scanner with ACE + bh
(1.0-4)
sane-bhsane-bh
COPISCAN II 3238SCSI Untested
COPISCAN II 3238SCSI Untested Simplex Scanner + bh
(1.0-4)
sane-bhsane-bh
COPISCAN II 3338(A)SCSI Untested
COPISCAN II 3338(A)SCSI Untested Simplex Scanner (with ACE) + bh
(1.0-4)
sane-bhsane-bh
COPISCAN II 6338SCSI Good
COPISCAN II 6338SCSI Good Duplex Scanner with ACE - development model + bh
(1.0-4)
sane-bhsane-bh
+

Manufacturer: Bell+Howell

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
2000FSCSI Basic
2000FSCSI Basic 1 pass, ??? dpi, A4 + avision
(Build: 201)
sane-avisionsane-avision
+ +

Manufacturer: BenQ

+

+Link(s): +http://www.benq.com/
+

+ + + + + + + + + + + + + + + + + + +
ModelInterfaceUSB idStatusCommentBackendManpage
5550USB0x04a5/0x2211Minimaldeveloping yet +hp3900 +
(0.10, NEW!) +
sane-hp3900

Manufacturer: Benq (Acer)

Link(s): -http://www.benq.com
+http://www.benq.com
Comment: Formerly Acer Peripherals

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - - - + + + + + - + -
ModelInterfaceUSB idStatusCommentBackendManpage
300fSCSI Good
300fSCSI Good   + SnapScan
(1.4)
sane-snapscansane-snapscan
310PParport Unsupported
310PParport Unsupported Unsupported, see link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
310sSCSI Good
310sSCSI Good   + SnapScan
(1.4)
sane-snapscansane-snapscan
310UUSB0x04a5/0x1a20Good
310UUSB0x04a5/0x1a20Good   + SnapScan
(1.4)
sane-snapscansane-snapscan
320PParport Unsupported
320PParport Unsupported Unsupported, see link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
320UUSB0x04a5/0x2022Good
320UUSB0x04a5/0x2022Good   + SnapScan
(1.4)
sane-snapscansane-snapscan
340PParport Unsupported
340PParport Unsupported Unsupported, see link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
340UUSB0x04a5/0x2022Good
340UUSB0x04a5/0x2022Good   + SnapScan
(1.4)
sane-snapscansane-snapscan
610PParport Unsupported
610PParport Unsupported Unsupported, see link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
610plusSCSI Good
610plusSCSI Good   + SnapScan
(1.4)
sane-snapscansane-snapscan
610PTParport Unsupported
610PTParport Unsupported Unsupported, see link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
610sSCSI Good
610sSCSI Good   + SnapScan
(1.4)
sane-snapscansane-snapscan
620PParport Unsupported
620PParport Unsupported Unsupported, see link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
620PTParport Unsupported
620PTParport Unsupported Unsupported, see link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
620sSCSI Good
620sSCSI Good   + SnapScan
(1.4)
sane-snapscansane-snapscan
620UUSB0x04a5/0x1a2aGood
620UUSB0x04a5/0x1a2aGood Optional tranparency unit supported + SnapScan
(1.4)
sane-snapscansane-snapscan
620UTUSB0x04a5/0x2040Good
620UTUSB0x04a5/0x2040Good Optional tranparency unit supported + SnapScan
(1.4)
sane-snapscansane-snapscan
640BTUSB0x04a5/0x20beGood
640BTUSB0x04a5/0x20beGood Optional tranparency unit supported + SnapScan
(1.4)
sane-snapscansane-snapscan
640buUSB0x04a5/0x207eGood
640buUSB0x04a5/0x207eGood   + SnapScan
(1.4)
sane-snapscansane-snapscan
640PParport Unsupported
640PParport Unsupported Unsupported, see link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
640UUSB0x04a5/0x2060Good
640UUSB0x04a5/0x2060Good Optional tranparency unit supported + SnapScan
(1.4)
sane-snapscansane-snapscan
1240USB0x04a5/0x20c0Good
1240USB0x04a5/0x20c0Good Optional tranparency unit supported + SnapScan
(1.4)
sane-snapscansane-snapscan
3300USB0x04a5/0x20deGood
3300USB0x04a5/0x20deGood   + SnapScan
(1.4)
sane-snapscansane-snapscan
3300USB0x04a5/0x20b0Good
3300USB0x04a5/0x20b0Good   + SnapScan
(1.4)
sane-snapscansane-snapscan
4300USB0x04a5/0x20deGood
4300USB0x04a5/0x20deGood   + SnapScan
(1.4)
sane-snapscansane-snapscan
4300USB0x04a5/0x20b0Good
4300USB0x04a5/0x20b0Good   + SnapScan
(1.4)
sane-snapscansane-snapscan
5000USB0x04a5/0x20f8Good
5000USB0x04a5/0x20f8Good USB ID 0x04a5,0x20f8: Color / grayscale scans working up to 1200 DPI + SnapScan
(1.4)
sane-snapscansane-snapscan
5000EUSB0x04a5/0x20fcBasic
5000EUSB0x04a5/0x20fcBasic Same as 5000U, working up to 600 DPI + SnapScan
(1.4)
sane-snapscansane-snapscan
5000UUSB0x04a5/0x20fcBasic
5000UUSB0x04a5/0x20fcBasic Same as 5000E, working up to 600 DPI + SnapScan
(1.4)
sane-snapscansane-snapscan
5150USB0x04a5/0x2137Basic
5150USB0x04a5/0x2137Basic Calibration algorithm unknown + SnapScan
(1.4)
sane-snapscansane-snapscan
5250USB0x04a5/0x2137Basic
5250USB0x04a5/0x2137Basic Same hardware as 5150 (?), Calibration algorithm unknown + SnapScan
(1.4)
sane-snapscansane-snapscan
5300USB0x04a5/0x20feBasic
5300USB0x04a5/0x20feBasic Problems with firmware upload reported + SnapScan
(1.4)
sane-snapscansane-snapscan
7400UTUSB0x04a5/0x2202Unsupported  -unsupported -
(2006-06-22) +
5450USB0x04a5/0x211eUnsupportedUnsupported. +unsupported +
(2007-01-28)
??
+5550 +USB +0x04a5/0x2211 +Unsupported +Unsupported, see link for details. + +unsupported +
(2007-01-28) + +? + +7400UT +USB +0x04a5/0x2202 +Unsupported +  + +unsupported +
(2007-01-28) + +? + +

Manufacturer: BlackWidow

Link(s): http://www.blackwidow.co.uk/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
BW4800SPSCSI Complete
BW4800SPSCSI Complete rebadged Artec AT3 -artec + +artec
(unmaintained)
sane-artecsane-artec
+

Manufacturer: Boeder

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Sm@rtScan OfficeParport USB0x05cb/0x1483Unsupported
Sm@rtScan OfficeParport USB0x05cb/0x1483Unsupported Unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Sm@rtScan Slim EditionUSB0x05d8/0x4002Good
Sm@rtScan Slim EditionUSB0x05d8/0x4002Good Similar to Artec Ultima 2000 + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
+

Manufacturer: BrightScan

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
BrighScan OpticProParport (SPP, EPP) Complete
BrighScan OpticProParport (SPP, EPP) Complete Reported as P12 + plustek_pp
(0.43)
sane-plustek_ppsane-plustek_pp
+

Manufacturer: Brother

Link(s): http://www.brother.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - - - + + + + + - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
MFC 4600Parport UnsupportedThe parport 200x400dpi grayscale version of this scanner is unsupported. Dmitri Katchalov did some investigations on this scanner. If you want to write a backend, contact him (see link). -unsupported -
(2006-06-22) +
MFC 2500USB0x04f9/0x000aUnsupportedNot supported. See link for details. +unsupported +
(2007-01-28)
??
MFC 7300cParport USB0x04f9/0x0106Unsupported
MFC 4600Parport UnsupportedThe parport 200x400dpi grayscale version of this scanner is +unsupported. Dmitri Katchalov did some investigations on this scanner. +If you want to write a backend, contact him (see link). +unsupported +
(2007-01-28) +
?
MFC 7300cParport USB0x04f9/0x0106Unsupported   -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
MFC 9600USB0x04f9/0x0101Unsupported
MFC 9600USB0x04f9/0x0101Unsupported   -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: C-Channel

Link(s): http://www.c-channel.ch/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
MoneyPen IIUSB Unsupported
MoneyPen IIUSB Unsupported Probably unsupported. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
MyPen ProUSB Unsupported
MyPen LightUSB0x0a93/0x0005UnsupportedSee bug #306792 for details. +unsupported +
(2007-01-28) +
?
MyPen ProUSB Unsupported Probably unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Canon

Link(s): http://www.canon.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + + + + + + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - + - - - - + + + + - - + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - + + + + + - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - + + + + - - + - - - - - - + + + + + - + - - - - - - + + + + + - + -
ModelInterfaceUSB idStatusCommentBackendManpage
CanoScan 300SCSI Good
CanoScan 300SCSI Good 1 pass; flatbed scanner -canon + +canon
(1.12)
sane-canonsane-canon
CanoScan 600SCSI Good
CanoScan 600SCSI Good 1 pass; flatbed scanner -canon + +canon
(1.12)
sane-canonsane-canon
CanoScan 620SSCSI Good
CanoScan 620SSCSI Good 1 pass; flatbed scanner -canon + +canon
(1.12)
sane-canonsane-canon
CanoScan 1200SSCSI Good
CanoScan 1200SSCSI Good 1 pass; flatbed scanner -canon + +canon
(1.12)
sane-canonsane-canon
CanoScan 2700FSCSI Good
CanoScan 2700FSCSI Good 1 pass; film scanner -canon + +canon
(1.12)
sane-canonsane-canon
CanoScan 2710SSCSI Good
CanoScan 2710SSCSI Good 1 pass; 36bit film scanner -canon + +canon
(1.12)
sane-canonsane-canon
CanoScan 3000USB0x04a9/0x2215Unsupported
CanoScan 3000USB0x04a9/0x2215Unsupported GL660+GL646 based. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
CanoScan 3000exUSB0x04a9/0x2215Unsupported
CanoScan 3000exUSB0x04a9/0x2215Unsupported GL660+GL646 based. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
CanoScan 3000FUSB0x04a9/0x2215Unsupported
CanoScan 3000FUSB0x04a9/0x2215Unsupported GL660+GL646 based. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
CanoScan 4200FUSB0x04a9/0x221bUnsupported
CanoScan 4200FUSB0x04a9/0x221bUnsupported Probably unsupported. See link. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
CanoScan 5000FUSB0x04a9/0x2212Unsupported
CanoScan 4400FUSB0x04a9/0x2228UnsupportedGL841 based, to be added to genesys backend +unsupported +
(2007-01-28) +
?
CanoScan 5000FUSB0x04a9/0x2212Unsupported Unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
CanoScan 5200FUSB0x04a9/0x2217Unsupported
CanoScan 5200FUSB0x04a9/0x2217Unsupported Probably unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
CanoScan 8000FUSB0x04a9/0x220fUnsupported
CanoScan 8000FUSB0x04a9/0x220fUnsupported Not supported. See link for more information. With transparency adapter. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
CanoScan 8400FUSB0x04a9/0x221eUnsupported
CanoScan 8400FUSB0x04a9/0x221eUnsupported GL841 based, to be added to genesys backend -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
CanoScan 9900FUSB0x04a9/0x2210Unsupported
CanoScan 8600FUSB0x04a9/0x2229UnsupportedGL841 based, to be added to genesys backend +unsupported +
(2007-01-28) +
?
CanoScan 9900FUSB0x04a9/0x2210Unsupported Probably unsupported, similar to 8000F. 3200x6400 dpi USB2. With transparency adapter. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
CanoScan 9950FUSB0x04a9/0x2219Unsupported
CanoScan 9950FUSB0x04a9/0x2219Unsupported Probably unsupported. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
CanoScan D646UUSB0x04a9/0x220bUnsupported
CanoScan D646UUSB0x04a9/0x220bUnsupported Probably not supported. See link for more information and test program. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
CanoScan D646U exUSB0x04a9/0x220bUnsupported
CanoScan D646U exUSB0x04a9/0x220bUnsupported Probably not supported. See D646. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
CanoScan D660UUSB0x04a9/0x2208Good
CanoScan D660UUSB0x04a9/0x2208Good TPA scans not perfect + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
CanoScan D1250U2USB0x04a9/0x220cUnsupported
CanoScan D1250U2USB0x04a9/0x220cUnsupported Not supported. However, someone started working on this scanner and some information is available (see link). -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
CanoScan D2400UFUSB0x04a9/0x220aUnsupported
CanoScan D2400UFUSB0x04a9/0x220aUnsupported Not supported. See link. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
CanoScan FB310PParport (ECP) Unsupported
CanoScan DR2580CUSB0x04a9/0x1608UnsupportedNot supported. See link. +unsupported +
(2007-01-28) +
?
CanoScan FB310PParport (ECP) Unsupported Rebadged Avision, different command set -canon_pp + +canon_pp
(0.33)
sane-canon_ppsane-canon_pp
CanoScan FB320PParport (ECP) Basic
CanoScan FB320PParport (ECP) Basic Newly added support -canon_pp + +canon_pp
(0.33)
sane-canon_ppsane-canon_pp
CanoScan FB320UUSB0x04a9/0x2201Unsupported
CanoScan FB320UUSB0x04a9/0x2201Unsupported Probably not supported. No details known. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
CanoScan FB330PParport (ECP) Good
CanoScan FB330PParport (ECP) Good   -canon_pp + +canon_pp
(0.33)
sane-canon_ppsane-canon_pp
CanoScan FB610PParport (ECP) Unsupported
CanoScan FB610PParport (ECP) Unsupported Rebadged Avision, different command set -canon_pp + +canon_pp
(0.33)
sane-canon_ppsane-canon_pp
CanoScan FB620PParport (ECP) Basic
CanoScan FB620PParport (ECP) Basic Newly added support -canon_pp + +canon_pp
(0.33)
sane-canon_ppsane-canon_pp
CanoScan FB620UUSB0x04a9/0x2202Unsupported
CanoScan FB620UUSB0x04a9/0x2202Unsupported Probably not supported. Some information is available. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
CanoScan FB630PParport (ECP) Good
CanoScan FB630PParport (ECP) Good   -canon_pp + +canon_pp
(0.33)
sane-canon_ppsane-canon_pp
CanoScan fb630uUSB0x04a9/0x2204Good
CanoScan fb630uUSB0x04a9/0x2204Good OK + canon630u
(0.1)
sane-canon630usane-canon630u
CanoScan fb636uUSB0x04a9/0x2204Good
CanoScan fb636uUSB0x04a9/0x2204Good OK + canon630u
(0.1)
sane-canon630usane-canon630u
CanoScan FB1210UUSB0x04a9/0x2205Unsupported
CanoScan FB1210UUSB0x04a9/0x2205Unsupported Not supported. However, a stand-alone program for FreeBSD is available. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
CanoScan LiDE 35USB0x04a9/0x2213Good
CanoScan LiDE 35USB0x04a9/0x2213Good Same ids as LiDE 50. + genesys
(1.0-8)
sane-genesyssane-genesys
CanoScan LiDE 40USB0x04a9/0x2213Untested
CanoScan LiDE 40USB0x04a9/0x2213Untested Same ids as LiDE 50. Please tell us if this scanner works. + genesys
(1.0-8)
sane-genesyssane-genesys
CanoScan LiDE 50USB0x04a9/0x2213Good
CanoScan LiDE 50USB0x04a9/0x2213Good   + genesys
(1.0-8)
sane-genesyssane-genesys
CanoScan LiDE 60USB0x04a9/0x221cGood
CanoScan LiDE 60USB0x04a9/0x221cGood   + genesys
(1.0-8)
sane-genesyssane-genesys
CanoScan LiDE 80USB0x04a9/0x2214Unsupported
CanoScan LiDE 70USB0x04a9/0x2225UnsupportedSee link for details +unsupported +
(2007-01-28) +
?
CanoScan LiDE 80USB0x04a9/0x2214Unsupported GL841 based, to be added to genesys backend -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
CanoScan LiDE 500FUSB0x04a9/0x221fUnsupported
CanoScan LiDE 90USB0x04a9/0x1900UnsupportedUnsupported. See link for details. +unsupported +
(2007-01-28) +
?
CanoScan LiDE 500FUSB0x04a9/0x221fUnsupported GL841 based, to be added to genesys backend -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
CanoScan LiDE25USB0x04a9/0x2220Good
CanoScan LiDE 600USB0x04a9/0x2224UnsupportedSame as LiDE 600F? see link for details +unsupported +
(2007-01-28) +
?
CanoScan LiDE 600FUSB0x04a9/0x2224UnsupportedSame as LiDE 600?, see link for details +unsupported +
(2007-01-28) +
?
CanoScan LiDE25USB0x04a9/0x2220Good   + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
CanoScan N340PParport (ECP) Good
CanoScan N340PParport (ECP) Good   -canon_pp + +canon_pp
(0.33)
sane-canon_ppsane-canon_pp
CanoScan N640PParport (ECP) Good
CanoScan N640PParport (ECP) Good   -canon_pp + +canon_pp
(0.33)
sane-canon_ppsane-canon_pp
CanoScan N640P exParport (ECP) Good
CanoScan N640P exParport (ECP) Good Just an N640P in a different box? -canon_pp + +canon_pp
(0.33)
sane-canon_ppsane-canon_pp
CanoScan N650U/N656UUSB0x04a9/0x2206Complete
CanoScan N650U/N656UUSB0x04a9/0x2206Complete   + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
CanoScan N670U/N676U/LiDE20USB0x04a9/0x220dComplete
CanoScan N670U/N676U/LiDE20USB0x04a9/0x220dComplete   + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
CanoScan N1220UUSB0x04a9/0x2207Complete
CanoScan N1220UUSB0x04a9/0x2207Complete   + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
CanoScan N1240U/LiDE30USB0x04a9/0x220eComplete
CanoScan N1240U/LiDE30USB0x04a9/0x220eComplete   + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
DR-2080CUSB SCSI0x04a9/0x1601Unsupported
D1230UUSB0x04a9/0x2209UnsupportedProbably not supported. +unsupported +
(2007-01-28) +
?
DR-2080CUSB SCSI0x04a9/0x1601Unsupported Probably not supported. Pass-trough (ADF) scanner. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
DR-3020CSCSI Unsupported
DR-3020CSCSI Unsupported Not supported. High-speed pass-trough (ADF) scanner. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
DR-3060SCSI Unsupported
DR-3060SCSI Unsupported Probably not supported. High-speed pass-trough (ADF) scanner. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
DR-3080CSCSI Unsupported
DR-3080CSCSI Unsupported Probably not supported. High-speed pass-trough (ADF) color scanner. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
DR-6080USB SCSI0x04a9/0x1607Unsupported
DR-4010CUSB0x1083/0x1614UnsupportedNot supported. See link for details. +unsupported +
(2007-01-28) +
?
DR-6080USB SCSI0x04a9/0x1607Unsupported Probably not supported. High-speed pass-trough (ADF) scanner. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
DR-9080CSCSI Unsupported
DR-7580USB SCSI0x04a9/0x160bUnsupportedNot supported. See link for details. +unsupported +
(2007-01-28) +
?
DR-9080CSCSI Unsupported Probably not supported. High-speed pass-trough (ADF) color scanner. Similar to DR-6080C, but can scan in color. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
FS4000USB SCSI0x04a9/0x3042Unsupported
FS4000USB SCSI0x04a9/0x3042Unsupported Not supported. See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
IS 12USB UnsupportedProbably not supported. Scanner cardridge for Canon inkjet printers. -unsupported -
(2006-06-22) -
?
IS 22Parport UnsupportedProbably not supported. Scanner cardridge for Canon inkjet printers. -unsupported -
(2006-06-22) -
?
IS 32USB0x04a9/0x105dUnsupportedProbably not supported. Scanner cardridge for Canon inkjet printers. -unsupported -
(2006-06-22) -
?
IS 52USB UnsupportedProbably not supported. Scanner cardridge for Canon inkjet printers. -unsupported -
(2006-06-22) -
?
MultiPASS MP700USB0x04a9/0x2630MinimalNo grayscale. Same model as SmartBase MP700 Photo? -pixma -
(0.11.3, NEW!) -
sane-pixma
MultiPASS MP730USB0x04a9/0x262fMinimalExperimental. No grayscale. Same model as SmartBase MP730 Photo? -pixma -
(0.11.3, NEW!) -
sane-pixma
PIXMA MP110USB0x04a9/0x1700Unsupported
ImageRunner iR1018USB0x04a9/0x269dUnsupported Probably not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
PIXMA MP130USB0x04a9/0x1701Unsupported
ImageRunner iR1022USB0x04a9/0x269dUnsupported Probably not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
PIXMA MP150USB0x04a9/0x1709Good  +
ImageRunner iR1023USB0x04a9/0x269dUnsupportedProbably not supported. See link for details. +unsupported +
(2007-01-28) +
?
IS 12USB UnsupportedProbably not supported. Scanner cardridge for Canon inkjet printers. +unsupported +
(2007-01-28) +
?
IS 22Parport UnsupportedProbably not supported. Scanner cardridge for Canon inkjet printers. +unsupported +
(2007-01-28) +
?
IS 32USB0x04a9/0x105dUnsupportedProbably not supported. Scanner cardridge for Canon inkjet printers. +unsupported +
(2007-01-28) +
?
IS 52USB UnsupportedProbably not supported. Scanner cardridge for Canon inkjet printers. +unsupported +
(2007-01-28) +
?
Multipass 390USB0x04a9/0x263eUnsupportedProbably not supported. See link for details. +unsupported +
(2007-01-28) +
?
MultiPASS MP700USB0x04a9/0x2630BasicSame model as SmartBase MP700 Photo? pixma -
(0.11.3, NEW!) +
(0.13.1)
sane-pixmasane-pixma
PIXMA MP170USB0x04a9/0x170aGood  +
MultiPASS MP730USB0x04a9/0x262fMinimalDo grayscale and ADF work? Same model as SmartBase MP730 Photo? pixma -
(0.11.3, NEW!) +
(0.13.1)
sane-pixmasane-pixma
PIXMA MP450USB0x04a9/0x170bGood
PIXMA MP110USB0x04a9/0x1700UnsupportedProbably not supported. See link for details. +unsupported +
(2007-01-28) +
?
PIXMA MP130USB0x04a9/0x1701UnsupportedProbably not supported. See link for details. +unsupported +
(2007-01-28) +
?
PIXMA MP150USB0x04a9/0x1709Good  +pixma +
(0.13.1) +
sane-pixma
PIXMA MP160USB0x04a9/0x1714Basic  +pixma +
(0.13.1) +
sane-pixma
PIXMA MP170USB0x04a9/0x170aGood  +pixma +
(0.13.1) +
sane-pixma
PIXMA MP180USB0x04a9/0x1715Basic  +pixma +
(0.13.1) +
sane-pixma
PIXMA MP450USB0x04a9/0x170bGood Scanner makes loud noise at 600 DPI. + pixma -
(0.11.3, NEW!) +
(0.13.1)
sane-pixmasane-pixma
PIXMA MP500USB0x04a9/0x170cGood
PIXMA MP460USB0x04a9/0x1716Basic   + pixma -
(0.11.3, NEW!) +
(0.13.1)
sane-pixmasane-pixma
PIXMA MP750USB0x04a9/0x1706Minimal
PIXMA MP500USB0x04a9/0x170cGood  +pixma +
(0.13.1) +
sane-pixma
PIXMA MP510USB0x04a9/0x1717Basic  +pixma +
(0.13.1) +
sane-pixma
PIXMA MP530USB0x04a9/0x1712Good  +pixma +
(0.13.1) +
sane-pixma
PIXMA MP600USB0x04a9/0x1718Basic2400DPI doesn't work. +pixma +
(0.13.1) +
sane-pixma
PIXMA MP600RUSB0x04a9/0x1719Minimal2400DPI doesn't work. +pixma +
(0.13.1) +
sane-pixma
PIXMA MP750USB0x04a9/0x1706Minimal No grayscale. Canceling scan in ADF mode doesn't eject the paper! + pixma -
(0.11.3, NEW!) +
(0.13.1)
sane-pixmasane-pixma
PIXMA MP760USB0x04a9/0x1708MinimalExperimental. No grayscale. The scanner sometimes hangs! +
PIXMA MP760USB0x04a9/0x1708MinimalNo grayscale. The scanner sometimes hangs! pixma -
(0.11.3, NEW!) +
(0.13.1)
sane-pixmasane-pixma
PIXMA MP780USB0x04a9/0x1707MinimalExperimental. No grayscale. The scanner sometimes hangs! +
PIXMA MP780USB0x04a9/0x1707MinimalNo grayscale. The scanner sometimes hangs! pixma -
(0.11.3, NEW!) +
(0.13.1)
sane-pixmasane-pixma
PIXMA MP800USB0x04a9/0x170dBasic
PIXMA MP800USB0x04a9/0x170dBasic No film scan. + pixma -
(0.11.3, NEW!) +
(0.13.1)
sane-pixmasane-pixma
PIXMA MP830USB0x04a9/0x1713BasicPlease report if ADF works. +
PIXMA MP800RUSB0x04a9/0x170eBasicNo film scan. pixma -
(0.11.3, NEW!) +
(0.13.1)
sane-pixmasane-pixma
Smartbase MP360USB0x04a9/0x263cUnsupportedProbably not supported. See link for details. -unsupported -
(2006-06-22) +
PIXMA MP810USB0x04a9/0x171aUntested  +pixma +
(0.13.1)
?sane-pixma
+PIXMA MP830 +USB +0x04a9/0x1713 +Basic +Sigle-side ADF works but duplex doesn't work yet. + +pixma +
(0.13.1) + +sane-pixma + +PIXMA MP960 +USB +0x04a9/0x171b +Minimal +  + +pixma +
(0.13.1) + +sane-pixma + +SmartBase MP360 +USB +0x04a9/0x263c +Minimal +The scanner locks up sometimes. + +pixma +
(0.13.1) + +sane-pixma + +SmartBase MP370 +USB +0x04a9/0x263d +Minimal +The scanner locks up sometimes. + +pixma +
(0.13.1) + +sane-pixma + +SmartBase MP390 +USB +0x04a9/0x263e +Minimal +The scanner locks up sometimes. + +pixma +
(0.13.1) + +sane-pixma + +

Manufacturer: Chinon

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
DS-3000Parport Serial Port Unsupported
DS-3000Parport Serial Port Unsupported Unsupported at the moment, but a backend is in preparation. See link. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Compaq

Link(s): http://www.compaq.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - - - + + + + + - + -
ModelInterfaceUSB idStatusCommentBackendManpage
S4-100USB0x049f/0x001aComplete
S4-100USB0x049f/0x001aComplete Identical to UMAX 3400 + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
S200USB0x049f/0x0021UnsupportedNot supported. 2400x1200 dpi. One bulk-in, one bulk-out and one interrupt endpoint. Type-number: U0001-HB21, another type nr on the inside: 75100512-00 -unsupported -
(2006-06-22) +
S200USB0x049f/0x0021UnsupportedNot supported. 2400x1200 dpi. One bulk-in, one bulk-out and one +interrupt endpoint. Type-number: U0001-HB21, another type nr on the +inside: 75100512-00 +unsupported +
(2007-01-28)
??
+

Manufacturer: Compeye

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Simplex 1236CParport USB0x05cb/0x1483Unsupported
Simplex 1236CParport USB0x05cb/0x1483Unsupported Unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Corex

Link(s): http://www.cardscan.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - - - + + + + + - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Cardscan 500USB0x08f0/0x0001UnsupportedProbably not supported. Businesscard reader. -unsupported -
(2006-06-22) +
800cUSB0x08f0/0x2110Good4 inch wide 8bit Gray or 24bit Color simplex card/receipt scanner +cardscan +
(1.0.0, NEW!)
?sane-cardscan
+Cardscan 500 +USB +0x08f0/0x0001 +Unsupported +Probably not supported. Businesscard reader. + +unsupported +
(2007-01-28) + +? + +Cardscan 700 C +USB +0x08f0/0x0004 +Unsupported +Probably not supported. + +unsupported +
(2007-01-28) + +? + +

Manufacturer: Cybercom

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - - - + + + + + - + -
ModelInterfaceUSB idStatusCommentBackendManpage
9352Parport (EPP) Good300 dpi CCD scanner +
9352Parport (EPP) GoodCIS scanner mustek_pp
(13)
sane-mustek_ppsane-mustek_pp
+

Manufacturer: Dell

Link(s): http://www.dell.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - - - + + + + + + + + + + + + + - + - - - - - - - - - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
922USB0x413c/0x5109Unsupported
922USB0x413c/0x5109Unsupported Probably not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
1600nEthernet USB0x413c/0x5250BasicSupports single page scans over ethernet -dell1600n_net
(NEW!) +
1600nEthernet USB0x413c/0x5250BasicSupports colour and monochrome scans over ethernet (USB not supported) +dell1600n_net?
A920USB0x413c/0x5105GoodRelabelled X11xx model +lexmark +
(1.0-0)
?lexmark
A920USB0x413c/0x5105UnsupportedNot supported by stable SANE, but a backend is available in experimental CVS. See link. -unsupported -
(2006-06-22) -
?
A960USB0x413c/0x5107Unsupported
A960USB0x413c/0x5107Unsupported Probably not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Devcom

Link(s): http://www.blackwidow.co.uk/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
9630SSCSI Untested
9630SSCSI Untested   + pie
(1.0)
sane-piesane-pie
9636PROSCSI Good
9636PROSCSI Good   + pie
(1.0)
sane-piesane-pie
9636SSCSI Untested
9636SSCSI Untested   + pie
(1.0)
sane-piesane-pie
+

Manufacturer: Dextra

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
DF-600PSCSI Good
DF-600PSCSI Good sub model VM3510 + teco1
(1.0-10)
sane-teco1sane-teco1
DF-1200T+SCSI Untested
DF-1200T+SCSI Untested sub model VM3530+ + teco1
(1.0-10)
sane-teco1sane-teco1
DF-4830TSCSI Untested
DF-4830TSCSI Untested sub model VM4542 + teco1
(1.0-10)
sane-teco1sane-teco1
DF-9624SCSI Untested
DF-9624SCSI Untested sub model VM6530+ + teco1
(1.0-10)
sane-teco1sane-teco1
+

Manufacturer: E-Lux

Comment: E-Lux and Enhans seem to have been purchased by dysan, now known as MEMOREX

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
j-6121Parport Unsupported
j-6121Parport Unsupported Probably unsupported. Sold 1998. Same as E-Lux j-6121. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: EDGE

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
KTX-9600USSCSI Untested
KTX-9600USSCSI Untested no feedback + umax
(1.0-41)
sane-umaxsane-umax
+ +

Manufacturer: EDT (Electronic Document Technology)

+

+Link(s): +http://www.bizcardreader.com/
+

+ + + + + + + + + + + + + + + + + + +
ModelInterfaceUSB idStatusCommentBackendManpage
BizCardReader 900CUSB0x0a53/0x5001UnsupportedProbably unsupported. See link for details. +unsupported +
(2007-01-28) +
?

Manufacturer: Enhans

Comment: E-Lux and Enhans seem to have been purchased by dysan, now known as MEMOREX

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
j-6121Parport Unsupported
j-6121Parport Unsupported Probably unsupported. Sold 1998. Same as E-Lux j-6121. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
M-3630 AParport Unsupported
M-3630 AParport Unsupported Probably unsupported. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Epson

Link(s): -http://www.epson.com/, http://www.epson.com
+http://www.epson.com/, http://www.epson.com

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - - - + + + + + - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - - - + + + + + - + - - - - + + + + - + + + + + + + + - + - - - - + + + + - + + + + + + + + + + + + + + + + - + - - - - + + + + - - + - - - - + + + + - + + + + + + + + - + - - - - + + + + - - + - - - - + + + + - + + + + + + + + + + + + + + + + - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - + + + + + + + + - + - - - - + + + + - + + + + + + + + + + + + + + + + - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - + + + + + + + + + + + + + + + + - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - - - + + + + + - + - - - - + + + + + + + + + + + + - - + - - - - - - + + + + + - + - - - - + + + + - + + + + + + + + - + - - - - + + + + - + + + + + + + + - + - - - - + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - + + + + + - + - - - - + + + + + + + + + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Actionscanner IISCSI Parport Good
Actionscanner IISCSI Parport Good US version of GT-5000 -epson -
(0.2.42) +
+epson2
(0.1.16)
sane-epsonsane-epson2
AcuLaser CX11USB0x04b8/0x0815Good
Actionscanner IISCSI Parport GoodUS version of GT-5000 +epson +
(unmaintained) +
sane-epson
AcuLaser CX11USB0x04b8/0x0815Good   + epson -
(0.2.42) +
(unmaintained)
sane-epsonsane-epson
AcuLaser CX11NFUSB0x04b8/0x0815Good
AcuLaser CX11 seriesUSB Network0x04b8/0x0815Good   -epson -
(0.2.42) +
+epson2
(0.1.16)
sane-epsonsane-epson2
CX-3200USB0x04b8/0x0802Good
AcuLaser CX11NFUSB0x04b8/0x0815Good   + epson -
(0.2.42) +
(unmaintained)
sane-epsonsane-epson
CX-3600USB0x04b8/0x080eGood
AcuLaser CX21 seriesUSB Network UntestedShould work if the protocol is similar to the CX11, please report +epson2
(0.1.16) +
sane-epson2
CX-3200USB0x04b8/0x0802Good   -epson -
(0.2.42) +
+epson2
(0.1.16)
sane-epsonsane-epson2
CX-3650USB0x04b8/0x080eGood
CX-3200USB0x04b8/0x0802Good   + epson -
(0.2.42) +
(unmaintained)
sane-epsonsane-epson
CX-3700USB0x04b8/0x0818Good
CX-3600USB0x04b8/0x080eGood   -epson -
(0.2.42) +
+epson2
(0.1.16)
sane-epsonsane-epson2
CX-3800USB0x04b8/0x0818Good
CX-3600USB0x04b8/0x080eGood   + epson -
(0.2.42) +
(unmaintained)
sane-epsonsane-epson
CX-4200USB0x04b8/0x0820Good
CX-3650USB0x04b8/0x080eGood   -epson -
(0.2.42) +
+epson2
(0.1.16)
sane-epsonsane-epson2
CX-4600USB0x04b8/0x080dGood
CX-3650USB0x04b8/0x080eGood   + epson -
(0.2.42) +
(unmaintained)
sane-epsonsane-epson
CX-4800USB0x04b8/0x0819Good
CX-3700USB0x04b8/0x0818Good   -epson -
(0.2.42) +
+epson2
(0.1.16)
sane-epsonsane-epson2
CX-5200USB0x04b8/0x0801Good
CX-3700USB0x04b8/0x0818Good   + epson -
(0.2.42) +
(unmaintained)
sane-epsonsane-epson
CX-5400USB0x04b8/0x0808Good
CX-3800USB0x04b8/0x0818Good   -epson -
(0.2.42) +
+epson2
(0.1.16)
sane-epsonsane-epson2
CX-5400USB0x04b8/0x0801Good
CX-3800USB0x04b8/0x0818Good   + epson -
(0.2.42) +
(unmaintained)
sane-epsonsane-epson
CX-6400USB0x04b8/0x0805Good
CX-4200USB0x04b8/0x0820Good   -epson -
(0.2.42) +
+epson2
(0.1.16)
sane-epsonsane-epson2
CX-6600USB0x04b8/0x0805Good
CX-4200USB0x04b8/0x0820Good   + epson -
(0.2.42) +
(unmaintained)
sane-epsonsane-epson
DX-3800USB0x04b8/0x0818Good
CX-4600USB0x04b8/0x080dGood   -epson -
(0.2.42) +
+epson2
(0.1.16)
sane-epsonsane-epson2
DX-3850USB Good
CX-4600USB0x04b8/0x080dGood   + epson -
(0.2.42) +
(unmaintained)
sane-epsonsane-epson
ES-300CSCSI Parport Good
CX-4800USB0x04b8/0x0819Good  +epson2
(0.1.16) +
sane-epson2
CX-4800USB0x04b8/0x0819Good  +epson +
(unmaintained) +
sane-epson
CX-5000USB0x04b8/0x082bGood  +epson2
(0.1.16) +
sane-epson2
CX-5000USB0x04b8/0x082bGood  +epson +
(unmaintained) +
sane-epson
CX-5200USB0x04b8/0x0801Good  +epson2
(0.1.16) +
sane-epson2
CX-5200USB0x04b8/0x0801Good  +epson +
(unmaintained) +
sane-epson
CX-5400USB0x04b8/0x0808Good  +epson2
(0.1.16) +
sane-epson2
CX-5400USB0x04b8/0x0801Good  +epson2
(0.1.16) +
sane-epson2
CX-5400USB0x04b8/0x0808Good  +epson +
(unmaintained) +
sane-epson
CX-5400USB0x04b8/0x0801Good  +epson +
(unmaintained) +
sane-epson
CX-6300USB0x04b8/0x0805Good  +epson2
(0.1.16) +
sane-epson2
CX-6300USB0x04b8/0x0805Good  +epson +
(unmaintained) +
sane-epson
CX-6400USB0x04b8/0x0805Good  +epson2
(0.1.16) +
sane-epson2
CX-6400USB0x04b8/0x0805Good  +epson +
(unmaintained) +
sane-epson
CX-6500USB0x04b8/0x0813Good  +epson2
(0.1.16) +
sane-epson2
CX-6500USB0x04b8/0x0813Good  +epson +
(unmaintained) +
sane-epson
CX-6600USB0x04b8/0x0813Good  +epson2
(0.1.16) +
sane-epson2
CX-6600USB0x04b8/0x0813Good  +epson +
(unmaintained) +
sane-epson
DX-3800USB0x04b8/0x0818Good  +epson2
(0.1.16) +
sane-epson2
DX-3800USB0x04b8/0x0818Good  +epson +
(unmaintained) +
sane-epson
DX-3850USB0x04b8/0x0818Good  +epson2
(0.1.16) +
sane-epson2
DX-3850USB0x04b8/0x0818Good  +epson +
(unmaintained) +
sane-epson
DX-4050USB0x04b8/0x082fGood  +epson2
(0.1.16) +
sane-epson2
DX-4050USB0x04b8/0x082fGood  +epson +
(unmaintained) +
sane-epson
DX-5000USB0x04b8/0x082bGood  +epson2
(0.1.16) +
sane-epson2
DX-5000USB0x04b8/0x082bGood  +epson +
(unmaintained) +
sane-epson
DX-5050USB0x04b8/0x082bGood  +epson2
(0.1.16) +
sane-epson2
DX-5050USB0x04b8/0x082bGood  +epson +
(unmaintained) +
sane-epson
DX-6000USB0x04b8/0x082eGood  +epson2
(0.1.16) +
sane-epson2
DX-6000USB0x04b8/0x082eGood  +epson +
(unmaintained) +
sane-epson
DX-7400USB0x04b8/0x0838Good  +epson2
(0.1.16) +
sane-epson2
DX-7400USB0x04b8/0x0838Good  +epson +
(unmaintained) +
sane-epson
ES-300CSCSI Parport Good US version of GT-6000 -epson -
(0.2.42) +
+epson2
(0.1.16)
sane-epsonsane-epson2
ES-300GSSCSI Good
ES-300CSCSI Parport GoodUS version of GT-6000 +epson +
(unmaintained) +
sane-epson
ES-300GSSCSI Good   -epson -
(0.2.42) +
+epson2
(0.1.16)
sane-epsonsane-epson2
ES-600CParport Good
ES-300GSSCSI Good  +epson +
(unmaintained) +
sane-epson
ES-600CParport Good US version of GT-6500 -epson -
(0.2.42) +
+epson2
(0.1.16)
sane-epsonsane-epson2
ES-1200CParport Good
ES-600CParport GoodUS version of GT-6500 +epson +
(unmaintained) +
sane-epson
ES-1200CParport Good US version of GT-9000 -epson -
(0.2.42) +
+epson2
(0.1.16)
sane-epsonsane-epson2
ES-8500SCSI Good
ES-1200CParport GoodUS version of GT-9000 +epson +
(unmaintained) +
sane-epson
ES-8500SCSI Good   -epson -
(0.2.42) +
+epson2
(0.1.16)
sane-epsonsane-epson2
Expression 636SCSI Complete
ES-8500SCSI Good  +epson +
(unmaintained) +
sane-epson
Expression 636SCSI Complete US version of GT-9500 -epson -
(0.2.42) +
+epson2
(0.1.16)
sane-epsonsane-epson2
Expression 800SCSI Complete
Expression 636SCSI CompleteUS version of GT-9500 +epson +
(unmaintained) +
sane-epson
Expression 800SCSI Complete   -epson -
(0.2.42) +
+epson2
(0.1.16)
sane-epsonsane-epson2
Expression 1600SCSI USB IEEE-13940x04b8/0x0107Complete
Expression 800SCSI Complete   + epson -
(0.2.42) +
(unmaintained)
sane-epsonsane-epson
Expression 1680SCSI USB IEEE-13940x04b8/0x010eComplete
Expression 1600SCSI USB IEEE-13940x04b8/0x0107Complete   -epson -
(0.2.42) +
+epson2
(0.1.16)
sane-epsonsane-epson2
FilmScan 200SCSI UnsupportedA better backend for the FilmScan 200 can be found at http://www.vjet.demon.co.uk/scanner/ +
Expression 1600SCSI USB IEEE-13940x04b8/0x0107Complete  epson -
(0.2.42) +
(unmaintained)
sane-epsonsane-epson
GT-2200USB0x04b8/0x0102Unsupported
Expression 1680SCSI USB IEEE-13940x04b8/0x010eComplete  +epson2
(0.1.16) +
sane-epson2
Expression 1680SCSI USB IEEE-13940x04b8/0x010eComplete  +epson +
(unmaintained) +
sane-epson
FilmScan 200SCSI MinimalWill be supported sooner or later +epson2
(0.1.16) +
sane-epson2
GT-2200USB0x04b8/0x0102Unsupported Probably unsupported. No details known. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
GT-5000SCSI Parport Good
GT-5000SCSI Parport Good   -epson -
(0.2.42) +
+epson2
(0.1.16)
sane-epsonsane-epson2
GT-5500SCSI Good
GT-5000SCSI Parport Good   + epson -
(0.2.42) +
(unmaintained)
sane-epsonsane-epson
GT-6000SCSI Parport Good
GT-5500SCSI Good   -epson -
(0.2.42) +
+epson2
(0.1.16)
sane-epsonsane-epson2
GT-6500Parport Good
GT-5500SCSI Good   + epson -
(0.2.42) +
(unmaintained)
sane-epsonsane-epson
GT-7000SCSI Good
GT-6000SCSI Parport Good   -epson -
(0.2.42) +
+epson2
(0.1.16)
sane-epsonsane-epson2
GT-8000SCSI Good
GT-6000SCSI Parport Good   + epson -
(0.2.42) +
(unmaintained)
sane-epsonsane-epson
Perfection 600SCSI Good
GT-6500Parport Good  +epson2
(0.1.16) +
sane-epson2
GT-6500Parport Good  +epson +
(unmaintained) +
sane-epson
GT-7000SCSI Good  +epson2
(0.1.16) +
sane-epson2
GT-7000SCSI Good  +epson +
(unmaintained) +
sane-epson
GT-8000SCSI Good  +epson2
(0.1.16) +
sane-epson2
GT-8000SCSI Good  +epson +
(unmaintained) +
sane-epson
Perfection 600SCSI Good OK, SCSI-ID=EPSON Perfection600 + umax
(1.0-41)
sane-umaxsane-umax
Perfection 610USB0x04b8/0x0103Complete
Perfection 610USB0x04b8/0x0103Complete   -epson -
(0.2.42) +
+epson2
(0.1.16)
sane-epsonsane-epson2
Perfection 636SSCSI Complete
Perfection 610USB0x04b8/0x0103Complete  +epson +
(unmaintained) +
sane-epson
Perfection 636SSCSI Complete US version of GT-7000 -epson -
(0.2.42) +
+epson2
(0.1.16)
sane-epsonsane-epson2
Perfection 636UUSB0x04b8/0x0101Complete  +
Perfection 636SSCSI CompleteUS version of GT-7000 epson -
(0.2.42) +
(unmaintained)
sane-epsonsane-epson
Perfection 640USB0x04b8/0x010cComplete
Perfection 636UUSB0x04b8/0x0101Complete   + +epson2
(0.1.16) +
sane-epson2
Perfection 636UUSB0x04b8/0x0101Complete  epson -
(0.2.42) +
(unmaintained)
sane-epsonsane-epson
Perfection 660USB0x04b8/0x0114Good
Perfection 640USB0x04b8/0x010cComplete   + +epson2
(0.1.16) +
sane-epson2
Perfection 640USB0x04b8/0x010cComplete  +epson +
(unmaintained) +
sane-epson
Perfection 660USB0x04b8/0x0114Good  SnapScan
(1.4)
sane-snapscansane-snapscan
Perfection 1200PhotoUSB0x04b8/0x0104Complete
Perfection 1200PhotoUSB0x04b8/0x0104Complete with TPU + epson -
(0.2.42) +
(unmaintained)
sane-epsonsane-epson
Perfection 1200SSCSI Complete
Perfection 1200SSCSI Complete   + +epson2
(0.1.16) +
sane-epson2
Perfection 1200SSCSI Complete  epson -
(0.2.42) +
(unmaintained)
sane-epsonsane-epson
Perfection 1200UUSB0x04b8/0x0104Complete
Perfection 1200UUSB0x04b8/0x0104Complete   + epson -
(0.2.42) +
(unmaintained)
sane-epsonsane-epson
Perfection 1240SCSI USB0x04b8/0x010bComplete
Perfection 1200U / 1200 PhotoUSB0x04b8/0x0104Complete   + +epson2
(0.1.16) +
sane-epson2
Perfection 1240SCSI USB0x04b8/0x010bComplete  +epson2
(0.1.16) +
sane-epson2
Perfection 1240SCSI USB0x04b8/0x010bComplete  epson -
(0.2.42) +
(unmaintained)
sane-epsonsane-epson
Perfection 1250USB0x04b8/0x010fComplete
Perfection 1250USB0x04b8/0x010fComplete   + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
Perfection 1250PhotoUSB0x04b8/0x010fGood
Perfection 1250PhotoUSB0x04b8/0x010fGood TPA scans not perfect + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
Perfection 1260USB0x04b8/0x011dComplete
Perfection 1260USB0x04b8/0x011dComplete   + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
Perfection 1260PhotoUSB0x04b8/0x011dGood
Perfection 1260PhotoUSB0x04b8/0x011dGood TPA scans not perfect + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
Perfection 1270USB0x04b8/0x0120Good
Perfection 1270USB0x04b8/0x0120Good   + SnapScan
(1.4)
sane-snapscansane-snapscan
Perfection 1640SCSI USB0x04b8/0x010aComplete
Perfection 1640SCSI USB0x04b8/0x010aComplete   -epson -
(0.2.42) +
+epson2
(0.1.16)
sane-epsonsane-epson2
Perfection 1650USB0x04b8/0x0110Complete
Perfection 1640SCSI USB0x04b8/0x010aComplete   + epson -
(0.2.42) +
(unmaintained)
sane-epsonsane-epson
Perfection 1660USB0x04b8/0x011eComplete
Perfection 1650USB0x04b8/0x0110Complete   + +epson2
(0.1.16) +
sane-epson2
Perfection 1650USB0x04b8/0x0110Complete  epson -
(0.2.42) +
(unmaintained)
sane-epsonsane-epson
Perfection 1670USB0x04b8/0x011fGood
Perfection 1660USB0x04b8/0x011eComplete   + +epson2
(0.1.16) +
sane-epson2
Perfection 1660USB0x04b8/0x011eComplete  +epson +
(unmaintained) +
sane-epson
Perfection 1670USB0x04b8/0x011fGood  SnapScan
(1.4)
sane-snapscansane-snapscan
Perfection 2400USB0x04b8/0x011bComplete
Perfection 2400USB0x04b8/0x011bComplete   -epson -
(0.2.42) +
+epson2
(0.1.16)
sane-epsonsane-epson2
Perfection 2450USB IEEE-13940x04b8/0x0112Complete
Perfection 2400USB0x04b8/0x011bComplete   + epson -
(0.2.42) +
(unmaintained)
sane-epsonsane-epson
Perfection 2480USB0x04b8/0x0121Good
Perfection 2450USB IEEE-13940x04b8/0x0112Complete   + +epson2
(0.1.16) +
sane-epson2
Perfection 2450USB IEEE-13940x04b8/0x0112Complete  +epson +
(unmaintained) +
sane-epson
Perfection 2480USB0x04b8/0x0121Good  SnapScan
(1.4)
sane-snapscansane-snapscan
Perfection 2580USB0x04b8/0x0121Basic
Perfection 2580USB0x04b8/0x0121Basic Film scanning unit unsupported + SnapScan
(1.4)
sane-snapscansane-snapscan
Perfection 3200USB0x04b8/0x011cComplete
Perfection 3200USB0x04b8/0x011cComplete US version of the GT-9800 -epson -
(0.2.42) +
+epson2
(0.1.16)
sane-epsonsane-epson2
Perfection 3490USB0x04b8/0x0122Good
Perfection 3200USB0x04b8/0x011cCompleteUS version of the GT-9800 +epson +
(unmaintained) +
sane-epson
Perfection 3490USB0x04b8/0x0122Good   + SnapScan
(1.4)
sane-snapscansane-snapscan
Perfection 3590USB0x04b8/0x0122Basic
Perfection 3590USB0x04b8/0x0122Basic Film scanning unit unsupported + SnapScan
(1.4)
sane-snapscansane-snapscan
Perfection 4870USB0x04b8/0x0128CompleteUS version of the GT-9800 -epson -
(0.2.42) +
Perfection 4870USB0x04b8/0x0128CompleteUS version of the GT-X700 +epson2
(0.1.16)
sane-epsonsane-epson2
Perfection 4990USB0x04b8/0x012aComplete
Perfection 4870USB0x04b8/0x0128CompleteUS version of the GT-X700 +epson +
(unmaintained) +
sane-epson
Perfection 4990USB0x04b8/0x012aComplete US version of the GT-X800 -epson -
(0.2.42) +
+epson2
(0.1.16)
sane-epsonsane-epson2
RX-425USB0x04b8/0x080fGood  +
Perfection 4990USB0x04b8/0x012aCompleteUS version of the GT-X800 epson -
(0.2.42) +
(unmaintained)
sane-epsonsane-epson
RX-500USB0x04b8/0x0807Good
RX-425USB0x04b8/0x080fGood   + +epson2
(0.1.16) +
sane-epson2
RX-425USB0x04b8/0x080fGood  epson -
(0.2.42) +
(unmaintained)
sane-epsonsane-epson
RX-600USB0x04b8/0x0806Good
RX-500USB0x04b8/0x0807Good   + +epson2
(0.1.16) +
sane-epson2
RX-500USB0x04b8/0x0807Good  epson -
(0.2.42) +
(unmaintained)
sane-epsonsane-epson
Stylus CX-1500USB0x04b8/0x080cGood
RX-600USB0x04b8/0x0806Good   + +epson2
(0.1.16) +
sane-epson2
RX-600USB0x04b8/0x0806Good  +epson +
(unmaintained) +
sane-epson
RX-700USB0x04b8/0x0810Good  +epson2
(0.1.16) +
sane-epson2
RX-700USB0x04b8/0x0810Good  +epson +
(unmaintained) +
sane-epson
Stylus CX-1500USB0x04b8/0x080cGood  SnapScan
(1.4)
sane-snapscansane-snapscan
Stylus CX-5800USB UnsupportedProbably unsupported at the moment. Not compatible to snapscan backend. It's not known if it may work with epson or epkowa backend. -unsupported -
(2006-06-22) +
Stylus CX-5800USB UnsupportedProbably unsupported at the moment. Not compatible to snapscan +backend. It's not known if it may work with epson or epkowa backend. +unsupported +
(2007-01-28)
??
StylusScan 2000USB0x04b8/0x0105Unsupported
Stylus DX4450USB0x04b8/0x083fUnsupportedProbably unsupported. See link for details. +unsupported +
(2007-01-28) +
?
StylusScan 2000USB0x04b8/0x0105Unsupported Probably unsupported. No details known. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+V700 +USB IEEE-1394 +0x04b8/0x012c +Good +  + +epson2
(0.1.16) + +sane-epson2 + +V700 +USB IEEE-1394 +0x04b8/0x012c +Good +  + +epson +
(unmaintained) + +sane-epson + +V750 +USB IEEE-1394 +0x04b8/0x012c +Good +  + +epson2
(0.1.16) + +sane-epson2 + +V750 +USB IEEE-1394 +0x04b8/0x012c +Good +  + +epson +
(unmaintained) + +sane-epson + +

Manufacturer: Escom

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Image Scanner 256SCSI Good
Image Scanner 256SCSI Good OK, SCSI-ID=UMAX UG 80 + umax
(1.0-41)
sane-umaxsane-umax
+

Manufacturer: Escort

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Galleria 600SCSI Untested
Galleria 600SCSI Untested untested, SCSI-ID=ESCORT Galleria 600S + umax
(1.0-41)
sane-umaxsane-umax
+

Manufacturer: Fujitsu

Link(s): -http://www.fujitsu.com, http://www.fujitsu.com/, http://www.fcpa.fujitsu.com/products/scanners/
+http://www.fujitsu.com, http://www.fujitsu.com/, http://www.fcpa.fujitsu.com/products/scanners/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - - - + + + + + - + - - - - - - - - - - - - - - - - - - - - + + + + - - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - - - - - - - - - - - - - - - + + + + - - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - + - - - - + + + + - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - - - - - - - - - - - - - - - + + + + - - + - - - - + + + + + + + + + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - - - - - - - - - - - - - - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - - - + + + + + - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
1200CUSUSB0x05d8/0x4002Basic
1200CUSUSB0x05d8/0x4002Basic Works, but is slow. Probably a Mustek BearPaw 2400 CU clone. + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
fi-60FUSB Untestedworkgroup, current, unknown chipset, perhaps non-fujitsu -fujitsu -
(1.0.33) +
fi-60FUSB0x04c5/0x10c7BasicA6-size flatbed, 300/600 dpi, color/grayscale in hardware +epjitsu +
(1.0.10, NEW!)
sane-fujitsusane-epjitsu
fi-4010CUSB0x04c5/0x1029UnsupportedUnsupported. Unknown chipset. -unsupported -
(2006-06-22) -
?
fi-4010CUSB Untestedworkgroup, newer, discontinued, unknown chipset, perhaps non-fujitsu -fujitsu -
(1.0.33) -
sane-fujitsu
fi-4010CUUSB0x04c5/0x1029Untested
fi-4010CUSB0x04c5/0x1029Untested   + avision
(Build: 201)
sane-avisionsane-avision
fi-4110CUUSB0x04c5/0x1033Untestedworkgroup, newer, discontinued, unknown chipset, perhaps non-fujitsu -fujitsu -
(1.0.33) +
fi-4110CU/SSFUSB0x04c5/0x1033Untested  +avision +
(Build: 201)
sane-fujitsusane-avision
fi-4110EOXUSB Untestedworkgroup, newer, discontinued, unknown chipset, perhaps non-fujitsu -fujitsu -
(1.0.33) +
fi-4110EOX/2/3USB UnsupportedUse ma1509 chip, but very different from other scanners supported by the ma1509 backend +ma1509 +
(1.0-3)
sane-fujitsusane-ma1509
fi-4110EOX2USB UnsupportedUses ma1509 chip, but very different from other scanners supported by the ma1509 backend -unsupported -
(2006-06-22) +
fi-4120CSCSI USB0x04c5/0x1041Goodworkgroup, recent, discontinued, usb 1.1 +fujitsu +
(1.0.55)
?sane-fujitsu
fi-4110EOX2USB Unsupportedworkgroup, newer, discontinued, MA1509 chipset, non-fujitsu -fujitsu -
(1.0.33) +
fi-4120C2SCSI USB0x04c5/0x10aeGoodworkgroup, recent, discontinued, usb 2.0 +fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
fi-4120CSCSI USB0x04c5/0x1041Goodworkgroup, newer, discontinued -fujitsu -
(1.0.33) +
fi-4220CSCSI USB0x04c5/0x1042Goodworkgroup, recent, discontinued, usb 1.1 +fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
fi-4120C2SCSI USB0x04c5/0x10aeGoodworkgroup, newer, discontinued -fujitsu -
(1.0.33) +
fi-4220C2SCSI USB0x04c5/0x10afGoodworkgroup, recent, discontinued, usb 2.0 +fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
fi-4220CSCSI USB0x04c5/0x1042Goodworkgroup, newer, discontinued -fujitsu -
(1.0.33) -
sane-fujitsu
fi-4220C2SCSI USB0x04c5/0x10afGoodworkgroup, newer, discontinued -fujitsu -
(1.0.33) -
sane-fujitsu
fi-4340CSCSI USB Basic
fi-4340CSCSI USB Good departmental, current -fujitsu -
(1.0.33) +
+fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
fi-4530CSCSI USB Basic
fi-4530CSCSI USB Gooddepartmental, recent, discontinued +fujitsu +
(1.0.55) +
sane-fujitsu
fi-4640SSCSI Gooddepartmental, recent, discontinued +fujitsu +
(1.0.55) +
sane-fujitsu
fi-4750CSCSI Gooddepartmental, recent, discontinued +fujitsu +
(1.0.55) +
sane-fujitsu
fi-4750LSCSI Goodproduction, recent, discontinued +fujitsu +
(1.0.55) +
sane-fujitsu
fi-4860CSCSI Goodproduction, current +fujitsu +
(1.0.55) +
sane-fujitsu
fi-4860C2SCSI Goodproduction, current +fujitsu +
(1.0.55) +
sane-fujitsu
fi-4990CSCSI Goodproduction, recent, discontinued +fujitsu +
(1.0.55) +
sane-fujitsu
fi-5015CUSB Untestedworkgroup, current, unknown chipset, maybe Avision OEM? +fujitsu +
(1.0.55) +
sane-fujitsu
fi-5110CUSB0x04c5/0x1097Goodworkgroup, current +fujitsu +
(1.0.55) +
sane-fujitsu
fi-5110EOXUSB0x04c5/0x1096Goodworkgroup, recent, discontinued, no TWAIN driver +fujitsu +
(1.0.55) +
sane-fujitsu
fi-5110EOX2USB Goodworkgroup, recent, discontinued, no TWAIN driver +fujitsu +
(1.0.55) +
sane-fujitsu
fi-5110EOXMUSB0x04c5/0x10f2Goodworkgroup, current +fujitsu +
(1.0.55) +
sane-fujitsu
fi-5120CSCSI USB0x04c5/0x10e0Goodworkgroup, current +fujitsu +
(1.0.55) +
sane-fujitsu
fi-5220CSCSI USB0x04c5/0x10e1Goodworkgroup, current +fujitsu +
(1.0.55) +
sane-fujitsu
fi-5530CSCSI USB0x04c5/0x10e2Good departmental, current -fujitsu -
(1.0.33) +
+fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
fi-4640SSCSI Basicdepartmental, newer, discontinued -fujitsu -
(1.0.33) -
sane-fujitsu
fi-4750CSCSI Basicdepartmental, newer, discontinued -fujitsu -
(1.0.33) -
sane-fujitsu
fi-4750LSCSI Basicproduction, newer, discontinued -fujitsu -
(1.0.33) -
sane-fujitsu
fi-4860CSCSI Basic
fi-5650CSCSI USB0x04c5/0x10adGood production, current -fujitsu -
(1.0.33) +
+fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
fi-4990CSCSI Basic
fi-5750CSCSI USB0x04c5/0x1095Good production, current -fujitsu -
(1.0.33) +
+fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
fi-5110CUSB0x04c5/0x1097Goodworkgroup, current -fujitsu -
(1.0.33) -
sane-fujitsu
fi-5110EOXUSB0x04c5/0x1096Goodworkgroup, newer, discontinued, no TWAIN driver -fujitsu -
(1.0.33) -
sane-fujitsu
fi-5110EOX2USB Goodworkgroup, newer, discontinued, no TWAIN driver -fujitsu -
(1.0.33) -
sane-fujitsu
fi-5110EOXMUSB Untestedworkgroup, current, unknown chipset, perhaps same as fi-5110EOX -fujitsu -
(1.0.33) -
sane-fujitsu
fi-5120CSCSI USB0x04c5/0x10e0Goodworkgroup, current -fujitsu -
(1.0.33) -
sane-fujitsu
fi-5220CSCSI USB0x04c5/0x10e1Goodworkgroup, current -fujitsu -
(1.0.33) -
sane-fujitsu
fi-5530CSCSI USB Basicdepartmental, current -fujitsu -
(1.0.33) -
sane-fujitsu
fi-5650CSCSI USB Basic
fi-5900CSCSI USB0x04c5/0x10e7Good production, current -fujitsu -
(1.0.33) +
+fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
fi-5750CSCSI USB Basicproduction, current -fujitsu -
(1.0.33) +
M3091DCSCSI Goodworkgroup, old, discontinued +fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
fi-5900CSCSI USB0x04c5/0x10e7Basicproduction, current -fujitsu -
(1.0.33) +
M3092DCSCSI Goodworkgroup, old, discontinued +fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
M3091DCSCSI Goodworkgroup, older, discontinued -fujitsu -
(1.0.33) +
M3093DERS232C/Video Unsupporteddepartmental, old, discontinued +fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
M3092DCSCSI Goodworkgroup, older, discontinued -fujitsu -
(1.0.33) +
M3093DGSCSI Gooddepartmental, old, discontinued +fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
M3093DERS232C/Video Unsupporteddepartmental, older, discontinued -fujitsu -
(1.0.33) +
M3093ERS232C/Video Unsupporteddepartmental, old, discontinued +fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
M3093DGSCSI Basicdepartmental, older, discontinued -fujitsu -
(1.0.33) +
M3093EXRS232C/Video Unsupporteddepartmental, old, discontinued +fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
M3093ERS232C/Video Unsupporteddepartmental, older, discontinued -fujitsu -
(1.0.33) +
M3093GXSCSI Gooddepartmental, old, discontinued +fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
M3093EXRS232C/Video Unsupporteddepartmental, older, discontinued -fujitsu -
(1.0.33) +
M3096EXRS232C/Video Unsupporteddepartmental, old, discontinued +fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
M3093GXSCSI Basicdepartmental, older, discontinued -fujitsu -
(1.0.33) +
M3096GXSCSI Gooddepartmental, old, discontinued +fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
M3096EXRS232C/Video Unsupporteddepartmental, older, discontinued -fujitsu -
(1.0.33) +
M3097DERS232C/Video Unsupporteddepartmental, old, discontinued +fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
M3096GXSCSI Basicdepartmental, older, discontinued -fujitsu -
(1.0.33) +
M3097DGSCSI Gooddepartmental, old, discontinued +fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
M3097DERS232C/Video Unsupporteddepartmental, older, discontinued -fujitsu -
(1.0.33) +
M3097E+RS232C/Video Unsupporteddepartmental, old, discontinued +fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
M3097DGSCSI Basicdepartmental, older, discontinued -fujitsu -
(1.0.33) +
M3097G+SCSI Gooddepartmental, old, discontinued +fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
M3097E+RS232C/Video Unsupporteddepartmental, older, discontinued -fujitsu -
(1.0.33) +
M3099ARS232C/Video Unsupportedproduction, old, discontinued +fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
M3097G+SCSI Basicdepartmental, older, discontinued -fujitsu -
(1.0.33) +
M3099EHRS232C/Video Unsupportedproduction, old, discontinued +fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
M3099ARS232C/Video Unsupportedproduction, older, discontinued -fujitsu -
(1.0.33) +
M3099EXRS232C/Video Unsupportedproduction, old, discontinued +fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
M3099EHRS232C/Video Unsupportedproduction, older, discontinued -fujitsu -
(1.0.33) +
M3099GSCSI Goodproduction, old, discontinued +fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
M3099EXRS232C/Video Unsupportedproduction, older, discontinued -fujitsu -
(1.0.33) +
M3099GHSCSI Goodproduction, old, discontinued +fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
M3099GSCSI Basicproduction, older, discontinued -fujitsu -
(1.0.33) +
M3099GXSCSI Goodproduction, old, discontinued +fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
M3099GHSCSI Basicproduction, older, discontinued -fujitsu -
(1.0.33) +
M4097DSCSI Goodproduction, old, discontinued +fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
M3099GXSCSI Basicproduction, older, discontinued -fujitsu -
(1.0.33) +
M4099DSCSI Goodproduction, old, discontinued +fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
M4097DSCSI Basicproduction, older, discontinued -fujitsu -
(1.0.33) -
sane-fujitsu
M4099DSCSI Basicproduction, current -fujitsu -
(1.0.33) -
sane-fujitsu
S500USB0x04c5/0x10feGood
S500USB0x04c5/0x10feGood workgroup, current, no TWAIN driver -fujitsu -
(1.0.33) +
+fujitsu +
(1.0.55)
sane-fujitsusane-fujitsu
ScanPartnerSCSI Untested
S500MUSB0x04c5/0x1135Goodworkgroup, current, no TWAIN driver, Mac only +fujitsu +
(1.0.55) +
sane-fujitsu
S510USB0x04c5/0x1155Goodworkgroup, current, no TWAIN driver +fujitsu +
(1.0.55) +
sane-fujitsu
ScanPartnerSCSI Untested   + avision
(Build: 201)
sane-avisionsane-avision
ScanPartner 10SCSI Untested
ScanPartner 10SCSI Untested   + avision
(Build: 201)
sane-avisionsane-avision
ScanPartner 10CSCSI Untested
ScanPartner 10CSCSI Untested   + avision
(Build: 201)
sane-avisionsane-avision
ScanPartner 15CSCSI Good
ScanPartner 15CSCSI Good   + sp15c
(unmaintained)
sane-sp15csane-sp15c
ScanPartner 15C/620CSCSI Unsupportedworkgroup, current, non-fujitsu, avision oem -fujitsu -
(1.0.33) -
sane-fujitsu
ScanPartner 93GXSCSI Basicworkgroup, older, discontinued -fujitsu -
(1.0.33) -
sane-fujitsu
ScanPartner 300CSCSI Untested
ScanPartner 300CSCSI Untested   + avision
(Build: 201)
sane-avisionsane-avision
ScanPartner 600CSCSI Good
ScanPartner 600CSCSI Good   + sp15c
(unmaintained)
sane-sp15csane-sp15c
ScanPartner 620CSCSI Good
ScanPartner 620CSCSI Good   + avision
(Build: 201)
sane-avisionsane-avision
ScanPartner JrSCSI Untested
ScanPartner JrSCSI Untested   + avision
(Build: 201)
sane-avisionsane-avision
ScanPartner Jr/10/15/300/600SCSI Unsupportedworkgroup, discontinued, non-fujitsu, avision oem -fujitsu -
(1.0.33) +
ScanSnap S300USB0x04c5/0x1156Basic10 sheet ADF, 150/300 dpi, always scans in triplex color, no TWAIN driver +epjitsu +
(1.0.10, NEW!)
sane-fujitsusane-epjitsu
ScanStationSCSI Untested
ScanStationSCSI Untested   + avision
(Build: 201)
sane-avisionsane-avision
+

Manufacturer: Gallery

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
4800Parport (EPP) Good
4800Parport (EPP) Good 300 dpi CCD scanner + mustek_pp
(13)
sane-mustek_ppsane-mustek_pp
+

Manufacturer: Genius

Link(s): http://www.genius-kye.com/, http://www.geniusmouse.co.uk/, http://www.geniusnet.com.tw/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - - - - - - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ModelInterfaceUSB idStatusCommentBackendManpage
ColorPage CSSCSI Unsupported
ColorPage CSSCSI Unsupported Probably unsupported, see link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ColorPage HR6 V1USB0x0458/0x2004Basic
ColorPage HR6 V1USB0x0458/0x2004Basic   + u12
(0.02)
sane-u12sane-u12
Colorpage HR6 V2USB0x0458/0x2008Complete
Colorpage HR6 V2USB0x0458/0x2008Complete   + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
Colorpage HR6 V2USB0x0458/0x2007Complete
Colorpage HR6 V2USB0x0458/0x2007Complete   + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
Colorpage HR6AUSB0x0458/0x2009Untested
Colorpage HR6AUSB0x0458/0x2009Untested   + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
Colorpage HR6XUSB0x0458/0x2016Untested
Colorpage HR6XUSB0x0458/0x2016Untested   + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
Colorpage HR6X EPPParport (SPP, EPP) Good
Colorpage HR6X EPPParport (SPP, EPP) Good Negative scanning does not work correctly + plustek_pp
(0.43)
sane-plustek_ppsane-plustek_pp
ColorPage HR6X SlimUSB0x0458/0x2019Unsupported
ColorPage HR6X SlimUSB0x0458/0x2019Unsupported GL646 based, to be added to genesys backend -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Colorpage HR7USB0x0458/0x2013Complete
Colorpage HR7USB0x0458/0x2013Complete   + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
Colorpage HR7LEUSB0x0458/0x2015Untested
Colorpage HR7LEUSB0x0458/0x2015Untested   + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
ColorPage HR7XUSB0x0458/0x2018Unsupported
ColorPage HR7XUSB0x0458/0x2018Unsupported GL646 based, to be added to genesys backend -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ColorPage HR8USB0x0458/0x201cUnsupported
ColorPage HR7XEUSB0x06dc/0x0012UnsupportedUnsuported. See link for details. +unsupported +
(2007-01-28) +
?
ColorPage HR8USB0x0458/0x201cUnsupported GL841 based, to be added to genesys backend -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ColorPage Slim 1200USB0x0458/0x201eUnsupportedUnsupported. See link for details. -unsupported -
(2006-06-22) -
?
Colorpage Vivid 1200 XUSB0x0458/0x201dGood
Colorpage SF600USB0x0458/0x2021Basic   + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
Colorpage Vivid 1200 XEUSB0x0458/0x201fGood
ColorPage Slim 1200USB0x0458/0x201eUntestedUntested but should work. +gt68xx +
(1.0-84) +
sane-gt68xx
Colorpage Vivid 1200 XUSB0x0458/0x201dGood   + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
ColorPage Vivid III USBUSB0x07b3/0x0001Untested
Colorpage Vivid 1200 XEUSB0x0458/0x201fGood  +gt68xx +
(1.0-84) +
sane-gt68xx
ColorPage Vivid III USBUSB0x07b3/0x0001Untested Note: Device has Plustek vendor and product ID (0x07b3/0x0001) + u12
(0.02)
sane-u12sane-u12
Colorpage Vivid III V2Parport (SPP, EPP) Complete
Colorpage Vivid III V2Parport (SPP, EPP) Complete Reported as PT12 + plustek_pp
(0.43)
sane-plustek_ppsane-plustek_pp
Colorpage Vivid Pro II FilmParport (SPP, EPP) Complete
Colorpage Vivid Pro II FilmParport (SPP, EPP) Complete Reported as OP9636T/12000T + plustek_pp
(0.43)
sane-plustek_ppsane-plustek_pp
Colorpage Vivid3 V2USB0x0458/0x2011Good
Colorpage Vivid3 V2USB0x0458/0x2011Good Same as Colorpage Vivid3x + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
Colorpage Vivid3xUSB0x0458/0x2011Good
Colorpage Vivid3xUSB0x0458/0x2011Good   + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
Colorpage Vivid3xeUSB0x0458/0x2017Good
Colorpage Vivid3xeUSB0x0458/0x2017Good   + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
Colorpage Vivid4USB0x0458/0x2014Good
Colorpage Vivid4USB0x0458/0x2014Good   + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
Colorpage Vivid4xUSB0x0458/0x201bGood
Colorpage Vivid4xUSB0x0458/0x201bGood   + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
Colorpage Vivid4xeUSB0x0458/0x201aGood
Colorpage Vivid4xeUSB0x0458/0x201aGood   + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
ColorPage-EPParport Good
ColorPage-EPParport Good   + microtek2
(unmaintained)
sane-microtek2sane-microtek2
ColorPage-HR5 (Pro)SCSI Good
ColorPage-HR5 (Pro)SCSI Good OK, SCSI-ID=KYE ColorPage-HR5 + umax
(1.0-41)
sane-umaxsane-umax
ColorPage-SF600USB0x0458/0x2021UnsupportedUnsupported. See link for details. -unsupported -
(2006-06-22) -
?
ColorPage-Slim 1200 USB2USB0x0458/0x2020UnsupportedGL841 based, to be added to genesys backend. -unsupported -
(2006-06-22) -
?
Colorpage-SP2SCSI GoodSame as Microtek Scanmaker E3 -microtek -
(0.13.1) -
sane-microtek
FS-1130 Colorpage ScannerSCSI Good  -leo -
(1.0-10) -
sane-leo
-

Manufacturer: Googlegear

-

-

- - - - - - - - - - - - - - - - - - -
ModelInterfaceUSB idStatusCommentBackendManpage
2000USB0x05d8/0x4002GoodSame as Artec Ultima 2000. -gt68xx -
(1.0-81) -
sane-gt68xx
-

Manufacturer: Guillemot

-

-

- - - - - - - - - - - - - - - - - - - - - - - - - - -
ModelInterfaceUSB idStatusCommentBackendManpage
Maxi Scan A4 Parallel 36 bitParport UnsupportedProbably unsupported. Identical to the Benq Prisa 620P. -unsupported -
(2006-06-22) -
?
SCAN@HOME 48 USBUSB0x080d/0x0102UnsupportedProbably unsupported. See link for details. -unsupported -
(2006-06-22) -
?
-

Manufacturer: Guillemot / Hercules

-

-Link(s): -http://www.guillemot.com
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ModelInterfaceUSB idStatusCommentBackendManpage
Maxi A4 36 bitUSB0x04a5/0x2060GoodRebadged Benq 620U, needs Benq firmware file u96v???.bin -SnapScan -
(1.4) -
sane-snapscan
Maxi Scan A4 Deluxe (SCSI)SCSI GoodRebadged SnapScan 310s. -SnapScan -
(1.4) -
sane-snapscan
Maxi Scan A4 USB 640UUSB0x04a5/0x2060GoodRebadged Benq 640U. -SnapScan -
(1.4) -
sane-snapscan
Scan@home Touch 1248 (USB)USB0x04a5/0x20deGoodRebadged Benq 3300. -SnapScan -
(1.4) -
sane-snapscan
-

Manufacturer: Hercules

-

-

- - - - - - - - - - - - - - - - - - -
ModelInterfaceUSB idStatusCommentBackendManpage
SCAN@HOME 48 USBUSB0x080d/0x0102UnsupportedProbably unsupported. See link for details. -unsupported -
(2006-06-22) -
?
-

Manufacturer: Hewlett-Packard

-

-Link(s): -http://www.hp.com, http://www.hp.com/
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - + - - - - + + + + + + + + + + + + + + + + + + + + - + + +
ModelInterfaceUSB idStatusCommentBackendManpage
Photo Scanner 1000USB0x03f0/0x1001UnsupportedNot supported by SANE. However, it's detected as mass storage device so just mounting it is reported to work. See link for device data. -unsupported -
(2006-06-22) -
?
Photosmart 1200 PhotoUSB UnsupportedProbably not supported by SANE. No details known. 10x15 cm. Maybe similar to Photo Scanner 1000? -unsupported -
(2006-06-22) -
?
PhotoSmart PhotoScannerSCSI Complete  -hp -
(1.06) -
sane-hp
Photosmart S20 (C5101A)USB0x03f0/0x0102UnsupportedNot supported yet by SANE. See link for details. -unsupported -
(2006-06-22) -
?
Photosmart S20xi (C7150A)USB0x03f0/0x0102UnsupportedNot supported yet by SANE. See link for details. -unsupported -
(2006-06-22) -
?
ScanJet 3cSCSI Complete  -hp -
(1.06) -
sane-hp
ScanJet 3pSCSI Complete  -hp -
(1.06) -
sane-hp
ScanJet 4cSCSI Complete  -hp -
(1.06) -
sane-hp
ScanJet 4pSCSI Complete  -hp -
(1.06) -
sane-hp
ScanJet 5pSCSI Complete  -hp -
(1.06) -
sane-hp
ScanJet 5sParport (EPP) MinimalRequires libieee1284 library. Only gray mode. -hpsj5s -
(0.03) -
sane-hpsj5s
ScanJet 2100CUSB0x03f0/0x0505Complete  -plustek -
(0.51) -
sane-plustek
ScanJet 2200CUSB0x03f0/0x0605Complete  -plustek -
(0.51) -
sane-plustek
ScanJet 2300CUSB0x03f0/0x0901Complete600x1200 dpi max -genesys -
(1.0-8) -
sane-genesys
ScanJet 2400cUSB0x03f0/0x0a01UnsupportedGL646 based, to be added to genesys backend -unsupported -
(2006-06-22) -
?
Scanjet 3200CParport (EPP/ECP) Good
ColorPage-Life ProParport (EPP/ECP) Good works (relabelled 1220P and 2000P) + umax_pp
(1)
sane-umax_ppsane-umax_pp
ScanJet 3300cUSB0x03f0/0x0205Complete
ColorPage-Slim 1200 USB2USB0x0458/0x2020UnsupportedGL841 based, to be added to genesys backend. +unsupported +
(2007-01-28) +
?
Colorpage-SP2SCSI GoodSame as Microtek Scanmaker E3 +microtek +
(0.13.1) +
sane-microtek
FS-1130 Colorpage ScannerSCSI Good   + +leo +
(1.0-10) +
sane-leo
+

Manufacturer: Googlegear

+

+

+ + + + + + + + + + + + + + + + + + +
ModelInterfaceUSB idStatusCommentBackendManpage
2000USB0x05d8/0x4002GoodSame as Artec Ultima 2000. +gt68xx +
(1.0-84) +
sane-gt68xx
+

Manufacturer: Guillemot

+

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
ModelInterfaceUSB idStatusCommentBackendManpage
Maxi Scan A4 Parallel 36 bitParport UnsupportedProbably unsupported. Identical to the Benq Prisa 620P. +unsupported +
(2007-01-28) +
?
SCAN@HOME 48 USBUSB0x080d/0x0102UnsupportedProbably unsupported. See link for details. +unsupported +
(2007-01-28) +
?
+

Manufacturer: Guillemot / Hercules

+

+Link(s): +http://www.guillemot.com
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ModelInterfaceUSB idStatusCommentBackendManpage
Maxi A4 36 bitUSB0x04a5/0x2060GoodRebadged Benq 620U, needs Benq firmware file u96v???.bin +SnapScan +
(1.4) +
sane-snapscan
Maxi Scan A4 Deluxe (SCSI)SCSI GoodRebadged SnapScan 310s. +SnapScan +
(1.4) +
sane-snapscan
Maxi Scan A4 USB 640UUSB0x04a5/0x2060GoodRebadged Benq 640U. +SnapScan +
(1.4) +
sane-snapscan
Scan@home Touch 1248 (USB)USB0x04a5/0x20deGoodRebadged Benq 3300. +SnapScan +
(1.4) +
sane-snapscan
+

Manufacturer: Hercules

+

+

+ + + + + + + + + + + + + + + + + + +
ModelInterfaceUSB idStatusCommentBackendManpage
SCAN@HOME 48 USBUSB0x080d/0x0102UnsupportedProbably unsupported. See link for details. +unsupported +
(2007-01-28) +
?
+

Manufacturer: Hewlett-Packard

+

+Link(s): +http://www.hp.com, http://www.hp.com/
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - - - + + + + + - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - + - - - - - - - - - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - - - + + + + + - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
LaserJet M1005 MFPUSB0x03f0/0x3b17Goodgrayscale/color (24 bit), 75/100/150/200/300/600/1200 DPI +hpljm1005
(0, NEW!) +
sane-hpljm1005
LaserJet M1120 MFPUSB0x03f0/0x5617Goodgrayscale/color (24 bit), 75/100/150/200/300/600/1200 DPI +hpljm1005
(0, NEW!) +
sane-hpljm1005
LaserJet M1120n MFPUSB0x03f0/0x5717Goodgrayscale/color (24 bit), 75/100/150/200/300/600/1200 DPI +hpljm1005
(0, NEW!) +
sane-hpljm1005
Photo Scanner 1000USB0x03f0/0x1001UnsupportedNot supported by SANE. However, it's detected as mass storage +device so just mounting it is reported to work. See link for device +data. +unsupported +
(2007-01-28) +
?
Photosmart 1200 PhotoUSB UnsupportedProbably not supported by SANE. No details known. 10x15 cm. Maybe similar to Photo Scanner 1000? +unsupported +
(2007-01-28) +
?
Photosmart C3180USB0x03f0/0x5611UnsupportedNot supported yet by SANE. See link for details. +unsupported +
(2007-01-28) +
?
Photosmart C5100 seriesUSB0x03f0/0x5811UnsupportedNot supported yet by SANE. See link for details. +unsupported +
(2007-01-28) +
?
PhotoSmart PhotoScannerSCSI Complete  +hp +
(1.06) +
sane-hp
Photosmart S20 (C5101A)USB0x03f0/0x0102UnsupportedNot supported yet by SANE. See link for details. +unsupported +
(2007-01-28) +
?
Photosmart S20xi (C7150A)USB0x03f0/0x0102UnsupportedNot supported yet by SANE. See link for details. +unsupported +
(2007-01-28) +
?
ScanJet 3cSCSI Complete  +hp +
(1.06) +
sane-hp
ScanJet 3pSCSI Complete  +hp +
(1.06) +
sane-hp
ScanJet 4cSCSI Complete  +hp +
(1.06) +
sane-hp
ScanJet 4pSCSI Complete  +hp +
(1.06) +
sane-hp
ScanJet 5pSCSI Complete  +hp +
(1.06) +
sane-hp
ScanJet 5sParport (EPP) MinimalRequires libieee1284 library. Only gray mode. +hpsj5s +
(0.03) +
sane-hpsj5s
ScanJet 2100CUSB0x03f0/0x0505Complete  +plustek +
(0.52) +
sane-plustek
ScanJet 2200CUSB0x03f0/0x0605Complete  +plustek +
(0.52) +
sane-plustek
ScanJet 2300CUSB0x03f0/0x0901Complete600x1200 dpi max +genesys +
(1.0-8) +
sane-genesys
ScanJet 2400cUSB0x03f0/0x0a01UnsupportedGL646 based, to be added to genesys backend +unsupported +
(2007-01-28) +
?
Scanjet 3200CParport (EPP/ECP) Goodworks (relabelled 1220P and 2000P) +umax_pp +
(1) +
sane-umax_pp
ScanJet 3300cUSB0x03f0/0x0205Complete  niash
(0.3)
sane-niashsane-niash
ScanJet 3400cUSB0x03f0/0x0405Complete
ScanJet 3400cUSB0x03f0/0x0405Complete If you use Linux 2.6, version 2.6.8 or newer is necessary. + niash
(0.3)
sane-niashsane-niash
ScanJet 3500CUSB0x03f0/0x2205Good
ScanJet 3500CUSB0x03f0/0x2205Good   + hp3500 -
(1.0, NEW!) +
(1.1)
sane-hp3500sane-hp3500
ScanJet 3530CUSB0x03f0/0x2005Good
ScanJet 3530CUSB0x03f0/0x2005Good   + hp3500 -
(1.0, NEW!) +
(1.1)
sane-hp3500sane-hp3500
ScanJet 3570CUSB0x03f0/0x2005Good
ScanJet 3570CUSB0x03f0/0x2005Good   + hp3500 -
(1.0, NEW!) +
(1.1)
sane-hp3500sane-hp3500
ScanJet 3670cUSB0x03f0/0x1405Unsupported
ScanJet 3670cUSB0x03f0/0x1405Unsupported GL646 based, to be added to genesys backend -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanJet 3690cUSB0x03f0/0x1405Unsupported
ScanJet 3690cUSB0x03f0/0x1405Unsupported GL646 based, to be added to genesys backend -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanJet 3770USB0x03f0/0x2505UnsupportedWhile an external binary-only backend exists, it works only on Linux i386. Therefore the scanner is unsupported on other platforms. -unsupported -
(2006-06-22) +
ScanJet 3770USB0x03f0/0x2505UnsupportedWhile an external binary-only backend exists, it works only on +Linux i386. Therefore the scanner is unsupported on other platforms. +unsupported +
(2007-01-28)
??
ScanJet 3800cUSB0x03f0/0x2605Unsupported
ScanJet 3800USB0x03f0/0x2605BasicWorks with resolutions equal and less than 600dpi +hp3900 +
(0.10, NEW!) +
sane-hp3900
ScanJet 3970cUSB0x03f0/0x2305Good  +hp3900 +
(0.10, NEW!) +
sane-hp3900
ScanJet 4070 PhotosmartUSB0x03f0/0x2405Good  +hp3900 +
(0.10, NEW!) +
sane-hp3900
ScanJet 4100CUSB0x03f0/0x0101Complete  +hp +
(1.06) +
sane-hp
ScanJet 4200CUSB0x03f0/0x0105Basic8bpp color, 75/150/300/600 dpi only +hp4200 +
(1.0-2) +
sane-hp4200
ScanJet 4200CseUSB0x03f0/0x0105Basic8bpp color, 75/150/300/600 dpi only +hp4200 +
(1.0-2) +
sane-hp4200
ScanJet 4200CxiUSB0x03f0/0x0105Basic8bpp color, 75/150/300/600 dpi only +hp4200 +
(1.0-2) +
sane-hp4200
ScanJet 4300cUSB0x03f0/0x0305CompleteIf you use Linux 2.6, version 2.6.8 or newer is necessary. +niash +
(0.3) +
sane-niash
ScanJet 4300c/SilitekUSB0x047b/0x1002CompleteIf you use Linux 2.6, version 2.6.8 or newer is necessary. +niash +
(0.3) +
sane-niash
ScanJet 4370USB0x03f0/0x4105BasicWorks with resolutions lower than 1200dpi +hp3900 +
(0.10, NEW!) +
sane-hp3900
ScanJet 4500CUSB0x03f0/0x1205Unsupported Probably unsupported, see link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanJet 4100CUSB0x03f0/0x0101Complete  -hp -
(1.06) -
sane-hp
ScanJet 4200CUSB0x03f0/0x0105Basic8bpp color, 75/150/300/600 dpi only -hp4200 -
(1.0-2) -
sane-hp4200
ScanJet 4200CseUSB0x03f0/0x0105Basic8bpp color, 75/150/300/600 dpi only -hp4200 -
(1.0-2) -
sane-hp4200
ScanJet 4200CxiUSB0x03f0/0x0105Basic8bpp color, 75/150/300/600 dpi only -hp4200 -
(1.0-2) -
sane-hp4200
ScanJet 4300cUSB0x03f0/0x0305CompleteIf you use Linux 2.6, version 2.6.8 or newer is necessary. -niash -
(0.3) -
sane-niash
ScanJet 4300c/SilitekUSB0x047b/0x1002CompleteIf you use Linux 2.6, version 2.6.8 or newer is necessary. -niash -
(0.3) -
sane-niash
ScanJet 4500CUSB0x03f0/0x1205Unsupported
ScanJet 4570CUSB0x03f0/0x1305Unsupported Maybe GL841_HP, but not confirmed, maybe can be added to genesys backend -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanJet 4570CUSB0x03f0/0x1305UnsupportedMaybe GL841_HP, but not confirmed, maybe can be added to genesys backend -unsupported -
(2006-06-22) -
?
ScanJet 4600USB0x03f0/0x3005Unsupported
ScanJet 4600USB0x03f0/0x3005Unsupported Not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanJet 4670USB0x03f0/0x3005Unsupported
ScanJet 4670USB0x03f0/0x3005Unsupported Not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanJet 4850CUSB0x03f0/0x1b05Unsupported
ScanJet 4850CUSB0x03f0/0x1b05Unsupported GL841, maybe can be added to genesys backend -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanJet 4890CUSB0x03f0/0x1b05Unsupported
ScanJet 4890CUSB0x03f0/0x1b05Unsupported GL843, maybe can be added to genesys backend -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanJet 5100CParport Complete
ScanJet 5100CParport Complete Requires ppscsi driver and epst module + hp
(1.06)
sane-hpsane-hp
ScanJet 5200CParport USB0x03f0/0x0401Complete
ScanJet 5200CParport USB0x03f0/0x0401Complete Parallel interface requires ppscsi driver and epst module + hp
(1.06)
sane-hpsane-hp
ScanJet 5300CUSB0x03f0/0x0701Complete
ScanJet 5300CUSB0x03f0/0x0701Complete 1 pass, 2400 dpi - regularly tested - some FW revisions have x-axis image scaling problems over 1200 dpi + avision
(Build: 201)
sane-avisionsane-avision
ScanJet 5370CUSB0x03f0/0x0701Good
ScanJet 5370CUSB0x03f0/0x0701Good 1 pass, 2400 dpi - some FW revisions have x-axis image scaling problems over 1200 dpi + avision
(Build: 201)
sane-avisionsane-avision
ScanJet 5400cUSB0x03f0/0x1005Basic
ScanJet 5400cUSB0x03f0/0x1005Basic   + hp5400
(1.0-2)
sane-hp5400sane-hp5400
ScanJet 5470cUSB0x03f0/0x1105Basic
ScanJet 5470cUSB0x03f0/0x1105Basic   + hp5400
(1.0-2)
sane-hp5400sane-hp5400
ScanJet 5490cUSB Basic
ScanJet 5490cUSB Basic   + hp5400
(1.0-2)
sane-hp5400sane-hp5400
ScanJet 5500CUSB0x03f0/0x1305Unsupported
ScanJet 5500CUSB0x03f0/0x1305Unsupported Maybe GL841_HP, but not confirmed, maybe can be added to genesys backend -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanJet 5530C PhotosmartUSB0x03f0/0x1605Unsupported
ScanJet 5530C PhotosmartUSB0x03f0/0x1605Unsupported Maybe GL841_HP, but not confirmed, maybe can be added to genesys backend -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanJet 5550CUSB0x03f0/0x1205UnsupportedMaybe GL841_HP, but not confirmed, maybe can be added to genesys backend -unsupported -
(2006-06-22) +
ScanJet 5550CUSB0x03f0/0x1205BasicLineart/grayscale/color (24 bit), 100/200/300/600/1200/2400 DPI, flatbed/ADF/ADF duplex/TMA slides/TMA negatives +hp5590
(1.0, NEW!)
?sane-hp5590
ScanJet 5590USB0x03f0/0x1705UnsupportedNot supported. See link for details. -unsupported -
(2006-06-22) +
ScanJet 5590USB0x03f0/0x1705BasicLineart/grayscale/color (24 bit), 100/200/300/600/1200/2400 DPI, flatbed/ADF/ADF duplex/TMA slides/TMA negatives +hp5590
(1.0, NEW!)
?sane-hp5590
ScanJet 6100CSCSI Complete
ScanJet 6100CSCSI Complete   + hp
(1.06)
sane-hpsane-hp
ScanJet 6200CSCSI USB0x03f0/0x0201Complete
ScanJet 6200CSCSI USB0x03f0/0x0201Complete   + hp
(1.06)
sane-hpsane-hp
ScanJet 6250CSCSI USB0x03f0/0x0201Complete
ScanJet 6250CSCSI USB0x03f0/0x0201Complete   + hp
(1.06)
sane-hpsane-hp
ScanJet 6300CSCSI USB0x03f0/0x0601Complete
ScanJet 6300CSCSI USB0x03f0/0x0601Complete   + hp
(1.06)
sane-hpsane-hp
ScanJet 6350CSCSI USB0x03f0/0x0601Complete
ScanJet 6350CSCSI USB0x03f0/0x0601Complete   + hp
(1.06)
sane-hpsane-hp
ScanJet 6390CSCSI USB0x03f0/0x0601Complete
ScanJet 6390CSCSI USB0x03f0/0x0601Complete   + hp
(1.06)
sane-hpsane-hp
ScanJet 7400cUSB0x03f0/0x0801Good
ScanJet 7400cUSB0x03f0/0x0801Good 1 pass, 2400 dpi - dual USB/SCSI interface + avision
(Build: 201)
sane-avisionsane-avision
ScanJet 7450cUSB0x03f0/0x0801Good
ScanJet 7450cUSB0x03f0/0x0801Good 1 pass, 2400 dpi - dual USB/SCSI interface - regularly tested + avision
(Build: 201)
sane-avisionsane-avision
ScanJet 7490cUSB0x03f0/0x0801Good
ScanJet 7490cUSB0x03f0/0x0801Good 1 pass, 1200 dpi - dual USB/SCSI interface + avision
(Build: 201)
sane-avisionsane-avision
ScanJet 7650USB0x03f0/0x1805UnsupportedNot supported. See link for details. -unsupported -
(2006-06-22) +
ScanJet 7650USB0x03f0/0x1805BasicLineart/grayscale/color (24 bit), 100/200/300/600/1200/2400 DPI, flatbed/ADF/ADF duplex/TMA slides/TMA negatives +hp5590
(1.0, NEW!)
?sane-hp5590
ScanJet 8200USB0x03f0/0x0b01Good
ScanJet 8200USB0x03f0/0x0b01Good 1 pass, 4800 (?) dpi - USB 2.0 + avision
(Build: 201)
sane-avisionsane-avision
ScanJet 8250USB0x03f0/0x0b01Good
ScanJet 8250USB0x03f0/0x0b01Good 1 pass, 4800 (?) dpi - USB 2.0 + avision
(Build: 201)
sane-avisionsane-avision
ScanJet 8290USB0x03f0/0x0b01Good
ScanJet 8290USB0x03f0/0x0b01Good 1 pass, 4800 (?) dpi - USB 2.0 and SCSI - only SCSI tested so far + avision
(Build: 201)
sane-avisionsane-avision
ScanJet IIcSCSI Complete
ScanJet 8390USB0x03f0/0x3805UnsupportedProbably not supported. See link for details. +unsupported +
(2007-01-28) +
?
ScanJet G3010USB0x03f0/0x4205BasicSimilar to hp scanjet 4370 +hp3900 +
(0.10, NEW!) +
sane-hp3900
ScanJet G4000USB0x03f0/0x4505UnsupportedProbably not supported. See link for details. +unsupported +
(2007-01-28) +
?
ScanJet G4010USB0x03f0/0x4505UnsupportedProbably not supported. See link for details. +unsupported +
(2007-01-28) +
?
ScanJet G4050USB0x03f0/0x4605UnsupportedProbably not supported. See link for details. +unsupported +
(2007-01-28) +
?
ScanJet IIcSCSI Complete   + hp
(1.06)
sane-hpsane-hp
ScanJet IIcxSCSI Complete
ScanJet IIcxSCSI Complete   + hp
(1.06)
sane-hpsane-hp
ScanJet IIpSCSI Complete
ScanJet IIpSCSI Complete   + hp
(1.06)
sane-hpsane-hp
ScanJet PlusPropietary Complete
ScanJet PlusPropietary Complete Driver for HP parallel interface card required + hp
(1.06)
sane-hpsane-hp
+

Manufacturer: IBM

Link(s): -http://www.ibm.com/, http://www.ibm.com
+http://www.ibm.com/, http://www.ibm.com

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
2456SCSI Basic
2456SCSI Basic Was reported to work long time ago. Reports are welcome. + ibm
(1.0-4)
sane-ibmsane-ibm
ADF Color ScannerProprietary Unsupported
ADF Color ScannerProprietary Unsupported Unsupported. Uses proprietary ISA card. Maybe the same as the Plustek Spectra ADF? -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: IOMagic

Link(s): http://www.iomagic.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
MobileScan USBUSB Parport0x05cb/0x1483Unsupported
MobileScan USBUSB Parport0x05cb/0x1483Unsupported Unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Iris

+Link(s): +http://irislink.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
IriScanUSB0x0a53/0x1000Unsupported
IriScanUSB0x0a53/0x1000Unsupported Unsupported. LM9832/3. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+IRISCard Pro (IBCR II) +USB +0x0a38/0x0301 +Unsupported +Unsupported. See link for details. + +unsupported +
(2007-01-28) + +? + +IRISPen Translator Executive +USB +0x0f43/0x015a +Unsupported +Unsupported. See link for details. + +unsupported +
(2007-01-28) + +? + +

Manufacturer: iVina

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
1200UUSB0x0638/0x0268Untested
1200UUSB0x0638/0x0268Untested   + avision
(Build: 201)
sane-avisionsane-avision
+

Manufacturer: Kodak

Link(s): -http://www.kodak.com
+http://www.kodak.com

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
i30USB0x040a/0x6001Untested
i30USB0x040a/0x6001Untested   + avision
(Build: 201)
sane-avisionsane-avision
i40USB0x040a/0x6002Basic
i40USB0x040a/0x6002Basic   + avision
(Build: 201)
sane-avisionsane-avision
i50USB0x040a/0x6003Untested
i50USB0x040a/0x6003Untested   + avision
(Build: 201)
sane-avisionsane-avision
i60USB0x040a/0x6004Untested
i60USB0x040a/0x6004Untested   + avision
(Build: 201)
sane-avisionsane-avision
i80USB0x040a/0x6005Untested
i80USB0x040a/0x6005Untested   + avision
(Build: 201)
sane-avisionsane-avision
Snapshot Photo Scanner 1Parport Unsupported
i260IEEE-1394 UnsupportedProbably unsupported. See link for details. +unsupported +
(2007-01-28) +
?
Snapshot Photo Scanner 1Parport Unsupported Unsupported. FCC ID HWF96PHS -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Komodo

Link(s): http://www.komodo.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
S1200SCSI Untested
S1200SCSI Untested rebadged Sceptre S1200 + sceptre
(1.0-10)
sane-sceptresane-sceptre
+

Manufacturer: Konica Minolta

Link(s): http://www.konicaminolta.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
DiMAGE Scan Elite 5400USB IEEE-13940x0686/0x400eUnsupported
DiMAGE Scan Elite 5400USB IEEE-13940x0686/0x400eUnsupported Probably unsupported. May work with vuescan. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
DiMAGE Scan Elite 5400 2USB0x132b/0x0012Unsupported
DiMAGE Scan Elite 5400 2USB0x132b/0x0012Unsupported Probably unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
DiMAGE Scan Multi ProIEEE-1394 Unsupported
DiMAGE Scan Multi ProIEEE-1394 Unsupported Probably unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Dual Scan IIIUSB0x0686/0x400dUnsupported
Dual Scan IIIUSB0x0686/0x400dUnsupported Unsupported. May work with vuescan. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Dual Scan IVUSB0x132b/0x000aUnsupported
Dual Scan IVUSB0x132b/0x000aUnsupported Unsupported. Works with vuescan. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: LEO

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
LEOScan S3SCSI Good
LEOScan S3SCSI Good FCC ID LUZFS1130 + leo
(1.0-10)
sane-leosane-leo
+

Manufacturer: Lexmark

Link(s): http://www.lexmark.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - - - + + + + + - + - - - - + + + + - - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - + + + + - - + - - - - - - + + + + + - + - - - - + + + + - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
P6250USB0x043d/0x0097Unsupported
P6250USB0x043d/0x0097Unsupported Unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Photo 3150USB0x043d/0x007dUnsupported
Photo 3150USB0x043d/0x007dUnsupported Unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
X70USB0x043d/0x002dGood
X12xxUSB0x043d/0x007dGoodUSB1.1 is OK, USB2.0 needs testing +lexmark +
(1.0-0) +
lexmark
X70USB0x043d/0x002dGood Works, some resolutions fail at 16 bit + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
X73USB0x043d/0x002dGood
X73USB0x043d/0x002dGood Works, some resolutions fail at 16 bit, same as X70 + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
X74USB0x043d/0x0060Unsupported
X74USB0x043d/0x0060Unsupported Unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
X75USB0x043d/0x0060Unsupported
X75USB0x043d/0x0060Unsupported Unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
X75 PrinTrioUSB0x043d/0x0060Unsupported
X75 PrinTrioUSB0x043d/0x0060Unsupported Unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
X83USB0x043d/0x003dUnsupported
X83USB0x043d/0x003dUnsupported Unsupported. GL640. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
X1110USB0x043d/0x007cUntested
X1110USB0x043d/0x007cUntested   + lexmark
(1.0-0)
lexmarklexmark
X1130USB0x043d/0x007cBasicThe images scanned have a lot of vertical lines +
X1130USB0x043d/0x007cGoodSupports 75, 150, 300, 600 dpi lexmark
(1.0-0)
lexmarklexmark
X1140USB0x043d/0x007cUntested
X1140USB0x043d/0x007cUntested   + lexmark
(1.0-0)
lexmarklexmark
X1150USB0x043d/0x007cMinimalColors don't seem to be ok. Scanned white pages appear purple. +
X1150USB0x043d/0x007cGoodSupports 75, 150, 300, 600 dpi lexmark
(1.0-0)
lexmarklexmark
X1170USB0x043d/0x007cBasicColors aren't so bright. Bed-wide pictures are unscannable because the scan head never reaches the end of the bed (neither with letter selected). It leaves almost 2 cm out. +
X1170USB0x043d/0x007cGoodSupports 75, 150, 300, 600 dpi lexmark
(1.0-0)
lexmarklexmark
X1180USB0x043d/0x007cBasic
X1180USB0x043d/0x007cGood   + lexmark
(1.0-0)
lexmarklexmark
X1185USB0x043d/0x007cBasicTested with xscanimage. Supports 75, 150, 300, 600, 1200(600x1200) dpi resolutions. Does grayscale or colour scans in the following sizes: wallet, 3x5, 4x6, 5x7, 8x10, letter. +
X1185USB0x043d/0x007cGoodTested with xscanimage. Supports 75, 150, 300, 600, 1200(600x1200) +dpi resolutions. Does grayscale or colour scans in the following sizes: +wallet, 3x5, 4x6, 5x7, 8x10, letter. lexmark
(1.0-0)
lexmarklexmark
X2330USB0x043d/0x00bbUnsupported
X1195USB0x043d/0x007cUnsupported Unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
X5130USB0x043d/0x0065UnsupportedUnsupported. -unsupported -
(2006-06-22) -
?
X5150USB UnsupportedProbably unsupported. No details known. Please send output of sane-find-scanner -v -v. -unsupported -
(2006-06-22) -
?
X5250USB0x043d/0x0093UnsupportedUnsupported. -unsupported -
(2006-06-22) -
?
X6170USB0x043d/0x0072Unsupported
X1240USB0x043d/0x007dUnsupported Unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+X1250 +USB +0x043d/0x007d +Unsupported +Unsupported. See link for details. + +unsupported +
(2007-01-28) + +? + +X1270 +USB +0x043d/0x007d +Unsupported +Unsupported. See link for details. + +unsupported +
(2007-01-28) + +? + +X1290 +USB +0x043d/0x007d +Unsupported +Unsupported. See link for details. Looks similar to X1240, X1250 and X1270. + +unsupported +
(2007-01-28) + +? + +X2330 +USB +0x043d/0x00bb +Unsupported +Unsupported. See link for details. + +unsupported +
(2007-01-28) + +? + +X3450 +USB +0x043d/0x00f6 +Unsupported +Unsupported. See link for details. + +unsupported +
(2007-01-28) + +? + +X5130 +USB +0x043d/0x0065 +Unsupported +Unsupported. + +unsupported +
(2007-01-28) + +? + +X5150 +USB +0x043d/0x0065 +Unsupported +Probably unsupported. See link for details. + +unsupported +
(2007-01-28) + +? + +X5250 +USB +0x043d/0x0093 +Unsupported +Unsupported. + +unsupported +
(2007-01-28) + +? + +X6170 +USB +0x043d/0x0072 +Unsupported +Unsupported. See link for details. + +unsupported +
(2007-01-28) + +? + +X7350 +USB +0x043d/0x00b8 +Unsupported +Unsupported. See link for details. + +unsupported +
(2007-01-28) + +? + +X8350 +USB +0x043d/0x00b9 +Unsupported +Unsupported. See link for details. + +unsupported +
(2007-01-28) + +? + +

Manufacturer: Linotype Hell

Link(s): http://www.heidelberg.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
JadeSCSI Good
JadeSCSI Good OK, SCSI-ID=LinoHell JADE + umax
(1.0-41)
sane-umaxsane-umax
JadeSCSI Good
JadeSCSI Good OK, SCSI-ID=LinoHell Office + umax
(1.0-41)
sane-umaxsane-umax
Jade2SCSI Good
Jade2SCSI Good OK, SCSI-ID=LinoHell Office2 + umax
(1.0-41)
sane-umaxsane-umax
Linoscan 1400SCSI Good
Linoscan 1400SCSI Good OK, SCSI-ID=HDM LS4H1S + umax
(1.0-41)
sane-umaxsane-umax
OpalSCSI Untested
OpalSCSI Untested support disabled until tested - please contact author + umax
(1.0-41)
sane-umaxsane-umax
Opal UltraSCSI Untested
Opal UltraSCSI Untested support disabled until tested - please contact author + umax
(1.0-41)
sane-umaxsane-umax
Opal2SCSI Good
Opal2SCSI Good OK; SCSI-ID=LinoHell OPAL2 + umax
(1.0-41)
sane-umaxsane-umax
SaphirSCSI Untested
SaphirSCSI Untested support disabled until tested - please contact author + umax
(1.0-41)
sane-umaxsane-umax
Saphir HiResSCSI Untested
Saphir HiResSCSI Untested support disabled until tested - please contact author + umax
(1.0-41)
sane-umaxsane-umax
Saphir UltraSCSI Untested
Saphir UltraSCSI Untested support disabled until tested - please contact author + umax
(1.0-41)
sane-umaxsane-umax
Saphir Ultra IISCSI Good
Saphir Ultra IISCSI Good OK, SCSI-ID=Linotype SAPHIR4 + umax
(1.0-41)
sane-umaxsane-umax
Saphir2SCSI Good
Saphir2SCSI Good OK, SCSI-ID=LinoHell SAPHIR2 + umax
(1.0-41)
sane-umaxsane-umax
Saphir3SCSI Good
Saphir3SCSI Good OK, SCSI-ID=LinoHell SAPHIR3 + umax
(1.0-41)
sane-umaxsane-umax
+

Manufacturer: Logitech

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
PageScan ColorParport Unsupported
PageScan ColorParport Unsupported Most probably unsupported. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
PageScan USBUSB0x046d/0x040fUnsupported
PageScan USBUSB0x046d/0x040fUnsupported Probably unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Medion/Lifetec/Tevion/Cytron

Link(s): -http://www.medion.com, http://www.medion.com/, http://www.medion.de/
+http://www.medion.com, http://www.medion.com/, http://www.medion.de/
Comment: Sold by Aldi and Tchibo.

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
LT 9452USB0x05d8/0x4002Good
LT 9452USB0x05d8/0x4002Good Similar to Mustek ScanExpress 1200 UB Plus + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
MD 4394USB0x05d8/0x4002Good
MD 4394USB0x05d8/0x4002Good Product id 0x4002. If you have 0x4003, use artec_eplus48u backend. + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
MD 6190USB0x0461/0x037bUnsupported
MD 6190USB0x0461/0x037bUnsupported Probably unsupported. There seem to exist two different scanners with that name. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
MD 6190USB0x0461/0x0392Unsupported
MD 6190USB0x0461/0x0392Unsupported Probably unsupported. There seem to exist two different scanners with that name. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
MD 9458USB0x05d8/0x4002Good
MD 9458USB0x05d8/0x4002Good Similar to Artec Ultima 2000 (e+?) + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
MD 9806Parport (EPP) Good
MD 9806Parport (EPP) Good 300 dpi CCD scanner + mustek_pp
(13)
sane-mustek_ppsane-mustek_pp
MD 9848Parport (EPP) Good
MD 9848Parport (EPP) Good 300 dpi CCD scanner + mustek_pp
(13)
sane-mustek_ppsane-mustek_pp
MD 40420USB0x05da/0x3008Unsupported
MD 40420USB0x05da/0x3008Unsupported Probably unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
MD 41260USB0x0461/0x037bUnsupported
MD 41260USB0x0461/0x037bUnsupported Probably unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
MD 41985USB0x0461/0x037bUnsupported
MD 41985USB0x0461/0x037bUnsupported Probably unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
MD 42666USB0x05da/0x3008Unsupported
MD 42666USB0x05da/0x3008Unsupported Probably unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
MD 85264USB0x08ff/0x2580Unsupported
MD 85264USB0x08ff/0x2580Unsupported Fingerprint sensor. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
MD 90009USB0x05da/0x30e5Unsupported
MD 90009USB0x05da/0x30e5Unsupported Probably unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
MD 90070USB0x05da/0x3022Unsupported
MD 90070USB0x05da/0x3022Unsupported Unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
MD 90090USB0x05da/0x3022Unsupported
MD 90090USB0x05da/0x3022Unsupported Unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
MD/LT 935xParport (EPP) Good
MD/LT 935xParport (EPP) Good 600x1200 dpi CIS scanner + mustek_pp
(13)
sane-mustek_ppsane-mustek_pp
MD/LT 985xParport (EPP) Good
MD/LT 985xParport (EPP) Good 600x1200 dpi CIS scanner + mustek_pp
(13)
sane-mustek_ppsane-mustek_pp
MD/LT 9375USB0x05d8/0x4002Untested
MD/LT 9375USB0x05d8/0x4002Untested Untested, but is reported to have the same ids as the Artec Ultima 2000. Please test. + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
MD/LT 9385USB0x05d8/0x4002Good
MD/LT 9385USB0x05d8/0x4002Good Similar to Artec Ultima 2000 + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
MD/LT 9890Parport (EPP) Good
MD/LT 9890Parport (EPP) Good 600x1200 dpi CIS scanner + mustek_pp
(13)
sane-mustek_ppsane-mustek_pp
MD4394USB0x05d8/0x4003Good
MD4394USB0x05d8/0x4003Good Only scanners with product id 0x4003 will work; try the gt68xx backend, if your scanner has product id 0x4002 + artec_eplus48u
(unmaintained)
sane-artec_eplus48usane-artec_eplus48u
MD5345USB0x0461/0x0377Good
MD5345USB0x0461/0x0377Good Has a Primax USB ID + genesys
(1.0-8)
sane-genesyssane-genesys
MD6228USB0x0461/0x0377Good
MD6228USB0x0461/0x0377Good Has a Primax USB ID. Same as MD5345 + genesys
(1.0-8)
sane-genesyssane-genesys
MD6471USB0x0461/0x0377Complete
MD6471USB0x0461/0x0377Complete Has a Primax USB ID. Same as MD5345 + genesys
(1.0-8)
sane-genesyssane-genesys
MD9693USB0x05d8/0x4003Good
MD9693USB0x05d8/0x4003Good   + artec_eplus48u
(unmaintained)
sane-artec_eplus48usane-artec_eplus48u
MD9705USB0x05d8/0x4003Good
MD9705USB0x05d8/0x4003Good   + artec_eplus48u
(unmaintained)
sane-artec_eplus48usane-artec_eplus48u
+

Manufacturer: Memorex

Link(s): http://www.artecusa.com/, http://www.memorex.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
6136uUSB0x0461/0x0346Unsupported
6136uUSB0x0461/0x0346Unsupported Probably unsupported. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
6142uUSB0x0461/0x0347Unsupported
6142uUSB0x0461/0x0347Unsupported Probably unsupported. Same as Visioneer Onetouch 4400. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
MaxxScan 6122USB Parport0x05cb/0x1483Unsupported
MaxxScan 6122USB Parport0x05cb/0x1483Unsupported Unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
MEM 48UUSB0x05d8/0x4005Good
MEM 48UUSB0x05d8/0x4005Good   + artec_eplus48u
(unmaintained)
sane-artec_eplus48usane-artec_eplus48u
SCF 9612PParport Unsupported
SCF 9612PParport Unsupported Probably unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Micromaxx

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
MM-9851Parport (EPP) Good
MM-9851Parport (EPP) Good 300x600 dpi CIS scanner + mustek_pp
(13)
sane-mustek_ppsane-mustek_pp
+

Manufacturer: Microstar

Link(s): http://www.microstar.de/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
MR 9791USB0x05d8/0x4003Good
MR 9791USB0x05d8/0x4003Good   + artec_eplus48u
(unmaintained)
sane-artec_eplus48usane-artec_eplus48u
+

Manufacturer: Microtek

Link(s): http://www.microtek.com/
Comment: Microtek makes a wide variety of devices.

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - - - + + + + + - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
ArtixScan 2020SCSI Unsupported
ArtixScan 2020SCSI Unsupported Unsupported. Same as Agfa DuoScan T2000XL? -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Artixscan 2500fSCSI IEEE-1384 Unsupported
Artixscan 2500fSCSI IEEE-1384 Unsupported Unsupported. Same as Agfa DuoScan T2500? -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ArtixScan 4000tfUSB Unsupported
ArtixScan 4000tfUSB Unsupported Unsupported. Uses ALI M5611B. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Color PageWizSCSI (Parport) Basic
ArtixScanDI 2020USB0x05da/0x202eUnsupportedUnsupported. See link for details. +unsupported +
(2007-01-28) +
?
Color PageWizSCSI (Parport) Basic sheet-fed (preliminary, see mapage) + microtek
(0.13.1)
sane-microteksane-microtek
FilmScan 35USB0x05e3/0x0120Unsupported
FilmScan 35USB0x05e3/0x0120Unsupported Probably unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Phantom 330CXParport Complete
Phantom 330CXParport Complete   + microtek2
(unmaintained)
sane-microtek2sane-microtek2
Phantom 636SCSI Complete
Phantom 636SCSI Complete   + microtek2
(unmaintained)
sane-microtek2sane-microtek2
Phantom 636CXParport Complete
Phantom 636CXParport Complete   + microtek2
(unmaintained)
sane-microtek2sane-microtek2
ScanMaker 5SCSI Unsupported
ScanMaker 5SCSI Unsupported Probably unsupported. See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Scanmaker 35SCSI Good
Scanmaker 35SCSI Good slide-scanner + microtek
(0.13.1)
sane-microteksane-microtek
Scanmaker 35t+SCSI Good
Scanmaker 35t+SCSI Good slide-scanner + microtek
(0.13.1)
sane-microteksane-microtek
Scanmaker 45tSCSI Good
Scanmaker 45tSCSI Good slide-scanner + microtek
(0.13.1)
sane-microteksane-microtek
ScanMaker 330SCSI Basic
ScanMaker 330SCSI Basic   + microtek2
(unmaintained)
sane-microtek2sane-microtek2
ScanMaker 336 CXSCSI UnsupportedProbably unsupported. Seems to be similar to the Microtek 330 CX and is detected by the microtek2 backend. Scanning doesn't seem to work however. -unsupported -
(2006-06-22) +
ScanMaker 336 CXSCSI UnsupportedProbably unsupported. Seems to be similar to the Microtek 330 CX +and is detected by the microtek2 backend. Scanning doesn't seem to work +however. +unsupported +
(2007-01-28)
??
Scanmaker 600G(S)SCSI Basic
Scanmaker 600G(S)SCSI Basic gray only (see manpage) + microtek
(0.13.1)
sane-microteksane-microtek
Scanmaker 600Z(S)SCSI Untested
Scanmaker 600Z(S)SCSI Untested   + microtek
(0.13.1)
sane-microteksane-microtek
ScanMaker 630SCSI Basic
ScanMaker 630SCSI Basic   + microtek2
(unmaintained)
sane-microtek2sane-microtek2
ScanMaker 636SCSI Complete
ScanMaker 636SCSI Complete   + microtek2
(unmaintained)
sane-microtek2sane-microtek2
Scanmaker 1850SSCSI Unsupported
Scanmaker 1850SSCSI Unsupported Unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanMaker 3600USB0x05da/0x40ffBasic
ScanMaker 3600USB0x05da/0x40ffBasic works + sm3600
(0.1)
sane-sm3600sane-sm3600
ScanMaker 3600USB0x05da/0x40caBasic
ScanMaker 3600USB0x05da/0x40caBasic works + sm3600
(0.1)
sane-sm3600sane-sm3600
ScanMaker 3600USB0x05da/0x40b3Basic
ScanMaker 3600USB0x05da/0x40b3Basic works + sm3600
(0.1)
sane-sm3600sane-sm3600
ScanMaker 3630USB0x0461/0x0347Unsupported
ScanMaker 3630USB0x0461/0x0347Unsupported Unsupported. Doesn't seem to be compatible to 3600 series, see link. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanMaker 3700USB0x05da/0x40cbBasic
ScanMaker 3700USB0x05da/0x40cbBasic works + sm3600
(0.1)
sane-sm3600sane-sm3600
ScanMaker 3700USB0x05da/0x40b8Basic
ScanMaker 3700USB0x05da/0x40b8Basic works + sm3600
(0.1)
sane-sm3600sane-sm3600
ScanMaker 3750USB0x05da/0x40ddBasic
ScanMaker 3750USB0x05da/0x40ddBasic works (told) + sm3600
(0.1)
sane-sm3600sane-sm3600
ScanMaker 3800USB0x05da/0x30ceUnsupported
ScanMaker 3800USB0x05da/0x30ceUnsupported Unsupported. See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanMaker 3830USB0x05da/0x30ceUnsupported
ScanMaker 3830USB0x05da/0x30ceUnsupported Unsupported. See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanMaker 3840USB0x05da/0x30d4Good
ScanMaker 3840USB0x05da/0x30d4Good 8 and 16 bit, color and grayscale + sm3840
(1.1)
sane-sm3840sane-sm3840
ScanMaker 3880USB0x05da/0x3021Unsupported
ScanMaker 3860USB0x05da/0x3023UnsupportedUnsupported. See link for more details. Appears to be similar to ScanMaker 3880. +unsupported +
(2007-01-28) +
?
ScanMaker 3880USB0x05da/0x3021Unsupported Unsupported. SQ113 chip. See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanMaker 4600USB0x05da/0x40c7Unsupported
ScanMaker 4600USB0x05da/0x40c7Unsupported Unsupported. See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanMaker 4700USB0x05da/0x20b4Unsupported
ScanMaker 4700USB0x05da/0x20b4Unsupported Unsupported. See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanMaker 4800USB0x05da/0x30cfGood
ScanMaker 4800USB0x05da/0x30cfGood Same hardware as SM3840, different color box + sm3840
(1.1)
sane-sm3840sane-sm3840
ScanMaker 4850USB0x05da/0x30b9Unsupported
ScanMaker 4850USB0x05da/0x30d9Unsupported Probably unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanMaker 4850 IIUSB0x05da/0x3008Unsupported
ScanMaker 4850 IIUSB0x05da/0x3008Unsupported Probably unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanMaker 4900USB0x05da/0x30b9Unsupported
ScanMaker 4900USB0x05da/0x30b9Unsupported Unsupported. See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanMaker 5600USB0x05da/0x20a7Unsupported
ScanMaker 5600USB0x05da/0x20a7Unsupported Unsupported. See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanMaker 5700USB0x05da/0x20bdUnsupported
ScanMaker 5700USB0x05da/0x20bdUnsupported Unsupported. Uses ALI M5615 like the ScanMaker 4700. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanMaker 5800USB0x05da/0x30d8Unsupported
ScanMaker 5800USB0x05da/0x30d8Unsupported Unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanMaker 5900USB0x05da/0x30d8Unsupported
ScanMaker 5800USB0x05da/0x3008UnsupportedUnsupported. See link for details. +unsupported +
(2007-01-28) +
?
ScanMaker 5900USB0x05da/0x30d8Unsupported Unsupported. See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanMaker 6000USB0x05da/0x30e5Unsupported
ScanMaker 5950USB0x05da/0x30d8Unsupported Unsupported. See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanMaker 6100USB0x05da/0x30e5Unsupported
ScanMaker 6000USB0x05da/0x30e5Unsupported Unsupported. See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanMaker 6700USB IEEE-13940x05da/0x20c9Unsupported
ScanMaker 6100USB0x05da/0x30e5UnsupportedUnsupported. See link for more details. +unsupported +
(2007-01-28) +
?
ScanMaker 6700USB IEEE-13940x05da/0x20c9Unsupported Unsupported. See link. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanMaker 8700USB IEEE-13940x05da/0x20b1Unsupported
ScanMaker 8700USB IEEE-13940x05da/0x20b1Unsupported Unsupported. See link for details. USB vendor and product ids to be checked. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanMaker 9600XLUSB IEEE-13940x05da/0x20deUnsupported
ScanMaker 9600XLUSB IEEE-13940x05da/0x20deUnsupported Probably unsupported. SCSI seems to work with microtek2 backend. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanMaker 9600XLSCSI Good
ScanMaker 9600XLSCSI Good only flatbed mode ? + microtek2
(unmaintained)
sane-microtek2sane-microtek2
ScanMaker 9800XLUSB SCSI0x05da/0x20deUnsupported
ScanMaker 9800XLUSB SCSI0x05da/0x20deUnsupported Partly unsupported. IEEE-1394 works with microtek2 backend. See link. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanMaker 9800XLIEEE-1394 Minimal
ScanMaker 9800XLIEEE-1394 Minimal IEEE-1394 seems to work. See link. More reports welcome. + microtek2
(unmaintained)
sane-microtek2sane-microtek2
Scanmaker E2SCSI Good
Scanmaker E2SCSI Good 3-pass + microtek
(0.13.1)
sane-microteksane-microtek
Scanmaker E3SCSI Good
Scanmaker E3SCSI Good   + microtek
(0.13.1)
sane-microteksane-microtek
ScanMaker E3plusSCSI Complete
ScanMaker E3plusSCSI Complete   + microtek2
(unmaintained)
sane-microtek2sane-microtek2
ScanMaker E3plusParport Complete
ScanMaker E3plusParport Complete   + microtek2
(unmaintained)
sane-microtek2sane-microtek2
Scanmaker E6SCSI Good
Scanmaker E6SCSI Good   + microtek
(0.13.1)
sane-microteksane-microtek
ScanMaker i320USB0x05da/0x30e6Unsupported
ScanMaker i320USB0x05da/0x30e6Unsupported Unsupported. See link. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Scanmaker IISCSI Good
Scanmaker IISCSI Good 3-pass + microtek
(0.13.1)
sane-microteksane-microtek
Scanmaker IIGSCSI Good
Scanmaker IIGSCSI Good gray only + microtek
(0.13.1)
sane-microteksane-microtek
Scanmaker IIHRSCSI Good
Scanmaker IIHRSCSI Good 3-pass + microtek
(0.13.1)
sane-microteksane-microtek
Scanmaker IIISCSI Good
Scanmaker IIISCSI Good   + microtek
(0.13.1)
sane-microteksane-microtek
Scanmaker IISPSCSI Good
Scanmaker IISPSCSI Good   + microtek
(0.13.1)
sane-microteksane-microtek
ScanMaker s400USB0x05da/0x201cUnsupported
ScanMaker S400USB0x05da/0x300bUnsupported Unsupported. See link. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanMaker V6UPLUSB0x05da/0x00b6Basic
ScanMaker s400USB0x05da/0x201cUnsupportedUnsupported. See link. +unsupported +
(2007-01-28) +
?
ScanMaker V6UPLUSB0x05da/0x00b6Basic Sometimes scan speed goes to fast and results look badly smudged. + microtek2
(unmaintained)
sane-microtek2sane-microtek2
ScanMaker V6USLUSB0x05da/0x80a3Complete
ScanMaker V6USLUSB0x05da/0x80a3Complete   + microtek2
(unmaintained)
sane-microtek2sane-microtek2
ScanMaker V6USLUSB0x05da/0x00a3Complete
ScanMaker V6USLUSB0x05da/0x00a3Complete   + microtek2
(unmaintained)
sane-microtek2sane-microtek2
ScanMaker V6USLSCSI Complete
ScanMaker V6USLSCSI Complete   + microtek2
(unmaintained)
sane-microtek2sane-microtek2
ScanMaker V300Parport Good
ScanMaker V300Parport Good   + microtek2
(unmaintained)
sane-microtek2sane-microtek2
ScanMaker V300SCSI Good
ScanMaker V300SCSI Good   + microtek2
(unmaintained)
sane-microtek2sane-microtek2
ScanMaker V310Parport Basic
ScanMaker V310Parport Basic   + microtek2
(unmaintained)
sane-microtek2sane-microtek2
ScanMaker V310SCSI Basic
ScanMaker V310SCSI Basic   + microtek2
(unmaintained)
sane-microtek2sane-microtek2
ScanMaker V600Parport Basic
ScanMaker V600Parport Basic   + microtek2
(unmaintained)
sane-microtek2sane-microtek2
ScanMaker V600SCSI Basic
ScanMaker V600SCSI Basic   + microtek2
(unmaintained)
sane-microtek2sane-microtek2
ScanMaker X6SCSI Complete
ScanMaker X6SCSI Complete   + microtek2
(unmaintained)
sane-microtek2sane-microtek2
ScanMaker X6ELSCSI Basic
ScanMaker X6ELSCSI Basic   + microtek2
(unmaintained)
sane-microtek2sane-microtek2
ScanMaker X6USBUSB0x05da/0x0099Good
ScanMaker X6USBUSB0x05da/0x0099Good   + microtek2
(unmaintained)
sane-microtek2sane-microtek2
ScanMaker X12USLSCSI Good
ScanMaker X12USLSCSI Good only Flatbed mode ? + microtek2
(unmaintained)
sane-microtek2sane-microtek2
ScanPort 3000USB0x04a7/0x0224Unsupported
ScanPort 3000USB0x04a7/0x0224Unsupported Unsupported. Vendor/Product ids: 0x04a7/0x0224. Realtek RTS8801B?. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
SlimScan C3Parport Complete
SlimScan C3Parport Complete   + microtek2
(unmaintained)
sane-microtek2sane-microtek2
SlimScan C6USB0x05da/0x009aComplete
SlimScan C6USB0x05da/0x009aComplete   + microtek2
(unmaintained)
sane-microtek2sane-microtek2
+

Manufacturer: Minolta

Link(s): -http://www.minolta.com
+http://www.minolta.com

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Dimage Scan Dual ISCSI Basic
Dimage Scan Dual ISCSI Basic   + avision
(Build: 201)
sane-avisionsane-avision
Dimage Scan Dual IIUSB0x0638/0x026aGood
Dimage Scan Dual IIUSB0x0638/0x026aGood 1 pass, film-scanner + avision
(Build: 201)
sane-avisionsane-avision
Dimage Scan Dual IIIUSB0x0686/0x400dBasic
Dimage Scan Dual IIIUSB0x0686/0x400dBasic 1 pass, film-scanner + avision
(Build: 201)
sane-avisionsane-avision
Dimage Scan Elite 5400USB0x0686/0x400eUntested
Dimage Scan Elite 5400USB0x0686/0x400eUntested 1 pass, film-scanner + avision
(Build: 201)
sane-avisionsane-avision
Elite IIUSB0x0686/0x4004Untested
Elite IIUSB0x0686/0x4004Untested 1 pass, film-scanner + avision
(Build: 201)
sane-avisionsane-avision
+

Manufacturer: Minolta-QMS

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
SC-110USB0x0638/0x0a15Untested
SC-110USB0x0638/0x0a15Untested   + avision
(Build: 201)
sane-avisionsane-avision
SC-215USB0x0638/0x0a16Good
SC-215USB0x0638/0x0a16Good   + avision
(Build: 201)
sane-avisionsane-avision
+

Manufacturer: Mitsubishi

Link(s): -http://www.mitsubishi.com
+http://www.mitsubishi.com

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Diamondview 648UTUSB0x04a5/0x2022Good
Diamondview 648UTUSB0x04a5/0x2022Good Rebadged Benq 320u. + SnapScan
(1.4)
sane-snapscansane-snapscan
Diamondview 650UUSB0x04a5/0x20b0Good
Diamondview 650UUSB0x04a5/0x20b0Good Rebadged Benq 4300. + SnapScan
(1.4)
sane-snapscansane-snapscan
MCA-ADFCSCSI Untested
MCA-ADFCSCSI Untested   + avision
(Build: 201)
sane-avisionsane-avision
S600CSCSI Untested
S600CSCSI Untested   + avision
(Build: 201)
sane-avisionsane-avision
S1200CSCSI Untested
S1200CSCSI Untested   + avision
(Build: 201)
sane-avisionsane-avision
SS600SCSI Good
SS600SCSI Good   + avision
(Build: 201)
sane-avisionsane-avision
+

Manufacturer: Mustek

Link(s): http://www.mustek.com/, http://www.mustek.com.tw/, http://www.mustek.de/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - - - + + + + + - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
96 CPParport (EPP) Good
96 CPParport (EPP) Good 300x600 dpi CIS scanner + mustek_pp
(13)
sane-mustek_ppsane-mustek_pp
600 III EP PlusParport (EPP) Good
600 III EP PlusParport (EPP) Good 300 dpi CCD scanner + mustek_pp
(13)
sane-mustek_ppsane-mustek_pp
1200 III EPParport UnsupportedProbably not supported. quarlewm at jmu dot edu offers to temporarily loan such a scanner to anyone who is interested in writing a driver. -unsupported -
(2006-06-22) +
1200 III EPParport UnsupportedProbably not supported. quarlewm at jmu dot edu offers to +temporarily loan such a scanner to anyone who is interested in writing +a driver. +unsupported +
(2007-01-28)
??
2400 MUSB Unsupported
2400 MUSB Unsupported Probably unsupported. No details known. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
BearPaw 1200USB0x0400/0x1001Complete
BearPaw 1200USB0x0400/0x1001Complete both product versions are supported, see backends' man-page + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
BearPaw 1200USB0x0400/0x1000Complete
BearPaw 1200USB0x0400/0x1000Complete both product versions are supported, see backends' man-page + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
BearPaw 1200 CSUSB0x055f/0x021eGood
BearPaw 1200 CSUSB0x055f/0x021eGood   + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
BearPaw 1200 CUUSB0x05d8/0x4002Good
BearPaw 1200 CUUSB0x05d8/0x4002Good   + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
BearPaw 1200 CU PlusUSB0x055f/0x021cGood
BearPaw 1200 CU PlusUSB0x055f/0x021cGood   + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
BearPaw 1200 CU PlusUSB0x055f/0x021bGood
BearPaw 1200 CU PlusUSB0x055f/0x021bGood   + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
BearPaw 1200 FUSB0x055f/0x0010Good
BearPaw 1200 FUSB0x055f/0x0010Good Works upto 600 dpi. No support for TA and ADF yet. + ma1509
(1.0-3)
sane-ma1509sane-ma1509
BearPaw 1200 TAUSB0x055f/0x021eGood
BearPaw 1200 TAUSB0x055f/0x021eGood Transparency adapter supported + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
BearPaw 1248 CUUSB0x055f/0x021cGood
BearPaw 1248 CUUSB0x055f/0x021cGood Seems to use the same ids as BearPaw 1200 CU Plus. + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
BearPaw 2400USB0x0400/0x1001Complete
BearPaw 2400USB0x0400/0x1001Complete   + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
BearPaw 2400 CSUSB0x055f/0x0218Untested
BearPaw 2400 CSUSB0x055f/0x0218Untested Probably works, reports are welcome + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
BearPaw 2400 CS PlusUSB0x055f/0x0219Good
BearPaw 2400 CS PlusUSB0x055f/0x0219Good Works, problems with 12/16 bit modes? + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
BearPaw 2400 CUUSB0x05d8/0x4002Basic
BearPaw 2400 CUUSB0x05d8/0x4002Basic Works, but is slow + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
BearPaw 2400 CU PlusUSB0x055f/0x021dGood
BearPaw 2400 CU PlusUSB0x055f/0x021dGood   + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
BearPaw 2400 TAUSB0x055f/0x0218Good
BearPaw 2400 TAUSB0x055f/0x0218Good Transparency adapter supported + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
BearPaw 2400 TA PlusUSB0x055f/0x0219Good
BearPaw 2400 TA PlusUSB0x055f/0x0219Good Transparency adapter supported + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
BearPaw 2400 TA ProUSB0x055f/0x0400Unsupported
BearPaw 2400 TA ProUSB0x055f/0x0400Unsupported Not supported. May be supported by mustek_usb2 backend later. See link for some information. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
BearPaw 2448 CS PlusUSB0x055f/0x021aBasic
BearPaw 2448 CS PlusUSB0x055f/0x021aBasic Slow. Same as 2448 TA Plus, but without TA. + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
BearPaw 2448 CU ProUSB0x055f/0x0408Unsupported
BearPaw 2448 CU ProUSB0x055f/0x0408Unsupported Not supported. May be supported by mustek_usb2 backend later. See link for some information. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
BearPaw 2448 TA PlusUSB0x055f/0x021aBasic
BearPaw 2448 TA PlusUSB0x055f/0x021aBasic Slow. Transparency adapter supported. Slow. Brightness depends on resolution? + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
BearPaw 2448TA ProUSB0x055f/0x0409Good
BearPaw 2448TA ProUSB0x055f/0x0409Good   + mustek_usb2
(1.0-10)
sane-mustek_usb2sane-mustek_usb2
BearPaw 4800 TA ProUSB0x055f/0x1000Unsupported
BearPaw 4800 TA ProUSB0x055f/0x1000Unsupported Not supported. See link for some information. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
BearPaw 4800 TA Pro IIUSB0x055f/0x040aUnsupported
BearPaw 4800 TA Pro IIUSB0x055f/0x040aUnsupported Not supported. May be supported by mustek_usb2 backend later. See link for some information. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
BearPaw 6400 TA ProUSB0x055f/0x040bUnsupported
BearPaw 6400 TA ProUSB0x055f/0x040bUnsupported Not supported. May be supported by mustek_usb2 backend later. See link for some information. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Paragon 600 II CDSCSI Complete
Paragon 600 II CDSCSI Complete   + mustek
(1.0-138)
sane-musteksane-mustek
Paragon 600 II EDParport Untested
Paragon 600 II EDParport Untested Completely untested. If it's the same as the 600 II EP, it may work. Please contact me if you own such a device. + mustek
(1.0-138)
sane-musteksane-mustek
Paragon 600 II EPParport Minimal
Paragon 600 II EPParport Minimal Works, however only low resolutions and quality in color mode is bad. + mustek
(1.0-138)
sane-musteksane-mustek
Paragon 600 II NProprietary Basic
Paragon 600 II NProprietary Basic Resolutions above 300 dpi may cause trouble. + mustek
(1.0-138)
sane-musteksane-mustek
Paragon 800 II EPParport Unsupported
Paragon 800 II EPParport Unsupported Not supported. Maybe similar to 600 II EP (SCSI_over-parport)? In this case it could be supported by the mustek SCSI backend. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Paragon 800 II SPSCSI Complete
Paragon 800 II SPSCSI Complete   + mustek
(1.0-138)
sane-musteksane-mustek
Paragon 1200 A3 ProSCSI Complete
Paragon 1200 A3 ProSCSI Complete ADF and TA untested. Please contact me if you own such equipment. + mustek
(1.0-138)
sane-musteksane-mustek
Paragon 1200 III SPSCSI Complete
Paragon 1200 III SPSCSI Complete   + mustek
(1.0-138)
sane-musteksane-mustek
Paragon 1200 LSSCSI Complete
Paragon 1200 LSSCSI Complete   + mustek
(1.0-138)
sane-musteksane-mustek
Paragon 1200 SP ProSCSI Good
Paragon 1200 SP ProSCSI Good   + mustek
(1.0-138)
sane-musteksane-mustek
Paragon MFC-600SSCSI Complete
Paragon MFC-600SSCSI Complete   + mustek
(1.0-138)
sane-musteksane-mustek
Paragon MFC-800SSCSI Complete
Paragon MFC-800SSCSI Complete   + mustek
(1.0-138)
sane-musteksane-mustek
Paragon MFS-1200SPSCSI Complete
Paragon MFS-1200SPSCSI Complete   + mustek
(1.0-138)
sane-musteksane-mustek
Paragon MFS-6000CXSCSI Good
Paragon MFS-6000CXSCSI Good 3-pass + mustek
(1.0-138)
sane-musteksane-mustek
Paragon MFS-6000SPSCSI Complete
Paragon MFS-6000SPSCSI Complete   + mustek
(1.0-138)
sane-musteksane-mustek
Paragon MFS-8000SPSCSI Complete
Paragon MFS-8000SPSCSI Complete   + mustek
(1.0-138)
sane-musteksane-mustek
Paragon MFS-12000CXSCSI Good
Paragon MFS-12000CXSCSI Good 3-pass + mustek
(1.0-138)
sane-musteksane-mustek
Paragon MFS-12000SPSCSI Complete
Paragon MFS-12000SPSCSI Complete   + mustek
(1.0-138)
sane-musteksane-mustek
Plug-n-Scan 2400 MUSB0x055f/0x0219Good
Plug-n-Scan 2400 MUSB0x055f/0x0219Good Works but is slow in high resolutions. Same as BearPaw 2400 CS Plus. + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
Plug-n-Scan 2400 MTUSB0x055f/0x0219Good
Plug-n-Scan 2400 MTUSB0x055f/0x0219Good Works but is slow in high resolutions. Same as BearPaw 2400 TA Plus. + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
ScanExpress 600 CPParport (EPP) Good
ScanExpress 600 CPParport (EPP) Good 300x600 dpi CIS scanner + mustek_pp
(13)
sane-mustek_ppsane-mustek_pp
ScanExpress 600 CUUSB0x055f/0x0002Complete
ScanExpress 600 CUUSB0x055f/0x0002Complete   + mustek_usb
(1.0-18)
sane-mustek_usbsane-mustek_usb
ScanExpress 600 SEPParport (EPP) Good
ScanExpress 600 SEPParport (EPP) Good 300 dpi CCD scanner + mustek_pp
(13)
sane-mustek_ppsane-mustek_pp
ScanExpress 600 USBUSB0x055f/0x0873Unsupported
ScanExpress 600 USBUSB0x055f/0x0873Unsupported Unsupported. Programming information is available. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanExpress 1200 CPParport (EPP) Good
ScanExpress 1200 CPParport (EPP) Good 600x1200 dpi CIS scanner + mustek_pp
(13)
sane-mustek_ppsane-mustek_pp
ScanExpress 1200 CP+Parport (EPP) Good
ScanExpress 1200 CP+Parport (EPP) Good 600x1200 dpi CIS scanner + mustek_pp
(13)
sane-mustek_ppsane-mustek_pp
ScanExpress 1200 CUUSB0x055f/0x0001Complete
ScanExpress 1200 CUUSB0x055f/0x0001Complete   + mustek_usb
(1.0-18)
sane-mustek_usbsane-mustek_usb
ScanExpress 1200 CU PlusUSB0x055f/0x0008Complete
ScanExpress 1200 CU PlusUSB0x055f/0x0008Complete   + mustek_usb
(1.0-18)
sane-mustek_usbsane-mustek_usb
ScanExpress 1200 FSSCSI Untested
ScanExpress 1200 FSSCSI Untested One report that it crashes the computer. SCSI driver issue? Please contact me if you own such a device. + mustek
(1.0-138)
sane-musteksane-mustek
ScanExpress 1200 UBUSB0x055f/0x0006Complete
ScanExpress 1200 UBUSB0x055f/0x0006Complete For the UB Plus, see gt68xx backend + mustek_usb
(1.0-18)
sane-mustek_usbsane-mustek_usb
ScanExpress 1200 UB PlusUSB0x05d8/0x4002Good
ScanExpress 1200 UB PlusUSB0x05d8/0x4002Good   + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
ScanExpress 1200 USBUSB0x055f/0x0003Unsupported
ScanExpress 1200 USBUSB0x055f/0x0003Unsupported Unsupported. Programming information is available. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanExpress 1200 USB PlusUSB0x055f/0x0007Unsupported
ScanExpress 1200 USB PlusUSB0x055f/0x0007Unsupported Unsupported. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanExpress 1248 UBUSB0x055f/0x021fComplete
ScanExpress 1248 UBUSB0x055f/0x021fComplete   + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
ScanExpress 2400 USBUSB0x05d8/0x4002Minimal
ScanExpress 2400 USBUSB0x05d8/0x4002Minimal Should be detected but may need some more work in the code. Testers welcome. Please contact me if you own this scanner. + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
ScanExpress 6000 PParport (EPP) Good
ScanExpress 6000 PParport (EPP) Good 300 dpi CCD scanner + mustek_pp
(13)
sane-mustek_ppsane-mustek_pp
ScanExpress 6000SPSCSI Complete
ScanExpress 6000SPSCSI Complete   + mustek
(1.0-138)
sane-musteksane-mustek
ScanExpress 12000 PParport Unsupported
ScanExpress 12000 PParport Unsupported Not supported. Asic 1505/05. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanExpress 12000SPSCSI Complete
ScanExpress 12000SPSCSI Complete   + mustek
(1.0-138)
sane-musteksane-mustek
ScanExpress 12000SP PlusSCSI Complete
ScanExpress 12000SP PlusSCSI Complete   + mustek
(1.0-138)
sane-musteksane-mustek
ScanExpress A3 EPParport Unsupported
ScanExpress A3 EPParport Unsupported Not supported. Maybe it will be supported by the mustek_pp backend in future. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanExpress A3 SPSCSI Basic
ScanExpress A3 SPSCSI Basic Please test! + mustek
(1.0-138)
sane-musteksane-mustek
ScanExpress A3 USBUSB0x055f/0x0210Basic
ScanExpress A3 USBUSB0x055f/0x0210Basic Still some vertical stripes. + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
ScanExpress CardSmartUSB Unsupported
ScanExpress CardSmartUSB Unsupported Probably unsupported. USB business card scanner. Maybe works as USB storage device? -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanMagic 600 CPParport (EPP) Good
ScanMagic 600 CPParport (EPP) Good 300x600 dpi CIS scanner + mustek_pp
(13)
sane-mustek_ppsane-mustek_pp
ScanMagic 600 II SPSCSI Complete
ScanMagic 600 II SPSCSI Complete   + mustek
(1.0-138)
sane-musteksane-mustek
ScanMagic 1200 UB PlusUSB0x05d8/0x4002Good
ScanMagic 1200 UB PlusUSB0x05d8/0x4002Good Same as ScanExpress 1200 UB Plus + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
ScanMagic 4800 PParport (EPP) Good
ScanMagic 4800 PParport (EPP) Good 300 dpi CCD scanner + mustek_pp
(13)
sane-mustek_ppsane-mustek_pp
ScanMagic 4830SSCSI Untested
ScanMagic 4830SSCSI Untested sub model VM3575 + teco2
(1.0-9)
sane-teco2sane-teco2
ScanMagic 9636PParport Unsupported
ScanMagic 9636PParport Unsupported Probably not supported. Same as Mustek 12000 P?. ASIC 1505. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanMagic 9636SSCSI Complete
ScanMagic 9636SSCSI Complete   + mustek
(1.0-138)
sane-musteksane-mustek
ScanMagic 9636S PlusSCSI Complete
ScanMagic 9636S PlusSCSI Complete   + mustek
(1.0-138)
sane-musteksane-mustek
TwainScan II SPSCSI Complete
TwainScan II SPSCSI Complete   + mustek
(1.0-138)
sane-musteksane-mustek
+ +

Manufacturer: NeatReceipts

+

+

+ + + + + + + + + + + + + + + + + + +
ModelInterfaceUSB idStatusCommentBackendManpage
Scanalizer Professional 2.5USB0x07b3/0x0412UntestedSimilar to Plustek OpticSlim M12. Please tell us if this scanner works. +gt68xx +
(1.0-84) +
sane-gt68xx

Manufacturer: NEC

Link(s): http://www.nevt.co.jp/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - - - + + + + + - + -
ModelInterfaceUSB idStatusCommentBackendManpage
PC-IN500/4CSCSI Good
PC-IN500/4CSCSI Good PC-IN500/4C was sold only in JAPAN -nec + +nec
(0.12)
sane-necsane-nec
PetiscanUSB0x0475/0x0100UnsupportedMost probably unsupported. See link for details. Vendor ID is Relisys/Teco. Not known if it is similar to other Relisys/Teco USB scanners. -unsupported -
(2006-06-22) +
PetiscanUSB0x0475/0x0100UnsupportedMost probably unsupported. See link for details. Vendor ID is +Relisys/Teco. Not known if it is similar to other Relisys/Teco USB +scanners. +unsupported +
(2007-01-28)
??
+

Manufacturer: Network

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Easy Plus 30 BitParport (EPP) Good
Easy Plus 30 BitParport (EPP) Good 300 dpi CCD scanner + mustek_pp
(13)
sane-mustek_ppsane-mustek_pp
+

Manufacturer: Nikon

Link(s): http://www.nikon.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
AX-110 / Scantouch 110SCSI Untested
AX-110 / Scantouch 110SCSI Untested may work, please test and give feedback + umax
(1.0-41)
sane-umaxsane-umax
AX-210SCSI Good
AX-210SCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
Coolscan V EDUSB0x04b0/0x4001Minimal
Coolscan V EDUSB0x04b0/0x4001Minimal   + coolscan2
(0.1.8)
sane-coolscan2sane-coolscan2
LS 30SCSI Complete
LS 30SCSI Complete working -- model available to developer + coolscan2
(0.1.8)
sane-coolscan2sane-coolscan2
LS 40 EDUSB0x04b0/0x4000Complete
LS 40 EDUSB0x04b0/0x4000Complete   + coolscan2
(0.1.8)
sane-coolscan2sane-coolscan2
LS 50 EDUSB0x04b0/0x4001Minimal
LS 50 EDUSB0x04b0/0x4001Minimal   + coolscan2
(0.1.8)
sane-coolscan2sane-coolscan2
LS 2000SCSI Good
LS 2000SCSI Good   + coolscan2
(0.1.8)
sane-coolscan2sane-coolscan2
LS 4000 EDIEEE-1394 Good
LS 4000 EDIEEE-1394 Good needs linux kernel 2.4.19 or later + coolscan2
(0.1.8)
sane-coolscan2sane-coolscan2
LS 8000 EDIEEE-1394 Good
LS 8000 EDIEEE-1394 Good needs linux kernel 2.4.19 or later + coolscan2
(0.1.8)
sane-coolscan2sane-coolscan2
LS-20SCSI Basic
LS-20SCSI Basic The LS-20 has been replaced by the LS-30 + coolscan
(0.4.3)
sane-coolscansane-coolscan
LS-30SCSI Basic
LS-30SCSI Basic alpha: only 24/30 bit RGB + 32/40 bit RGBI + coolscan
(0.4.3)
sane-coolscansane-coolscan
LS-1000SCSI Basic
LS-1000SCSI Basic Doesn't support gamma correction + coolscan
(0.4.3)
sane-coolscansane-coolscan
LS-2000SCSI Basic
LS-2000SCSI Basic alpha: only 24/36 bit + RGB 32/48 bit RGBI + coolscan
(0.4.3)
sane-coolscansane-coolscan
Super Coolscan LS-5000 EDUSB0x04b0/0x4002Untested
LS-9000 EDIEEE-1394 UnsupportedProbably not supported. See link for details. Possibly similar to LS-8000 ED. +unsupported +
(2007-01-28) +
?
Super Coolscan LS-5000 EDUSB0x04b0/0x4002Untested May work, similar to LS 50 ED, but untested. Please tell us if it works. + coolscan2
(0.1.8)
sane-coolscan2sane-coolscan2
+ +

Manufacturer: Nortek

+

+

+ + + + + + + + + + + + + + + + + + +
ModelInterfaceUSB idStatusCommentBackendManpage
MyScan 1200USB0x07b3/0x040bUntestedUntested. Please test. Similar to Plustek OpticPro S12? +gt68xx +
(1.0-84) +
sane-gt68xx

Manufacturer: Olivetti

Link(s): -http://www.olivetti.com
+http://www.olivetti.com

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Job-Jet M400USB0x0b3c/0xa880Unsupported
Job-Jet M400USB0x0b3c/0xa880Unsupported Probably not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Olympus

Link(s): -http://www.olympus.com
+http://www.olympus.com

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
ES-10SSCSI Unsupported
ES-10SSCSI Unsupported Probably not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Optoelectronics

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Barcode scannerUSB0x065a/0x0001Unsupported
Barcode scannerUSB0x065a/0x0001Unsupported Probably not supported. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Optrox

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
PhotoMaker 3CParport Unsupported
PhotoMaker 3CParport Unsupported   -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
PhotoMaker 3EParport Unsupported
PhotoMaker 3EParport Unsupported   -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
PhotoMaker 3FProprietary Unsupported
PhotoMaker 3FProprietary Unsupported Special ISA card -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
PhotoMaker 3SParport Unsupported
PhotoMaker 3SParport Unsupported   -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
PhotoMaker 6EParport Unsupported
PhotoMaker 6EParport Unsupported   -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
PhotoMaker 6FProprietary Unsupported
PhotoMaker 6FProprietary Unsupported Special ISA card -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Packard Bell

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Diamond 1200USB0x05d8/0x4002Good
Diamond 1200USB0x05d8/0x4002Good Similar to Mustek BearPaw 1200 (Plus) + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
Diamond 1200 PlusUSB0x055f/0x021bGood
Diamond 1200 PlusUSB0x055f/0x021bGood Similar to Mustek BearPaw 1200 Plus + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
Diamond 1200 PlusUSB0x055f/0x021cGood
Diamond 1200 PlusUSB0x055f/0x021cGood Similar to Mustek BearPaw 1200 Plus + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
Diamond 2450USB0x055f/0x0219Good
Diamond 2450USB0x055f/0x0219Good   + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
+

Manufacturer: Panasonic

Link(s): http://www.panasonic.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - - - - - - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - - - + + + + + - + -
ModelInterfaceUSB idStatusCommentBackendManpage
KV-S2025CSCSI Minimal
KV-S2025CSCSI Minimal no color, no high resolution, no automatic cropping + matsushita
(1.0-7)
sane-matsushitasane-matsushita
KV-S2026CUSB SCSI Unsupported
KV-S2026CUSB SCSI Unsupported might be supported by matsushita backend. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
KV-S2045CSCSI Minimal
KV-S2045CSCSI Minimal no color, no high resolution, no automatic cropping + matsushita
(1.0-7)
sane-matsushitasane-matsushita
KV-S2046CUSB SCSI Unsupported
KV-S2046CUSB SCSI Unsupported might be supported by matsushita backend. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
KV-S2055LSCSI Unsupported
KV-S2055LSCSI Unsupported might be supported by matsushita backend. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
KV-S2055WUSB SCSI Unsupported
KV-S2055WUSB SCSI Unsupported might be supported by matsushita backend. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
KV-S2065LSCSI Minimal
KV-S2065LSCSI Minimal no color, no high resolution, no automatic cropping + matsushita
(1.0-7)
sane-matsushitasane-matsushita
KV-S2065WSCSI Unsupported
KV-S2065WSCSI Unsupported might be supported by matsushita backend. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
KV-S3065CLUSB SCSI Unsupported
KV-S3065CLUSB SCSI Unsupported might be supported by matsushita backend. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
KV-S3065CWUSB SCSI Unsupported
KV-S3065CWUSB SCSI Unsupported might be supported by matsushita backend. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
KV-S3085USB SCSI Unsupported
KV-S3085USB SCSI Unsupported might be supported by matsushita backend. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
KV-S3105CUSB SCSI Unsupported
KV-S3105CUSB SCSI Unsupportedmight be supported by matsushita backend. See http://code.google.com/p/kvss905c/ for a standalone scanning tool. +unsupported +
(2007-01-28) +
?
KV-S6040WSCSI Unsupported might be supported by matsushita backend. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
KV-S6040WSCSI Unsupported
KV-S6045WSCSI Unsupported might be supported by matsushita backend. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
KV-S6045WSCSI Unsupported
KV-S6050WSCSI Unsupported might be supported by matsushita backend. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
KV-S6050WSCSI Unsupported
KV-S6055WSCSI Unsupported might be supported by matsushita backend. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
KV-S6055WSCSI Unsupported
KV-S7065CUSB SCSI Unsupported might be supported by matsushita backend. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
KV-S7065CUSB SCSI Unsupportedmight be supported by matsushita backend. -unsupported -
(2006-06-22) -
?
KV-SS25SCSI Complete
KV-SS25SCSI Complete   + matsushita
(1.0-7)
sane-matsushitasane-matsushita
KV-SS25DSCSI Complete
KV-SS25DSCSI Complete   + matsushita
(1.0-7)
sane-matsushitasane-matsushita
KV-SS50SCSI Untested
KV-SS50SCSI Untested   + matsushita
(1.0-7)
sane-matsushitasane-matsushita
KV-SS50EXSCSI Untested
KV-SS50EXSCSI Untested   + matsushita
(1.0-7)
sane-matsushitasane-matsushita
KV-SS55SCSI Untested
KV-SS55SCSI Untested   + matsushita
(1.0-7)
sane-matsushitasane-matsushita
KV-SS55EXSCSI Minimal
KV-SS55EXSCSI Minimal no color, no high resolution, no automatic cropping + matsushita
(1.0-7)
sane-matsushitasane-matsushita
KV-SS850SCSI Untested
KV-SS850SCSI Untested   + matsushita
(1.0-7)
sane-matsushitasane-matsushita
KV-SS855SCSI Untested
KV-SS855SCSI Untested   + matsushita
(1.0-7)
sane-matsushitasane-matsushita
KV-SS905CSCSI Unsupportedmight be supported by matsushita backend. -unsupported -
(2006-06-22) +
KV-SS905CSCSI Unsupportedmight be supported by matsushita backend. See http://code.google.com/p/kvss905c/ for a standalone scanning tool. +unsupported +
(2007-01-28)
??
+

Manufacturer: Pentax

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
DSmobile USBUSB0x0a82/0x2000Unsupported
DSmobile USBUSB0x0a82/0x2000Unsupported Probably not supported. Some information is available. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: PIE

Link(s): http://www.scanace.com/
Comment: Pacific Image Electronics

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - - - - - - - - - + + + + - - + - - - - + + + + + + + + + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Powerslide 3600USB IEEE-13940x05e3/0x0142UnsupportedProbably unsupported. Film scanner that can scan directly from the magazine. -unsupported -
(2006-06-22) -
?
Primefilm 1800uUSB0x05e3/0x0120Unsupported
PF3650 Pro3 Film ScannerUSB IEEE-13940x05e3/0x0143Unsupported Not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Primefilm 3600PROUSB IEEE-1394 Unsupported
Powerslide 3600USB IEEE-13940x05e3/0x0142UnsupportedProbably unsupported. Film scanner that can scan directly from the magazine. +unsupported +
(2007-01-28) +
?
Primefilm 1800uUSB0x05e3/0x0120UnsupportedNot supported. See link for details. +unsupported +
(2007-01-28) +
?
Primefilm 3600PROUSB IEEE-1394 Unsupported Probably not supported. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanAce 630SSCSI Untested
ScanAce 630SSCSI Untested   + pie
(1.0)
sane-piesane-pie
ScanAce 636SSCSI Untested
ScanAce 636SSCSI Untested   + pie
(1.0)
sane-piesane-pie
ScanAce 1230SSCSI Good
ScanAce 1230SSCSI Good   + pie
(1.0)
sane-piesane-pie
ScanAce 1236SSCSI Good
ScanAce 1236SSCSI Good   + pie
(1.0)
sane-piesane-pie
ScanAce IISCSI Untested
ScanAce IISCSI Untested   + pie
(1.0)
sane-piesane-pie
ScanAce II PlusSCSI Untested
ScanAce II PlusSCSI Untested   + pie
(1.0)
sane-piesane-pie
ScanAce IIISCSI Good
ScanAce IIISCSI Good   + pie
(1.0)
sane-piesane-pie
ScanAce III PlusSCSI Untested
ScanAce III PlusSCSI Untested   + pie
(1.0)
sane-piesane-pie
ScanAce PlusSCSI Untested
ScanAce PlusSCSI Untested   + pie
(1.0)
sane-piesane-pie
ScanAce ScanMediaSCSI Untested
ScanAce ScanMediaSCSI Untested   + pie
(1.0)
sane-piesane-pie
ScanAce ScanMedia IISCSI Untested
ScanAce ScanMedia IISCSI Untested   + pie
(1.0)
sane-piesane-pie
ScanAce VSCSI Untested
ScanAce VSCSI Untested   + pie
(1.0)
sane-piesane-pie
+

Manufacturer: PIOTECH

Link(s): http://www.image-land.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Splendeur 3024SCSI Good
Splendeur 3024SCSI Good sub model VM3552 + teco3
(1.0-1)
sane-teco3sane-teco3
+

Manufacturer: PLANon

Link(s): http://www.planon.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
DocuPen (DPEN-BW)USB Unsupported
DocuPen (DPEN-BW)USB Unsupported Probably not supported. No details known. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
DocuPen R700USB0x10c4/0xea60Unsupported
DocuPen R700USB0x10c4/0xea60Unsupported Probably not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
DocuPen RC800USB Unsupported
DocuPen RC800USB Unsupported Probably not supported. No details known. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Plustek

Link(s): http://www.plustek.com/, http://www.plustek.de/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - + + + + - - + - - - - - - + + + + + - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - - - + + + + + - + - - - - - - + + + + + - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - - - + + + + + - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
OptiCard 600+USB Unsupported
OptiCard 600+USB Unsupported Business card reader. No further information available. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
OpticBook 3600USB0x07b3/0x0900UnsupportedGL842 based (similar to GL841?), maybe ca be added to genesys backend. Bookscanner. -unsupported -
(2006-06-22) +
OpticBook 3600USB0x07b3/0x0900UnsupportedGL842 based (similar to GL841?), maybe to be added to genesys backend. Bookscanner. +unsupported +
(2007-01-28)
??
OpticFilm 7200USB0x07b3/0x0807UnsupportedGL841 based, to be added to genesys backend -unsupported -
(2006-06-22) +
OpticFilm 7200USB0x07b3/0x0807UnsupportedGL842 based, maybe to be added to genesys backend +unsupported +
(2007-01-28)
??
OpticPro 600P/6000PParport (SPP, EPP) Complete
OpticFilm 7200iUSB0x07b3/0x0c04UnsupportedGL843 based, maybe to be added to genesys backend +unsupported +
(2007-01-28) +
?
OpticPro 600P/6000PParport (SPP, EPP) Complete   + plustek_pp
(0.43)
sane-plustek_ppsane-plustek_pp
OpticPro 1212UUSB0x07b3/0x0001Basic
OpticPro 1212UUSB0x07b3/0x0001Basic   + u12
(0.02)
sane-u12sane-u12
OpticPro 1236PParport (SPP, EPP) Complete
OpticPro 1236PParport (SPP, EPP) Complete reported as OpticPro 12000P/96000P + plustek_pp
(0.43)
sane-plustek_ppsane-plustek_pp
OpticPro 1248UUSB0x07b3/0x0401Good
OpticPro 1248UUSB0x07b3/0x0401Good   + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
OpticPro 1248UUSB0x07b3/0x0400Good
OpticPro 1248UUSB0x07b3/0x0400Good   + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
OpticPro 2400SPSCSI Untested
OpticPro 2400SPSCSI Untested sub model VM3552 + teco3
(1.0-1)
sane-teco3sane-teco3
OpticPro 4800PParport (SPP, EPP) Complete
OpticPro 4800PParport (SPP, EPP) Complete   + plustek_pp
(0.43)
sane-plustek_ppsane-plustek_pp
OpticPro 4830PParport (SPP, EPP) Complete
OpticPro 4830PParport (SPP, EPP) Complete   + plustek_pp
(0.43)
sane-plustek_ppsane-plustek_pp
OpticPro 4831PParport (SPP, EPP) Complete
OpticPro 4831PParport (SPP, EPP) Complete   + plustek_pp
(0.43)
sane-plustek_ppsane-plustek_pp
OpticPro 9600PParport (SPP, EPP) Complete
OpticPro 9600PParport (SPP, EPP) Complete   + plustek_pp
(0.43)
sane-plustek_ppsane-plustek_pp
OpticPro 9630PParport (SPP, EPP) Complete
OpticPro 9630PParport (SPP, EPP) Complete   + plustek_pp
(0.43)
sane-plustek_ppsane-plustek_pp
OpticPro 9630PLParport (SPP, EPP) Complete
OpticPro 9630PLParport (SPP, EPP) Complete use driver-switch mov=1 + plustek_pp
(0.43)
sane-plustek_ppsane-plustek_pp
OpticPro 9636PParport (SPP, EPP) Complete
OpticPro 9636PParport (SPP, EPP) Complete use driver-switch mov=4 + plustek_pp
(0.43)
sane-plustek_ppsane-plustek_pp
OpticPro 9636P+/TurboParport (SPP, EPP) Complete
OpticPro 9636P+/TurboParport (SPP, EPP) Complete use driver-switch mov=3 + plustek_pp
(0.43)
sane-plustek_ppsane-plustek_pp
OpticPro 9636TParport (SPP, EPP) Complete
OpticPro 9636TParport (SPP, EPP) Complete   + plustek_pp
(0.43)
sane-plustek_ppsane-plustek_pp
OpticPro 12000P/96000PParport (SPP, EPP) Complete
OpticPro 12000P/96000PParport (SPP, EPP) Complete   + plustek_pp
(0.43)
sane-plustek_ppsane-plustek_pp
OpticPro 12000TParport (SPP, EPP) Complete
OpticPro 12000TParport (SPP, EPP) Complete   + plustek_pp
(0.43)
sane-plustek_ppsane-plustek_pp
OpticPro 19200SSCSI Complete
OpticPro 19200SSCSI Complete rebadged Artec AM12S -artec + +artec
(unmaintained)
sane-artecsane-artec
OpticPro A3UUSB Unsupported
OpticPro A3UUSB Unsupported Uses Plustek ASIC P99002 -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
OpticPro AI3Parport (SPP, EPP) Basic
OpticPro AI3Parport (SPP, EPP) Basic use driver-switch mov=5, poor picture quality + plustek_pp
(0.43)
sane-plustek_ppsane-plustek_pp
OpticPro P8Parport Untested
OpticPro P8Parport Untested   + plustek_pp
(0.43)
sane-plustek_ppsane-plustek_pp
OpticPro P12Parport (SPP, EPP) Complete
OpticPro P12Parport (SPP, EPP) Complete   + plustek_pp
(0.43)
sane-plustek_ppsane-plustek_pp
OpticPro PT12Parport (SPP, EPP) Complete
OpticPro PT12Parport (SPP, EPP) Complete   + plustek_pp
(0.43)
sane-plustek_ppsane-plustek_pp
OpticPro S6USB Unsupported
OpticPro S6USB Unsupported Uses RealTek chipset (RTL8801D) -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
OpticPro S12USB0x07b3/0x0600UnsupportedProduct id 0x0600 is unsupported but may be supported by the genesys backend in future. Product id 0x040b is supported by the gt68xx backend. -unsupported -
(2006-06-22) +
OpticPro S12USB0x07b3/0x0600UnsupportedProduct id 0x0600 is unsupported but may be supported by the +genesys backend in future. Product id 0x040b is supported by the gt68xx +backend. +unsupported +
(2007-01-28)
??
OpticPro S12USB0x07b3/0x040bBasicProduct ID 0x040b only. Needs more testing. Please contact me if you own such a scanner. +
OpticPro S12USB0x07b3/0x040bGoodProduct ID 0x040b only. gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
OpticPro S24USB0x07b3/0x0601UnsupportedProduct id 0x0601 is unsupported but may be supported by the genesys backend in future /GL646). Product id 0x040e is supported by the gt68xx backend. -unsupported -
(2006-06-22) +
OpticPro S24USB0x07b3/0x0601UnsupportedProduct id 0x0601 is unsupported but may be supported by the +genesys backend in future /GL646). Product id 0x040e is supported by +the gt68xx backend. +unsupported +
(2007-01-28)
??
OpticPro S24USB0x07b3/0x040eBasicProduct ID 0x040e only. Needs more testing. Please contact me if you own such a scanner. +
OpticPro S24USB0x07b3/0x040eGoodProduct ID 0x040e only. Is reported to work. gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
OpticPro S28USB0x07b3/0x0801Unsupported
OpticPro S28USB0x07b3/0x0801Unsupported GL841 based, to be added to genesys backend -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
OpticPro ST12USB0x07b3/0x0600UnsupportedProduct id 0x0600 is unsupported but may be supported by the genesys backend in future. Product id 0x040b is supported by the gt68xx backend. -unsupported -
(2006-06-22) +
OpticPro ST12USB0x07b3/0x0600UnsupportedProduct id 0x0600 is unsupported but may be supported by the +genesys backend in future. Product id 0x040b is supported by the gt68xx +backend. +unsupported +
(2007-01-28)
??
OpticPro ST12USB0x07b3/0x040bUntested
OpticPro ST12USB0x07b3/0x040bUntested Product ID 0x040b only. Needs testing. Transparency adapter completely untested. Please contact me if you own such a scanner. + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
OpticPro ST16USB0x07b3/0x0600Unsupported
OpticPro ST16USB0x07b3/0x0600Unsupported GL646 based, to be added to genesys backend -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
OpticPro ST24USB0x07b3/0x0601Unsupported
OpticPro ST24USB0x07b3/0x0601Unsupported GL646 based, to be added to genesys backend -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
OpticPro ST28USB0x07b3/0x0801Unsupported
OpticPro ST28USB0x07b3/0x0801Unsupported GL841 based, to be added to genesys backend -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
OpticPro ST48USB0x07b3/0x0800Unsupported
OpticPro ST48USB0x07b3/0x0800Unsupported GL841 based, to be added to genesys backend -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
OpticPro ST64USB UnsupportedNo further information available. -unsupported -
(2006-06-22) +
OpticPro ST64USB0x07b3/0x0c00UnsupportedGL843 based, maybe to be added to genesys backend +unsupported +
(2007-01-28)
??
OpticPro ST64+USB UnsupportedIs reported to be based on a GL843 chipset. -unsupported -
(2006-06-22) +
OpticPro ST64+USB0x07b3/0x0c03UnsupportedGL843 based. See link for more details. +unsupported +
(2007-01-28)
??
OpticPro U12USB0x07b3/0x0001Basic
OpticPro U12USB0x07b3/0x0001Basic Note: Only devices with product ID 0x0001 are supported! + u12
(0.02)
sane-u12sane-u12
OpticPro U12USB0x07b3/0x0010Complete
OpticPro U12USB0x07b3/0x0010Complete NOTE: Devices with product ID 0x0001 are not supported! + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
OpticPro U16BUSB0x07b3/0x0402Good
OpticPro U16BUSB0x07b3/0x0402Good   + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
OpticPro U16B+USB0x07b3/0x0403Good
OpticPro U16B+USB0x07b3/0x0403Good   + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
OpticPro U24USB0x07b3/0x0015Complete
OpticPro U24USB0x07b3/0x0015Complete   + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
OpticPro U24USB0x07b3/0x0011Complete
OpticPro U24USB0x07b3/0x0011Complete   + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
OpticPro UA18USB Unsupported
OpticPro UA18USB Unsupported Probably LM983x based. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
OpticPro UT12USB0x07b3/0x0001Basic
OpticPro UT12USB0x07b3/0x0001Basic Note: Only devices with product ID 0x0001 are supported! + u12
(0.02)
sane-u12sane-u12
OpticPro UT12USB0x07b3/0x0017Complete
OpticPro UT12USB0x07b3/0x0017Complete Note: Devices with product ID 0x0001 are not supported! + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
OpticPro UT16USB0x07b3/0x0017Complete
OpticPro UT16USB0x07b3/0x0017Complete   + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
OpticPro UT16BUSB0x07b3/0x0403Untested
OpticPro UT16BUSB0x07b3/0x0403Untested Probably works. Transparency adapter not supported yet. Please contact me if you own such a device. + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
OpticPro UT24USB0x07b3/0x0017Complete
OpticPro UT24USB0x07b3/0x0017Complete   + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
OpticSlim 1200USB0x07b3/0x0413Good
OpticSlim 500USB0x07b3/0x0458UnsupportedUnsupported. See link for more details. +unsupported +
(2007-01-28) +
?
OpticSlim 1200USB0x07b3/0x0413Good   + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
OpticSlim 2400USB0x07b3/0x0422Good
OpticSlim 2400USB0x07b3/0x0422Good Works up to 1200 dpi. + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
OpticSlim 2420USB0x07b3/0x0806Unsupported
OpticSlim 2420USB0x07b3/0x0806Unsupported GL841 based, to be added to genesys backend -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
OpticSlim M12USB0x07b3/0x0412Basic
OpticSlim 2420+USB0x07b3/0x0914UnsupportedGL841 based, to be added to genesys backend +unsupported +
(2007-01-28) +
?
OpticSlim M12USB0x07b3/0x0412Basic Scans, but no calibration is performed and the area selection is limited. + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
OpticWorks 2000Parport Unsupported
OpticWorks 2000Parport Unsupported Multifunction device. No further information available. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanCopy 115USB0x07b3/0x081cUnsupported
PL 806USB0x07b3/0x0c0cUnsupportedUnsupported. See link for more details. +unsupported +
(2007-01-28) +
?
ScanCopy 115USB0x07b3/0x081cUnsupported GL841 based, to be added to genesys backend -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Spectra ADFProprietary UnsupportedUnsupported. Uses proprietary ISA card that also provides power and is labelled GPS-1 PAGE-A from Taiwan. Other labels on the scanner include ADF Color Scanner and SF600AS. Maybe the same as the IBM ADF Color Scanner? -unsupported -
(2006-06-22) +
SmartOffice PL 812USB0x07b3/0x0c0dUnsupportedUnsupported. See link for more details. +unsupported +
(2007-01-28)
??
Unknown Plustek DeviceUSB0x07b3/0x0016Unsupported
Spectra ADFProprietary UnsupportedUnsupported. Uses proprietary ISA card that also provides power and +is labelled GPS-1 PAGE-A from Taiwan. Other labels on the scanner +include ADF Color Scanner and SF600AS. Maybe the same as the IBM ADF +Color Scanner? +unsupported +
(2007-01-28) +
?
Unknown Plustek DeviceUSB0x07b3/0x0016Unsupported Probably unsupported. Scanner name not known yet. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Unknown Plustek DeviceUSB0x07b3/0x0012Unsupported
Unknown Plustek DeviceUSB0x07b3/0x0012Unsupported Probably unsupported. Scanner name not known yet. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Unknown Plustek DeviceUSB0x07b3/0x0014Unsupported
Unknown Plustek DeviceUSB0x07b3/0x0014Unsupported Probably unsupported. Scanner name not known yet. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Unknown Plustek DeviceUSB0x07b3/0x0012Unsupported
Unknown Plustek DeviceUSB0x07b3/0x0012Unsupported Probably unsupported. Scanner name not known yet. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Unknown Plustek DeviceUSB0x07b3/0x0012Unsupported
Unknown Plustek DeviceUSB0x07b3/0x0012Unsupported Probably unsupported. Scanner name not known yet. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Unknown Plustek DeviceUSB0x07b3/0x000fUnsupported
Unknown Plustek DeviceUSB0x07b3/0x000fUnsupported Probably unsupported. Scanner name not known yet. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Unknown Plustek DeviceUSB0x07b3/0x0007Unsupported
Unknown Plustek DeviceUSB0x07b3/0x0007Unsupported Probably unsupported. Scanner name not known yet. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Unknown Plustek DeviceUSB0x07b3/0x0005Unsupported
Unknown Plustek DeviceUSB0x07b3/0x0005Unsupported Probably unsupported. Scanner name not known yet. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Unknown Plustek Device (UT12?)USB0x07b3/0x0013Unsupported
Unknown Plustek Device (UT12?)USB0x07b3/0x0013Unsupported Probably unsupported. Scanner name not known yet. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+ +

Manufacturer: Portable Peripheral Co., Ltd.

+

+Link(s): +http://www.pandp.com.tw/
+

+ + + + + + + + + + + + + + + + + + +
ModelInterfaceUSB idStatusCommentBackendManpage
Q-Scan USB001 (A4 portable scanner)USB0x0a53/0x1000Complete  +plustek +
(0.52) +
sane-plustek

Manufacturer: Primax

Link(s): http://www.primax.nl/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Colorado 600UUSB0x0461/0x0341Unsupported
Colorado 600UUSB0x0461/0x0341Unsupported Not supported. Some information is available. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Colorado 1200pParport Unsupported
Colorado 1200pParport Unsupported Unsupported by SANE. But is reported to partly work with pxscan. See link. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Colorado 1200uUSB0x0461/0x0361Unsupported
Colorado 1200uUSB0x0461/0x0361Unsupported Probably unsupported. No details known. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Colorado 4800Parport (SPP, EPP) Untested
Colorado 4800Parport (SPP, EPP) Untested same as OpticPro 4800P + plustek_pp
(0.43)
sane-plustek_ppsane-plustek_pp
Colorado Direct 600Parport Unsupported
Colorado Direct 600Parport Unsupported Not supported. However, a stand-alone program is available. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Colorado Direct 9600Parport Unsupported
Colorado Direct 9600Parport Unsupported Not supported. However, a stand-alone program is available. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Colorado USB 9600USB0x0461/0x0340Unsupported
Colorado USB 9600USB0x0461/0x0340Unsupported Not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Compact 4800 DirectParport (SPP, EPP) Complete
Compact 4800 DirectParport (SPP, EPP) Complete use driver-switch mov=2 + plustek_pp
(0.43)
sane-plustek_ppsane-plustek_pp
Compact 4800 Direct-30Parport (SPP, EPP) Complete
Compact 4800 Direct-30Parport (SPP, EPP) Complete same as OpticPro 4830P, use driver-switch mov=7 + plustek_pp
(0.43)
sane-plustek_ppsane-plustek_pp
Compact 4800 SCSISCSI Complete
Compact 4800 SCSISCSI Complete Mustek 600 II CD compatible + mustek
(1.0-138)
sane-musteksane-mustek
Compact 9600 Direct-30Parport (SPP, EPP) Complete
Compact 9600 Direct-30Parport (SPP, EPP) Complete same as OpticPro 9630P + plustek_pp
(0.43)
sane-plustek_ppsane-plustek_pp
G2-300USB0x0461/0x0300Unsupported
G2-300USB0x0461/0x0300Unsupported Probably unsupported. No details known. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
G2-300 #2USB0x0461/0x0302Unsupported
G2-300 #2USB0x0461/0x0302Unsupported Probably unsupported. No details known. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
G2-600USB0x0461/0x0380Unsupported
G2-600USB0x0461/0x0380Unsupported Probably unsupported. No details known. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
G2-600 #2USB0x0461/0x0382Unsupported
G2-600 #2USB0x0461/0x0382Unsupported Probably unsupported. No details known. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
G2E-300USB0x0461/0x0301Unsupported
G2E-300USB0x0461/0x0301Unsupported Probably unsupported. No details known. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
G2E-300 #2USB0x0461/0x0303Unsupported
G2E-300 #2USB0x0461/0x0303Unsupported Probably unsupported. No details known. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
G2E-600USB0x0461/0x0383Unsupported
G2E-600USB0x0461/0x0383Unsupported Probably unsupported. No details known. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Jewel 4800SCSI Good
Jewel 4800SCSI Good sub model VM356A + teco2
(1.0-9)
sane-teco2sane-teco2
OneTouch 5300Parport Unsupported
OneTouch 5300Parport Unsupported Not supported. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Primascan Colorado 2600uUSB0x0461/0x0347Unsupported
Onetouch 8920USB0x0461/0x0371UnsupportedNot supported. Look similar to Visioneer Onetouch 8920 (same USB product id). +unsupported +
(2007-01-28) +
?
Primascan Colorado 2600uUSB0x0461/0x0347Unsupported Unsupported. Same as Visioneer Onetouch 4400. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Profi 9600SCSI Basic
Profi 9600SCSI Basic sub model VM6575 + teco2
(1.0-9)
sane-teco2sane-teco2
Profi 19200SCSI Good
Profi 19200SCSI Good sub model VM6586 + teco2
(1.0-9)
sane-teco2sane-teco2
ReadyScan 636iUSB0x0461/0x0381Unsupported
ReadyScan 636iUSB0x0461/0x0381Unsupported Probably unsupported. No details known. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Slim-Line 1200USB Unsupported
Slim-Line 1200USB Unsupported Maybe GL646. Maybe similar to Medion MD 6228? -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Prolink

Link(s): http://www.fida.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - - - + + + + + - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Winscan Pro 2000USB Parport Unsupported
Winscan Pro 2000USB Parport Unsupported Not supported. No further information available. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Winscan Pro 2448UUSB0x06dc/0x0014UnsupportedNot supported. Some information is available. Vendor=0x06dc product=0x0014. RealTek RTS8801. -unsupported -
(2006-06-22) +
Winscan Pro 2448UUSB0x06dc/0x0014UnsupportedNot supported. Some information is available. RealTek RTS8801. +unsupported +
(2007-01-28)
??
+

Manufacturer: Quato

Link(s): http://www.quato.de/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
X-FinitySCSI Unsupported
X-FinitySCSI Unsupported Probably not supported. No details yet. Originally manufactured by PFU? -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
X-Finity UltraUSB IEEE-1394 Unsupported
X-Finity UltraUSB IEEE-1394 Unsupported Probably not supported. No details yet. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Reflecta

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
DigitDia 3600USB IEEE-13940x05e3/0x0142Unsupported
DigitDia 3600USB IEEE-13940x05e3/0x0142Unsupported Film scanner that can scan directly from the magazine. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
iScan 1800USB0x05e3/0x0120Unsupported
iScan 1800USB0x05e3/0x0120Unsupported Probably unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ProScan 4000USB IEEE-13940x05e3/0x0143Unsupported
ProScan 4000USB IEEE-13940x05e3/0x0143Unsupported Probably unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Relisys

Link(s): http://www.relisys.com/, http://www.tecoimage.com.tw/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
APOLLO Express 3SCSI Basic
APOLLO Express 3SCSI Basic sub model VM356A + teco2
(1.0-9)
sane-teco2sane-teco2
APOLLO Express 6SCSI Good
APOLLO Express 6SCSI Good sub model VM6565 + teco2
(1.0-9)
sane-teco2sane-teco2
AVEC 2400SCSI Complete
AVEC 2400SCSI Complete sub model VM3520 + teco1
(1.0-10)
sane-teco1sane-teco1
AVEC 2412SCSI Complete
AVEC 2412SCSI Complete sub model VM3520+ + teco1
(1.0-10)
sane-teco1sane-teco1
AVEC 4800SCSI Untested
AVEC 4800SCSI Untested sub model VM4530 + teco1
(1.0-10)
sane-teco1sane-teco1
AVEC 4816SCSI Untested
AVEC 4816SCSI Untested sub model VM4530+ + teco1
(1.0-10)
sane-teco1sane-teco1
AVEC II S3SCSI Good
AVEC II E3Parport UnsupportedParport version of AVEC II S3?. See bug #304992 for details +unsupported +
(2007-01-28) +
?
AVEC II S3SCSI Good sub model VM3564 + teco2
(1.0-9)
sane-teco2sane-teco2
AVEC Super 3SCSI Untested
AVEC Super 3SCSI Untested sub model VM3575 + teco2
(1.0-9)
sane-teco2sane-teco2
Eclipse 1200UUSB0x0475/0x0103Unsupported
Eclipse 1200UUSB0x0475/0x0103Unsupported Probably unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
EpisodeUSB0x0475/0x0103Unsupported
EpisodeUSB0x0475/0x0103Unsupported Probably unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Infinity ScorpioSCSI Good
Infinity ScorpioSCSI Good sub model VM3552 + teco3
(1.0-1)
sane-teco3sane-teco3
RELI 2400SCSI Untested
RELI 2400SCSI Untested sub model VM3530 + teco1
(1.0-10)
sane-teco1sane-teco1
RELI 2412SCSI Complete
RELI 2412SCSI Complete sub model VM3530+ + teco1
(1.0-10)
sane-teco1sane-teco1
RELI 4816SCSI Complete
RELI 4816SCSI Complete sub model VM4540 + teco1
(1.0-10)
sane-teco1sane-teco1
RELI 4830SCSI Good
RELI 4830SCSI Good sub model VM4542 + teco1
(1.0-10)
sane-teco1sane-teco1
RELI 9600SCSI Untested
RELI 9600SCSI Untested sub model VM6530 + teco1
(1.0-10)
sane-teco1sane-teco1
RELI 9612SCSI Untested
RELI 9612SCSI Untested sub model VM6530* + teco1
(1.0-10)
sane-teco1sane-teco1
RELI 9624SCSI Untested
RELI 9624SCSI Untested sub model VM6530+ + teco1
(1.0-10)
sane-teco1sane-teco1
RELI 9630SCSI Untested
RELI 9630SCSI Untested sub model VM6540 + teco1
(1.0-10)
sane-teco1sane-teco1
RELI DS6SCSI Untested
RELI DS6SCSI Untested sub model VM3420 + teco1
(1.0-10)
sane-teco1sane-teco1
RELI DS15SCSI Untested
RELI DS15SCSI Untested sub model VM3440 + teco1
(1.0-10)
sane-teco1sane-teco1
SCORPIO ProSCSI Good
SCORPIO ProSCSI Good sub model VM6575 + teco2
(1.0-9)
sane-teco2sane-teco2
SCORPIO Pro-SSCSI Untested
SCORPIO Pro-SSCSI Untested sub model VM6586 + teco2
(1.0-9)
sane-teco2sane-teco2
SCORPIO Super 3SCSI Good
SCORPIO Super 3SCSI Good sub model VM3575 + teco2
(1.0-9)
sane-teco2sane-teco2
Scorpio Ultra 3USB0x0475/0x0210Unsupported
Scorpio Ultra 3USB0x0475/0x0210Unsupported Probably unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: RevScan

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
19200iUSB0x07b3/0x0400Good
19200iUSB0x07b3/0x0400Good Similar to Plustek OpticPro 1248U + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
RevScan Orange R48TiUSB0x07b3/0x0001Basic
RevScan Orange R48TiUSB0x07b3/0x0001Basic Rebadged Plustek OpticPro UT12 + u12
(0.02)
sane-u12sane-u12
+

Manufacturer: Ricoh

Link(s): http://www.ricoh.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + + + + + + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
IS-410SCSI Untested
IS-410SCSI Untested Untested, please report! + ibm
(1.0-4)
sane-ibmsane-ibm
IS-420SCSI Basic
IS-410SCSI UntestedUntested, please report! +hs2p +
(1.00, NEW!) +
sane-hs2p
IS-420SCSI Basic Works at least in flatbed mode. + ibm
(1.0-4)
sane-ibmsane-ibm
IS-430SCSI Untested
IS-430SCSI Untested Untested, please report! + ibm
(1.0-4)
sane-ibmsane-ibm
Ricoh IS50SCSI Basic
IS-430SCSI UntestedUntested, please report! +hs2p +
(1.00, NEW!) +
sane-hs2p
IS450SCSI CompleteAll major scanning-related features are supported (except for IPU). +Certain non-scanning features, such as those related to scanner +maintenance, are not supported. Such features would be better +implemented in a separate stand-alone tool. For instance, if you +replace the ADF Unit, you must recalibrate the scanner optics using a +Ricoh Test Sheet and reset the E^2PROM registers. Reports are welcome. +hs2p +
(1.00, NEW!) +
sane-hs2p
Ricoh IS50SCSI Basic   + ricoh
(unmaintained)
sane-ricohsane-ricoh
Ricoh IS60SCSI Basic
Ricoh IS60SCSI Basic   + ricoh
(unmaintained)
sane-ricohsane-ricoh
+ +

Manufacturer: Samsung

+

+

+ + + + + + + + + + + + + + + + + + +
ModelInterfaceUSB idStatusCommentBackendManpage
SCX-4725FNUSB0x04e8/0x341fUnsupportedNot supported. See link for details. +unsupported +
(2007-01-28) +
?

Manufacturer: Scanport

Link(s): http://www.scanport.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
SQ300Parport? Basic
SQ300Parport? Basic   + microtek2
(unmaintained)
sane-microtek2sane-microtek2
SQ2030Parport Basic
SQ2030Parport Basic   + microtek2
(unmaintained)
sane-microtek2sane-microtek2
SQ4836SCSI Basic
SQ4836SCSI Basic   + microtek2
(unmaintained)
sane-microtek2sane-microtek2
+

Manufacturer: Scanshell

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
800NUSB0x0a82/0x6605Unsupported
800NUSB0x0a82/0x6605Unsupported Not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Sceptre

Link(s): http://www.sceptre.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Vividscan S1200SCSI Basic
Vividscan S1200SCSI Basic   + sceptre
(1.0-10)
sane-sceptresane-sceptre
+

Manufacturer: Sharp

Link(s): http://sharp-world.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
JX-250SCSI Good
JX-250SCSI Good   + sharp
(0.32)
sane-sharpsane-sharp
JX-320SCSI Good
JX-320SCSI Good   + sharp
(0.32)
sane-sharpsane-sharp
JX-325SCSI Untested
JX-325SCSI Untested   + sharp
(0.32)
sane-sharpsane-sharp
JX-330SCSI Good
JX-330SCSI Good   + sharp
(0.32)
sane-sharpsane-sharp
JX-350SCSI Good
JX-350SCSI Good   + sharp
(0.32)
sane-sharpsane-sharp
JX-610SCSI Good
JX-610SCSI Good   + sharp
(0.32)
sane-sharpsane-sharp
+

Manufacturer: Sicos

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
DMS 2000proprietary Unsupported
DMS 2000proprietary Unsupported Not supported until now. Work on a backend has started, contact the author for details (see link) -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Siemens

Link(s): http://www.siemens.com/, http://www.siemens.de/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
9036 Flatbed scannerSCSI Basic
9036 Flatbed scannerSCSI Basic   + s9036
(unmaintained)
sane-s9036sane-s9036
Cherry FingerTIP ID Board - SensorUSB0x0681/0x0010Unsupported
Cherry FingerTIP ID Board - SensorUSB0x0681/0x0010Unsupported Not supported. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ID Mouse ProfessionalUSB0x0681/0x0005Unsupported
ID Mouse ProfessionalUSB0x0681/0x0005Unsupported Not supported. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
S9036SCSI Untested
S9036SCSI Untested gray only + agfafocus
(unmaintained)
sane-agfafocussane-agfafocus
ST400SCSI Basic
ST400SCSI Basic 6 bit gray -st400 + +st400
(1.6)
sane-st400sane-st400
ST800SCSI Basic
ST800SCSI Basic 6 bit gray -st400 + +st400
(1.6)
sane-st400sane-st400
+

Manufacturer: SmartDisk

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
SmartScan 3600USB IEEE-1394 Unsupported
SmartScan 3600USB IEEE-1394 Unsupported Probably not supported. Same as PIE Primefilm 2600 PRO. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Spot Technology

Comment: Spot seems have gone out of business.

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Maxiscan A4proprietary Unsupported
Maxiscan A4proprietary Unsupported Not supported until now. Work on a backend has started, see link for more information. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanTak 2cproprietary Unsupported
ScanTak 2cproprietary Unsupported Not supported. Work on a backend has started, see link for more information. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
ScanTak 3cproprietary Unsupported
ScanTak 3cproprietary Unsupported Not supported. Work on a backend has started, see link for more information. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Syscan

Link(s): -http://www.syscaninc.com
+http://www.syscaninc.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - - - - - - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
TravelScan 460/464USB0x0a82/0x4600UnsupportedNot supported. LM9832. Some information is available. See link for details. -unsupported -
(2006-06-22) -
?
TravelScan 662USB0x0a82/0x6620Complete
TravelScan 460/464USB0x0a82/0x4600Complete   + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
TravelScan FS-531USB0x0a82/0x0530Unsupported
TravelScan 662USB0x0a82/0x6620Complete  +plustek +
(0.52) +
sane-plustek
TravelScan FS-531USB0x0a82/0x0530Unsupported Not supported. May work with the Plustek backend in future. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
TravelScan ProUSB0x0a82/0x2000Unsupported
TravelScan ProUSB0x0a82/0x2000Unsupported Probably not supported. Some information is available. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Tamarack

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Artiscan 6000CSCSI Good
Artiscan 2400FSUSB0x05e3/0x0100UnsupportedUnsupported. See link for more information. +unsupported +
(2007-01-28) +
?
Artiscan 6000CSCSI Good 3 pass, 300 DPI + tamarack
(unmaintained)
sane-tamaracksane-tamarack
Artiscan 8000CSCSI Good
Artiscan 8000CSCSI Good 3 pass, 400 DPI + tamarack
(unmaintained)
sane-tamaracksane-tamarack
Artiscan 9600Parport Unsupported
Artiscan 9600Parport Unsupported Unsupported at the moment. See link for a project for that scanner taht may support it in future. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Artiscan 9600 pro 36Parport Unsupported
Artiscan 9600 pro 36Parport Unsupported Unsupported at the moment. See link for a project for that scanner. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Artiscan 12000CSCSI Good
Artiscan 12000CSCSI Good 3 pass, 600 DPI + tamarack
(unmaintained)
sane-tamaracksane-tamarack
+

Manufacturer: Targa

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Funline TS6 EPParport (EPP) Good
Funline TS6 EPParport (EPP) Good 300x600 dpi CIS scanner + mustek_pp
(13)
sane-mustek_ppsane-mustek_pp
Funline TS12 EPParport (EPP) Good
Funline TS12 EPParport (EPP) Good 600x1200 dpi CIS scanner + mustek_pp
(13)
sane-mustek_ppsane-mustek_pp
+

Manufacturer: TCE

Link(s): http://www.tce.com.br/
Comment: Brasilian vendor.

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
MK600UUSB0x0461/0x0346Unsupported
MK600UUSB0x0461/0x0346Unsupported Not supported. Some information is available. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
S450Parport Unsupported
S450Parport Unsupported Not supported by SANE but is reported to work with pxscan (see link). -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Teco

Link(s): http://www.tecoimage.com.tw/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
VM6509FUSB0x080d/0x0102Unsupported
VM6509FUSB0x080d/0x0102Unsupported Probably unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Tiny

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
FU661EUSB0x0461/0x0347Unsupported
FU661EUSB0x0461/0x0347Unsupported Unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: TriGem

Link(s): http://www.nikon.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
PowerScanIISCSI Good
PowerScanIISCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
+

Manufacturer: Trust

Link(s): -http://www.trust-site.com, http://www.trust-site.com/home/, http://www.trust.com
+http://www.trust-site.com, http://www.trust-site.com/home/, http://www.trust.com
Comment: Carefully check the model names. Trust uses similar names for completely different hardware.

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - - - + + + + + - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
240H Easy Webscan GoldUSB0x05d8/0x4007Basic
240H Easy Webscan GoldUSB0x05d8/0x4007Basic Works up to 600 dpi + artec_eplus48u
(unmaintained)
sane-artec_eplus48usane-artec_eplus48u
240TH Easy Webscan GoldUSB0x055f/0x0218Good
240TH Easy Webscan GoldUSB0x055f/0x0218Good Same as Mustek Bearpaw 2400 TA plus. + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
CombiScan 19200Parport USB0x05cb/0x1483Unsupported
CombiScan 19200Parport USB0x05cb/0x1483Unsupported Unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Compact Scan USB 19200USB0x055f/0x0006Complete
Compact Scan USB 19200USB0x055f/0x0006Complete Mustek 1200 UB compatible + mustek_usb
(1.0-18)
sane-mustek_usbsane-mustek_usb
Compact Scan USB 19200USB0x05d8/0x4002GoodWorks, if you have vendor id 0x055f and product id 0x0006, use the mustek_usb backend instead, similar to Mustek ScanExpress 1200 UB (Plus) +
Compact Scan USB 19200USB0x05d8/0x4002GoodWorks, if you have vendor id 0x055f and product id 0x0006, use the +mustek_usb backend instead, similar to Mustek ScanExpress 1200 UB (Plus) gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
Direct WebScan 19200USB0x055f/0x021cGood
Direct WebScan 19200USB0x055f/0x021cGood Same as Mustek BearPaw 1200 CU Plus (0x021c). + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
Easy Connect 9600+Parport (EPP) Good
Easy Connect 9600+Parport (EPP) Good 300x600 dpi CIS scanner + mustek_pp
(13)
sane-mustek_ppsane-mustek_pp
Easy Connect 19200+Parport (EPP) Good
Easy Connect 19200+Parport (EPP) Good 300x600 dpi CIS scanner + mustek_pp
(13)
sane-mustek_ppsane-mustek_pp
Easy Scan 9600 PlusParport Basic
Easy Scan 9600 PlusParport Basic Requires the program 'as6edriver' to run. + as6e
(0.4.2)
sane-as6esane-as6e
Easy Webscan 19200USB0x05d8/0x4006Good
Easy Webscan 19200USB0x05d8/0x4006Good   + artec_eplus48u
(unmaintained)
sane-artec_eplus48usane-artec_eplus48u
Flat Scan USB 19200USB0x05d8/0x4002Good
Flat Scan USB 19200USB0x05d8/0x4002Good Similar to Artec Ultima 2000 + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
Imagery 1200SCSI Good
Imagery 1200SCSI Good 3-pass, Mustek Paragon MFS-6000CX compatible + mustek
(1.0-138)
sane-musteksane-mustek
Imagery 1200 SPSCSI Complete
Imagery 1200 SPSCSI Complete Mustek Paragon MFS-6000SP compatible + mustek
(1.0-138)
sane-musteksane-mustek
Imagery 2400 SPSCSI Good
Imagery 2400 SPSCSI Good sub model VM3552 + teco3
(1.0-1)
sane-teco3sane-teco3
Imagery 4800 SPSCSI Complete
Imagery 4800 SPSCSI Complete Mustek Paragon 600 II CD compatible + mustek
(1.0-138)
sane-musteksane-mustek
Imagery 4800 SP+SCSI Good
Imagery 4800 SP+SCSI Good sub model VM3552 + teco3
(1.0-1)
sane-teco3sane-teco3
Imagery 9600 SPSCSI Untested
Imagery 9600 SPSCSI Untested sub model VM3552 + teco3
(1.0-1)
sane-teco3sane-teco3
Office Scan USB 19200USB0x047b/0x1000Complete
Office Scan USB 19200USB0x047b/0x1000Complete   + niash
(0.3)
sane-niashsane-niash
SCSI Connect 19200SCSI Complete
SCSI Connect 19200SCSI Complete Mustek ScanExpress 12000SP compatible + mustek
(1.0-138)
sane-musteksane-mustek
SCSI excellence series 19200SCSI Complete
SCSI excellence series 19200SCSI Complete Mustek ScanExpress 12000SP compatible + mustek
(1.0-138)
sane-musteksane-mustek
SCSI Scan 19200 -Excellence Series-SCSI Unsupported
SCSI Scan 19200 -Excellence Series-SCSI Unsupported Unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: UMAX

Link(s): -http://www.umax.com/, http://www.umax.com.tw/, http://www.umax.de/en, http://www.umax-europe.com, http://www.umaxjapan.co.jp, http://www.umax.com.cn
+http://www.umax.com/, http://www.umax.com.tw/, http://www.umax.de/en, http://www.umax-europe.com, http://www.umaxjapan.co.jp, http://www.umax.com.cn, http://www.umax.com

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - - - + + + + + - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - - - - - - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Astra 600PParport (SPP/ECP) Unsupported
Astra 600PParport (SPP/ECP) Unsupported untested, but should be close to 610P + umax_pp
(1)
sane-umax_ppsane-umax_pp
Astra 600SSCSI Good
Astra 600SSCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
Astra 610PParport (SPP/ECP) Good
Astra 610PParport (SPP/ECP) Good   + umax_pp
(1)
sane-umax_ppsane-umax_pp
Astra 610SSCSI Good
Astra 610SSCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
Astra 1200SSCSI Good
Astra 1200SSCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
Astra 1220PParport (EPP/ECP) Good
Astra 1220PParport (EPP/ECP) Good   + umax_pp
(1)
sane-umax_ppsane-umax_pp
Astra 1220SSCSI Good
Astra 1220SSCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
Astra 1220UUSB0x1606/0x0010Good
Astra 1220UUSB0x1606/0x0010Good   + umax1220u
(unmaintained)
sane-umax1220usane-umax1220u
Astra 1600PParport (EPP/ECP) Good
Astra 1600PParport (EPP/ECP) Good   + umax_pp
(1)
sane-umax_ppsane-umax_pp
Astra 1600UUSB0x1606/0x0030Untested
Astra 1600UUSB0x1606/0x0030Untested Untested but probably works. Please tell us how well the scanner works. + umax1220u
(unmaintained)
sane-umax1220usane-umax1220u
Astra 2000PParport (EPP/ECP) Good
Astra 2000PParport (EPP/ECP) Good   + umax_pp
(1)
sane-umax_ppsane-umax_pp
Astra 2000UUSB0x1606/0x0030MinimalUntested but probably works. Please tell us how well the scanner works. +
Astra 2000UUSB0x1606/0x0030Good  umax1220u
(unmaintained)
sane-umax1220usane-umax1220u
Astra 2100SSCSI Good
Astra 2100SSCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
Astra 2100UUSB0x1606/0x0130Good
Astra 2100UUSB0x1606/0x0130Good   + umax1220u
(unmaintained)
sane-umax1220usane-umax1220u
Astra 2200 (SU)USB0x1606/0x0230Good
Astra 2200 (SU)USB0x1606/0x0230Good OK, needs USB control messages + umax
(1.0-41)
sane-umaxsane-umax
Astra 2200 (SU)SCSI Good
Astra 2200 (SU)SCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
Astra 2400SSCSI Good
Astra 2400SSCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
Astra 2500USB0x0461/0x0374Unsupported
Astra 2500USB0x0461/0x0374Unsupported Probably not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Astra 3000USB0x0461/0x038aUnsupported
Astra 2850USB0x07b3/0x0601UnsupportedProbably not supported. Same IDs as Plustek OpticPro ST24. See link for details. +unsupported +
(2007-01-28) +
?
Astra 3000USB0x0461/0x038aUnsupported Probably not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Astra 3400USB0x1606/0x0050UnsupportedUSB product ID 0x0050 is not supported. USB product id 0x0060 is supported by the plustek backend. See link for details. -unsupported -
(2006-06-22) -
?
Astra 3600USB0x0461/0x038aUnsupported
Astra 3600USB0x0461/0x038aUnsupported Probably not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Astra 4000USB0x1606/0x1030Unsupported
Astra 4000USB0x1606/0x1030Unsupported Not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Astra 4100USB0x0461/0x038cUnsupported
Astra 4100USB0x0461/0x038cUnsupported Not supported, to be added to genesys backend. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Astra 4400USB0x1606/0x0070Unsupported
Astra 4400USB0x1606/0x0070Unsupported Probably not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Astra 4450USB0x1606/0x0070Unsupported
Astra 4450USB0x1606/0x0070Unsupported Probably not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Astra 4500USB0x0638/0x0a10Unsupported
Astra 4500USB0x0638/0x0a10Unsupported GL646 based, to be added to genesys backend. Avision iVina FB1600 clone -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Astra 4600USB Unsupported
Astra 4600USB Unsupported Probably not supported, no details known. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Astra 4700USB0x0638/0x0a20Unsupported
Astra 4700USB0x0638/0x0a20Unsupported GL646/GL660 based. Avision iVina FB1800 clone. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Astra 6400IEEE-1394 Unsupported
Astra 4900USB0x06dc/0x0020Minimaldeveloping yet +hp3900 +
(0.10, NEW!) +
sane-hp3900
Astra 6400IEEE-1394 Unsupported will propably work one day + umax
(1.0-41)
sane-umaxsane-umax
Astra 6450IEEE-1394 Unsupported
Astra 6450IEEE-1394 Unsupported will propably work one day + umax
(1.0-41)
sane-umaxsane-umax
Astra 6700USB Unsupported
Astra 6700USB Unsupported Not supported. No chipset information available. Same as Avision iVina FB2400. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Astra MX3USB Good
Astra MX3USB Good OK, needs USB control messages + umax
(1.0-41)
sane-umaxsane-umax
Astra MX3SCSI Good
Astra MX3SCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
AstraSlimUSB0x080d/0x0104Unsupported
AstraSlimUSB0x080d/0x0104Unsupported Probably not supported currently. See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
AstraSlim 1200 SEUSB0x05d8/0x4010Good
AstraSlim 1200USB0x080d/0x0110UnsupportedSee link for more details. +unsupported +
(2007-01-28) +
?
AstraSlim 1200 SEUSB0x05d8/0x4010Good   + artec_eplus48u
(unmaintained)
sane-artec_eplus48usane-artec_eplus48u
AstraSlim 6000USB0x080d/0x0104Unsupported
AstraSlim 6000USB0x080d/0x0104Unsupported Probably not supported currently. See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
AstraSlim SEUSB0x05d8/0x4009Good
AstraSlim SEUSB0x05d8/0x4009Good   + artec_eplus48u
(unmaintained)
sane-artec_eplus48usane-artec_eplus48u
Gemini D-16SCSI Good
Gemini D-16SCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
Mirage D-16LSCSI Good
Mirage D-16LSCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
Mirage IISCSI Good
Mirage IISCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
Mirage IIseSCSI Good
Mirage IIseSCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
PL-IISCSI Good
Nete3470'Parport UnsupportedProbably not supported. No details known.. +unsupported +
(2007-01-28) +
?
PL-IISCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
PowerLookSCSI Good
PowerLookSCSI Good OK, SCSI-ID=PS-2400X + umax
(1.0-41)
sane-umaxsane-umax
Powerlook 180USB Unsupported
Powerlook 180USB Unsupported Probably not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
PowerLook 270SCSI Unsupported
PowerLook 270SCSI Unsupported incompatible + umax
(1.0-41)
sane-umaxsane-umax
PowerLook 270plusSCSI Unsupported
PowerLook 270plusSCSI Unsupported incompatible + umax
(1.0-41)
sane-umaxsane-umax
Powerlook 1000 USBUSB Unsupported
Powerlook 1000 USBUSB Unsupported Probably not supported. No further information available. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
PowerLook 1100IEEE-1394 Unsupported
PowerLook 1100IEEE-1394 Unsupported will propably work one day + umax
(1.0-41)
sane-umaxsane-umax
PowerLook 2000SCSI Good
PowerLook 2000SCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
PowerLook 2100XLSCSI Good
PowerLook 2100XLSCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
PowerLook 3000SCSI Good
PowerLook 3000SCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
PowerLook IIISCSI Good
PowerLook IIISCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
PSDSCSI Good
PSDSCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
Supervista S-12SCSI Good
Supervista S-12SCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
UC 630SCSI Good
UC 630SCSI Good Version 2.8 OK, others only lineart OK + umax
(1.0-41)
sane-umaxsane-umax
UC 840SCSI Good
UC 840SCSI Good Version 1.6 OK, others only lineart OK + umax
(1.0-41)
sane-umaxsane-umax
UC 1200SSCSI Untested
UC 1200SSCSI Untested may work, please test and give feedback + umax
(1.0-41)
sane-umaxsane-umax
UC 1200SESCSI Good
UC 1200SESCSI Good Version 3.0 OK, others unknown + umax
(1.0-41)
sane-umaxsane-umax
UC 1260SCSI Good
UC 1260SCSI Good Version 1.6 OK, others unknown + umax
(1.0-41)
sane-umaxsane-umax
UG 80SCSI Good
UG 80SCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
UG 630SCSI Good
UG 630SCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
UMAX 3400USB0x1606/0x0060Complete
UMAX 3400USB0x1606/0x0060Complete there are some UMAX 3400 outside the U.S. which are not supported, as they use another chipset than the LM983x + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
UMAX 3400USB0x1606/0x0050Complete
UMAX 3400USB0x1606/0x0050Complete there are some UMAX 3400 outside the U.S. which are not supported, as they use another chipset than the LM983x + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
UMAX 3450USB0x1606/0x0060Complete
UMAX 3450USB0x1606/0x0060Complete   + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
UMAX 5400USB0x1606/0x0160Complete
UMAX 5400USB0x1606/0x0160Complete   + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
UMAX Astranet ia101USB0x1606/0x0060Complete
UMAX Astranet ia101USB0x1606/0x0060Complete seems to be a renamed UMAX 3400 + plustek -
(0.51) +
(0.52)
sane-plusteksane-plustek
UMAX S-6ESCSI Good
UMAX S-6ESCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
UMAX S-6EGSCSI Good
UMAX S-6EGSCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
UMAX S-12SCSI Good
UMAX S-12SCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
UMAX S-12GSCSI Good
UMAX S-12GSCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
UMAX VT600SCSI Untested
UMAX VT600SCSI Untested may work, please test and give feedback + umax
(1.0-41)
sane-umaxsane-umax
Vista S6SCSI Good
Vista S6SCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
Vista S6ESCSI Good
Vista S6ESCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
Vista-S8SCSI Good
Vista-S8SCSI Good OK + umax
(1.0-41)
sane-umaxsane-umax
Vista-T630SCSI Good
Vista-T630SCSI Good OK for some firmwareversions, on others only lineart OK + umax
(1.0-41)
sane-umaxsane-umax
+

Manufacturer: Vantas

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
3000USB0x04a7/0x0224Unsupported
3000USB0x04a7/0x0224Unsupported Not supported. See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Visioneer

Link(s): http://www.visioneer.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - - - + + + + + - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
6200USB0x0461/0x0345Unsupported
6200USB0x0461/0x0345Unsupported Not supported. Is reported to use the E5 chipset. Uses a Primax ID. Looks similar to Primascan Colorado 2600u. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
6200 EPP/USBUSB0x04a7/0x0311Unsupported
6200 EPP/USBUSB0x04a7/0x0311Unsupported Not supported. Id is from Primax? Yet another scanner with the same name? -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
9450 USBUSB0x04a7/0x0421Unsupported
9420USB0x0461/0x03a8Unsupported Unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Onetouch 4400USB0x0461/0x0347Unsupported
9450 USBUSB0x04a7/0x0421UnsupportedUnsupported. See link for details. +unsupported +
(2007-01-28) +
?
Onetouch 4400USB0x0461/0x0347Unsupported Not supported. E5 chipset? See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
OneTouch 4800 USBUSB0x04a7/0x0224Unsupported
OneTouch 4800 USBUSB0x04a7/0x0224Unsupported Unsupported. Seems to use Realtek RTS8801B. Same as Microtek Scanport 3000. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
OneTouch 5300USB0x04a7/0x0221Unsupported
OneTouch 5300USB0x04a7/0x0221Unsupported Not supported. Yet another scanner with this name? -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
OneTouch 5300 USBUSB0x04a7/0x0226Unsupported
OneTouch 5300 USBUSB0x04a7/0x0226Unsupported Not supported. Chipset is RTS8801B(?). See link for output of /proc/bus/usb/devices. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
OneTouch 5800 USBUSB0x04a7/0x0226Unsupported
OneTouch 5800 USBUSB0x04a7/0x0226Unsupported Unsupported. 48 bit scanner, doesn't work with viceo backend. RTS8801C. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
OneTouch 6600USB0x04a7/0x022aUnsupported
OneTouch 6600USB0x04a7/0x022aUnsupported Unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Onetouch 7100USB0x04a7/0x0229Unsupported
Onetouch 7100USB0x04a7/0x0229Unsupported GL646 based, to be added to genesys backend -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
OneTouch 7300USB0x04a7/0x0444Good
OneTouch 7300USB0x04a7/0x0444Good Works upto 1200 dpi and 12 bits/color. + gt68xx -
(1.0-81) +
(1.0-84)
sane-gt68xxsane-gt68xx
OneTouch 8100USB0x04a7/0x0321Unsupported
Onetouch 7700USB0x04a7/0x0380UnsupportedLM9832/3 based, to be added to plustek backend +unsupported +
(2007-01-28) +
?
OneTouch 8100USB0x04a7/0x0321Unsupported Unsupported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Onetouch 8700USB0x04a7/0x0371Unsupported
Onetouch 8700USB0x04a7/0x0371Unsupported Not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Onetouch 8900USB Unsupported
Onetouch 8900USB0x04a7/0x0371Unsupported Not supported. Same as 8920 but without TA? -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Onetouch 8920USB0x04a7/0x0371UnsupportedNot supported. Same as 8700 and 8900 but includes a TA. Uses a Primax ID. Chipset is RTS8801C. See link for output of /proc/bus/usb/devices. -unsupported -
(2006-06-22) +
Onetouch 8920USB0x04a7/0x0371UnsupportedNot supported. Same as 8700 and 8900 but includes a TA. Uses a +Primax ID. Chipset is RTS8801C. See link for output of +/proc/bus/usb/devices. +unsupported +
(2007-01-28)
??
Onetouch 9000USB0x04a7/0x022cUnsupported
Onetouch 9000USB0x04a7/0x022cUnsupported Not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Onetouch 9020USB0x04a7/0x022cUnsupported
Onetouch 9020USB0x04a7/0x022cUnsupported Not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Onetouch 9320USB0x04a7/0x0362Unsupported
Onetouch 9320USB0x04a7/0x0362Unsupported Probably not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Onetouch Pro 8800USB0x04a7/0x0410Unsupported
Onetouch Pro 8800USB0x04a7/0x0410Unsupported Probably not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Onetouch Pro 8820USB0x04a7/0x0410Unsupported
Onetouch Pro 8820USB0x04a7/0x0410Unsupported Probably not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
PaperPort 3100bParport Unsupported
PaperPort 3100bParport Unsupported Most probably not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
PaperPort 6100Parport Unsupported
PaperPort 6100Parport Unsupported Most probably not supported. More details would be appreciated. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
PaperPort OneTouchParport Unsupported
PaperPort OneTouchParport Unsupported Most probably not supported. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Primascan Colorado 2600uUSB0x0461/0x0347Unsupported
Primascan Colorado 2600uUSB0x0461/0x0347Unsupported Not supported. See Visioneer Onetouch 4400. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
Strobe XP 100USB0x04a7/0x0427Unsupported
Strobe Pro USBUSB0x04a7/0x0102UnsupportedNot supported. See link for details. +unsupported +
(2007-01-28) +
?
Strobe XP 100USB0x04a7/0x0427Unsupported Not supported but may work in future. See link for details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+Strobe XP 300 +USB +0x04a7/0x0474 +Unsupported +Not supported. See link for details. + +unsupported +
(2007-01-28) + +? + +

Manufacturer: Viviscan

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Compact IIParport (EPP) Good
Compact IIParport (EPP) Good 300 dpi CCD scanner + mustek_pp
(13)
sane-mustek_ppsane-mustek_pp
+

Manufacturer: Vobis

Link(s): http://www.vobis.de/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
HighScanSCSI Complete
HighScanSCSI Complete only E3plus based models + microtek2
(unmaintained)
sane-microtek2sane-microtek2
Highscreen RealscanSCSI Good
Highscreen RealscanSCSI Good   + microtek
(0.13.1)
sane-microteksane-microtek
Highscreen Scanboostar PremiumSCSI Good
Highscreen Scanboostar PremiumSCSI Good OK, SCSI-ID=LinoHell Office2 + umax
(1.0-41)
sane-umaxsane-umax
+

Manufacturer: Vuego

-Comment: Company was renamed to Benq.
+Comment: Company was renamed to Benq.

Manufacturer: Xerox

Link(s): http://www.xerox.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + + + + + + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
2400 OnetouchUSB0x0461/0x038bUnsupported
2400 OnetouchUSB0x0461/0x038bUnsupported Probably GL646_HP based, maybe can be added to genesys backend -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
4800 One TouchUSB0x04a7/0x03a0Unsupported
4800 One TouchUSB0x04a7/0x03a0Unsupported Unsupported. See link for details. Different id compared to One Touch 4800? -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
DocuImage 620SSCSI Unsupported
DocuImage 620SSCSI Unsupported Not supported. See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
DocuMate 510USB0x04a7/0x0446Unsupported
DocuMate 510USB0x04a7/0x047cUnsupportedNot supported. See link for more details. Yet another USB id. +unsupported +
(2007-01-28) +
?
DocuMate 510USB0x04a7/0x0446Unsupported Not supported. See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
DocuMate252USB0x04a7/0x0449Untested
DocuMate252USB0x04a7/0x0449Untested   + avision
(Build: 201)
sane-avisionsane-avision
DocuMate262USB0x04a7/0x044cGood
DocuMate262USB0x04a7/0x044cGood   + avision
(Build: 201)
sane-avisionsane-avision
DocuMate272USB0x04a7/0x0475Untested
DocuMate272USB0x04a7/0x0475Untested   + avision
(Build: 201)
sane-avisionsane-avision
One Touch 4800USB0x04a7/0x0224Unsupported
One Touch 4800USB0x04a7/0x0224Unsupported Unsupported. See link for details. Different id compared to 4800 One Touch? -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
WorkCentre 470cxParport Unsupported
WorkCentre 470cxParport Unsupported Not supported. See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
WorkCentre M15iUSB0x0924/0xffefUnsupported
WorkCentre M15iUSB0x0924/0xffefUnsupported Not supported. See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
WorkCentre PE16USB Parport0x0924/0x4220Unsupported
WorkCentre PE16USB Parport0x0924/0x4220Unsupported Not supported. See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
WorkCentre PE120iUSB0x0924/0x4237Unsupported
WorkCentre PE120iUSB0x0924/0x4237Unsupported Not supported. See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
WorkCentre Pro 412USB Parport0x043d/0x4303Unsupported
WorkCentre Pro 412USB Parport0x043d/0x4303Unsupported Not supported. See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
WorkCentre XK35cUSB Parport0x043d/0x0020Unsupported
WorkCentre XK35cUSB Parport0x043d/0x0020Unsupported Not supported. See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
WorkCentre XK50cxUSB0x04e8/0x3903Unsupported
WorkCentre XK50cxUSB0x04e8/0x3903Unsupported Not supported. See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Yakumo

Link(s): http://www.yakumo.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Scan50USB0x05d8/0x4011Good
Scan50USB0x05d8/0x4011Good   + artec_eplus48u
(unmaintained)
sane-artec_eplus48usane-artec_eplus48u
+

Still Cameras

Manufacturers: Kodak, @@ -14355,87 +16209,87 @@ artec_eplus48u
(unmaintained) Link(s): http://www.kodak.com/global/en/service/digCam/dc25/dc25.shtml, http://www.kodak.com/global/en/service/digCam/dc210/dc210.shtml, http://www.kodak.com/global/en/service/products/ekn006568.jhtml

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
DC20Serial port Basic
DC20Serial port Basic DC-20 untested by author but reported to work + dc25
(1.2)
sane-dc25sane-dc25
DC25Serial port Complete
DC25Serial port Complete   + dc25
(1.2)
sane-dc25sane-dc25
DC210Serial port Basic
DC210Serial port Basic   + dc210
(0.0)
sane-dc210sane-dc210
DC240Serial port Good
DC240Serial port Good Use gphoto2 backend to get USB support + dc240
(0.0)
sane-dc240sane-dc240
+

Manufacturer: Polaroid

Link(s): http://www.polaroid.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
DMCSCSI Good
DMCSCSI Good   + dmc
(unmaintained)
sane-dmcsane-dmc
+

Video Cameras

Manufacturers: Aiptek, @@ -14448,195 +16302,195 @@ dmc
(unmaintained)

Manufacturer: Aiptek

Link(s): -http://www.aiptek.com.tw
+http://www.aiptek.com.tw

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Aiptek PencamUSB0x0553/0x0202Minimal
Aiptek PencamUSB0x0553/0x0202Minimal image is OK for CIF and QCIF, VGA and QVGA untested, streaming video is a problem + stv680
(1.0-1)
sane-stv680sane-stv680
+

Manufacturer: Biolux

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
654 (micrOcular)USB0x0923/0x010fUnsupported
654 (micrOcular)USB0x0923/0x010fUnsupported Not supported yet. See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Connectix

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
Color QuickCamParport Good
Color QuickCamParport Good Requires root privileges. + qcam
(unmaintained)
sane-qcamsane-qcam
Greyscale QuickCamParport Minimal
Greyscale QuickCamParport Minimal Requires root privileges. Partly working. + qcam
(unmaintained)
sane-qcamsane-qcam
+

Manufacturer: Creative

Link(s): http://www.creative.com/

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
WebCam Go MiniUSB0x041e/0x4007Untested
WebCam Go MiniUSB0x041e/0x4007Untested + stv680
(1.0-1)
sane-stv680sane-stv680
+

Manufacturer: Digital Dream

Link(s): http://www.digitaldreamco.com/en/index.shtml

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
l' espion XSUSB0x1183/0x0001Untested
l' espion XSUSB0x1183/0x0001Untested + stv680
(1.0-1)
sane-stv680sane-stv680
+

Manufacturer: Grandtek Scopecam

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
8x30 Binocular & Digital CameraUSB0x0797/0x801cUnsupported
8x30 Binocular & Digital CameraUSB0x0797/0x801cUnsupported Not Supported yet. See link for more details. -unsupported -
(2006-06-22) +
+unsupported +
(2007-01-28)
??
+

Manufacturer: Konica

Link(s): -http://www.konicaminolta.com
+http://www.konicaminolta.com

- - - - - - - - - +
ModelInterfaceUSB idStatusCommentBackendManpage
+ + + + + + + + - - - - + + + + - - + -
ModelInterfaceUSB idStatusCommentBackendManpage
e-miniUSB0x04c8/0x0722Untested
e-miniUSB0x04c8/0x0722Untested + stv680
(1.0-1)
sane-stv680sane-stv680
+

APIs

Backends: gphoto2, @@ -14651,8 +16505,12 @@ qcam
(unmaintained) Link(s): mailto:peter@fales-lorenz.net
Manual page: sane-gphoto2
-Description: Multiple cameras supported by the gphoto2 libraries
-Comment: The long-term plan is to support all the cameras supported by the gphoto2 libraries (currently over 140 models). However, at this stage, only a handful of cameras are definitely known to work with SANE. Other cameras will probably work if the native file format is EXIF or JPEG. Testers welcome!
+Description: Multiple cameras supported by the gphoto2 libraries
+Comment: The long-term plan is to support all the cameras +supported by the gphoto2 libraries (currently over 140 models). +However, at this stage, only a handful of cameras are definitely known +to work with SANE. Other cameras will probably work if the native file +format is EXIF or JPEG. Testers welcome!

Backend: pint (unmaintained) @@ -14706,7 +16564,7 @@ qcam
(unmaintained) Description: Dynamic loading of shared-library backends.

Backend: net -(1.0.13) +(1.0.14)

Link(s): @@ -14727,24 +16585,24 @@ qcam
(unmaintained)

Status:
Indicates how many of the features the device provides are supported by SANE. -
  • unsupported means the device is not supported at least by this backend. It may be supported by other backends, however. -
  • untested means the device may be supported but couldn't be tested. Be very careful and report success/failure. -
  • minimal means that the +
    • unsupported means the device is not supported at least by this backend. It may be supported by other backends, however. +
    • untested means the device may be supported but couldn't be tested. Be very careful and report success/failure. +
    • minimal means that the device is detected and scans at least in one mode. But the quality is bad or important features won't work. -
    • basic means it works at +
    • basic means it works at least in the most important modes but quality is not perfect. -
    • good means the device is usable +
    • good means the device is usable for day-to-day work. Some rather exotic features may be missing. -
    • complete means the backends +
    • complete means the backends supports everything the device can do. -
+
Comment:
More information about the backend or model, e.g. the level of support and possible problems.
Backend:
Name of the backend, in parentheses if available: Version of backend/driver; newer versions may be - available from their home sites.
NEW! means brand-new to the + available from their home sites.
NEW! means brand-new to the current release of SANE.
UNMAINTAINED means that nobody maintains that backend. Expect no new features or newly supported devices. You are welcome to take over @@ -14756,16 +16614,16 @@ qcam
(unmaintained)
Manufacturer, vendor or brand name of the device.
Description:
The scope of application of the backend. - +

SANE homepage
-Contact +Contact
- -This page was last updated on Mon Jul 3 00:29:33 2006 - by sane-desc 3.2 from sane-backends 1.0.18 + +This page was last updated on Sat Feb 9 23:58:06 2008 + by sane-desc 3.2 from sane-backends 1.0.18-cvs - + + diff --git a/sane-supported-devices.html b/sane-supported-devices.html index ac4eca8b..6d74d9b0 100644 --- a/sane-supported-devices.html +++ b/sane-supported-devices.html @@ -55,11 +55,6 @@ these lists or tagged as "unsupported", also have a look at the lists for the development version and the external backends below.

-

- The SANE homepage was moved recently, so links in our stable lists may - fail. This will be fixed when sane-backends 1.0.13 will be available. Use - the CVS lists instead if you need the links. -

  • Ordered by Manufacturer @@ -103,8 +98,13 @@ If you have an older release of SANE and want to check if your scanner is supported by that version, these lists are for you.

    +

    + Note: links in these archived lists may fail, but updated links might exist + in the lists for later versions. +

    SANE version: + 1.0.18, 1.0.17, 1.0.16, 1.0.15, diff --git a/source.html b/source.html index abfb25e3..165aaa52 100644 --- a/source.html +++ b/source.html @@ -100,8 +100,7 @@

    To check that the code hasn't been changed, there are md5 - hashes of the current releases. + href="sane-md5sums.txt">md5 hashes of the current releases.

    Unstable (Development) Source