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