Re: [sane-devel] Calling a script after USB scanner is plugged

2008-04-25 Thread Johannes Meixner
just need this for a well working plug-and-play user experience but I guess the kernel people do not want to do this for whatever internal kernel reason but again I am actually not interested in any internal kernel stuff. Here I am an end-user and I just want to have it work. Kind Regards Johann

Re: [sane-devel] Calling a script after USB scanner is plugged

2008-04-24 Thread Johannes Meixner
Hello, On Apr 23 22:53 Rainer Dorsch wrote: > Am Mittwoch, 23. April 2008 schrieb Julien BLACHE: > > Johannes Meixner <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > >> umax1220u scripts are started in a sequence (i.e. not in parallel, whe

Re: [sane-devel] Calling a script after USB scanner is plugged

2008-04-23 Thread Johannes Meixner
ACTION!="add", GOTO="end" SYSFS{idVendor}=="04b8", SYSFS{idProduct}=="010b", RUN+="..." LABEL="end" Fortunately in my case what is run is idempotent so that it doesn't matter when it is run about 5 times. I don't know the root c