Hi, On Thu, Jan 16, 2003 at 11:01:54PM +0100, axel dammers wrote: > But sane-find-scanner -v -v shows not a 0 behind the scanner name:
Yes, it does: > searching for SCSI scanners: > checking /dev/scanner... open ok > Inquiry for device: > 000: 06 00 02 02 1f 00 00 00 4c 45 4f 00 00 00 00 00 ........LEO..... > 016: 4c 45 4f 53 63 61 6e 2d 53 33 00 00 00 00 00 00 LEOScan-S3...... There are the 00 00 ... after the text. The backend expects spaces (32 = 0x20). > Have I to do anything in the sourcecode ? Try it. Remove the spaces as I mentioned. Bye, Henning
