gregory-
what fujitsu scanner are you working with? i can get programming specs for
most of their models, and at least for the scsi ones, they are good enough
to make sure the sane driver works. windows dumps are helpful to see
fujitsu's code in action, but actual docs can save alot of time...
Hi,
On Fri, Jul 15, 2005 at 12:48:32PM +0200, Richard Metzger wrote:
> Please, what is the design here? Shouldn't the child block the pipe,
> so that the parent only returns from read(), when the child wants it
> to?
Parent: create pipe, fork, close writing side of pipe, wait for data
fro
Hi,
On Thu, Jul 14, 2005 at 03:46:09PM +0200, Richard Metzger wrote:
> If one of you thinks it's worth to persue this old-fashioned
> environment (I'm using Linux since quite some time and dislike
> Wintendo, but for several reasons it has to be Win98 in this case
> here) I'd appreciate any kind o
Hi,
On Thu, Jul 14, 2005 at 04:10:12PM +0200, Spiro Angeli wrote:
> So, I guess notody has a solution to this issue?
> Where should I report this issue?
Maybe on a gentoo list? I haven't seen this happen on my system but i
also don't have experience with sysfs and udev so this may cause the
probl
Hi,
On Mon, Jul 11, 2005 at 05:11:48PM +0200, Mattias Ellert wrote:
> Even better would be:
>
> *dst-- = ((*src << 4) & 0xf0) + ((*src)& 0x0f);
> *dst-- = ((*src) & 0xf0) + ((*src-- >> 4) & 0x0f);
>
> Then 0 would map to 0 and 15 to 255, i.e. white is whi
Hi,
On Tue, Jul 12, 2005 at 03:58:09PM +0200, Fran?ois Revol wrote:
> I'm sending the diffs against sane-backends-1.0.15 for the sane port we
> use in ZETA, which is based on the BeSANE port from intuiware, and
> subsequent work from yellowTAB (usb support, ...).
Thanks for your work. Please also
> "Gregory C. Johnson" schrieb am
> 14.07.05 18:32:55:
>> I'm looking for a way to log SCSI events under Win98 or 2000... Do you
>> know of any beyond the methods listed in
>> http://www.meier-geinitz.de/sane/misc/develop.html ?
>
> Hi Greg,
>
> just from their high level principles... I haven't