Re: Mustek 1200SP

David Mosberger-Tang (David.Mosberger@acm.org)
Thu, 12 Feb 1998 20:35:16 -0800

>>>>> On Fri, 13 Feb 1998 02:09:59 +0100 (MET), becka@rz.uni-duesseldorf.de said:

becka> Isn't there a third option about "alternate-correction" or
becka> something ? I.e. turning on the FW 1.00 correction method ?

The 1.00 correction is autodetected. The particulars are:

/* Revision 1.00 of the MFS-12000SP firmware is buggy and needs
this workaround. Maybe others need it too, but this one is
for sure. We know for certain that revision 1.02 or newer
has this bug fixed. */
if (fw_revision < 0x102)
dev->flags |= MUSTEK_FLAG_LD_MFS;
else
dev->flags |= MUSTEK_FLAG_LD_NONE;

--david

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com