Hi,
> I read a message (posted by Joerg Budweg posted Sun Jan 09 2000) in the
> January mailist archive explaining how to change mustek.desc and
> mustek.c in order to make the backend work with the "Plus". I've added a
> new line in mustek.desc:
>
> :model "SCANNER V101"
> :comment "1 pass; (f/w == 1.01; scsi id XC06 S1212IDW)"
I think the mustek.desc is just for documentation.
> (I couldn't get the scsi id from the command 'SANE_MUSTEK_DEBUG=3;
> scanimage -h -d mustek > /dev/null', as suggested, because I don't have
> the debug info displayed)
export SANE_DEBUG_MUSTEK=255
scanimage -h -d mustek > /dev/null
should do the trick (if you use bash).
> then changed line 765 in mustek.c into:
> else if (strncmp(model_name, "XC06", 4) == 0)
I think something like
else if ((strncmp(model_name, "XC06", 4) == 0) ||
(strncmp(model_name, " C06", 4) == 0))
could be included in the code.
> Now the scanner works fine. Next step will be to try to change sg.c to
> increase buffer size.
Is this still necesary with newer Linux kernels?
Bye, Henning
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com
This archive was generated by hypermail 2b29 : Wed Feb 16 2000 - 23:34:34 PST