Mathias> I had a similar problem when installing a HP Scanjet 4P in
Mathias> a Linux environment. My solution was very similar but
Mathias> brutal. As you can see HP scanners use Type Processor (I
Mathias> think this 0x3).
I fixed this a while ago:
/* are we really dealing with a scanner by HP? */
hp_scanner = ((result[0] == 0x03 || result[0] == 0x06)
&& strncmp (result + 8, "HP", 2) == 0);
If, for some reason, this doesn't do the trick, let me know.
--david
-- Source code, list archive, and docs: http://www.azstarnet.com/~axplinux/sane/ To unsubscribe: mail -s unsubscribe sane-devel-request@listserv.azstarnet.com