[sane-devel] hp backend fails to detect HP SCSI scanner

2008-03-27 Thread Peter Kirchgessner
Allan, thank's for investigating. Glad to hear that it is not a problem with hp-backend and the hp.conf needs not to be changed. Kind regards Peter m. allan noah schrieb: > ok, i can confirm that this is a bug in sanei_scsi_find_devices(), > around line 2885: > > if (lx_chk_devicename (number

[sane-devel] Canon LiDE 90

2008-03-27 Thread Guillaume Gastebois
> >> > I think regs 09, 16, 19, 1a, 1d, 52, 53, 54, 55, 56, 57, 70, 72, 73, 75, >> > 76, 79, >> > 7c, 7d, 7f may be interessting, but I'll try to modify all. If i write 0x16=02, 0x1a=24 and 0x1d=04 : I get some bad image (gray with horizontal black lines). With others regs, no change. >> > >> > My next work will be analysing windows snoop for gpio transaction. gpio18 and gpio17 are always 1. 0x6d 0x6e and 0x6f have alwase same values (80 7f e0). Only 0x6c moves but I don't now how to know in windows snoop when (before/after calibration/scanning...) >> > >> > Regards >> > Guillaume >> > > Regards Guillaume -- next part -- A non-text attachment was scrubbed... Name: test.pnm.tar.gz Type: application/x-gzip Size: 4650 bytes Desc: not available Url : http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20080327/55f581d1/attachment.bin

[sane-devel] SANE2 standard completion

2008-03-27 Thread stef
Hello, before any work can start on SANE 2, the current proposal has to be completed. The major change is the image data format. SANE 2 will be able to handle new formats easily (which matches the current needs, especially regarding ir channel). There will be 2 major

[sane-devel] hp backend fails to detect HP SCSI scanner

2008-03-27 Thread m. allan noah
ok, i can confirm that this is a bug in sanei_scsi_find_devices(), around line 2885: if (lx_chk_devicename (number, dev_name, sizeof (dev_name), bus, channel, id, lun) && ((*attach) (dev_name) != SANE_STATUS_GOOD)) { fclose (proc_fp); return; } if the attach callback returns anything other

[sane-devel] hp backend fails to detect HP SCSI scanner

2008-03-27 Thread Johannes Meixner
Hello, I got a bug report from a user where his HP SCSI scanner was not found by default by the hp backend, see https://bugzilla.novell.com/show_bug.cgi?id=350688 in particular starting at https://bugzilla.novell.com/show_bug.cgi?id=350688#c8 It worked with openSUSE 10.2 but fails for openSUSE 1

[sane-devel] hp backend fails to detect HP SCSI scanner

2008-03-27 Thread m. allan noah
can you get the original poster to put it back to stock, and get a debug log like this: SANE_DEBUG_SANEI_SCSI=5 SANE_DEBUG_HP=128 scanimage -L allan On 3/27/08, Johannes Meixner wrote: > > Hello, > > I got a bug report from a user where his HP SCSI scanner > was not found by default by the h