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

Ludovic Rousseau rousseau at alioth.debian.org
Thu Jan 18 10:46:04 CET 2007


Author: rousseau
Date: 2007-01-18 10:46:04 +0100 (Thu, 18 Jan 2007)
New Revision: 2338

Modified:
   trunk/Drivers/ccid/INSTALL
Log:
document udev use


Modified: trunk/Drivers/ccid/INSTALL
===================================================================
--- trunk/Drivers/ccid/INSTALL	2007-01-18 09:41:27 UTC (rev 2337)
+++ trunk/Drivers/ccid/INSTALL	2007-01-18 09:46:04 UTC (rev 2338)
@@ -18,6 +18,21 @@
 So you should not have to use the --enable-usbdropdir=DIR argument.
 
 
+udev use
+~~~~~~~~
+
+It is possible to configure the driver to use udev events so that pcscd
+will not poll the USB bus every second. Use:
+
+$ ./configure --enable-udev
+$ make
+
+You will then have to install the udev rules file in the correct
+directory. It could be something like:
+
+$ sudo cp src/pcscd_ccid.rules /etc/udev/rules.d/
+
+
 libusb not found
 ~~~~~~~~~~~~~~~~
 




More information about the Pcsclite-cvs-commit mailing list