[Pcsclite-git-commit] [CCID] 01/01: INSTALL: remove udev use chapter

Ludovic Rousseau rousseau at moszumanska.debian.org
Fri Jan 15 15:39:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository CCID.

commit 43ccf87ea24ade4c5603e0e719383779fe7201bf
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Fri Jan 15 09:49:09 2016 +0100

    INSTALL: remove udev use chapter
    
    It is no more possible to build libccid with udev since 14 Oct 2010 and
    the use of libhal.
    
    The support has been removed from configure.in in
    eab2fde6c9327b291267972ee3266a4ab1425fda
    
    Closes: github issue #11 "--enable-udev switch mentioned in INSTALL, but
    not available in configure.ac"
    https://github.com/LudovicRousseau/CCID/issues/11
---
 INSTALL | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/INSTALL b/INSTALL
index ca05188..6dfc905 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,35 +18,6 @@ directory used by pcscd using 'pkg-config libpcsclite --variable=usbdropdir'
 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/
-
-
-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
 ~~~~~~~~~~~~~~~~
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/CCID.git



More information about the Pcsclite-cvs-commit mailing list