There was an error while loading. Please reload this page.
2 parents 39152d9 + 76a07c2 commit 42a5358Copy full SHA for 42a5358
1 file changed
src/92_pcscd_ccid.rules
@@ -4,7 +4,7 @@
4
#SUBSYSTEMS=="pcmcia", DRIVERS=="serial_cs", ACTION=="add", ATTRS{prod_id1}=="Gemplus", ATTRS{prod_id2}=="SerialPort", ATTRS{prod_id3}=="GemPC Card", RUN+="/usr/sbin/pcscd --hotplug"
5
6
# If not adding the device, go away
7
-ACTION!="add", GOTO="pcscd_ccid_rules_end"
+ACTION=="remove", GOTO="pcscd_ccid_rules_end"
8
SUBSYSTEM!="usb", GOTO="pcscd_ccid_rules_end"
9
ENV{DEVTYPE}!="usb_device", GOTO="pcscd_ccid_rules_end"
10
0 commit comments