[Pcsclite-cvs-commit] r2355 - trunk/Drivers/ccid

Ludovic Rousseau rousseau at alioth.debian.org
Wed Jan 24 14:21:40 CET 2007


Author: rousseau
Date: 2007-01-24 14:21:39 +0100 (Wed, 24 Jan 2007)
New Revision: 2355

Modified:
   trunk/Drivers/ccid/INSTALL
Log:
document how to use --enable-udev on FreeBSD.

Thanks to Tilman Linneweh


Modified: trunk/Drivers/ccid/INSTALL
===================================================================
--- trunk/Drivers/ccid/INSTALL	2007-01-23 17:29:41 UTC (rev 2354)
+++ trunk/Drivers/ccid/INSTALL	2007-01-24 13:21:39 UTC (rev 2355)
@@ -33,6 +33,20 @@
 $ sudo cp src/pcscd_ccid.rules /etc/udev/rules.d/
 
 
+On FreeBSD you can also use --enable-udev and add the following rules to
+devd.conf (thanks to Tilman Linneweh for the info)
+
+attach 100 {
+	device-name "ugen[0-9]+";
+	action "/usr/sbin/pcscd -H";
+};
+
+detach 100 {
+	device-name "ugen[0-9]+";
+	action "/usr/sbin/pcscd -H";
+};
+
+
 libusb not found
 ~~~~~~~~~~~~~~~~
 




More information about the Pcsclite-cvs-commit mailing list