Robert Stanford wrote:
>
> > According to Sane's ChangeLog file, I added at 2001-01-07 support for
> > devfs (more precisely, to sanei_scsi_find_devices). I am not 100% sure,
> > if this means before or after the release of Sane 1.0.3, but I think
> > that the 1.0.3 release is somewhat older. And
> According to Sane's ChangeLog file, I added at 2001-01-07 support for
> devfs (more precisely, to sanei_scsi_find_devices). I am not 100% sure,
> if this means before or after the release of Sane 1.0.3, but I think
> that the 1.0.3 release is somewhat older. And the functions added by
> Doug Gilb
Henning Meier-Geinitz wrote:
>
> Hi,
>
> On Mon, Dec 10, 2001 at 08:23:10AM +1000, Robert Stanford wrote:
> > Strangely a previous build of sane (1.0.3) that I copied from a RH7.1 RPM
> > and used in the same way works fine.
>
> I don't think anything was changed concerning this between 1.0.3 an
Hi,
On Mon, Dec 10, 2001 at 08:23:10AM +1000, Robert Stanford wrote:
> Strangely a previous build of sane (1.0.3) that I copied from a RH7.1 RPM
> and used in the same way works fine.
I don't think anything was changed concerning this between 1.0.3 and
1.0.6 but the change of sanei_scsi_find_dev
Unfortunately i'm in a special situation, im porting SANE to the Linux
Terminal Server Project www.ltsp.org so we can hang scanners of thin
clients and the LTSP now use the devfs daemon. Being thin clients they
canont save node states over reboots.
Strangely a previous build of sane (1.0.3) tha
Robert Stanford wrote:
>
> Is it possible to compile sane-backends so it doesnt check symlink
> permissions with the devfs.
Aehm, I do not know if there is a change for devfs,
but the permission of a symbolic link is - as far as I know -
always 777 (lrwxrwxrwx). When you try to change the permiss
Hi,
On Sun, Dec 09, 2001 at 05:29:28PM +1000, Robert Stanford wrote:
> Is it possible to compile sane-backends so it doesnt check symlink
> permissions with the devfs.
>
> i.e. I believe so it doesnt do an lstat.
Could you provide some more details about what you want to achieve? As
far as I kn
Is it possible to compile sane-backends so it doesnt check symlink
permissions with the devfs.
i.e. I believe so it doesnt do an lstat.
Robert Stanford