app-crypt/acr38u: remove unused patch
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Sun, 3 Jul 2016 17:11:46 +0000 (19:11 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 7 Jul 2016 07:18:33 +0000 (07:18 +0000)
Closes: https://github.com/gentoo/gentoo/pull/1826

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
app-crypt/acr38u/files/1.7.11.rules [deleted file]

diff --git a/app-crypt/acr38u/files/1.7.11.rules b/app-crypt/acr38u/files/1.7.11.rules
deleted file mode 100644 (file)
index eead6bd..0000000
+++ /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"