summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-07-03 19:11:46 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-07-07 07:18:33 +0000
commitf4e83a56ed9bcec916d8dab555eda1e7a4c4b0ed (patch)
tree5b650d32622715d1c1d0c2384fee9f720f8a3e87 /app-crypt/acr38u/files
parentapp-cdr/dvdisaster: remove unused patch (diff)
downloadgentoo-f4e83a56ed9bcec916d8dab555eda1e7a4c4b0ed.tar.gz
gentoo-f4e83a56ed9bcec916d8dab555eda1e7a4c4b0ed.tar.bz2
gentoo-f4e83a56ed9bcec916d8dab555eda1e7a4c4b0ed.zip
app-crypt/acr38u: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/1826 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-crypt/acr38u/files')
-rw-r--r--app-crypt/acr38u/files/1.7.11.rules12
1 files changed, 0 insertions, 12 deletions
diff --git a/app-crypt/acr38u/files/1.7.11.rules b/app-crypt/acr38u/files/1.7.11.rules
deleted file mode 100644
index eead6bd200e3..000000000000
--- a/app-crypt/acr38u/files/1.7.11.rules
+++ /dev/null
@@ -1,12 +0,0 @@
-# udev rules to set the access rights of non CCID ACR38u smart card readers
-# so they can be used by pcscd
-
-ACTION!="add", GOTO="pcscd_acr38u_rules_end"
-SUBSYSTEM!="usb", GOTO="pcscd_acr38u_rules_end"
-ENV{DEVTYPE}!="usb_device", GOTO="pcscd_acr38u_rules_end"
-
-ATTRS{idVendor}=="072f", ATTRS{idProduct}=="9000", ENV{PCSCD}="1"
-ATTRS{idVendor}=="072f", ATTRS{idProduct}=="9006", ENV{PCSCD}="1"
-ATTRS{idVendor}=="072f", ATTRS{idProduct}=="90CF", ENV{PCSCD}="1"
-
-LABEL="pcscd_acr38u_rules_end"