Skip to content

Commit 42a5358

Browse files
Merge pull request #184 from greenfoo/rules-and-permissions
Update rules file to comply with systemd documentation
2 parents 39152d9 + 76a07c2 commit 42a5358

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/92_pcscd_ccid.rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#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"
55

66
# If not adding the device, go away
7-
ACTION!="add", GOTO="pcscd_ccid_rules_end"
7+
ACTION=="remove", GOTO="pcscd_ccid_rules_end"
88
SUBSYSTEM!="usb", GOTO="pcscd_ccid_rules_end"
99
ENV{DEVTYPE}!="usb_device", GOTO="pcscd_ccid_rules_end"
1010

0 commit comments

Comments
 (0)