On 24/01/07, Tilman Linneweh <[EMAIL PROTECTED]> wrote:

On Jan 23, 2007, at 9:52 AM, Ludovic Rousseau wrote:
>>
>> No i had not, because i thought udev meant something Linux-specific.
>> I now installed
>> a version with --enable-udev, and it seems to fix my second problem.

> Does pcscd correctly detect removal and insertion of the reader?

Yes,

I have added the following rules to devd.conf

attach 100 {
         device-name "ugen[0-9]+";
         action "/usr/local/sbin/pcscd -H";
};

detach 100 {
         device-name "ugen[0-9]+";
         action "/usr/local/sbin/pcscd -H";
};

Thanks. I added this in the ccid/INSTALL file in revision 2355 [1].

Bye

[1] 
http://lists.alioth.debian.org/pipermail/pcsclite-cvs-commit/2007-January/002520.html

--
Dr. Ludovic Rousseau
_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to