[patch] small but important fix for MFC-8000CZ

David Mosberger-Tang (davidm@azstarnet.com)
Tue, 6 May 1997 19:56:01 -0700

Here is a small fix for the MFC-08000CZ scanners. It's rather
important since the old code may cause permanent damage to the
scanner.

--david

--- ./mustek.c-old Tue Apr 22 18:42:51 1997
+++ ./mustek.c Mon May 5 11:55:43 1997
@@ -289,20 +297,20 @@
}
else if (strncmp (model_name, "MSF-06000SP", 11) == 0)
{
- dev->x_range.max = SANE_FIX (220); /* measured */
- dev->y_range.max = SANE_FIX (360); /* measured */
+ dev->x_range.max = SANE_FIX (220); /* measured */
+ dev->y_range.max = SANE_FIX (360); /* measured */
dev->dpi_range.max = SANE_FIX (600);
}
else if (strncmp (model_name, "MFC-08000CZ", 11) == 0)
{
- dev->x_range.max = SANE_FIX (8.5 * MM_PER_INCH); /* is this correct? */
- dev->y_range.max = SANE_FIX (14.0 * MM_PER_INCH); /* is this correct? */
+ dev->x_range.max = SANE_FIX (220.0); /* measured */
+ dev->y_range.max = SANE_FIX (300.0); /* measured */
dev->dpi_range.max = SANE_FIX (800);
}
else if (strncmp (model_name, "MFC-06000CZ", 11) == 0)
{
- dev->x_range.max = SANE_FIX (220.0); /* measured */
- dev->y_range.max = SANE_FIX (300.0); /* measured */
+ dev->x_range.max = SANE_FIX (220.0); /* measured */
+ dev->y_range.max = SANE_FIX (300.0); /* measured */
dev->dpi_range.max = SANE_FIX (600);
}
/* No documentation for these, but they do exist. Duh... */

--
Source code, list archive, and docs: http://www.azstarnet.com/~axplinux/sane/
To unsubscribe: mail -s unsubscribe sane-devel-request@listserv.azstarnet.com