Re: Mustek SE 12000SP Pro with Domex DMX3191 PCI SCSI controler

Martin Heinen (mheinen0@wiesbaden-online.de)
Sat, 13 Nov 1999 11:54:46 +0100

> > After changing the mustek.* files and a recompile I get nice pictures
> > with xsane.
>
> What exactly did you change?

I recently posted my changes to sane-devel@mostang.com but
they didn't make it to the list. You have to change mustek.c
to recognise the 12000 SP Plus. The output of scanimage in
debug mode tells the model number:

> # SANE_DEBUG_MUSTEK=128 scanimage -d mustek
> [sanei_init_debug]: Setting debug level of mustek to 128.
> [mustek] sane_init: strip-height set to 1 inches
> [mustek] attach: opening /dev/sga as scsi device
> [mustek] attach: sending INQUIRY
> [mustek] scsi_wait_ready: sending TEST_UNIT_READY
> [mustek] attach: firmware revision 38.00
> [mustek] attach: unknown model `XC06 S12IDWM123797`A`b``'

In mustek.c the 12000 SP is recognised with the
string " XC06". Here is the diff against mustek.c
from the sane-1.00 source:

***********
773a774,782
> else if (strncmp(model_name, "XC06", 4) == 0)
> {
> dev->x_range.max = SANE_FIX (216); /* measured */
> dev->y_range.min = SANE_FIX (2.5);
> dev->y_range.max = SANE_FIX (294.5); /* measured */
> dev->dpi_range.max = SANE_FIX (1200);
> dev->dpi_range.min = SANE_FIX (60);
> dev->flags |= MUSTEK_FLAG_SE;
> }
***********

HTH
Martin

-- 
mheinen0@wiesbaden-online.de

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