You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-crypt/scl011-bin/files/92_pcscd_scl011-bin.rules

11 lines
332 B

# If not adding the device, go away
ACTION!="add", GOTO="pcscd_scl011-bin_rules_end"
SUBSYSTEM!="usb", GOTO="pcscd_scl011-bin_rules_end"
ENV{DEVTYPE}!="usb_device", GOTO="pcscd_scl011-bin_rules_end"
# Tested on scl011
ATTRS{idVendor}=="04e6", ATTRS{idProduct}=="5292", ENV{PCSCD}="1"
# All done
LABEL="pcscd_scl011-bin_rules_end"