man-pages/man5/sane-ma1509.5.html
2021-03-31 01:06:50 +01:00

235 lines
6.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of sane-ma1509</TITLE>
</HEAD><BODY>
<H1>sane-ma1509</H1>
Section: SANE Scanner Access Now Easy (5)<BR>Updated: 13 Jul 2008<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="ixAAB"></A>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
sane-ma1509 - SANE backend for Mustek BearPaw 1200F USB scanner
<A NAME="lbAC">&nbsp;</A>
<H2>DESCRIPTION</H2>
The
<B>sane-ma1509</B>
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.
<P>
This backend is ALPHA software. Be careful and remove the power plug
immediately if your hear unusual noises.
<P>
More details can be found on the ma1509 backend homepage
<I><A HREF="http://www.meier-geinitz.de/sane/ma1509-backend/">http://www.meier-geinitz.de/sane/ma1509-backend/</A></I>.
<P>
Other Mustek USB scanners are supported by the gt68xx, mustek_usb and the
plustek backends. See
<B><A HREF="/cgi-bin/man/man2html?5+sane-mustek_usb">sane-mustek_usb</A></B>(5),
<B><A HREF="/cgi-bin/man/man2html?5+sane-gt68xx">sane-gt68xx</A></B>(5)
and
<B><A HREF="/cgi-bin/man/man2html?5+sane-plustek">sane-plustek</A></B>(5)
for details.
<P>
This backend can only work with scanners that are already detected by the
operating system. See
<B><A HREF="/cgi-bin/man/man2html?5+sane-usb">sane-usb</A></B>(5)
for details.
<P>
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
<I>/proc/bus/usb/devices</I>
or syslog) to me.
<P>
<A NAME="lbAD">&nbsp;</A>
<H2>DEVICE NAMES</H2>
This backend expects device names of the form:
<P>
<DL COMPACT><DT id="1"><DD>
<I>special</I>
</DL>
<P>
Where
<I>special</I>
is a path-name for the special device that corresponds to a USB scanner.
With Linux, such a device name could be
<I>/dev/usb/scanner0</I>
or
<I>libusb:001:002</I>,
for example.
<P>
<P>
<A NAME="lbAE">&nbsp;</A>
<H2>CONFIGURATION</H2>
The contents of the
<I>ma1509.conf</I>
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.
<P>
Instead of using the device name, the scanner can be autodetected by
<B>usb vendor_id product_id</B>
statements which are already included into
<I>ma1509.conf</I>.
This is only supported with Linux 2.4.8 and higher and all systems that
support libsub. &quot;vendor_id&quot; and &quot;product_id&quot; are hexadecimal numbers that
identify the scanner. If this doesn't work, a device name must be placed in
<I>ma1509.conf</I>
as described above.
<P>
To set the time the lamp needs for warm-up, use
<B>option</B>
<B>warmup-time</B>
in
<I>ma1509.conf</I>.
The time is given in seconds after the option. The default is 30 seconds.
<A NAME="lbAF">&nbsp;</A>
<H2>FILES</H2>
<DL COMPACT>
<DT id="2"><I>@CONFIGDIR@/ma1509.conf</I>
<DD>
The backend configuration file (see also description of
<B>SANE_CONFIG_DIR</B>
below).
<DT id="3"><I>@LIBDIR@/libsane-ma1509.a</I>
<DD>
The static library implementing this backend.
<DT id="4"><I>@LIBDIR@/libsane-ma1509.so</I>
<DD>
The shared library implementing this backend (present on systems that
support dynamic loading).
</DL>
<A NAME="lbAG">&nbsp;</A>
<H2>ENVIRONMENT</H2>
<DL COMPACT>
<DT id="5"><B>SANE_CONFIG_DIR</B>
<DD>
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 (&quot;.&quot;) and then in @CONFIGDIR@. 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
<B>SANE_CONFIG_DIR</B>
to &quot;/tmp/config:&quot; would result in directories &quot;tmp/config&quot;, &quot;.&quot;, and
&quot;@CONFIGDIR@&quot; being searched (in this order).
<DT id="6"><B>SANE_DEBUG_MA1509</B>
<DD>
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.
<P>
</DL>
<A NAME="lbAH">&nbsp;</A>
<H2>SEE ALSO</H2>
<B><A HREF="/cgi-bin/man/man2html?7+sane">sane</A></B>(7),
<B><A HREF="/cgi-bin/man/man2html?5+sane-usb">sane-usb</A></B>(5),
<B><A HREF="/cgi-bin/man/man2html?5+sane-gt68xx">sane-gt68xx</A></B>(5),
<B><A HREF="/cgi-bin/man/man2html?5+sane-plustek">sane-plustek</A></B>(5),
<B><A HREF="/cgi-bin/man/man2html?5+sane-mustek_usb">sane-mustek_usb</A></B>(5),
<B><A HREF="/cgi-bin/man/man2html?5+sane-mustek">sane-mustek</A></B>(5),
<B><A HREF="/cgi-bin/man/man2html?5+sane-mustek_pp">sane-mustek_pp</A></B>(5),
<BR>
<I><A HREF="http://www.meier-geinitz.de/sane/ma1509-backend/">http://www.meier-geinitz.de/sane/ma1509-backend/</A></I>
<P>
<A NAME="lbAI">&nbsp;</A>
<H2>AUTHOR</H2>
Henning Meier-Geinitz &lt;<A HREF="mailto:henning@meier-geinitz.de">henning@meier-geinitz.de</A>&gt;
<P>
<A NAME="lbAJ">&nbsp;</A>
<H2>BUGS</H2>
Resolutions higher than 600 dpi don't work
<BR>
Transparency adapter and automatic document feeder is not supported yet
<BR>
No support for &quot;high-speed&quot; mode (jpeg)
<P>
More detailed bug information is available at the MA-1509 backend homepage
<I><A HREF="http://www.meier-geinitz.de/sane/ma1509-backend/">http://www.meier-geinitz.de/sane/ma1509-backend/</A></I>.
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="7"><A HREF="#lbAB">NAME</A><DD>
<DT id="8"><A HREF="#lbAC">DESCRIPTION</A><DD>
<DT id="9"><A HREF="#lbAD">DEVICE NAMES</A><DD>
<DT id="10"><A HREF="#lbAE">CONFIGURATION</A><DD>
<DT id="11"><A HREF="#lbAF">FILES</A><DD>
<DT id="12"><A HREF="#lbAG">ENVIRONMENT</A><DD>
<DT id="13"><A HREF="#lbAH">SEE ALSO</A><DD>
<DT id="14"><A HREF="#lbAI">AUTHOR</A><DD>
<DT id="15"><A HREF="#lbAJ">BUGS</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:06:05 GMT, March 31, 2021
</BODY>
</HTML>