I propably will change the inquiry-command in the umax-driver.
But before I do that, I would like to know if the change command
works with all scanners. So please could you try the following change:
edit umax-scsidef.h
search for inquiryC
change 0x02 to 0x00 in inquiryC:
original line:
static unsigned char inquiryC[] = { INQUIRY, 0x00, 0x02, 0x00, 0xff, 0x00 };
changed line:
static unsigned char inquiryC[] = { INQUIRY, 0x00, 0x00, 0x00, 0xff, 0x00 };
Then do
make clean
make
and install sane again
Please tell me, if it works or not.
Bye
Oliver
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com